Bryan Drewery 8fb53975d1 Merge branch 'botlink-stack-overflow' into next 16 سال پیش
..
compat bc1c90d649 Merge branch 'crypt-updates' 16 سال پیش
crypto 8fe85f115c * Update String decrypt_string_cbc() to directly call AES_cbc_encrypt() 16 سال پیش
mod 8555886b45 Merge branch 'fix-chanset-console' into next 16 سال پیش
.gitignore e45e36b07c * Add *.o to .gitignores 17 سال پیش
EncryptedStream.c 8fe85f115c * Update String decrypt_string_cbc() to directly call AES_cbc_encrypt() 16 سال پیش
EncryptedStream.h 25113846ca * Remove compiler hack for overloaded virtuals and use a 'using' line 16 سال پیش
Makefile.in eee567c263 * Make makesort use bdlib 16 سال پیش
adns.c a7ea42ee13 * Update copyrights/licenses 16 سال پیش
adns.h a5fff3c7f3 Merge branch 'blocking-dns' 16 سال پیش
auth.c fbfdd1939e * Return bind check result for dcc 16 سال پیش
auth.h fbfdd1939e * Return bind check result for dcc 16 سال پیش
base64.c a7ea42ee13 * Update copyrights/licenses 16 سال پیش
base64.h 9fe5a9ae39 * Use bdlib base64 16 سال پیش
bg.c a7ea42ee13 * Update copyrights/licenses 16 سال پیش
bg.h ea6948ccde * Remove obsoleted conf.watcher 16 سال پیش
binary.c e03a52e4c5 * Rename SHELLHASH to BINARYPASS (SHELLHASH is still supported) 16 سال پیش
binary.h 829784c1d0 * Detect corrupted binaries during upgrade 16 سال پیش
binds.c a7ea42ee13 * Update copyrights/licenses 16 سال پیش
binds.h 3d73dd7ea4 * Move tclhash.* to binds.* (tcl hasnt been used in years) 17 سال پیش
botcmd.c a7ea42ee13 * Update copyrights/licenses 16 سال پیش
botcmd.h 7ebc6962df * Use bsearch() for botcmd_t structs, help_t struct help, and the variable_t struct vars 18 سال پیش
botmsg.c a7ea42ee13 * Update copyrights/licenses 16 سال پیش
botmsg.h d9ce55f647 * Port [3426] to 1.2.14 19 سال پیش
botnet.c 7d60a52109 * Fix crash and lockup in cmd_bottree 16 سال پیش
botnet.h 428466cf90 * Use the buildts and git commit in versioning / upgrading 17 سال پیش
buildinfo.h.in efd8d881e8 * Port [2413] to 1.2.12 20 سال پیش
chan.h 0d90094b87 * Track how many split members there are 16 سال پیش
chanprog.c a7ea42ee13 * Update copyrights/licenses 16 سال پیش
chanprog.h 06a78c8f70 Merge branch 'server-queue-speedup' 16 سال پیش
cmds.c 3815ac0783 * Remove hardcoded -bot alias and move to 'set alias'. Also add a '+bot' alias to 'newleaf' 16 سال پیش
cmds.h 58f6bce171 * When viewing help over auth, only show allowed commands 16 سال پیش
color.h c0e02b4d46 * More work on colors 22 سال پیش
common.h a7b45ebca9 * Implement likely()/unlikely() blocks from ratbox/linux 16 سال پیش
conf.c 2c01b4b4e7 * Fix botconfig having an extra space if no ipv6 used 16 سال پیش
conf.h d779e9dec9 * Link over unix domain socket to localhub 16 سال پیش
core_binds.c a7ea42ee13 * Update copyrights/licenses 16 سال پیش
core_binds.h fbfdd1939e * Return bind check result for dcc 16 سال پیش
crypt.c aa40c43d72 * Move AES String crypt functions to aes_util.c 16 سال پیش
crypt.h aa40c43d72 * Move AES String crypt functions to aes_util.c 16 سال پیش
dcc.c 82ed834e33 * Fix stack overflow in bot linking due to bot continually looping forever between autolink_cycle() via failed_link() 16 سال پیش
dcc.h 3881a00742 * More nicklen/handlen cleanups 16 سال پیش
dccutil.c 4137994bb7 * Fix DNS/Server sockets getting stuck when its socket was closed via fatal() 16 سال پیش
dccutil.h e545647319 * Add rdprintf() for remote dprintf 16 سال پیش
debug.c a7ea42ee13 * Update copyrights/licenses 16 سال پیش
debug.h ec7153ae5e * Change alias names in ContextNote 16 سال پیش
egg_timer.c a7ea42ee13 * Update copyrights/licenses 16 سال پیش
egg_timer.h 37d24eca71 * Cleanup timer code so it is not constantly re-adding repeat timers back to the lists 16 سال پیش
eggdrop.h 58f6bce171 * When viewing help over auth, only show allowed commands 16 سال پیش
enclink.c a7ea42ee13 * Update copyrights/licenses 16 سال پیش
enclink.h 87e710e008 * Use enclink for relays 16 سال پیش
flags.c a7ea42ee13 * Update copyrights/licenses 16 سال پیش
flags.h 1ccff9bccd * Inline some flag checking functions 17 سال پیش
garble.c 288300b569 * port [3868] to 1.2.16 from trunk 18 سال پیش
garble.h 288300b569 * port [3868] to 1.2.16 from trunk 18 سال پیش
log.c b3deccb1e4 * Fix debug log file getting overwritten with NULLs 16 سال پیش
log.h 008abfb85a * Write all logs to .l-botnick when compiled in DEBUG mode 17 سال پیش
main.c 82ed834e33 * Fix stack overflow in bot linking due to bot continually looping forever between autolink_cycle() via failed_link() 16 سال پیش
main.h b3deccb1e4 * Fix debug log file getting overwritten with NULLs 16 سال پیش
makehelp.c 3c226c5d83 * Use bdlib for makehelp 16 سال پیش
makeres.c 21f63d8168 * Use bdlib for makeres 16 سال پیش
makeset.c ee006372ae * Optimize some substring calls using new bdlib interface 16 سال پیش
makesort.c eee567c263 * Make makesort use bdlib 16 سال پیش
match.c a7ea42ee13 * Update copyrights/licenses 16 سال پیش
match.h d08a62f16b * Added primitive CIDR ban support (enforcebans/kickban/getop). 21 سال پیش
misc.c 3f60dd4d0e * Remove stray printf() on update 16 سال پیش
misc.h fb9772e1c8 Merge branch 'bantype' 16 سال پیش
misc_file.c a7ea42ee13 * Update copyrights/licenses 16 سال پیش
misc_file.h 9aa11218da * Use mmap for writing packdata too (optimizations and error checking coming next) 18 سال پیش
net.c a7ea42ee13 * Update copyrights/licenses 16 سال پیش
net.h 20db3077c4 * Move socket code out of the main loop into socket_run() 16 سال پیش
response.c 73743349c9 * Remove 'set mean-kicks' and change to 'chanset +meankicks' (default on, does not upgrade from old .set, must unset after upgrade if wanted) 18 سال پیش
rfc1459.c a7ea42ee13 * Update copyrights/licenses 16 سال پیش
rfc1459.h 4f9a5b49d5 * Added 005 parsing 22 سال پیش
set.c c0eb95c7dd * Don't log some debug outputs unless in DEBUG mode 16 سال پیش
set.h 06a78c8f70 Merge branch 'server-queue-speedup' 16 سال پیش
settings.h 5c142e3dc1 * Remove remaining email code, as well as OWNEREMAIL 16 سال پیش
shell.c a7ea42ee13 * Update copyrights/licenses 16 سال پیش
shell.h 5c142e3dc1 * Remove remaining email code, as well as OWNEREMAIL 16 سال پیش
socket.c a7ea42ee13 * Update copyrights/licenses 16 سال پیش
socket.h 21676762d4 * Ported misc CYGWIN fixes to 1.2.9 20 سال پیش
sorthelp.c eee567c263 * Make makesort use bdlib 16 سال پیش
sprintf.c a7ea42ee13 * Update copyrights/licenses 16 سال پیش
sprintf.h bca87b05ae * Fixed *many* buffer overflows in the botnet code. (#94) 21 سال پیش
stat.h 3861e5357b * Moved most of the "shell" functions to shell.c/.h 22 سال پیش
stringfix.c fbce4d23b3 * Fix warnings in compile utils 17 سال پیش
tandem.h 2c73e786fa * Don't truncate log's timestamp when relaying logs 16 سال پیش
thread.c a7ea42ee13 * Update copyrights/licenses 16 سال پیش
thread.h 98334382b0 * Misc 22 سال پیش
timestamp.c 0cd7acd236 * Fix timezone issues in getts/getdate 17 سال پیش
traffic.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 21 سال پیش
types.h bc47d5d151 * Cleanup some of the time_t mess 18 سال پیش
userent.c a7ea42ee13 * Update copyrights/licenses 16 سال پیش
userent.h b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 سال پیش
userrec.c a7ea42ee13 * Update copyrights/licenses 16 سال پیش
userrec.h 140058387e * Remove unneded int idx from stream_writeuserfile() stack 16 سال پیش
users.c 82ed834e33 * Fix stack overflow in bot linking due to bot continually looping forever between autolink_cycle() via failed_link() 16 سال پیش
users.h 82ed834e33 * Fix stack overflow in bot linking due to bot continually looping forever between autolink_cycle() via failed_link() 16 سال پیش
utc-time.c bc91a7e206 * Added rcsid[] to all files 21 سال پیش