Bryan Drewery 81af5d20f1 * Added ability to negotiate a different link encryption for future use. 21 gadi atpakaļ
..
compat 220e06f1f3 * Undeffed calloc/realloc so that we may use that instead of my_ 21 gadi atpakaļ
crypto 821a3cc558 * Some openssl aes fixes I took out 21 gadi atpakaļ
mod b80622b7b9 * Fixed getin system continuing to parse for bans and assorted requests when bot wasn't even opped. 21 gadi atpakaļ
Makefile.in 06d7644d70 * Remove old dns system 21 gadi atpakaļ
adns.c b06fd9a0f2 * No longer redundantly byteswapping header.id 21 gadi atpakaļ
adns.h b06fd9a0f2 * No longer redundantly byteswapping header.id 21 gadi atpakaļ
auth.c dc75f1e092 * Using custom calloc/realloc functions now to check for failed allocations 21 gadi atpakaļ
auth.h f73db925a3 * More work on authing 21 gadi atpakaļ
base64.c dc75f1e092 * Using custom calloc/realloc functions now to check for failed allocations 21 gadi atpakaļ
base64.h 03d098da24 * C++ compile warning fixes (Still compat with C) 22 gadi atpakaļ
bg.c 1d28c381bb * Fixed stdin/stdout/stderr not being closed when bot is forked into background. 21 gadi atpakaļ
bg.h 1d28c381bb * Fixed stdin/stdout/stderr not being closed when bot is forked into background. 21 gadi atpakaļ
binary.c df79d72a21 * Moved host/ip buffers in conf_bot to conf_bot.conf_net 21 gadi atpakaļ
binary.h c1ba0fc025 21 gadi atpakaļ
bits.h 09e7b8988e * Waste of space to declare these 64-bit 22 gadi atpakaļ
botcmd.c dc75f1e092 * Using custom calloc/realloc functions now to check for failed allocations 21 gadi atpakaļ
botcmd.h 6efaf5ee5a * Removed that remote_boots bs 22 gadi atpakaļ
botmsg.c f6b3d97611 * Forgot some checking for dcc[].type 21 gadi atpakaļ
botmsg.h b83928cdf0 * More c++ leaf fixes, now for hub :) 22 gadi atpakaļ
botnet.c f6b3d97611 * Forgot some checking for dcc[].type 21 gadi atpakaļ
botnet.h babd237f66 * Fixes for cmd_bots 21 gadi atpakaļ
cfg.c df79d72a21 * Moved host/ip buffers in conf_bot to conf_bot.conf_net 21 gadi atpakaļ
cfg.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 21 gadi atpakaļ
chan.h f1faf738b8 * New channels are now closed-private 1 by default 21 gadi atpakaļ
chanprog.c df79d72a21 * Moved host/ip buffers in conf_bot to conf_bot.conf_net 21 gadi atpakaļ
chanprog.h 727f105ea5 * Fixed spamming irc_log for QUIT/NICK 22 gadi atpakaļ
cmds.c 1932349bee * Fixed typo in cmd_date 21 gadi atpakaļ
cmds.h 03d098da24 * C++ compile warning fixes (Still compat with C) 22 gadi atpakaļ
color.h c0e02b4d46 * More work on colors 22 gadi atpakaļ
common.h ffde807dc6 * Some ISO C fixes 22 gadi atpakaļ
conf.c ec65bde143 * Fixed ipv6 bots connecting over ipv4 21 gadi atpakaļ
conf.h ec65bde143 * Fixed ipv6 bots connecting over ipv4 21 gadi atpakaļ
core_binds.c 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 21 gadi atpakaļ
core_binds.h 7996dff984 * Removed all the unused bindings 22 gadi atpakaļ
crypt.c dc75f1e092 * Using custom calloc/realloc functions now to check for failed allocations 21 gadi atpakaļ
crypt.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 21 gadi atpakaļ
dcc.c 81af5d20f1 * Added ability to negotiate a different link encryption for future use. 21 gadi atpakaļ
dcc.h 81af5d20f1 * Added ability to negotiate a different link encryption for future use. 21 gadi atpakaļ
dccutil.c 40224bbdf0 * Fixed a dcctable list 'gap'/'leak' 21 gadi atpakaļ
dccutil.h 40224bbdf0 * Fixed a dcctable list 'gap'/'leak' 21 gadi atpakaļ
debug.c dc75f1e092 * Using custom calloc/realloc functions now to check for failed allocations 21 gadi atpakaļ
debug.h 8d1c20bfa5 * Changed DEBUG_MEM to DEBUG 21 gadi atpakaļ
egg_timer.c dc75f1e092 * Using custom calloc/realloc functions now to check for failed allocations 21 gadi atpakaļ
egg_timer.h fa4f5153e6 22 gadi atpakaļ
eggdrop.h 5eb8fdb8f0 * srandom() is now called first thing 21 gadi atpakaļ
flags.c dc75f1e092 * Using custom calloc/realloc functions now to check for failed allocations 21 gadi atpakaļ
flags.h 9d555db17a * Removed compatability support for <= 1.1.9 userfiles (bot records). 21 gadi atpakaļ
garble.c dc75f1e092 * Using custom calloc/realloc functions now to check for failed allocations 21 gadi atpakaļ
garble.h fe467c585e * Removed define GARBLESTRINGS 22 gadi atpakaļ
lang.h e65263bea1 * New mode parsing code 21 gadi atpakaļ
log.c ccb2750d36 * All dcc loops need to check for dcc[].type, as the table will now have gaps... 21 gadi atpakaļ
log.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 21 gadi atpakaļ
main.c 1d28c381bb * Fixed stdin/stdout/stderr not being closed when bot is forked into background. 21 gadi atpakaļ
main.h 386b447ca2 * Removed the hacks for 1.1.9->1.2 which include: 21 gadi atpakaļ
makehelp.c 3164cd2ac8 * Casted memory allocations, c++ requires it 22 gadi atpakaļ
makeres.c b83928cdf0 * More c++ leaf fixes, now for hub :) 22 gadi atpakaļ
match.c 21a0d224c0 * Made match functions use unsigned char as they were originally 21 gadi atpakaļ
match.h 21a0d224c0 * Made match functions use unsigned char as they were originally 21 gadi atpakaļ
misc.c dc75f1e092 * Using custom calloc/realloc functions now to check for failed allocations 21 gadi atpakaļ
misc.h a733563518 21 gadi atpakaļ
misc_file.c c47c7a436d * Added gnu-coreutils makepath() for future work 21 gadi atpakaļ
misc_file.h 098d9de5d0 22 gadi atpakaļ
net.c df79d72a21 * Moved host/ip buffers in conf_bot to conf_bot.conf_net 21 gadi atpakaļ
net.h 1653d4ddcc * DCC[] list is no longer shifter 21 gadi atpakaļ
response.c 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 21 gadi atpakaļ
rfc1459.c 03d098da24 * C++ compile warning fixes (Still compat with C) 22 gadi atpakaļ
rfc1459.h 4f9a5b49d5 * Added 005 parsing 22 gadi atpakaļ
settings.h 8830f7402c * Changed the update code around to write_settings() now 22 gadi atpakaļ
shell.c 386b447ca2 * Removed the hacks for 1.1.9->1.2 which include: 21 gadi atpakaļ
shell.h 386b447ca2 * Removed the hacks for 1.1.9->1.2 which include: 21 gadi atpakaļ
socket.c b06fd9a0f2 * No longer redundantly byteswapping header.id 21 gadi atpakaļ
socket.h 667125ad15 * Async dns now works for server connects 21 gadi atpakaļ
sorthelp.c dc75f1e092 * Using custom calloc/realloc functions now to check for failed allocations 21 gadi atpakaļ
stat.h 3861e5357b * Moved most of the "shell" functions to shell.c/.h 22 gadi atpakaļ
stringfix.c 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 21 gadi atpakaļ
tandem.h 7abb9533ea * Fixed a bug with part of the 'remotecmd' system 21 gadi atpakaļ
tclhash.c dc75f1e092 * Using custom calloc/realloc functions now to check for failed allocations 21 gadi atpakaļ
tclhash.h 03d098da24 * C++ compile warning fixes (Still compat with C) 22 gadi atpakaļ
thread.c 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 21 gadi atpakaļ
thread.h 98334382b0 * Misc 22 gadi atpakaļ
traffic.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 21 gadi atpakaļ
types.h 667125ad15 * Async dns now works for server connects 21 gadi atpakaļ
userent.c dc75f1e092 * Using custom calloc/realloc functions now to check for failed allocations 21 gadi atpakaļ
userent.h f3776a3410 * Finished removing all the modules. 22 gadi atpakaļ
userrec.c dc75f1e092 * Using custom calloc/realloc functions now to check for failed allocations 21 gadi atpakaļ
userrec.h 96581b8660 * 'strict-host' is now '1'; ident is now parsed CORRECTLY, *!ident@host will no longer match *!~ident@host. 21 gadi atpakaļ
users.c 9d555db17a * Removed compatability support for <= 1.1.9 userfiles (bot records). 21 gadi atpakaļ
users.h 40d50f82e6 * natip is now only referenced in getmyip() 21 gadi atpakaļ
utc-time.c 43a889a45f * time_t is signed, not unsigned. Fixed. 22 gadi atpakaļ