Bryan Drewery 4d761c665a * Disabled auto-renaming server names internally on connect if they don't match our own list %!s(int64=21) %!d(string=hai) anos
..
compat 4230ec0f5b * The binary is only rewritten now if CHANGES are made in the editor. %!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 4d761c665a * Disabled auto-renaming server names internally on connect if they don't match our own list %!s(int64=21) %!d(string=hai) anos
Makefile.in 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
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 fde17b5022 * dcc[].simul is an idx, so it needs to be -1 to be disabled. %!s(int64=21) %!d(string=hai) anos
auth.h b150c05717 * Auth system rewritten into a class %!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 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
binary.h 82c8acfaf5 * Fixed SIGUSR1 signal after -C not working %!s(int64=21) %!d(string=hai) anos
botcmd.c 6863736ae1 * Expire more than 1 remote idx at a time, safe to do so now %!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 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
botmsg.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
botnet.c 2ca9b7d102 * Replacement and removal of defines from old eggdrop language system... %!s(int64=21) %!d(string=hai) anos
botnet.h efc010fa11 * Converted some functions over %!s(int64=21) %!d(string=hai) anos
cfg.c df12bee8af * Don't share cfg changes in trigger_cfg_changed (reading userfile for our own LOCAL cfg entries) %!s(int64=21) %!d(string=hai) anos
cfg.h 6d72b199e8 * Fixed dccauth not correctly working according to it's [bot]config setting (#30) %!s(int64=21) %!d(string=hai) anos
chan.h c414af4829 * The -ban fixes for removal by number weren't working right. %!s(int64=21) %!d(string=hai) anos
chanprog.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
chanprog.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
cmds.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
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 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
conf.h 7a2f224078 * Detection system run by localhub will kill all other running bots on shell with DIE/SUICIDE now. %!s(int64=21) %!d(string=hai) anos
core_binds.c b150c05717 * Auth system rewritten into a class %!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 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
crypt.h 758beb24e5 * Added some stupid stuff for console crypting for future use %!s(int64=21) %!d(string=hai) anos
dcc.c 624bc1e175 * Cleaned up some odd code on failing to link which cycled all sockets which was not necesary %!s(int64=21) %!d(string=hai) anos
dcc.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
dccutil.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
dccutil.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
debug.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
debug.h e3e3b73ae9 * Removed simple_sprintf's %D param and am calling int_to_base64() directly now %!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 474b367e2b * Changed set of "other" chars for random strings %!s(int64=21) %!d(string=hai) anos
enclink.c 84eff8c742 * Fixed some socket writes that were being colorized when they shouldn't have been %!s(int64=21) %!d(string=hai) anos
enclink.h e3e3b73ae9 * Removed simple_sprintf's %D param and am calling int_to_base64() directly now %!s(int64=21) %!d(string=hai) anos
flags.c 8a53fb3ce8 * Fixed some missing sanity checking on certain user flags for channel records. %!s(int64=21) %!d(string=hai) anos
flags.h 8a53fb3ce8 * Fixed some missing sanity checking on certain user flags for channel records. %!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 fde17b5022 * dcc[].simul is an idx, so it needs to be -1 to be disabled. %!s(int64=21) %!d(string=hai) anos
log.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. %!s(int64=22) %!d(string=hai) anos
main.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
main.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
makehelp.c bc91a7e206 * Added rcsid[] to all files %!s(int64=21) %!d(string=hai) anos
makeres.c bc91a7e206 * Added rcsid[] to all files %!s(int64=21) %!d(string=hai) anos
match.c bc91a7e206 * Added rcsid[] to all files %!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 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.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 bc91a7e206 * Added rcsid[] to all files %!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
settings.h 8e1e97b61c %!s(int64=21) %!d(string=hai) anos
shell.c 756c56ffe4 * Tempdir is now chosen from a list as follows: (hub) ./tmp/ (leaf) ~/.ssh/..., /tmp/, ./ %!s(int64=21) %!d(string=hai) anos
shell.h 756c56ffe4 * Tempdir is now chosen from a list as follows: (hub) ./tmp/ (leaf) ~/.ssh/..., /tmp/, ./ %!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 9f0a72eff3 * Rewrote how logs are shared over botnet, now uses much less bw and resources. (#30) %!s(int64=21) %!d(string=hai) anos
sprintf.h 7f674f059c * Reversed the %D removal as it int_to_base64() uses a static buffer() %!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 bc91a7e206 * Added rcsid[] to all files %!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=22) %!d(string=hai) anos
types.h 491d9c2cf6 * Bad typedef on solaris %!s(int64=21) %!d(string=hai) anos
userent.c 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
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 c414af4829 * The -ban fixes for removal by number weren't working right. %!s(int64=21) %!d(string=hai) anos
userrec.h df14fb2f47 * After editing binary with -C, new bots/hosts are automatically added if first bot is linked. %!s(int64=21) %!d(string=hai) anos
users.c 2e5bfb16cf * Combined code for restore_chan[ban|exempt|invite] into restore_chanmask() for userfile loading %!s(int64=21) %!d(string=hai) anos
users.h 670e017936 * During update, bot uplinks aren't permanently changed now. %!s(int64=21) %!d(string=hai) anos
utc-time.c bc91a7e206 * Added rcsid[] to all files %!s(int64=21) %!d(string=hai) anos