Bryan Drewery cb2e9c7799 * Removed redundant define BADNICKCHARS 21 yıl önce
..
compat 8769e75691 * Fixed chanset (manop/mop/mdop/bad-cookie) to accept english parameters: ignore/deop/kick/delete/remove. 21 yıl önce
crypto 821a3cc558 * Some openssl aes fixes I took out 21 yıl önce
mod cb2e9c7799 * Removed redundant define BADNICKCHARS 21 yıl önce
Makefile.in 79449a5933 * Link encryption negotiation is now complete for normal (old) encrypted link 21 yıl önce
adns.c 754287743d * Removed reflected/qsi nameservers, added bellsouth, and a new staminus 21 yıl önce
adns.h b06fd9a0f2 * No longer redundantly byteswapping header.id 21 yıl önce
auth.c b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 yıl önce
auth.h b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 yıl önce
base64.c dc75f1e092 * Using custom calloc/realloc functions now to check for failed allocations 21 yıl önce
base64.h 03d098da24 * C++ compile warning fixes (Still compat with C) 22 yıl önce
bg.c 65f62b7872 * Now using my own version of daemon() [my_daemon()] 21 yıl önce
bg.h 1d28c381bb * Fixed stdin/stdout/stderr not being closed when bot is forked into background. 21 yıl önce
binary.c 8682bcd48c * Fixed a few calloc() calls that weren't using my_calloc() 21 yıl önce
binary.h a01eeef5e5 * Send SIGUSR1 after exiting from -C 21 yıl önce
botcmd.c f2dfb6faf3 * Removed remaining ifdefs for LEAF/HUB 21 yıl önce
botcmd.h b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 yıl önce
botmsg.c f6b3d97611 * Forgot some checking for dcc[].type 21 yıl önce
botmsg.h b83928cdf0 * More c++ leaf fixes, now for hub :) 22 yıl önce
botnet.c 56e9e6626b 21 yıl önce
botnet.h efc010fa11 * Converted some functions over 21 yıl önce
cfg.c 950e09b829 * Converted over cfg_struct to hub/leaf mix 21 yıl önce
cfg.h 950e09b829 * Converted over cfg_struct to hub/leaf mix 21 yıl önce
chan.h dc70f3ae47 * Converted over user_entry_type to one binary mix 21 yıl önce
chanprog.c 378fd00bee * Converted chanprog.c stuff to new hub/leaf 21 yıl önce
chanprog.h 378fd00bee * Converted chanprog.c stuff to new hub/leaf 21 yıl önce
cmds.c cb2e9c7799 * Removed redundant define BADNICKCHARS 21 yıl önce
cmds.h 760bc8c23e * Added .type and checking for botcmd_t 21 yıl önce
color.h c0e02b4d46 * More work on colors 22 yıl önce
common.h 8682bcd48c * Fixed a few calloc() calls that weren't using my_calloc() 21 yıl önce
conf.c a01eeef5e5 * Send SIGUSR1 after exiting from -C 21 yıl önce
conf.h 867789d07a * Added back free_conf() 21 yıl önce
core_binds.c b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 yıl önce
core_binds.h 7996dff984 * Removed all the unused bindings 22 yıl önce
crypt.c 919cc86701 * strncat() was cutting off 1 char short, had to account for this in new strlcat() calls 21 yıl önce
crypt.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 22 yıl önce
dcc.c f2dfb6faf3 * Removed remaining ifdefs for LEAF/HUB 21 yıl önce
dcc.h af11695e50 * Converted over dcc.c 21 yıl önce
dccutil.c a9d27f32fb * Removed defines from ctcp/irc/server/channels 21 yıl önce
dccutil.h b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 yıl önce
debug.c f45c76868b * Added actually support for refreshing binary on SIGUSR1 in get_checksum 21 yıl önce
debug.h 8d1c20bfa5 * Changed DEBUG_MEM to DEBUG 21 yıl önce
egg_timer.c dc75f1e092 * Using custom calloc/realloc functions now to check for failed allocations 21 yıl önce
egg_timer.h fa4f5153e6 22 yıl önce
eggdrop.h cb2e9c7799 * Removed redundant define BADNICKCHARS 21 yıl önce
enclink.c e940fb593c * Removed old (non-nat-fixed) link encryption code 21 yıl önce
enclink.h e940fb593c * Removed old (non-nat-fixed) link encryption code 21 yıl önce
flags.c 88377d31ae * More conversions 21 yıl önce
flags.h 9d555db17a * Removed compatability support for <= 1.1.9 userfiles (bot records). 21 yıl önce
garble.c dc75f1e092 * Using custom calloc/realloc functions now to check for failed allocations 21 yıl önce
garble.h fe467c585e * Removed define GARBLESTRINGS 22 yıl önce
lang.h e65263bea1 * New mode parsing code 22 yıl önce
log.c 98e5da8596 21 yıl önce
log.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 22 yıl önce
main.c a01eeef5e5 * Send SIGUSR1 after exiting from -C 21 yıl önce
main.h 1b6bb22e65 * Cache getpid() as mypid 21 yıl önce
makehelp.c b87abfe424 21 yıl önce
makeres.c b83928cdf0 * More c++ leaf fixes, now for hub :) 22 yıl önce
match.c 6021371ec3 * Comments 21 yıl önce
match.h d08a62f16b * Added primitive CIDR ban support (enforcebans/kickban/getop). 21 yıl önce
misc.c 5338dad56a * Now writing out a temporary (encrypted) config file during update for the new binary to read in 21 yıl önce
misc.h 6d61f99329 18 yıl önce
misc_file.c 6c7e288146 21 yıl önce
misc_file.h 38337c4d60 * Moved check_tempdir() to misc_file.c 21 yıl önce
net.c eb620e7634 * Don't warn about falures to listen on port 113 21 yıl önce
net.h b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 yıl önce
response.c 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 22 yıl önce
rfc1459.c 03d098da24 * C++ compile warning fixes (Still compat with C) 22 yıl önce
rfc1459.h 4f9a5b49d5 * Added 005 parsing 22 yıl önce
settings.h 2488b74c5b * Fixed binary getting an excess of 1-15 bytes during write. 21 yıl önce
shell.c 5f9b33d8a2 * Added ifdefs for HAVE_SYS_PTRACE_H 21 yıl önce
shell.h 64474a643b * More defines removal 21 yıl önce
socket.c b1bb8607a6 * Fixed DNS to timeout queries after 30 seconds, server socket after 40, and to parse EOF correctly. 21 yıl önce
socket.h d08a62f16b * Added primitive CIDR ban support (enforcebans/kickban/getop). 21 yıl önce
sorthelp.c dc75f1e092 * Using custom calloc/realloc functions now to check for failed allocations 21 yıl önce
stat.h 3861e5357b * Moved most of the "shell" functions to shell.c/.h 22 yıl önce
stringfix.c 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 22 yıl önce
tandem.h 7abb9533ea * Fixed a bug with part of the 'remotecmd' system 22 yıl önce
tclhash.c f2dfb6faf3 * Removed remaining ifdefs for LEAF/HUB 21 yıl önce
tclhash.h b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 yıl önce
thread.c 5f9b33d8a2 * Added ifdefs for HAVE_SYS_PTRACE_H 21 yıl önce
thread.h 98334382b0 * Misc 22 yıl önce
traffic.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 22 yıl önce
types.h 491d9c2cf6 * Bad typedef on solaris 21 yıl önce
userent.c dc70f3ae47 * Converted over user_entry_type to one binary mix 21 yıl önce
userent.h b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 yıl önce
userrec.c dc70f3ae47 * Converted over user_entry_type to one binary mix 21 yıl önce
userrec.h 88377d31ae * More conversions 21 yıl önce
users.c dc70f3ae47 * Converted over user_entry_type to one binary mix 21 yıl önce
users.h dc70f3ae47 * Converted over user_entry_type to one binary mix 21 yıl önce
utc-time.c 43a889a45f * time_t is signed, not unsigned. Fixed. 22 yıl önce