Bryan Drewery cdf4b20319 Merge branch 'dumplots-static-char' into next 16 anos atrás
..
compat bc1c90d649 Merge branch 'crypt-updates' 16 anos atrás
crypto 8fe85f115c * Update String decrypt_string_cbc() to directly call AES_cbc_encrypt() 16 anos atrás
mod 886c44b191 Merge branch 'change-server-keeps-old' into next 16 anos atrás
.gitignore e45e36b07c * Add *.o to .gitignores 17 anos atrás
EncryptedStream.c 8fe85f115c * Update String decrypt_string_cbc() to directly call AES_cbc_encrypt() 16 anos atrás
EncryptedStream.h 25113846ca * Remove compiler hack for overloaded virtuals and use a 'using' line 16 anos atrás
Makefile.in eee567c263 * Make makesort use bdlib 16 anos atrás
adns.c a7ea42ee13 * Update copyrights/licenses 16 anos atrás
adns.h a5fff3c7f3 Merge branch 'blocking-dns' 16 anos atrás
auth.c c1b9fe7edc * Fix auth IRC lookups getting the wrong cached idx 16 anos atrás
auth.h fbfdd1939e * Return bind check result for dcc 16 anos atrás
base64.c a7ea42ee13 * Update copyrights/licenses 16 anos atrás
base64.h 9fe5a9ae39 * Use bdlib base64 16 anos atrás
bg.c a7ea42ee13 * Update copyrights/licenses 16 anos atrás
bg.h ea6948ccde * Remove obsoleted conf.watcher 16 anos atrás
binary.c e8d67fdb30 Merge branch 'master' into next 16 anos atrás
binary.h 829784c1d0 * Detect corrupted binaries during upgrade 16 anos atrás
binds.c a7ea42ee13 * Update copyrights/licenses 16 anos atrás
binds.h 3d73dd7ea4 * Move tclhash.* to binds.* (tcl hasnt been used in years) 17 anos atrás
botcmd.c a7ea42ee13 * Update copyrights/licenses 16 anos atrás
botcmd.h 7ebc6962df * Use bsearch() for botcmd_t structs, help_t struct help, and the variable_t struct vars 18 anos atrás
botmsg.c a7ea42ee13 * Update copyrights/licenses 16 anos atrás
botmsg.h d9ce55f647 * Port [3426] to 1.2.14 19 anos atrás
botnet.c ab05d15e22 * Fix bot linking so it does not use IPv6 if not supported. 16 anos atrás
botnet.h 428466cf90 * Use the buildts and git commit in versioning / upgrading 17 anos atrás
buildinfo.h.in efd8d881e8 * Port [2413] to 1.2.12 20 anos atrás
chan.h 0d90094b87 * Track how many split members there are 16 anos atrás
chanprog.c a7ea42ee13 * Update copyrights/licenses 16 anos atrás
chanprog.h 06a78c8f70 Merge branch 'server-queue-speedup' 16 anos atrás
cmds.c 164ebf5994 * Show 'IRC' instead of 'DCC' when viewing help when authed on irc 16 anos atrás
cmds.h 58f6bce171 * When viewing help over auth, only show allowed commands 16 anos atrás
color.h c0e02b4d46 * More work on colors 22 anos atrás
common.h a7b45ebca9 * Implement likely()/unlikely() blocks from ratbox/linux 16 anos atrás
conf.c 2c01b4b4e7 * Fix botconfig having an extra space if no ipv6 used 16 anos atrás
conf.h d779e9dec9 * Link over unix domain socket to localhub 16 anos atrás
core_binds.c a7ea42ee13 * Update copyrights/licenses 16 anos atrás
core_binds.h fbfdd1939e * Return bind check result for dcc 16 anos atrás
crypt.c aa40c43d72 * Move AES String crypt functions to aes_util.c 16 anos atrás
crypt.h aa40c43d72 * Move AES String crypt functions to aes_util.c 16 anos atrás
dcc.c 82ed834e33 * Fix stack overflow in bot linking due to bot continually looping forever between autolink_cycle() via failed_link() 16 anos atrás
dcc.h 3881a00742 * More nicklen/handlen cleanups 16 anos atrás
dccutil.c cdf4b20319 Merge branch 'dumplots-static-char' into next 16 anos atrás
dccutil.h 8d3d79f389 * Simplify and fix dumplots() to properly handle const data / static strings 16 anos atrás
debug.c a7ea42ee13 * Update copyrights/licenses 16 anos atrás
debug.h ec7153ae5e * Change alias names in ContextNote 16 anos atrás
egg_timer.c a7ea42ee13 * Update copyrights/licenses 16 anos atrás
egg_timer.h 37d24eca71 * Cleanup timer code so it is not constantly re-adding repeat timers back to the lists 16 anos atrás
eggdrop.h 993928699d * Raise release time to 8 seconds (8-2) = 6 seconds before it will regrab it 16 anos atrás
enclink.c a7ea42ee13 * Update copyrights/licenses 16 anos atrás
enclink.h 87e710e008 * Use enclink for relays 16 anos atrás
flags.c a7ea42ee13 * Update copyrights/licenses 16 anos atrás
flags.h 1ccff9bccd * Inline some flag checking functions 17 anos atrás
garble.c 288300b569 * port [3868] to 1.2.16 from trunk 18 anos atrás
garble.h 288300b569 * port [3868] to 1.2.16 from trunk 18 anos atrás
log.c b3deccb1e4 * Fix debug log file getting overwritten with NULLs 16 anos atrás
log.h 008abfb85a * Write all logs to .l-botnick when compiled in DEBUG mode 17 anos atrás
main.c e8d67fdb30 Merge branch 'master' into next 16 anos atrás
main.h b3deccb1e4 * Fix debug log file getting overwritten with NULLs 16 anos atrás
makehelp.c 8bab91b17f * Properly catch fatal errors writing temp files needed during compile 16 anos atrás
makeres.c 8bab91b17f * Properly catch fatal errors writing temp files needed during compile 16 anos atrás
makeset.c 8bab91b17f * Properly catch fatal errors writing temp files needed during compile 16 anos atrás
makesort.c eee567c263 * Make makesort use bdlib 16 anos atrás
match.c a7ea42ee13 * Update copyrights/licenses 16 anos atrás
match.h d08a62f16b * Added primitive CIDR ban support (enforcebans/kickban/getop). 21 anos atrás
misc.c 3f60dd4d0e * Remove stray printf() on update 16 anos atrás
misc.h fb9772e1c8 Merge branch 'bantype' 16 anos atrás
misc_file.c a7ea42ee13 * Update copyrights/licenses 16 anos atrás
misc_file.h 9aa11218da * Use mmap for writing packdata too (optimizations and error checking coming next) 18 anos atrás
net.c a7ea42ee13 * Update copyrights/licenses 16 anos atrás
net.h 20db3077c4 * Move socket code out of the main loop into socket_run() 16 anos atrás
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 anos atrás
rfc1459.c a7ea42ee13 * Update copyrights/licenses 16 anos atrás
rfc1459.h 4f9a5b49d5 * Added 005 parsing 22 anos atrás
set.c 1e3e79145a Bot will now jump from the server it's on if it is removed from the server list. (fixes a changing network bug) 16 anos atrás
set.h 06a78c8f70 Merge branch 'server-queue-speedup' 16 anos atrás
settings.h 5c142e3dc1 * Remove remaining email code, as well as OWNEREMAIL 16 anos atrás
shell.c 1ce03bbd28 * Fix startup error on OpenBSD 4.7 due to failed ptrace() 16 anos atrás
shell.h 5c142e3dc1 * Remove remaining email code, as well as OWNEREMAIL 16 anos atrás
socket.c a7ea42ee13 * Update copyrights/licenses 16 anos atrás
socket.h 21676762d4 * Ported misc CYGWIN fixes to 1.2.9 20 anos atrás
sorthelp.c eee567c263 * Make makesort use bdlib 16 anos atrás
sprintf.c a7ea42ee13 * Update copyrights/licenses 16 anos atrás
sprintf.h bca87b05ae * Fixed *many* buffer overflows in the botnet code. (#94) 21 anos atrás
stat.h 3861e5357b * Moved most of the "shell" functions to shell.c/.h 22 anos atrás
stringfix.c fbce4d23b3 * Fix warnings in compile utils 17 anos atrás
tandem.h 2c73e786fa * Don't truncate log's timestamp when relaying logs 16 anos atrás
thread.c a7ea42ee13 * Update copyrights/licenses 16 anos atrás
thread.h 98334382b0 * Misc 22 anos atrás
timestamp.c 0cd7acd236 * Fix timezone issues in getts/getdate 17 anos atrás
traffic.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 21 anos atrás
types.h bc47d5d151 * Cleanup some of the time_t mess 18 anos atrás
userent.c a7ea42ee13 * Update copyrights/licenses 16 anos atrás
userent.h b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 anos atrás
userrec.c a7ea42ee13 * Update copyrights/licenses 16 anos atrás
userrec.h 140058387e * Remove unneded int idx from stream_writeuserfile() stack 16 anos atrás
users.c 49a87739a7 Fix start not being checked correctly 16 anos atrás
users.h 82ed834e33 * Fix stack overflow in bot linking due to bot continually looping forever between autolink_cycle() via failed_link() 16 anos atrás
utc-time.c bc91a7e206 * Added rcsid[] to all files 21 anos atrás