Bryan Drewery 69499ae134 * Sanity check for conf.bot->hub 21 лет назад
..
compat 8769e75691 * Fixed chanset (manop/mop/mdop/bad-cookie) to accept english parameters: ignore/deop/kick/delete/remove. 21 лет назад
crypto 821a3cc558 * Some openssl aes fixes I took out 21 лет назад
mod 71a27a3c7b * Removed channel flag '+|-nomop' as it was redundant with chanint 'mop' 21 лет назад
Makefile.in 79449a5933 * Link encryption negotiation is now complete for normal (old) encrypted link 21 лет назад
adns.c 8cd169aa99 21 лет назад
adns.h b06fd9a0f2 * No longer redundantly byteswapping header.id 21 лет назад
auth.c b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 лет назад
auth.h b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 лет назад
base64.c dc75f1e092 * Using custom calloc/realloc functions now to check for failed allocations 21 лет назад
base64.h 03d098da24 * C++ compile warning fixes (Still compat with C) 22 лет назад
bg.c 1d28c381bb * Fixed stdin/stdout/stderr not being closed when bot is forked into background. 21 лет назад
bg.h 1d28c381bb * Fixed stdin/stdout/stderr not being closed when bot is forked into background. 21 лет назад
binary.c 650f84cb77 * Don't encrypt settings struct fields if they are uninitialized 21 лет назад
binary.h 2488b74c5b * Fixed binary getting an excess of 1-15 bytes during write. 21 лет назад
bits.h 09e7b8988e * Waste of space to declare these 64-bit 22 лет назад
botcmd.c efc010fa11 * Converted some functions over 21 лет назад
botcmd.h b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 лет назад
botmsg.c f6b3d97611 * Forgot some checking for dcc[].type 21 лет назад
botmsg.h b83928cdf0 * More c++ leaf fixes, now for hub :) 22 лет назад
botnet.c efc010fa11 * Converted some functions over 21 лет назад
botnet.h efc010fa11 * Converted some functions over 21 лет назад
cfg.c b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 лет назад
cfg.h b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 лет назад
chan.h 71a27a3c7b * Removed channel flag '+|-nomop' as it was redundant with chanint 'mop' 21 лет назад
chanprog.c 378fd00bee * Converted chanprog.c stuff to new hub/leaf 21 лет назад
chanprog.h 378fd00bee * Converted chanprog.c stuff to new hub/leaf 21 лет назад
cmds.c d982c83965 * Converted cmds (still need to fix up config and cmd_config) 21 лет назад
cmds.h 760bc8c23e * Added .type and checking for botcmd_t 21 лет назад
color.h c0e02b4d46 * More work on colors 22 лет назад
common.h 7a5c32eb81 * Removed strncpyz and am now using OpenBSD's strlcpy() 21 лет назад
conf.c 84e5ec82c9 * Display tmpdir in tellconf() 21 лет назад
conf.h e3c19df9ec * Converted conf.c 21 лет назад
core_binds.c b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 лет назад
core_binds.h 7996dff984 * Removed all the unused bindings 22 лет назад
crypt.c 919cc86701 * strncat() was cutting off 1 char short, had to account for this in new strlcat() calls 21 лет назад
crypt.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 21 лет назад
dcc.c 88377d31ae * More conversions 21 лет назад
dcc.h af11695e50 * Converted over dcc.c 21 лет назад
dccutil.c af11695e50 * Converted over dcc.c 21 лет назад
dccutil.h b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 лет назад
debug.c 88377d31ae * More conversions 21 лет назад
debug.h 8d1c20bfa5 * Changed DEBUG_MEM to DEBUG 21 лет назад
egg_timer.c dc75f1e092 * Using custom calloc/realloc functions now to check for failed allocations 21 лет назад
egg_timer.h fa4f5153e6 22 лет назад
eggdrop.h 5eb8fdb8f0 * srandom() is now called first thing 21 лет назад
enclink.c e940fb593c * Removed old (non-nat-fixed) link encryption code 21 лет назад
enclink.h e940fb593c * Removed old (non-nat-fixed) link encryption code 21 лет назад
flags.c 88377d31ae * More conversions 21 лет назад
flags.h 9d555db17a * Removed compatability support for <= 1.1.9 userfiles (bot records). 21 лет назад
garble.c dc75f1e092 * Using custom calloc/realloc functions now to check for failed allocations 21 лет назад
garble.h fe467c585e * Removed define GARBLESTRINGS 22 лет назад
lang.h e65263bea1 * New mode parsing code 21 лет назад
log.c 98e5da8596 21 лет назад
log.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 21 лет назад
main.c 69499ae134 * Sanity check for conf.bot->hub 21 лет назад
main.h 1b6bb22e65 * Cache getpid() as mypid 21 лет назад
makehelp.c 3164cd2ac8 * Casted memory allocations, c++ requires it 22 лет назад
makeres.c b83928cdf0 * More c++ leaf fixes, now for hub :) 22 лет назад
match.c d08a62f16b * Added primitive CIDR ban support (enforcebans/kickban/getop). 21 лет назад
match.h d08a62f16b * Added primitive CIDR ban support (enforcebans/kickban/getop). 21 лет назад
misc.c f9f963d2d5 * Removed channel flag '+|-manop' as it was redundant with chanint 'manop' 21 лет назад
misc.h 6d61f99329 17 лет назад
misc_file.c 38337c4d60 * Moved check_tempdir() to misc_file.c 21 лет назад
misc_file.h 38337c4d60 * Moved check_tempdir() to misc_file.c 21 лет назад
net.c eb620e7634 * Don't warn about falures to listen on port 113 21 лет назад
net.h b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 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 2488b74c5b * Fixed binary getting an excess of 1-15 bytes during write. 21 лет назад
shell.c 64474a643b * More defines removal 21 лет назад
shell.h 64474a643b * More defines removal 21 лет назад
socket.c b1bb8607a6 * Fixed DNS to timeout queries after 30 seconds, server socket after 40, and to parse EOF correctly. 21 лет назад
socket.h d08a62f16b * Added primitive CIDR ban support (enforcebans/kickban/getop). 21 лет назад
sorthelp.c dc75f1e092 * Using custom calloc/realloc functions now to check for failed allocations 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 ae27194df9 * Added .type support for hub/leaf in add_builtins() 21 лет назад
tclhash.h b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 лет назад
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 b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 лет назад
userent.h b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 лет назад
userrec.c 88377d31ae * More conversions 21 лет назад
userrec.h 88377d31ae * More conversions 21 лет назад
users.c 88377d31ae * More conversions 21 лет назад
users.h 88377d31ae * More conversions 21 лет назад
utc-time.c 43a889a45f * time_t is signed, not unsigned. Fixed. 22 лет назад