Bryan Drewery 9ebcdaed6b * Fixed bots not updating/restarting correctly (being killed before finishing process of restart/update) 21 anni fa
..
compat 7a5c32eb81 * Removed strncpyz and am now using OpenBSD's strlcpy() 21 anni fa
crypto 821a3cc558 * Some openssl aes fixes I took out 21 anni fa
mod ae10347cb1 * nuke_server uses const char * 21 anni fa
Makefile.in 79449a5933 * Link encryption negotiation is now complete for normal (old) encrypted link 21 anni fa
adns.c b06fd9a0f2 * No longer redundantly byteswapping header.id 21 anni fa
adns.h b06fd9a0f2 * No longer redundantly byteswapping header.id 21 anni fa
auth.c 7a5c32eb81 * Removed strncpyz and am now using OpenBSD's strlcpy() 21 anni fa
auth.h 50372107ab * auth/enclink/dcc hash strings are now cleared from memory after being hashed. 21 anni fa
base64.c dc75f1e092 * Using custom calloc/realloc functions now to check for failed allocations 21 anni fa
base64.h 03d098da24 * C++ compile warning fixes (Still compat with C) 22 anni fa
bg.c 1d28c381bb * Fixed stdin/stdout/stderr not being closed when bot is forked into background. 21 anni fa
bg.h 1d28c381bb * Fixed stdin/stdout/stderr not being closed when bot is forked into background. 21 anni fa
binary.c 9ebcdaed6b * Fixed bots not updating/restarting correctly (being killed before finishing process of restart/update) 21 anni fa
binary.h 7a80c85bf4 * No longer enforcing $binpath/$binname when using -C. 21 anni fa
bits.h 09e7b8988e * Waste of space to declare these 64-bit 22 anni fa
botcmd.c e02a7146d0 21 anni fa
botcmd.h 6efaf5ee5a * Removed that remote_boots bs 22 anni fa
botmsg.c f6b3d97611 * Forgot some checking for dcc[].type 21 anni fa
botmsg.h b83928cdf0 * More c++ leaf fixes, now for hub :) 22 anni fa
botnet.c 7a5c32eb81 * Removed strncpyz and am now using OpenBSD's strlcpy() 21 anni fa
botnet.h babd237f66 * Fixes for cmd_bots 21 anni fa
cfg.c 7a5c32eb81 * Removed strncpyz and am now using OpenBSD's strlcpy() 21 anni fa
cfg.h b26bf5b2e5 * Fixed a problem with dcc authing not being validated correctly 21 anni fa
chan.h f1faf738b8 * New channels are now closed-private 1 by default 21 anni fa
chanprog.c 9a66475b95 21 anni fa
chanprog.h 727f105ea5 * Fixed spamming irc_log for QUIT/NICK 22 anni fa
cmds.c 9ebcdaed6b * Fixed bots not updating/restarting correctly (being killed before finishing process of restart/update) 21 anni fa
cmds.h 03d098da24 * C++ compile warning fixes (Still compat with C) 22 anni fa
color.h c0e02b4d46 * More work on colors 22 anni fa
common.h 7a5c32eb81 * Removed strncpyz and am now using OpenBSD's strlcpy() 21 anni fa
conf.c 9ebcdaed6b * Fixed bots not updating/restarting correctly (being killed before finishing process of restart/update) 21 anni fa
conf.h 5130efa1de * Added compat functions to read in a config file if a new binary's struct size if 21 anni fa
core_binds.c 7a5c32eb81 * Removed strncpyz and am now using OpenBSD's strlcpy() 21 anni fa
core_binds.h 7996dff984 * Removed all the unused bindings 22 anni fa
crypt.c 919cc86701 * strncat() was cutting off 1 char short, had to account for this in new strlcat() calls 21 anni fa
crypt.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 22 anni fa
dcc.c 7a5c32eb81 * Removed strncpyz and am now using OpenBSD's strlcpy() 21 anni fa
dcc.h 37f01436cf * Added a SHA1 hash to the encryption negotiation to stop non-bots (hackers) from playing :) 21 anni fa
dccutil.c 2784f660fe * Fixed a parsing error with using DP_DUMP 21 anni fa
dccutil.h 40224bbdf0 * Fixed a dcctable list 'gap'/'leak' 21 anni fa
debug.c 50f7fe7329 21 anni fa
debug.h 8d1c20bfa5 * Changed DEBUG_MEM to DEBUG 21 anni fa
egg_timer.c dc75f1e092 * Using custom calloc/realloc functions now to check for failed allocations 21 anni fa
egg_timer.h fa4f5153e6 22 anni fa
eggdrop.h 5eb8fdb8f0 * srandom() is now called first thing 21 anni fa
enclink.c 4d9553ca8d 21 anni fa
enclink.h 3d68da5549 * Added new link encryption method to fix nat/proxy linking bugs 21 anni fa
flags.c 7a5c32eb81 * Removed strncpyz and am now using OpenBSD's strlcpy() 21 anni fa
flags.h 9d555db17a * Removed compatability support for <= 1.1.9 userfiles (bot records). 21 anni fa
garble.c dc75f1e092 * Using custom calloc/realloc functions now to check for failed allocations 21 anni fa
garble.h fe467c585e * Removed define GARBLESTRINGS 22 anni fa
lang.h e65263bea1 * New mode parsing code 22 anni fa
log.c ccb2750d36 * All dcc loops need to check for dcc[].type, as the table will now have gaps... 21 anni fa
log.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 22 anni fa
main.c 9ebcdaed6b * Fixed bots not updating/restarting correctly (being killed before finishing process of restart/update) 21 anni fa
main.h 9ebcdaed6b * Fixed bots not updating/restarting correctly (being killed before finishing process of restart/update) 21 anni fa
makehelp.c 3164cd2ac8 * Casted memory allocations, c++ requires it 22 anni fa
makeres.c b83928cdf0 * More c++ leaf fixes, now for hub :) 22 anni fa
match.c d08a62f16b * Added primitive CIDR ban support (enforcebans/kickban/getop). 21 anni fa
match.h d08a62f16b * Added primitive CIDR ban support (enforcebans/kickban/getop). 21 anni fa
misc.c 9ebcdaed6b * Fixed bots not updating/restarting correctly (being killed before finishing process of restart/update) 21 anni fa
misc.h 6d61f99329 18 anni fa
misc_file.c c47c7a436d * Added gnu-coreutils makepath() for future work 21 anni fa
misc_file.h 098d9de5d0 22 anni fa
net.c 7a5c32eb81 * Removed strncpyz and am now using OpenBSD's strlcpy() 21 anni fa
net.h a43fb863ec * More work on new link encryption system 21 anni fa
response.c 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 22 anni fa
rfc1459.c 03d098da24 * C++ compile warning fixes (Still compat with C) 22 anni fa
rfc1459.h 4f9a5b49d5 * Added 005 parsing 22 anni fa
settings.h 5130efa1de * Added compat functions to read in a config file if a new binary's struct size if 21 anni fa
shell.c 7a5c32eb81 * Removed strncpyz and am now using OpenBSD's strlcpy() 21 anni fa
shell.h 386b447ca2 * Removed the hacks for 1.1.9->1.2 which include: 21 anni fa
socket.c 3bb26cb30c 21 anni fa
socket.h d08a62f16b * Added primitive CIDR ban support (enforcebans/kickban/getop). 21 anni fa
sorthelp.c dc75f1e092 * Using custom calloc/realloc functions now to check for failed allocations 21 anni fa
stat.h 3861e5357b * Moved most of the "shell" functions to shell.c/.h 22 anni fa
stringfix.c 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 22 anni fa
tandem.h 7abb9533ea * Fixed a bug with part of the 'remotecmd' system 22 anni fa
tclhash.c dc75f1e092 * Using custom calloc/realloc functions now to check for failed allocations 21 anni fa
tclhash.h 03d098da24 * C++ compile warning fixes (Still compat with C) 22 anni fa
thread.c 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 22 anni fa
thread.h 98334382b0 * Misc 22 anni fa
traffic.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 22 anni fa
types.h 667125ad15 * Async dns now works for server connects 21 anni fa
userent.c eee2ac03a1 21 anni fa
userent.h f3776a3410 * Finished removing all the modules. 22 anni fa
userrec.c 7a5c32eb81 * Removed strncpyz and am now using OpenBSD's strlcpy() 21 anni fa
userrec.h 96581b8660 * 'strict-host' is now '1'; ident is now parsed CORRECTLY, *!ident@host will no longer match *!~ident@host. 22 anni fa
users.c 7a5c32eb81 * Removed strncpyz and am now using OpenBSD's strlcpy() 21 anni fa
users.h 932ea597a4 * Save passes in an encrypted form for future use 21 anni fa
utc-time.c 43a889a45f * time_t is signed, not unsigned. Fixed. 22 anni fa