1
0
Bryan Drewery e102d8a557 * No longer initializing dcc[] union as chat_info for bots (might cause segfaults, but should be quickly found) 21 жил өмнө
..
compat 2f11f34975 * (REVERTED FROM 1.2.3) Disabled all memory allocations after a segfault (Fixes CPU spinning) 21 жил өмнө
crypto 6330870e16 * Updated MD5 code to use openssl's implemention which is portable and optimized 21 жил өмнө
mod 5760575b09 * Added primitive dynamic help cmd for auth 21 жил өмнө
Makefile.in c94eeddd8d * Rewrote config/botconfig from scratch as [bot]set with list support. See 'help set'. 21 жил өмнө
adns.c 21b19ac5e8 * Fixed dns' dcc loosing socket and not triggering a reconnect 21 жил өмнө
adns.h b06fd9a0f2 * No longer redundantly byteswapping header.id 21 жил өмнө
auth.c cbe09f0fe5 * Fixed Auth::GetIdx() to work with expired idx. (#109) 21 жил өмнө
auth.h c94eeddd8d * Rewrote config/botconfig from scratch as [bot]set with list support. See 'help set'. 21 жил өмнө
base64.c e3e3b73ae9 * Removed simple_sprintf's %D param and am calling int_to_base64() directly now 21 жил өмнө
base64.h e3e3b73ae9 * Removed simple_sprintf's %D param and am calling int_to_base64() directly now 21 жил өмнө
bg.c 2ca9b7d102 * Replacement and removal of defines from old eggdrop language system... 21 жил өмнө
bg.h 1d28c381bb * Fixed stdin/stdout/stderr not being closed when bot is forked into background. 21 жил өмнө
binary.c 2f5d6c67e8 * Changed .cfg parser to not bail out on '<' '>' now 21 жил өмнө
binary.h ba1b76a6ce * conf_checkpids() was needed before a few spawnbots() 21 жил өмнө
botcmd.c cbe09f0fe5 * Fixed Auth::GetIdx() to work with expired idx. (#109) 21 жил өмнө
botcmd.h 3ac0936b61 * Fixedbug in simple_vsnprintf() (forgot to break after parsing %D) 21 жил өмнө
botmsg.c c94eeddd8d * Rewrote config/botconfig from scratch as [bot]set with list support. See 'help set'. 21 жил өмнө
botmsg.h c94eeddd8d * Rewrote config/botconfig from scratch as [bot]set with list support. See 'help set'. 21 жил өмнө
botnet.c bca87b05ae * Fixed *many* buffer overflows in the botnet code. (#94) 21 жил өмнө
botnet.h efc010fa11 * Converted some functions over 21 жил өмнө
chan.h 55e6306412 * Added flag '+r' which will make a bot resolve all hosts it sees to match against userlist. (You should only set this per-chan) 21 жил өмнө
chanprog.c 2212f04975 21 жил өмнө
chanprog.h c94eeddd8d * Rewrote config/botconfig from scratch as [bot]set with list support. See 'help set'. 21 жил өмнө
cmds.c 7136d153e6 * Disabled some cmds for beta 21 жил өмнө
cmds.h c9b2524e0b * Fixed cmd_cmdpass not knowing leaf cmds from a hub. 21 жил өмнө
color.h c0e02b4d46 * More work on colors 22 жил өмнө
common.h a8c8d21fdb * Converted a bunch of sprintf() to simple_sprintf() which is much smaller/faster and only accepts %s/%i/%d 21 жил өмнө
conf.c 775465daa3 * Fixed binary data parsing to strip trailing spaces for entries. 21 жил өмнө
conf.h e2ed1f0606 * Fixed localhub attempting to spawn itself during binary rehash and cmd_conf 21 жил өмнө
core_binds.c 4159dc758d * Forgot 'log_bad = 0;' to fix the '!' showing up for aliases. 21 жил өмнө
core_binds.h b150c05717 * Auth system rewritten into a class 21 жил өмнө
crypt.c 99c0a780db * Changed binary data encryption to not be viewable under 'strings'. 21 жил өмнө
crypt.h 99c0a780db * Changed binary data encryption to not be viewable under 'strings'. 21 жил өмнө
dcc.c e102d8a557 * No longer initializing dcc[] union as chat_info for bots (might cause segfaults, but should be quickly found) 21 жил өмнө
dcc.h e102d8a557 * No longer initializing dcc[] union as chat_info for bots (might cause segfaults, but should be quickly found) 21 жил өмнө
dccutil.c 2212f04975 21 жил өмнө
dccutil.h 79d44ef33a * Removed unused variable use_console_r and DP_LOG 21 жил өмнө
debug.c 99c0a780db * Changed binary data encryption to not be viewable under 'strings'. 21 жил өмнө
debug.h 64dd9216b6 * Disabled debug contexts as they were useless. 21 жил өмнө
egg_timer.c bc91a7e206 * Added rcsid[] to all files 21 жил өмнө
egg_timer.h fa4f5153e6 22 жил өмнө
eggdrop.h 299a1a8232 * Fixed cmd_chanset not displaying ALL invalid channel flags, although, there are still *many* errors like with with the chanset code. (#136) 21 жил өмнө
enclink.c caa5f6a4c9 * Started new link encryption (will work on after 1.2.4) 21 жил өмнө
enclink.h e102d8a557 * No longer initializing dcc[] union as chat_info for bots (might cause segfaults, but should be quickly found) 21 жил өмнө
flags.c 1eea2d78af * whois_access() had owner check backwards :) 21 жил өмнө
flags.h 55e6306412 * Added flag '+r' which will make a bot resolve all hosts it sees to match against userlist. (You should only set this per-chan) 21 жил өмнө
garble.c bc91a7e206 * Added rcsid[] to all files 21 жил өмнө
garble.h fe467c585e * Removed define GARBLESTRINGS 22 жил өмнө
hash_table.c b150c05717 * Auth system rewritten into a class 21 жил өмнө
hash_table.h ced0ca4ac7 * Added hash table functions from egglib 21 жил өмнө
lang.h 2ca9b7d102 * Replacement and removal of defines from old eggdrop language system... 21 жил өмнө
log.c 582fb8a3ee * More logfile work (not enabled yet) 21 жил өмнө
log.h 79d44ef33a * Removed unused variable use_console_r and DP_LOG 21 жил өмнө
main.c 7136d153e6 * Disabled some cmds for beta 21 жил өмнө
main.h 7136d153e6 * Disabled some cmds for beta 21 жил өмнө
makehelp.c bc91a7e206 * Added rcsid[] to all files 21 жил өмнө
makeres.c 7ed79e646c * Added bool var 'mean-kicks' which enables offensive/mean kick msgs. 21 жил өмнө
match.c b8a2a2dfc4 * Fixed CIDR host matching not checking for BEST MATCH as normal method does 21 жил өмнө
match.h d08a62f16b * Added primitive CIDR ban support (enforcebans/kickban/getop). 21 жил өмнө
misc.c 3c82075d2d * Fixed bots not correctly recognizing changes in botset to empty vars after restart/update. (#150) 21 жил өмнө
misc.h d2922d2768 * Added new feature (soft_restart) which restarts/updates bots while keeping them on IRC and preserving uptime/pid 21 жил өмнө
misc_file.c fafdb27cec * Added /usr/tmp to the tempdir search list 21 жил өмнө
misc_file.h 756c56ffe4 * Tempdir is now chosen from a list as follows: (hub) ./tmp/ (leaf) ~/.ssh/..., /tmp/, ./ 21 жил өмнө
net.c d2922d2768 * Added new feature (soft_restart) which restarts/updates bots while keeping them on IRC and preserving uptime/pid 21 жил өмнө
net.h d2922d2768 * Added new feature (soft_restart) which restarts/updates bots while keeping them on IRC and preserving uptime/pid 21 жил өмнө
profile.c c9c8db0356 * Added some profiling code 21 жил өмнө
response.c 7ed79e646c * Added bool var 'mean-kicks' which enables offensive/mean kick msgs. 21 жил өмнө
rfc1459.c bc91a7e206 * Added rcsid[] to all files 21 жил өмнө
rfc1459.h 4f9a5b49d5 * Added 005 parsing 22 жил өмнө
set.c 3c82075d2d * Fixed bots not correctly recognizing changes in botset to empty vars after restart/update. (#150) 21 жил өмнө
set.h 3c82075d2d * Fixed bots not correctly recognizing changes in botset to empty vars after restart/update. (#150) 21 жил өмнө
settings.h 99c0a780db * Changed binary data encryption to not be viewable under 'strings'. 21 жил өмнө
shell.c fc14156867 * Cleaned up trace detection code. 21 жил өмнө
shell.h c94eeddd8d * Rewrote config/botconfig from scratch as [bot]set with list support. See 'help set'. 21 жил өмнө
socket.c 5cba122631 * Converted a bunch of egg_snprintf() to simple_snprintf() 21 жил өмнө
socket.h d08a62f16b * Added primitive CIDR ban support (enforcebans/kickban/getop). 21 жил өмнө
sorthelp.c 0e1536509e * Should be using calloc() here not my_calloc() 21 жил өмнө
sprintf.c bca87b05ae * Fixed *many* buffer overflows in the botnet code. (#94) 21 жил өмнө
sprintf.h bca87b05ae * Fixed *many* buffer overflows in the botnet code. (#94) 21 жил өмнө
stat.h 3861e5357b * Moved most of the "shell" functions to shell.c/.h 22 жил өмнө
stringfix.c 79b96ef3a7 * Stupid mem increase to compensate for larger chaninfo help 21 жил өмнө
tandem.h d2922d2768 * Added new feature (soft_restart) which restarts/updates bots while keeping them on IRC and preserving uptime/pid 21 жил өмнө
tclhash.c 5cba122631 * Converted a bunch of egg_snprintf() to simple_snprintf() 21 жил өмнө
tclhash.h b34f97945d * Work on auth system to bind dcc commands to auth system without rewriting them 21 жил өмнө
thread.c bc91a7e206 * Added rcsid[] to all files 21 жил өмнө
thread.h 98334382b0 * Misc 22 жил өмнө
traffic.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 21 жил өмнө
types.h 491d9c2cf6 * Bad typedef on solaris 21 жил өмнө
userent.c 348b2e73bc * Fixed a segfault/cpu-spin during WHO parsing, although, it could have occurred at any time. (#110) 21 жил өмнө
userent.h b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 жил өмнө
userrec.c 1eb433f5de * When a user is removed and is on partyline, they are now booted. (#142) 21 жил өмнө
userrec.h ce3e8c0aac * Automatic host adding by localhubs now sanity checks if the hosts will conflict with other bots/users. (#137) 21 жил өмнө
users.c 299a1a8232 * Fixed cmd_chanset not displaying ALL invalid channel flags, although, there are still *many* errors like with with the chanset code. (#136) 21 жил өмнө
users.h c94eeddd8d * Rewrote config/botconfig from scratch as [bot]set with list support. See 'help set'. 21 жил өмнө
utc-time.c bc91a7e206 * Added rcsid[] to all files 21 жил өмнө