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