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