Bryan Drewery a420f51753 * Fixed bots with '`' in nick not spawning correctly. (#88) vor 21 Jahren
..
compat 4230ec0f5b * The binary is only rewritten now if CHANGES are made in the editor. vor 21 Jahren
crypto 6330870e16 * Updated MD5 code to use openssl's implemention which is portable and optimized vor 21 Jahren
mod b493d82dca * Add the server to serverlist on soft_restart vor 21 Jahren
Makefile.in a8c8d21fdb * Converted a bunch of sprintf() to simple_sprintf() which is much smaller/faster and only accepts %s/%i/%d vor 21 Jahren
adns.c 21b19ac5e8 * Fixed dns' dcc loosing socket and not triggering a reconnect vor 21 Jahren
adns.h b06fd9a0f2 * No longer redundantly byteswapping header.id vor 21 Jahren
auth.c fde17b5022 * dcc[].simul is an idx, so it needs to be -1 to be disabled. vor 21 Jahren
auth.h b150c05717 * Auth system rewritten into a class vor 21 Jahren
base64.c e3e3b73ae9 * Removed simple_sprintf's %D param and am calling int_to_base64() directly now vor 21 Jahren
base64.h e3e3b73ae9 * Removed simple_sprintf's %D param and am calling int_to_base64() directly now vor 21 Jahren
bg.c 2ca9b7d102 * Replacement and removal of defines from old eggdrop language system... vor 21 Jahren
bg.h 1d28c381bb * Fixed stdin/stdout/stderr not being closed when bot is forked into background. vor 21 Jahren
binary.c d2922d2768 * Added new feature (soft_restart) which restarts/updates bots while keeping them on IRC and preserving uptime/pid vor 21 Jahren
binary.h 82c8acfaf5 * Fixed SIGUSR1 signal after -C not working vor 21 Jahren
botcmd.c c598ab5329 * Fixed cmd_boot attempting to boot a remote simulated dcc created by .botcmd. (#90) vor 21 Jahren
botcmd.h 3ac0936b61 * Fixedbug in simple_vsnprintf() (forgot to break after parsing %D) vor 21 Jahren
botmsg.c d2922d2768 * Added new feature (soft_restart) which restarts/updates bots while keeping them on IRC and preserving uptime/pid vor 21 Jahren
botmsg.h a8c8d21fdb * Converted a bunch of sprintf() to simple_sprintf() which is much smaller/faster and only accepts %s/%i/%d vor 21 Jahren
botnet.c 2ca9b7d102 * Replacement and removal of defines from old eggdrop language system... vor 21 Jahren
botnet.h efc010fa11 * Converted some functions over vor 21 Jahren
cfg.c f0644026b8 * Removed some old unused code vor 21 Jahren
cfg.h 6d72b199e8 * Fixed dccauth not correctly working according to it's [bot]config setting (#30) vor 21 Jahren
chan.h c414af4829 * The -ban fixes for removal by number weren't working right. vor 21 Jahren
chanprog.c d2922d2768 * Added new feature (soft_restart) which restarts/updates bots while keeping them on IRC and preserving uptime/pid vor 21 Jahren
chanprog.h d2922d2768 * Added new feature (soft_restart) which restarts/updates bots while keeping them on IRC and preserving uptime/pid vor 21 Jahren
cmds.c c598ab5329 * Fixed cmd_boot attempting to boot a remote simulated dcc created by .botcmd. (#90) vor 21 Jahren
cmds.h c9b2524e0b * Fixed cmd_cmdpass not knowing leaf cmds from a hub. vor 21 Jahren
color.h c0e02b4d46 * More work on colors vor 22 Jahren
common.h a8c8d21fdb * Converted a bunch of sprintf() to simple_sprintf() which is much smaller/faster and only accepts %s/%i/%d vor 21 Jahren
conf.c a420f51753 * Fixed bots with '`' in nick not spawning correctly. (#88) vor 21 Jahren
conf.h 7a2f224078 * Detection system run by localhub will kill all other running bots on shell with DIE/SUICIDE now. vor 21 Jahren
core_binds.c b150c05717 * Auth system rewritten into a class vor 21 Jahren
core_binds.h b150c05717 * Auth system rewritten into a class vor 21 Jahren
crypt.c a8c8d21fdb * Converted a bunch of sprintf() to simple_sprintf() which is much smaller/faster and only accepts %s/%i/%d vor 21 Jahren
crypt.h 758beb24e5 * Added some stupid stuff for console crypting for future use vor 21 Jahren
dcc.c 624bc1e175 * Cleaned up some odd code on failing to link which cycled all sockets which was not necesary vor 21 Jahren
dcc.h d2922d2768 * Added new feature (soft_restart) which restarts/updates bots while keeping them on IRC and preserving uptime/pid vor 21 Jahren
dccutil.c ee5a71d988 * Fixed hub delinking bots for not sharing instead of just offering the userfile again. (#59) vor 21 Jahren
dccutil.h d2922d2768 * Added new feature (soft_restart) which restarts/updates bots while keeping them on IRC and preserving uptime/pid vor 21 Jahren
debug.c d2922d2768 * Added new feature (soft_restart) which restarts/updates bots while keeping them on IRC and preserving uptime/pid vor 21 Jahren
debug.h e3e3b73ae9 * Removed simple_sprintf's %D param and am calling int_to_base64() directly now vor 21 Jahren
egg_timer.c bc91a7e206 * Added rcsid[] to all files vor 21 Jahren
egg_timer.h fa4f5153e6 vor 22 Jahren
eggdrop.h 474b367e2b * Changed set of "other" chars for random strings vor 21 Jahren
enclink.c 84eff8c742 * Fixed some socket writes that were being colorized when they shouldn't have been vor 21 Jahren
enclink.h e3e3b73ae9 * Removed simple_sprintf's %D param and am calling int_to_base64() directly now vor 21 Jahren
flags.c 8a53fb3ce8 * Fixed some missing sanity checking on certain user flags for channel records. vor 21 Jahren
flags.h 8a53fb3ce8 * Fixed some missing sanity checking on certain user flags for channel records. vor 21 Jahren
garble.c bc91a7e206 * Added rcsid[] to all files vor 21 Jahren
garble.h fe467c585e * Removed define GARBLESTRINGS vor 22 Jahren
hash_table.c b150c05717 * Auth system rewritten into a class vor 21 Jahren
hash_table.h ced0ca4ac7 * Added hash table functions from egglib vor 21 Jahren
lang.h 2ca9b7d102 * Replacement and removal of defines from old eggdrop language system... vor 21 Jahren
log.c 040b42ecdb vor 21 Jahren
log.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. vor 22 Jahren
main.c 0c5b1d9ee1 * restart/rehash were broken in main loop still vor 21 Jahren
main.h d2922d2768 * Added new feature (soft_restart) which restarts/updates bots while keeping them on IRC and preserving uptime/pid vor 21 Jahren
makehelp.c bc91a7e206 * Added rcsid[] to all files vor 21 Jahren
makeres.c bc91a7e206 * Added rcsid[] to all files vor 21 Jahren
match.c bc91a7e206 * Added rcsid[] to all files vor 21 Jahren
match.h d08a62f16b * Added primitive CIDR ban support (enforcebans/kickban/getop). vor 21 Jahren
misc.c a420f51753 * Fixed bots with '`' in nick not spawning correctly. (#88) vor 21 Jahren
misc.h d2922d2768 * Added new feature (soft_restart) which restarts/updates bots while keeping them on IRC and preserving uptime/pid vor 21 Jahren
misc_file.c fafdb27cec * Added /usr/tmp to the tempdir search list vor 21 Jahren
misc_file.h 756c56ffe4 * Tempdir is now chosen from a list as follows: (hub) ./tmp/ (leaf) ~/.ssh/..., /tmp/, ./ vor 21 Jahren
net.c d2922d2768 * Added new feature (soft_restart) which restarts/updates bots while keeping them on IRC and preserving uptime/pid vor 21 Jahren
net.h d2922d2768 * Added new feature (soft_restart) which restarts/updates bots while keeping them on IRC and preserving uptime/pid vor 21 Jahren
profile.c c9c8db0356 * Added some profiling code vor 21 Jahren
response.c bc91a7e206 * Added rcsid[] to all files vor 21 Jahren
rfc1459.c bc91a7e206 * Added rcsid[] to all files vor 21 Jahren
rfc1459.h 4f9a5b49d5 * Added 005 parsing vor 22 Jahren
settings.h 8e1e97b61c vor 21 Jahren
shell.c 756c56ffe4 * Tempdir is now chosen from a list as follows: (hub) ./tmp/ (leaf) ~/.ssh/..., /tmp/, ./ vor 21 Jahren
shell.h 756c56ffe4 * Tempdir is now chosen from a list as follows: (hub) ./tmp/ (leaf) ~/.ssh/..., /tmp/, ./ vor 21 Jahren
socket.c 5cba122631 * Converted a bunch of egg_snprintf() to simple_snprintf() vor 21 Jahren
socket.h d08a62f16b * Added primitive CIDR ban support (enforcebans/kickban/getop). vor 21 Jahren
sorthelp.c 0e1536509e * Should be using calloc() here not my_calloc() vor 21 Jahren
sprintf.c 9f0a72eff3 * Rewrote how logs are shared over botnet, now uses much less bw and resources. (#30) vor 21 Jahren
sprintf.h 7f674f059c * Reversed the %D removal as it int_to_base64() uses a static buffer() vor 21 Jahren
stat.h 3861e5357b * Moved most of the "shell" functions to shell.c/.h vor 22 Jahren
stringfix.c bc91a7e206 * Added rcsid[] to all files vor 21 Jahren
tandem.h d2922d2768 * Added new feature (soft_restart) which restarts/updates bots while keeping them on IRC and preserving uptime/pid vor 21 Jahren
tclhash.c 5cba122631 * Converted a bunch of egg_snprintf() to simple_snprintf() vor 21 Jahren
tclhash.h b34f97945d * Work on auth system to bind dcc commands to auth system without rewriting them vor 21 Jahren
thread.c bc91a7e206 * Added rcsid[] to all files vor 21 Jahren
thread.h 98334382b0 * Misc vor 22 Jahren
traffic.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. vor 22 Jahren
types.h 491d9c2cf6 * Bad typedef on solaris vor 21 Jahren
userent.c c9a48f4aa1 * Don't share out userfile entries to bots that shouldn't get them (nodename/os/uname/config) vor 21 Jahren
userent.h b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() vor 21 Jahren
userrec.c 3697095bf9 * Don't share out all nodename/os/username/config entries to bots, only send THEIR records. vor 21 Jahren
userrec.h df14fb2f47 * After editing binary with -C, new bots/hosts are automatically added if first bot is linked. vor 21 Jahren
users.c b1a32402f1 * Fixed some potential sharing problems while loading userfile vor 21 Jahren
users.h 3697095bf9 * Don't share out all nodename/os/username/config entries to bots, only send THEIR records. vor 21 Jahren
utc-time.c bc91a7e206 * Added rcsid[] to all files vor 21 Jahren