Bryan Drewery c6a1616093 Merge branch 'change-server-keeps-old' 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 927bda498d Merge branch 'change-server-keeps-old' 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 c1b9fe7edc * Fix auth IRC lookups getting the wrong cached idx 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 e8d67fdb30 Merge branch 'master' into next 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 94792454dc Merge branch 'dcc_relay-overlap' into next 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 d033410a09 * Properly set found_server to an int 16 лет назад
chanprog.h d3e8b946c2 * Update server list after .set as well, but don't autojump 16 лет назад
cmds.c 164ebf5994 * Show 'IRC' instead of 'DCC' when viewing help when authed on irc 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 0958bdced5 * Don't automatically add hostname of *!user@0.0.0.0 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 b41f6ed5c4 * Fix another debug commit 16 лет назад
dccutil.h 8d3d79f389 * Simplify and fix dumplots() to properly handle const data / static strings 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 993928699d * Raise release time to 8 seconds (8-2) = 6 seconds before it will regrab it 16 лет назад
enclink.c 6578809c2a * Fix buffer overflow in botlink encryption writing 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 e8d67fdb30 Merge branch 'master' into next 16 лет назад
main.h b3deccb1e4 * Fix debug log file getting overwritten with NULLs 16 лет назад
makehelp.c 8bab91b17f * Properly catch fatal errors writing temp files needed during compile 16 лет назад
makeres.c 8bab91b17f * Properly catch fatal errors writing temp files needed during compile 16 лет назад
makeset.c 8bab91b17f * Properly catch fatal errors writing temp files needed during compile 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 927bda498d Merge branch 'change-server-keeps-old' into next 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 d3e8b946c2 * Update server list after .set as well, but don't autojump 16 лет назад
set.h 06a78c8f70 Merge branch 'server-queue-speedup' 16 лет назад
settings.h 5c142e3dc1 * Remove remaining email code, as well as OWNEREMAIL 16 лет назад
shell.c a8440a080e * Ignore 'pflog' interfaces in promisc 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 38c87bc9b6 * Check for removed server after .set as well 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 49a87739a7 Fix start not being checked correctly 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 лет назад