Bryan Drewery 3c82075d2d * Fixed bots not correctly recognizing changes in botset to empty vars after restart/update. (#150) %!s(int64=21) %!d(string=hai) anos
..
compat 2f11f34975 * (REVERTED FROM 1.2.3) Disabled all memory allocations after a segfault (Fixes CPU spinning) %!s(int64=21) %!d(string=hai) anos
crypto 6330870e16 * Updated MD5 code to use openssl's implemention which is portable and optimized %!s(int64=21) %!d(string=hai) anos
mod 819bb7ae36 * Fixed cmd_[un]stick not using "ban" by default for mask type. (#145) %!s(int64=21) %!d(string=hai) anos
Makefile.in c94eeddd8d * Rewrote config/botconfig from scratch as [bot]set with list support. See 'help set'. %!s(int64=21) %!d(string=hai) anos
adns.c 21b19ac5e8 * Fixed dns' dcc loosing socket and not triggering a reconnect %!s(int64=21) %!d(string=hai) anos
adns.h b06fd9a0f2 * No longer redundantly byteswapping header.id %!s(int64=21) %!d(string=hai) anos
auth.c cbe09f0fe5 * Fixed Auth::GetIdx() to work with expired idx. (#109) %!s(int64=21) %!d(string=hai) anos
auth.h c94eeddd8d * Rewrote config/botconfig from scratch as [bot]set with list support. See 'help set'. %!s(int64=21) %!d(string=hai) anos
base64.c e3e3b73ae9 * Removed simple_sprintf's %D param and am calling int_to_base64() directly now %!s(int64=21) %!d(string=hai) anos
base64.h e3e3b73ae9 * Removed simple_sprintf's %D param and am calling int_to_base64() directly now %!s(int64=21) %!d(string=hai) anos
bg.c 2ca9b7d102 * Replacement and removal of defines from old eggdrop language system... %!s(int64=21) %!d(string=hai) anos
bg.h 1d28c381bb * Fixed stdin/stdout/stderr not being closed when bot is forked into background. %!s(int64=21) %!d(string=hai) anos
binary.c 2f5d6c67e8 * Changed .cfg parser to not bail out on '<' '>' now %!s(int64=21) %!d(string=hai) anos
binary.h ba1b76a6ce * conf_checkpids() was needed before a few spawnbots() %!s(int64=21) %!d(string=hai) anos
botcmd.c cbe09f0fe5 * Fixed Auth::GetIdx() to work with expired idx. (#109) %!s(int64=21) %!d(string=hai) anos
botcmd.h 3ac0936b61 * Fixedbug in simple_vsnprintf() (forgot to break after parsing %D) %!s(int64=21) %!d(string=hai) anos
botmsg.c c94eeddd8d * Rewrote config/botconfig from scratch as [bot]set with list support. See 'help set'. %!s(int64=21) %!d(string=hai) anos
botmsg.h c94eeddd8d * Rewrote config/botconfig from scratch as [bot]set with list support. See 'help set'. %!s(int64=21) %!d(string=hai) anos
botnet.c bca87b05ae * Fixed *many* buffer overflows in the botnet code. (#94) %!s(int64=21) %!d(string=hai) anos
botnet.h efc010fa11 * Converted some functions over %!s(int64=21) %!d(string=hai) anos
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) %!s(int64=21) %!d(string=hai) anos
chanprog.c 2212f04975 %!s(int64=21) %!d(string=hai) anos
chanprog.h c94eeddd8d * Rewrote config/botconfig from scratch as [bot]set with list support. See 'help set'. %!s(int64=21) %!d(string=hai) anos
cmds.c 916cac1a19 * Fixed being able to 'chsecpass' a bot. %!s(int64=21) %!d(string=hai) anos
cmds.h c9b2524e0b * Fixed cmd_cmdpass not knowing leaf cmds from a hub. %!s(int64=21) %!d(string=hai) anos
color.h c0e02b4d46 * More work on colors %!s(int64=22) %!d(string=hai) anos
common.h a8c8d21fdb * Converted a bunch of sprintf() to simple_sprintf() which is much smaller/faster and only accepts %s/%i/%d %!s(int64=21) %!d(string=hai) anos
conf.c 5e89176ba4 * Fixed default binary name always becoming "wraith" instead of original binary name. %!s(int64=21) %!d(string=hai) anos
conf.h e2ed1f0606 * Fixed localhub attempting to spawn itself during binary rehash and cmd_conf %!s(int64=21) %!d(string=hai) anos
core_binds.c 4159dc758d * Forgot 'log_bad = 0;' to fix the '!' showing up for aliases. %!s(int64=21) %!d(string=hai) anos
core_binds.h b150c05717 * Auth system rewritten into a class %!s(int64=21) %!d(string=hai) anos
crypt.c 99c0a780db * Changed binary data encryption to not be viewable under 'strings'. %!s(int64=21) %!d(string=hai) anos
crypt.h 99c0a780db * Changed binary data encryption to not be viewable under 'strings'. %!s(int64=21) %!d(string=hai) anos
dcc.c cb5df2d85d * Fixed hubs not updating NODENAME/OS/USERNAME, which broke updating on new nets. %!s(int64=21) %!d(string=hai) anos
dcc.h 8393cb9068 * Fixed ANSI codes incorrectly being accounted for in dumplots() %!s(int64=21) %!d(string=hai) anos
dccutil.c 2212f04975 %!s(int64=21) %!d(string=hai) anos
dccutil.h 79d44ef33a * Removed unused variable use_console_r and DP_LOG %!s(int64=21) %!d(string=hai) anos
debug.c 99c0a780db * Changed binary data encryption to not be viewable under 'strings'. %!s(int64=21) %!d(string=hai) anos
debug.h 64dd9216b6 * Disabled debug contexts as they were useless. %!s(int64=21) %!d(string=hai) anos
egg_timer.c bc91a7e206 * Added rcsid[] to all files %!s(int64=21) %!d(string=hai) anos
egg_timer.h fa4f5153e6 %!s(int64=22) %!d(string=hai) anos
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) %!s(int64=21) %!d(string=hai) anos
enclink.c caa5f6a4c9 * Started new link encryption (will work on after 1.2.4) %!s(int64=21) %!d(string=hai) anos
enclink.h 49c7d1cb49 %!s(int64=21) %!d(string=hai) anos
flags.c 1eea2d78af * whois_access() had owner check backwards :) %!s(int64=21) %!d(string=hai) anos
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) %!s(int64=21) %!d(string=hai) anos
garble.c bc91a7e206 * Added rcsid[] to all files %!s(int64=21) %!d(string=hai) anos
garble.h fe467c585e * Removed define GARBLESTRINGS %!s(int64=22) %!d(string=hai) anos
hash_table.c b150c05717 * Auth system rewritten into a class %!s(int64=21) %!d(string=hai) anos
hash_table.h ced0ca4ac7 * Added hash table functions from egglib %!s(int64=21) %!d(string=hai) anos
lang.h 2ca9b7d102 * Replacement and removal of defines from old eggdrop language system... %!s(int64=21) %!d(string=hai) anos
log.c 582fb8a3ee * More logfile work (not enabled yet) %!s(int64=21) %!d(string=hai) anos
log.h 79d44ef33a * Removed unused variable use_console_r and DP_LOG %!s(int64=21) %!d(string=hai) anos
main.c c5b26fcbcc * Added code to eat zombie processes minutely (shouldn't interfere with anything) %!s(int64=21) %!d(string=hai) anos
main.h 9fc3995250 * Trace detection cannot be set to 'ignore', lowest setting is now: 'die' %!s(int64=21) %!d(string=hai) anos
makehelp.c bc91a7e206 * Added rcsid[] to all files %!s(int64=21) %!d(string=hai) anos
makeres.c 7ed79e646c * Added bool var 'mean-kicks' which enables offensive/mean kick msgs. %!s(int64=21) %!d(string=hai) anos
match.c b8a2a2dfc4 * Fixed CIDR host matching not checking for BEST MATCH as normal method does %!s(int64=21) %!d(string=hai) anos
match.h d08a62f16b * Added primitive CIDR ban support (enforcebans/kickban/getop). %!s(int64=21) %!d(string=hai) anos
misc.c 3c82075d2d * Fixed bots not correctly recognizing changes in botset to empty vars after restart/update. (#150) %!s(int64=21) %!d(string=hai) anos
misc.h d2922d2768 * Added new feature (soft_restart) which restarts/updates bots while keeping them on IRC and preserving uptime/pid %!s(int64=21) %!d(string=hai) anos
misc_file.c fafdb27cec * Added /usr/tmp to the tempdir search list %!s(int64=21) %!d(string=hai) anos
misc_file.h 756c56ffe4 * Tempdir is now chosen from a list as follows: (hub) ./tmp/ (leaf) ~/.ssh/..., /tmp/, ./ %!s(int64=21) %!d(string=hai) anos
net.c d2922d2768 * Added new feature (soft_restart) which restarts/updates bots while keeping them on IRC and preserving uptime/pid %!s(int64=21) %!d(string=hai) anos
net.h d2922d2768 * Added new feature (soft_restart) which restarts/updates bots while keeping them on IRC and preserving uptime/pid %!s(int64=21) %!d(string=hai) anos
profile.c c9c8db0356 * Added some profiling code %!s(int64=21) %!d(string=hai) anos
response.c 7ed79e646c * Added bool var 'mean-kicks' which enables offensive/mean kick msgs. %!s(int64=21) %!d(string=hai) anos
rfc1459.c bc91a7e206 * Added rcsid[] to all files %!s(int64=21) %!d(string=hai) anos
rfc1459.h 4f9a5b49d5 * Added 005 parsing %!s(int64=22) %!d(string=hai) anos
set.c 3c82075d2d * Fixed bots not correctly recognizing changes in botset to empty vars after restart/update. (#150) %!s(int64=21) %!d(string=hai) anos
set.h 3c82075d2d * Fixed bots not correctly recognizing changes in botset to empty vars after restart/update. (#150) %!s(int64=21) %!d(string=hai) anos
settings.h 99c0a780db * Changed binary data encryption to not be viewable under 'strings'. %!s(int64=21) %!d(string=hai) anos
shell.c fc14156867 * Cleaned up trace detection code. %!s(int64=21) %!d(string=hai) anos
shell.h c94eeddd8d * Rewrote config/botconfig from scratch as [bot]set with list support. See 'help set'. %!s(int64=21) %!d(string=hai) anos
socket.c 5cba122631 * Converted a bunch of egg_snprintf() to simple_snprintf() %!s(int64=21) %!d(string=hai) anos
socket.h d08a62f16b * Added primitive CIDR ban support (enforcebans/kickban/getop). %!s(int64=21) %!d(string=hai) anos
sorthelp.c 0e1536509e * Should be using calloc() here not my_calloc() %!s(int64=21) %!d(string=hai) anos
sprintf.c bca87b05ae * Fixed *many* buffer overflows in the botnet code. (#94) %!s(int64=21) %!d(string=hai) anos
sprintf.h bca87b05ae * Fixed *many* buffer overflows in the botnet code. (#94) %!s(int64=21) %!d(string=hai) anos
stat.h 3861e5357b * Moved most of the "shell" functions to shell.c/.h %!s(int64=22) %!d(string=hai) anos
stringfix.c 79b96ef3a7 * Stupid mem increase to compensate for larger chaninfo help %!s(int64=21) %!d(string=hai) anos
tandem.h d2922d2768 * Added new feature (soft_restart) which restarts/updates bots while keeping them on IRC and preserving uptime/pid %!s(int64=21) %!d(string=hai) anos
tclhash.c 5cba122631 * Converted a bunch of egg_snprintf() to simple_snprintf() %!s(int64=21) %!d(string=hai) anos
tclhash.h b34f97945d * Work on auth system to bind dcc commands to auth system without rewriting them %!s(int64=21) %!d(string=hai) anos
thread.c bc91a7e206 * Added rcsid[] to all files %!s(int64=21) %!d(string=hai) anos
thread.h 98334382b0 * Misc %!s(int64=22) %!d(string=hai) anos
traffic.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. %!s(int64=21) %!d(string=hai) anos
types.h 491d9c2cf6 * Bad typedef on solaris %!s(int64=21) %!d(string=hai) anos
userent.c 348b2e73bc * Fixed a segfault/cpu-spin during WHO parsing, although, it could have occurred at any time. (#110) %!s(int64=21) %!d(string=hai) anos
userent.h b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() %!s(int64=21) %!d(string=hai) anos
userrec.c 1eb433f5de * When a user is removed and is on partyline, they are now booted. (#142) %!s(int64=21) %!d(string=hai) anos
userrec.h ce3e8c0aac * Automatic host adding by localhubs now sanity checks if the hosts will conflict with other bots/users. (#137) %!s(int64=21) %!d(string=hai) anos
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) %!s(int64=21) %!d(string=hai) anos
users.h c94eeddd8d * Rewrote config/botconfig from scratch as [bot]set with list support. See 'help set'. %!s(int64=21) %!d(string=hai) anos
utc-time.c bc91a7e206 * Added rcsid[] to all files %!s(int64=21) %!d(string=hai) anos