Bryan Drewery 94809d5ac0 * cmd_whom now assumes argument '*' 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 4c15df5b1a * DISABLED: invite hijack detection and cmd_iop 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 63c02529f7 * Auth hashes weren't being MD5d 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 7a80c85bf4 * No longer enforcing $binpath/$binname when using -C. 21 лет назад
binary.h 7a80c85bf4 * No longer enforcing $binpath/$binname when using -C. 21 лет назад
bits.h 09e7b8988e * Waste of space to declare these 64-bit 22 лет назад
botcmd.c e02a7146d0 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 7c72fb35ff 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 94809d5ac0 * cmd_whom now assumes argument '*' 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 1e92803106 21 лет назад
conf.h 5130efa1de * Added compat functions to read in a config file if a new binary's struct size if 21 лет назад
core_binds.c 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 22 лет назад
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. 22 лет назад
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 49fb14e620 * Removed the DEBUG email code 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 c27e8fd415 * Fixed a compatability problem with enclink 21 лет назад
enclink.h 3d68da5549 * Added new link encryption method to fix nat/proxy linking bugs 21 лет назад
flags.c e34eebe527 * +m no longer implies +j. 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 22 лет назад
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. 22 лет назад
main.c 7a80c85bf4 * No longer enforcing $binpath/$binname when using -C. 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 5d0c7d9e3d * Tell where the new binary was moved when using -U/-U 21 лет назад
misc.h 6d61f99329 18 лет назад
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. 22 лет назад
rfc1459.c 03d098da24 * C++ compile warning fixes (Still compat with C) 22 лет назад
rfc1459.h 4f9a5b49d5 * Added 005 parsing 22 лет назад
settings.h 5130efa1de * Added compat functions to read in a config file if a new binary's struct size if 21 лет назад
shell.c 26fb8a746c * No longer replacing '~' with homedir in config, only done internally now. 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. 22 лет назад
tandem.h 7abb9533ea * Fixed a bug with part of the 'remotecmd' system 22 лет назад
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. 22 лет назад
thread.h 98334382b0 * Misc 22 лет назад
traffic.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 22 лет назад
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 7c72fb35ff 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 c636793276 * Fixed a problem with leaf bots not chosing a hub when only 1 was set. 21 лет назад
users.h 40d50f82e6 * natip is now only referenced in getmyip() 22 лет назад
utc-time.c 43a889a45f * time_t is signed, not unsigned. Fixed. 22 лет назад