Bryan Drewery 9f0a72eff3 * Rewrote how logs are shared over botnet, now uses much less bw and resources. (#30) 21 лет назад
..
compat 084972484f * Some constants not defined in OBSD 21 лет назад
crypto 6330870e16 * Updated MD5 code to use openssl's implemention which is portable and optimized 21 лет назад
mod 2e5dbb851b * cmd_getkey over .botcmd was displaying excess newlines. 21 лет назад
Makefile.in a8c8d21fdb * Converted a bunch of sprintf() to simple_sprintf() which is much smaller/faster and only accepts %s/%i/%d 21 лет назад
adns.c be7e0abec5 * Fixed DNS returning a blank reply for reverse lookups with missing records. 21 лет назад
adns.h b06fd9a0f2 * No longer redundantly byteswapping header.id 21 лет назад
auth.c 5cba122631 * Converted a bunch of egg_snprintf() to simple_snprintf() 21 лет назад
auth.h b150c05717 * Auth system rewritten into a class 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 a37c3d129a * Disabled watcher on sun as it's ptrace is horrid 21 лет назад
bg.h 1d28c381bb * Fixed stdin/stdout/stderr not being closed when bot is forked into background. 21 лет назад
binary.c 57ac308bc9 * After editing the binary with -C, also kill/remove any bots which were removed from the list 21 лет назад
binary.h 82c8acfaf5 * Fixed SIGUSR1 signal after -C not working 21 лет назад
botcmd.c 9f0a72eff3 * Rewrote how logs are shared over botnet, now uses much less bw and resources. (#30) 21 лет назад
botcmd.h 3ac0936b61 * Fixedbug in simple_vsnprintf() (forgot to break after parsing %D) 21 лет назад
botmsg.c 9f0a72eff3 * Rewrote how logs are shared over botnet, now uses much less bw and resources. (#30) 21 лет назад
botmsg.h a8c8d21fdb * Converted a bunch of sprintf() to simple_sprintf() which is much smaller/faster and only accepts %s/%i/%d 21 лет назад
botnet.c 3ac0936b61 * Fixedbug in simple_vsnprintf() (forgot to break after parsing %D) 21 лет назад
botnet.h efc010fa11 * Converted some functions over 21 лет назад
cfg.c a8c8d21fdb * Converted a bunch of sprintf() to simple_sprintf() which is much smaller/faster and only accepts %s/%i/%d 21 лет назад
cfg.h 6d72b199e8 * Fixed dccauth not correctly working according to it's [bot]config setting (#30) 21 лет назад
chan.h 0224cb1e5d * Fixed bot flooding with 'JOIN #chan', when it's already sent it 21 лет назад
chanprog.c 5cba122631 * Converted a bunch of egg_snprintf() to simple_snprintf() 21 лет назад
chanprog.h 378fd00bee * Converted chanprog.c stuff to new hub/leaf 21 лет назад
cmds.c 38c281977d * cmd_dns wasn't checking for an argument or displaying syntax 21 лет назад
cmds.h 760bc8c23e * Added .type and checking for botcmd_t 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 57ac308bc9 * After editing the binary with -C, also kill/remove any bots which were removed from the list 21 лет назад
conf.h 57ac308bc9 * After editing the binary with -C, also kill/remove any bots which were removed from the list 21 лет назад
core_binds.c b150c05717 * Auth system rewritten into a class 21 лет назад
core_binds.h b150c05717 * Auth system rewritten into a class 21 лет назад
crypt.c a8c8d21fdb * Converted a bunch of sprintf() to simple_sprintf() which is much smaller/faster and only accepts %s/%i/%d 21 лет назад
crypt.h 758beb24e5 * Added some stupid stuff for console crypting for future use 21 лет назад
dcc.c 9f0a72eff3 * Rewrote how logs are shared over botnet, now uses much less bw and resources. (#30) 21 лет назад
dcc.h 9f0a72eff3 * Rewrote how logs are shared over botnet, now uses much less bw and resources. (#30) 21 лет назад
dccutil.c e3e3b73ae9 * Removed simple_sprintf's %D param and am calling int_to_base64() directly now 21 лет назад
dccutil.h b150c05717 * Auth system rewritten into a class 21 лет назад
debug.c e3e3b73ae9 * Removed simple_sprintf's %D param and am calling int_to_base64() directly now 21 лет назад
debug.h e3e3b73ae9 * Removed simple_sprintf's %D param and am calling int_to_base64() directly now 21 лет назад
egg_timer.c bc91a7e206 * Added rcsid[] to all files 21 лет назад
egg_timer.h fa4f5153e6 22 лет назад
eggdrop.h b34f97945d * Work on auth system to bind dcc commands to auth system without rewriting them 21 лет назад
enclink.c e3e3b73ae9 * Removed simple_sprintf's %D param and am calling int_to_base64() directly now 21 лет назад
enclink.h e3e3b73ae9 * Removed simple_sprintf's %D param and am calling int_to_base64() directly now 21 лет назад
flags.c 8a53fb3ce8 * Fixed some missing sanity checking on certain user flags for channel records. 21 лет назад
flags.h 8a53fb3ce8 * Fixed some missing sanity checking on certain user flags for channel records. 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 0224cb1e5d * Fixed bot flooding with 'JOIN #chan', when it's already sent it 21 лет назад
log.c 9f0a72eff3 * Rewrote how logs are shared over botnet, now uses much less bw and resources. (#30) 21 лет назад
log.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 21 лет назад
main.c 57ac308bc9 * After editing the binary with -C, also kill/remove any bots which were removed from the list 21 лет назад
main.h 693c4d652f * Fxied up some misc bugs left from new conf system 21 лет назад
makehelp.c bc91a7e206 * Added rcsid[] to all files 21 лет назад
makeres.c bc91a7e206 * Added rcsid[] to all files 21 лет назад
match.c bc91a7e206 * Added rcsid[] to all files 21 лет назад
match.h d08a62f16b * Added primitive CIDR ban support (enforcebans/kickban/getop). 21 лет назад
misc.c 5cba122631 * Converted a bunch of egg_snprintf() to simple_snprintf() 21 лет назад
misc.h 93b7df34ce * Moved dumplots() to dccutil.c 21 лет назад
misc_file.c a8c8d21fdb * Converted a bunch of sprintf() to simple_sprintf() which is much smaller/faster and only accepts %s/%i/%d 21 лет назад
misc_file.h 5f23f3d38a * Fixed a file descriptor leak in the 'last' checking. 21 лет назад
net.c 5cba122631 * Converted a bunch of egg_snprintf() to simple_snprintf() 21 лет назад
net.h 7c5c0b4b95 * Cleaned up some of the firewall code 21 лет назад
profile.c c9c8db0356 * Added some profiling code 21 лет назад
response.c bc91a7e206 * Added rcsid[] to all files 21 лет назад
rfc1459.c bc91a7e206 * Added rcsid[] to all files 21 лет назад
rfc1459.h 4f9a5b49d5 * Added 005 parsing 22 лет назад
settings.h 8e1e97b61c 21 лет назад
shell.c 693c4d652f * Fxied up some misc bugs left from new conf system 21 лет назад
shell.h 693c4d652f * Fxied up some misc bugs left from new conf system 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 9f0a72eff3 * Rewrote how logs are shared over botnet, now uses much less bw and resources. (#30) 21 лет назад
sprintf.h 7f674f059c * Reversed the %D removal as it int_to_base64() uses a static buffer() 21 лет назад
stat.h 3861e5357b * Moved most of the "shell" functions to shell.c/.h 22 лет назад
stringfix.c bc91a7e206 * Added rcsid[] to all files 21 лет назад
tandem.h 9f0a72eff3 * Rewrote how logs are shared over botnet, now uses much less bw and resources. (#30) 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 a8c8d21fdb * Converted a bunch of sprintf() to simple_sprintf() which is much smaller/faster and only accepts %s/%i/%d 21 лет назад
userent.h b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 лет назад
userrec.c df14fb2f47 * After editing binary with -C, new bots/hosts are automatically added if first bot is linked. 21 лет назад
userrec.h df14fb2f47 * After editing binary with -C, new bots/hosts are automatically added if first bot is linked. 21 лет назад
users.c 5cba122631 * Converted a bunch of egg_snprintf() to simple_snprintf() 21 лет назад
users.h df14fb2f47 * After editing binary with -C, new bots/hosts are automatically added if first bot is linked. 21 лет назад
utc-time.c bc91a7e206 * Added rcsid[] to all files 21 лет назад