Bryan Drewery 693c4d652f * Fxied up some misc bugs left from new conf system 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 7c587dd7ef * Fixed bug in getin_request 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 5cba122631 * Converted a bunch of egg_snprintf() to simple_snprintf() 21 年 前
binary.h 82c8acfaf5 * Fixed SIGUSR1 signal after -C not working 21 年 前
botcmd.c e3e3b73ae9 * Removed simple_sprintf's %D param and am calling int_to_base64() directly now 21 年 前
botcmd.h b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 年 前
botmsg.c e3e3b73ae9 * Removed simple_sprintf's %D param and am calling int_to_base64() directly now 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 e3e3b73ae9 * Removed simple_sprintf's %D param and am calling int_to_base64() directly now 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 950e09b829 * Converted over cfg_struct to hub/leaf mix 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 e3e3b73ae9 * Removed simple_sprintf's %D param and am calling int_to_base64() directly now 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 693c4d652f * Fxied up some misc bugs left from new conf system 21 年 前
conf.h 693c4d652f * Fxied up some misc bugs left from new conf system 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 5cba122631 * Converted a bunch of egg_snprintf() to simple_snprintf() 21 年 前
dcc.h b34f97945d * Work on auth system to bind dcc commands to auth system without rewriting them 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 cc48b96cf5 * Misc compile fixes 21 年 前
flags.h f060e61929 * Added channel flag +|-botbitch, when set only bots will be allowed to be opped, users be auto-deopped. 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 e3e3b73ae9 * Removed simple_sprintf's %D param and am calling int_to_base64() directly now 21 年 前
log.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 21 年 前
main.c 693c4d652f * Fxied up some misc bugs left from new conf system 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 e3e3b73ae9 * Removed simple_sprintf's %D param and am calling int_to_base64() directly now 21 年 前
sprintf.h e3e3b73ae9 * Removed simple_sprintf's %D param and am calling int_to_base64() directly now 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 e3e3b73ae9 * Removed simple_sprintf's %D param and am calling int_to_base64() directly now 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 5cba122631 * Converted a bunch of egg_snprintf() to simple_snprintf() 21 年 前
userrec.h 88377d31ae * More conversions 21 年 前
users.c 5cba122631 * Converted a bunch of egg_snprintf() to simple_snprintf() 21 年 前
users.h dc70f3ae47 * Converted over user_entry_type to one binary mix 21 年 前
utc-time.c bc91a7e206 * Added rcsid[] to all files 21 年 前