Bryan Drewery 697492b4bc * init_conf -> init_conffile 21 lat temu
..
compat 8769e75691 * Fixed chanset (manop/mop/mdop/bad-cookie) to accept english parameters: ignore/deop/kick/delete/remove. 21 lat temu
crypto 821a3cc558 * Some openssl aes fixes I took out 21 lat temu
mod ee3dd82b99 * Changed some if (localhub) to if (conf.bot->localhub) 21 lat temu
Makefile.in 79449a5933 * Link encryption negotiation is now complete for normal (old) encrypted link 21 lat temu
adns.c 2ba072314b * Read in .resolv.conf before /etc/resolv.conf 21 lat temu
adns.h b06fd9a0f2 * No longer redundantly byteswapping header.id 21 lat temu
auth.c b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 lat temu
auth.h b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 lat temu
base64.c dc75f1e092 * Using custom calloc/realloc functions now to check for failed allocations 21 lat temu
base64.h 03d098da24 * C++ compile warning fixes (Still compat with C) 22 lat temu
bg.c 1d28c381bb * Fixed stdin/stdout/stderr not being closed when bot is forked into background. 21 lat temu
bg.h 1d28c381bb * Fixed stdin/stdout/stderr not being closed when bot is forked into background. 21 lat temu
binary.c 2ce191b0b3 * Fixed up binary writing to work with WRITE_PACK|CONF correctly 21 lat temu
binary.h 2488b74c5b * Fixed binary getting an excess of 1-15 bytes during write. 21 lat temu
bits.h 09e7b8988e * Waste of space to declare these 64-bit 22 lat temu
botcmd.c e02a7146d0 21 lat temu
botcmd.h b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 lat temu
botmsg.c f6b3d97611 * Forgot some checking for dcc[].type 21 lat temu
botmsg.h b83928cdf0 * More c++ leaf fixes, now for hub :) 22 lat temu
botnet.c ee3dd82b99 * Changed some if (localhub) to if (conf.bot->localhub) 21 lat temu
botnet.h b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 lat temu
cfg.c b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 lat temu
cfg.h b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 lat temu
chan.h 8769e75691 * Fixed chanset (manop/mop/mdop/bad-cookie) to accept english parameters: ignore/deop/kick/delete/remove. 21 lat temu
chanprog.c 004c3a7121 * Initialize 'userfile' in chanprog() before reading it with $binpath/.u 21 lat temu
chanprog.h 727f105ea5 * Fixed spamming irc_log for QUIT/NICK 22 lat temu
cmds.c ee3dd82b99 * Changed some if (localhub) to if (conf.bot->localhub) 21 lat temu
cmds.h 03d098da24 * C++ compile warning fixes (Still compat with C) 22 lat temu
color.h c0e02b4d46 * More work on colors 22 lat temu
common.h 7a5c32eb81 * Removed strncpyz and am now using OpenBSD's strlcpy() 21 lat temu
conf.c 697492b4bc * init_conf -> init_conffile 21 lat temu
conf.h 697492b4bc * init_conf -> init_conffile 21 lat temu
core_binds.c b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 lat temu
core_binds.h 7996dff984 * Removed all the unused bindings 22 lat temu
crypt.c 919cc86701 * strncat() was cutting off 1 char short, had to account for this in new strlcat() calls 21 lat temu
crypt.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 22 lat temu
dcc.c 1458acf227 21 lat temu
dcc.h 57b763a3d6 * Removed old compatability code for linking 21 lat temu
dccutil.c b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 lat temu
dccutil.h b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 lat temu
debug.c 1b6bb22e65 * Cache getpid() as mypid 21 lat temu
debug.h 8d1c20bfa5 * Changed DEBUG_MEM to DEBUG 21 lat temu
egg_timer.c dc75f1e092 * Using custom calloc/realloc functions now to check for failed allocations 21 lat temu
egg_timer.h fa4f5153e6 22 lat temu
eggdrop.h 5eb8fdb8f0 * srandom() is now called first thing 21 lat temu
enclink.c e940fb593c * Removed old (non-nat-fixed) link encryption code 21 lat temu
enclink.h e940fb593c * Removed old (non-nat-fixed) link encryption code 21 lat temu
flags.c 7a5c32eb81 * Removed strncpyz and am now using OpenBSD's strlcpy() 21 lat temu
flags.h 9d555db17a * Removed compatability support for <= 1.1.9 userfiles (bot records). 21 lat temu
garble.c dc75f1e092 * Using custom calloc/realloc functions now to check for failed allocations 21 lat temu
garble.h fe467c585e * Removed define GARBLESTRINGS 22 lat temu
lang.h e65263bea1 * New mode parsing code 21 lat temu
log.c ccb2750d36 * All dcc loops need to check for dcc[].type, as the table will now have gaps... 21 lat temu
log.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 22 lat temu
main.c 697492b4bc * init_conf -> init_conffile 21 lat temu
main.h 1b6bb22e65 * Cache getpid() as mypid 21 lat temu
makehelp.c 3164cd2ac8 * Casted memory allocations, c++ requires it 22 lat temu
makeres.c b83928cdf0 * More c++ leaf fixes, now for hub :) 22 lat temu
match.c d08a62f16b * Added primitive CIDR ban support (enforcebans/kickban/getop). 21 lat temu
match.h d08a62f16b * Added primitive CIDR ban support (enforcebans/kickban/getop). 21 lat temu
misc.c 9ebcdaed6b * Fixed bots not updating/restarting correctly (being killed before finishing process of restart/update) 21 lat temu
misc.h 6d61f99329 17 lat temu
misc_file.c c47c7a436d * Added gnu-coreutils makepath() for future work 21 lat temu
misc_file.h 098d9de5d0 22 lat temu
net.c b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 lat temu
net.h b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 lat temu
response.c 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 22 lat temu
rfc1459.c 03d098da24 * C++ compile warning fixes (Still compat with C) 22 lat temu
rfc1459.h 4f9a5b49d5 * Added 005 parsing 22 lat temu
settings.h 2488b74c5b * Fixed binary getting an excess of 1-15 bytes during write. 21 lat temu
shell.c 7a5c32eb81 * Removed strncpyz and am now using OpenBSD's strlcpy() 21 lat temu
shell.h 386b447ca2 * Removed the hacks for 1.1.9->1.2 which include: 21 lat temu
socket.c b1bb8607a6 * Fixed DNS to timeout queries after 30 seconds, server socket after 40, and to parse EOF correctly. 21 lat temu
socket.h d08a62f16b * Added primitive CIDR ban support (enforcebans/kickban/getop). 21 lat temu
sorthelp.c dc75f1e092 * Using custom calloc/realloc functions now to check for failed allocations 21 lat temu
stat.h 3861e5357b * Moved most of the "shell" functions to shell.c/.h 22 lat temu
stringfix.c 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 22 lat temu
tandem.h 7abb9533ea * Fixed a bug with part of the 'remotecmd' system 21 lat temu
tclhash.c b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 lat temu
tclhash.h b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 lat temu
thread.c 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 22 lat temu
thread.h 98334382b0 * Misc 22 lat temu
traffic.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 22 lat temu
types.h 667125ad15 * Async dns now works for server connects 21 lat temu
userent.c b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 lat temu
userent.h b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 lat temu
userrec.c 7a5c32eb81 * Removed strncpyz and am now using OpenBSD's strlcpy() 21 lat temu
userrec.h 8769e75691 * Fixed chanset (manop/mop/mdop/bad-cookie) to accept english parameters: ignore/deop/kick/delete/remove. 21 lat temu
users.c 7a5c32eb81 * Removed strncpyz and am now using OpenBSD's strlcpy() 21 lat temu
users.h 932ea597a4 * Save passes in an encrypted form for future use 21 lat temu
utc-time.c 43a889a45f * time_t is signed, not unsigned. Fixed. 22 lat temu