Bryan Drewery ee474bd70c * DNSWAIT removed from pre_fork checking 21 年 前
..
compat 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 21 年 前
crypto 36b37f070e * Allow for not using -s 22 年 前
mod d25897c26a * Removed old dns from telnet connections 21 年 前
Makefile.in e0f8955592 * Compat/random code fixes 21 年 前
adns.c abc539e608 * Initial values for serv/servidx should be -1 21 年 前
adns.h 667125ad15 * Async dns now works for server connects 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 b4190813a8 * The -2/-0 doesn't work right, will fix later 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 ee474bd70c * DNSWAIT removed from pre_fork checking 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 baca20578b * Don't allow cmd_su/cmd_relay through .botcmd 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 52289087b8 * After changing conf with -C, binary is now moved to binpath/binname. 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 d25897c26a * Removed old dns from telnet connections 21 年 前
dcc.h 72bbad6f2e * Relay now uses new dns 21 年 前
dccutil.c 1653d4ddcc * DCC[] list is no longer shifter 21 年 前
dccutil.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 21 年 前
debug.c e0f8955592 * Compat/random code fixes 21 年 前
debug.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 21 年 前
dns.c ccb2750d36 * All dcc loops need to check for dcc[].type, as the table will now have gaps... 21 年 前
dns.h f7602d6298 * Unused functions 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 1653d4ddcc * DCC[] list is no longer shifter 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 1653d4ddcc * DCC[] list is no longer shifter 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 年 前