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