Bryan Drewery 23eb2b2e4f 21 лет назад
..
compat 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 21 лет назад
crypto 821a3cc558 * Some openssl aes fixes I took out 21 лет назад
mod 50231688a3 21 лет назад
Makefile.in 06d7644d70 * Remove old dns system 21 лет назад
adns.c b62c8fcdb4 * Moved dcc[].u.dns->dns_id to dcc[].dns_id 21 лет назад
adns.h 6139935b48 * Re-implemented DNSWAIT dcc table 21 лет назад
auth.c 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 21 лет назад
auth.h f73db925a3 * More work on authing 21 лет назад
base64.c 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 21 лет назад
base64.h 03d098da24 * C++ compile warning fixes (Still compat with C) 22 лет назад
bg.c 1977f68f39 * Give debug when writing pid 21 лет назад
bg.h eb0194c937 * Now using daemon() 22 лет назад
binary.c d99cf4f414 21 лет назад
binary.h 8830f7402c * Changed the update code around to write_settings() now 22 лет назад
bits.h 09e7b8988e * Waste of space to declare these 64-bit 22 лет назад
botcmd.c ccb2750d36 * All dcc loops need to check for dcc[].type, as the table will now have gaps... 21 лет назад
botcmd.h 6efaf5ee5a * Removed that remote_boots bs 22 лет назад
botmsg.c ccb2750d36 * All dcc loops need to check for dcc[].type, as the table will now have gaps... 21 лет назад
botmsg.h b83928cdf0 * More c++ leaf fixes, now for hub :) 22 лет назад
botnet.c aeef675d2c 21 лет назад
botnet.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 21 лет назад
cfg.c 7701dce226 * Reorganization 21 лет назад
cfg.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 21 лет назад
chan.h f1faf738b8 * New channels are now closed-private 1 by default 21 лет назад
chanprog.c 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 21 лет назад
chanprog.h 727f105ea5 * Fixed spamming irc_log for QUIT/NICK 22 лет назад
cmds.c 23eb2b2e4f 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 aa902b3c23 * checkpid() was sending stale pids if no bot struct was sent, I forget the reasoning for this 21 лет назад
conf.h 03d098da24 * C++ compile warning fixes (Still compat with C) 22 лет назад
core_binds.c 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 21 лет назад
core_binds.h 7996dff984 * Removed all the unused bindings 22 лет назад
crypt.c 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 21 лет назад
crypt.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 21 лет назад
dcc.c 6f876e5721 21 лет назад
dcc.h b62c8fcdb4 * Moved dcc[].u.dns->dns_id to dcc[].dns_id 21 лет назад
dccutil.c 5cdc0debaa * Indenting 21 лет назад
dccutil.h 9587fd9d2a * Added valid_idx() 21 лет назад
debug.c 57ded24301 * Allow 150 procs in limits for debug binary 21 лет назад
debug.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 21 лет назад
egg_timer.c 27ab976f7a 21 лет назад
egg_timer.h fa4f5153e6 22 лет назад
eggdrop.h 279ffa0aec * Fixed a solaris random() bug 21 лет назад
flags.c 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 21 лет назад
flags.h 264ea303d8 * Changed private() to privchan() and channel_private() to channel_privchan() for c++ compatability 22 лет назад
garble.c 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 21 лет назад
garble.h fe467c585e * Removed define GARBLESTRINGS 22 лет назад
lang.h e65263bea1 * New mode parsing code 21 лет назад
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. 21 лет назад
main.c 7edf9f4b57 21 лет назад
main.h 249fbe7c6d * old_hack should have been INT not BOOL 21 лет назад
makehelp.c 3164cd2ac8 * Casted memory allocations, c++ requires it 22 лет назад
makeres.c b83928cdf0 * More c++ leaf fixes, now for hub :) 22 лет назад
match.c 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 21 лет назад
match.h ffde807dc6 * Some ISO C fixes 22 лет назад
misc.c c08456c78a * Exported shuffleArray() 21 лет назад
misc.h c08456c78a * Exported shuffleArray() 21 лет назад
misc_file.c 1413abcd5d * Undid sockt_t/size_t patches 21 лет назад
misc_file.h 098d9de5d0 22 лет назад
net.c 80c203ed5f 21 лет назад
net.h 1653d4ddcc * DCC[] list is no longer shifter 21 лет назад
response.c 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 21 лет назад
rfc1459.c 03d098da24 * C++ compile warning fixes (Still compat with C) 22 лет назад
rfc1459.h 4f9a5b49d5 * Added 005 parsing 22 лет назад
settings.h 8830f7402c * Changed the update code around to write_settings() now 22 лет назад
shell.c a3bf1f1eac 21 лет назад
shell.h 52289087b8 * After changing conf with -C, binary is now moved to binpath/binname. 21 лет назад
socket.c 667125ad15 * Async dns now works for server connects 21 лет назад
socket.h 667125ad15 * Async dns now works for server connects 21 лет назад
sorthelp.c 2de6562704 * Fixed sorthelp for c++ and larger help file 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. 21 лет назад
tandem.h 7abb9533ea * Fixed a bug with part of the 'remotecmd' system 21 лет назад
tclhash.c 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 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. 21 лет назад
thread.h 98334382b0 * Misc 22 лет назад
traffic.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 21 лет назад
types.h 667125ad15 * Async dns now works for server connects 21 лет назад
userent.c 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 21 лет назад
userent.h f3776a3410 * Finished removing all the modules. 22 лет назад
userrec.c ccb2750d36 * All dcc loops need to check for dcc[].type, as the table will now have gaps... 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 ccb2750d36 * All dcc loops need to check for dcc[].type, as the table will now have gaps... 21 лет назад
users.h 40d50f82e6 * natip is now only referenced in getmyip() 21 лет назад
utc-time.c 43a889a45f * time_t is signed, not unsigned. Fixed. 22 лет назад