Bryan Drewery 7889ab8f49 * Fixed bots unbanning bots via botnet requests when the bot is set +k for the chan. 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 7889ab8f49 * Fixed bots unbanning bots via botnet requests when the bot is set +k for the chan. 21 년 전
Makefile.in c9c8db0356 * Added some profiling code 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 b150c05717 * Auth system rewritten into a class 21 년 전
auth.h b150c05717 * Auth system rewritten into a class 21 년 전
base64.c bc91a7e206 * Added rcsid[] to all files 21 년 전
base64.h 03d098da24 * C++ compile warning fixes (Still compat with C) 22 년 전
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 82c8acfaf5 * Fixed SIGUSR1 signal after -C not working 21 년 전
binary.h 82c8acfaf5 * Fixed SIGUSR1 signal after -C not working 21 년 전
botcmd.c 8e9c982f63 * Removed some old eggdrop bot reject code 21 년 전
botcmd.h b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 년 전
botmsg.c bc91a7e206 * Added rcsid[] to all files 21 년 전
botmsg.h b83928cdf0 * More c++ leaf fixes, now for hub :) 22 년 전
botnet.c bbb67dd74a * Fixed users showing up in .whom after doing .botcmd and relinking the bot which the cmd was ran on. (#9) 21 년 전
botnet.h efc010fa11 * Converted some functions over 21 년 전
cfg.c bc91a7e206 * Added rcsid[] to all files 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 b150c05717 * Auth system rewritten into a class 21 년 전
chanprog.h 378fd00bee * Converted chanprog.c stuff to new hub/leaf 21 년 전
cmds.c cc48b96cf5 * Misc compile fixes 21 년 전
cmds.h 760bc8c23e * Added .type and checking for botcmd_t 21 년 전
color.h c0e02b4d46 * More work on colors 22 년 전
common.h 8682bcd48c * Fixed a few calloc() calls that weren't using my_calloc() 21 년 전
conf.c 8e99178d5e * Added some spacing after 'uname' in -C 21 년 전
conf.h ce9e5dc1d0 * Default UID is now -1 (to fix running as root) (Fixes #12) 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 758beb24e5 * Added some stupid stuff for console crypting for future use 21 년 전
crypt.h 758beb24e5 * Added some stupid stuff for console crypting for future use 21 년 전
dcc.c 703562627d * Fixed a bug with enclink negociating which prevents bots from using NEW methods. 21 년 전
dcc.h b34f97945d * Work on auth system to bind dcc commands to auth system without rewriting them 21 년 전
dccutil.c e31dd5650b * Fixed colors still showing for characters ":@()<>" when colors were turned off. 21 년 전
dccutil.h b150c05717 * Auth system rewritten into a class 21 년 전
debug.c a37c3d129a * Disabled watcher on sun as it's ptrace is horrid 21 년 전
debug.h cfc68ced0b * Removed all Assert()/DEBUG_ASSERT code 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 703562627d * Fixed a bug with enclink negociating which prevents bots from using NEW methods. 21 년 전
enclink.h e82ddbd090 * Fixed bot's not being able to link when the botnick case did not match (userlist vs binary -C). 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 bc91a7e206 * Added rcsid[] to all files 21 년 전
log.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 21 년 전
main.c 9f2dcd0120 * +take stuff 21 년 전
main.h 9f2dcd0120 * +take stuff 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 6679b221fd 21 년 전
misc.h 93b7df34ce * Moved dumplots() to dccutil.c 21 년 전
misc_file.c 5f23f3d38a * Fixed a file descriptor leak in the 'last' checking. 21 년 전
misc_file.h 5f23f3d38a * Fixed a file descriptor leak in the 'last' checking. 21 년 전
net.c bc91a7e206 * Added rcsid[] to all files 21 년 전
net.h b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 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 5f23f3d38a * Fixed a file descriptor leak in the 'last' checking. 21 년 전
shell.h 64474a643b * More defines removal 21 년 전
socket.c bc91a7e206 * Added rcsid[] to all files 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 년 전
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 7abb9533ea * Fixed a bug with part of the 'remotecmd' system 21 년 전
tclhash.c b34f97945d * Work on auth system to bind dcc commands to auth system without rewriting them 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 6897583cd5 * Fixed bot's being tagged with op/login stats. (#22) 21 년 전
userent.h b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 년 전
userrec.c bc91a7e206 * Added rcsid[] to all files 21 년 전
userrec.h 88377d31ae * More conversions 21 년 전
users.c bc91a7e206 * Added rcsid[] to all files 21 년 전
users.h dc70f3ae47 * Converted over user_entry_type to one binary mix 21 년 전
utc-time.c bc91a7e206 * Added rcsid[] to all files 21 년 전