Bryan Drewery de808266d7 21 년 전
..
compat 220e06f1f3 * Undeffed calloc/realloc so that we may use that instead of my_ 21 년 전
crypto 821a3cc558 * Some openssl aes fixes I took out 21 년 전
mod 50372107ab * auth/enclink/dcc hash strings are now cleared from memory after being hashed. 21 년 전
Makefile.in 79449a5933 * Link encryption negotiation is now complete for normal (old) encrypted link 21 년 전
adns.c b06fd9a0f2 * No longer redundantly byteswapping header.id 21 년 전
adns.h b06fd9a0f2 * No longer redundantly byteswapping header.id 21 년 전
auth.c 50372107ab * auth/enclink/dcc hash strings are now cleared from memory after being hashed. 21 년 전
auth.h 50372107ab * auth/enclink/dcc hash strings are now cleared from memory after being hashed. 21 년 전
base64.c dc75f1e092 * Using custom calloc/realloc functions now to check for failed allocations 21 년 전
base64.h 03d098da24 * C++ compile warning fixes (Still compat with C) 22 년 전
bg.c 1d28c381bb * Fixed stdin/stdout/stderr not being closed when bot is forked into background. 21 년 전
bg.h 1d28c381bb * Fixed stdin/stdout/stderr not being closed when bot is forked into background. 21 년 전
binary.c df79d72a21 * Moved host/ip buffers in conf_bot to conf_bot.conf_net 21 년 전
binary.h c1ba0fc025 21 년 전
bits.h 09e7b8988e * Waste of space to declare these 64-bit 22 년 전
botcmd.c dc75f1e092 * Using custom calloc/realloc functions now to check for failed allocations 21 년 전
botcmd.h 6efaf5ee5a * Removed that remote_boots bs 22 년 전
botmsg.c f6b3d97611 * Forgot some checking for dcc[].type 21 년 전
botmsg.h b83928cdf0 * More c++ leaf fixes, now for hub :) 22 년 전
botnet.c f6b3d97611 * Forgot some checking for dcc[].type 21 년 전
botnet.h babd237f66 * Fixes for cmd_bots 21 년 전
cfg.c df79d72a21 * Moved host/ip buffers in conf_bot to conf_bot.conf_net 21 년 전
cfg.h b26bf5b2e5 * Fixed a problem with dcc authing not being validated correctly 21 년 전
chan.h f1faf738b8 * New channels are now closed-private 1 by default 21 년 전
chanprog.c df79d72a21 * Moved host/ip buffers in conf_bot to conf_bot.conf_net 21 년 전
chanprog.h 727f105ea5 * Fixed spamming irc_log for QUIT/NICK 22 년 전
cmds.c 54d00bcafa * cmd_quit was not logging the cmd. 21 년 전
cmds.h 03d098da24 * C++ compile warning fixes (Still compat with C) 22 년 전
color.h c0e02b4d46 * More work on colors 22 년 전
common.h ffde807dc6 * Some ISO C fixes 22 년 전
conf.c 6b44e07299 * Now making a small attempt to auto make the tmpdir. 21 년 전
conf.h ec65bde143 * Fixed ipv6 bots connecting over ipv4 21 년 전
core_binds.c 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 21 년 전
core_binds.h 7996dff984 * Removed all the unused bindings 22 년 전
crypt.c dc75f1e092 * Using custom calloc/realloc functions now to check for failed allocations 21 년 전
crypt.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 21 년 전
dcc.c de808266d7 21 년 전
dcc.h 37f01436cf * Added a SHA1 hash to the encryption negotiation to stop non-bots (hackers) from playing :) 21 년 전
dccutil.c 40224bbdf0 * Fixed a dcctable list 'gap'/'leak' 21 년 전
dccutil.h 40224bbdf0 * Fixed a dcctable list 'gap'/'leak' 21 년 전
debug.c dc75f1e092 * Using custom calloc/realloc functions now to check for failed allocations 21 년 전
debug.h 8d1c20bfa5 * Changed DEBUG_MEM to DEBUG 21 년 전
egg_timer.c dc75f1e092 * Using custom calloc/realloc functions now to check for failed allocations 21 년 전
egg_timer.h fa4f5153e6 22 년 전
eggdrop.h 5eb8fdb8f0 * srandom() is now called first thing 21 년 전
enclink.c 7659dc9b14 * Don't use packname in the enclink hash 21 년 전
enclink.h a43fb863ec * More work on new link encryption system 21 년 전
flags.c dc75f1e092 * Using custom calloc/realloc functions now to check for failed allocations 21 년 전
flags.h 9d555db17a * Removed compatability support for <= 1.1.9 userfiles (bot records). 21 년 전
garble.c dc75f1e092 * Using custom calloc/realloc functions now to check for failed allocations 21 년 전
garble.h fe467c585e * Removed define GARBLESTRINGS 22 년 전
lang.h e65263bea1 * New mode parsing code 21 년 전
log.c ccb2750d36 * All dcc loops need to check for dcc[].type, as the table will now have gaps... 21 년 전
log.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 21 년 전
main.c 6b44e07299 * Now making a small attempt to auto make the tmpdir. 21 년 전
main.h 386b447ca2 * Removed the hacks for 1.1.9->1.2 which include: 21 년 전
makehelp.c 3164cd2ac8 * Casted memory allocations, c++ requires it 22 년 전
makeres.c b83928cdf0 * More c++ leaf fixes, now for hub :) 22 년 전
match.c 21a0d224c0 * Made match functions use unsigned char as they were originally 21 년 전
match.h 21a0d224c0 * Made match functions use unsigned char as they were originally 21 년 전
misc.c ad5b254c1e * Remove pidfile right before we call system() in restart() to attempt to fix the duplicate bots bug 21 년 전
misc.h a733563518 21 년 전
misc_file.c c47c7a436d * Added gnu-coreutils makepath() for future work 21 년 전
misc_file.h 098d9de5d0 22 년 전
net.c 583a1b921f * Setup the read/write encrypt/decrypt functions to work through the new link encryption system 21 년 전
net.h a43fb863ec * More work on new link encryption system 21 년 전
response.c 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 21 년 전
rfc1459.c 03d098da24 * C++ compile warning fixes (Still compat with C) 22 년 전
rfc1459.h 4f9a5b49d5 * Added 005 parsing 22 년 전
settings.h 8830f7402c * Changed the update code around to write_settings() now 22 년 전
shell.c 386b447ca2 * Removed the hacks for 1.1.9->1.2 which include: 21 년 전
shell.h 386b447ca2 * Removed the hacks for 1.1.9->1.2 which include: 21 년 전
socket.c b06fd9a0f2 * No longer redundantly byteswapping header.id 21 년 전
socket.h 667125ad15 * Async dns now works for server connects 21 년 전
sorthelp.c dc75f1e092 * Using custom calloc/realloc functions now to check for failed allocations 21 년 전
stat.h 3861e5357b * Moved most of the "shell" functions to shell.c/.h 22 년 전
stringfix.c 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 21 년 전
tandem.h 7abb9533ea * Fixed a bug with part of the 'remotecmd' system 21 년 전
tclhash.c dc75f1e092 * Using custom calloc/realloc functions now to check for failed allocations 21 년 전
tclhash.h 03d098da24 * C++ compile warning fixes (Still compat with C) 22 년 전
thread.c 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 21 년 전
thread.h 98334382b0 * Misc 22 년 전
traffic.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 21 년 전
types.h 667125ad15 * Async dns now works for server connects 21 년 전
userent.c a2e6dbef2b 21 년 전
userent.h f3776a3410 * Finished removing all the modules. 22 년 전
userrec.c dc75f1e092 * Using custom calloc/realloc functions now to check for failed allocations 21 년 전
userrec.h 96581b8660 * 'strict-host' is now '1'; ident is now parsed CORRECTLY, *!ident@host will no longer match *!~ident@host. 21 년 전
users.c 9d555db17a * Removed compatability support for <= 1.1.9 userfiles (bot records). 21 년 전
users.h 40d50f82e6 * natip is now only referenced in getmyip() 21 년 전
utc-time.c 43a889a45f * time_t is signed, not unsigned. Fixed. 22 년 전