Bryan Drewery 174a05a6de * Send PING lag checks as DP_MODE 16 年 前
..
compat bc1c90d649 Merge branch 'crypt-updates' 16 年 前
crypto 7849d5d494 * Automatically trim out '+OK ' when decrypting FiSH 16 年 前
mod 174a05a6de * Send PING lag checks as DP_MODE 16 年 前
.gitignore e45e36b07c * Add *.o to .gitignores 18 年 前
EncryptedStream.c 5fb5b4422d * Use String::dup where appropriate 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 c0eb95c7dd * Don't log some debug outputs unless in DEBUG mode 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 9fe5a9ae39 * Use bdlib base64 16 年 前
base64.h 9fe5a9ae39 * Use bdlib base64 16 年 前
bg.c b48d1c8211 * Fix multiple warnings about unused results (warn_unused_result) 17 年 前
bg.h ea6948ccde * Remove obsoleted conf.watcher 17 年 前
binary.c 3b122f2a15 * Updates 16 年 前
binary.h 14f34ecafb * Fix problem of upgrading with uninitialized binaries causing corruption 17 年 前
binds.c 2d787d117f * Use ContextNote for debug buffer appending 16 年 前
binds.h 3d73dd7ea4 * Move tclhash.* to binds.* (tcl hasnt been used in years) 17 年 前
botcmd.c e545647319 * Add rdprintf() for remote dprintf 16 年 前
botcmd.h 7ebc6962df * Use bsearch() for botcmd_t structs, help_t struct help, and the variable_t struct vars 18 年 前
botmsg.c e28df435f7 * Minor optimizations 16 年 前
botmsg.h d9ce55f647 * Port [3426] to 1.2.14 19 年 前
botnet.c 60741c629d * Add more debug Contexts 16 年 前
botnet.h 428466cf90 * Use the buildts and git commit in versioning / upgrading 18 年 前
buildinfo.h.in efd8d881e8 * Port [2413] to 1.2.12 20 年 前
chan.h 06a78c8f70 Merge branch 'server-queue-speedup' 16 年 前
chanprog.c 06a78c8f70 Merge branch 'server-queue-speedup' 16 年 前
chanprog.h 06a78c8f70 Merge branch 'server-queue-speedup' 16 年 前
cmds.c a01f78960b * CREDITS updates 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 a45120144f * Don't see 'user@::' hostname automatically 16 年 前
conf.h d779e9dec9 * Link over unix domain socket to localhub 16 年 前
core_binds.c fbfdd1939e * Return bind check result for dcc 16 年 前
core_binds.h fbfdd1939e * Return bind check result for dcc 16 年 前
crypt.c a7b45ebca9 * Implement likely()/unlikely() blocks from ratbox/linux 16 年 前
crypt.h af9def3ff4 * Add eggdrop's blowfish which will enable FiSH support 16 年 前
dcc.c 60741c629d * Add more debug Contexts 16 年 前
dcc.h 3881a00742 * More nicklen/handlen cleanups 16 年 前
dccutil.c 79b4b1ceb0 * rdprintf() to myself should just dprintf(), and support '*' 16 年 前
dccutil.h e545647319 * Add rdprintf() for remote dprintf 16 年 前
debug.c 104c6f2f28 * Don't printf() debug statements unless running in debug more 16 年 前
debug.h ec7153ae5e * Change alias names in ContextNote 16 年 前
egg_timer.c 2d787d117f * Use ContextNote for debug buffer appending 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 a7b45ebca9 * Implement likely()/unlikely() blocks from ratbox/linux 16 年 前
enclink.h 87e710e008 * Use enclink for relays 16 年 前
flags.c ccedef4c46 * When in +f, automatically remove -D 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 ca98f09ffc * Minor relay fix 16 年 前
log.h 008abfb85a * Write all logs to .l-botnick when compiled in DEBUG mode 17 年 前
main.c ab7d036a2b * Don't close STDOUT if running in foreground 16 年 前
main.h cc5558ffbb * Make the full egg_timeval_now global for access to .usec 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 3fccf460bb * Remove unnecessary egg_ prefix from some function calls 17 年 前
match.h d08a62f16b * Added primitive CIDR ban support (enforcebans/kickban/getop). 21 年 前
misc.c 8da1f60dae * Disconnect from IRC during restart if the bot becomes a hub 16 年 前
misc.h fb9772e1c8 Merge branch 'bantype' 16 年 前
misc_file.c e2ba5ba506 * Fix multiple memory leaks in class Tempfile 16 年 前
misc_file.h 9aa11218da * Use mmap for writing packdata too (optimizations and error checking coming next) 18 年 前
net.c 2d787d117f * Use ContextNote for debug buffer appending 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 5cb351444f * Cleanup licenses 18 年 前
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 b0df430518 * Close sockets on all exec() 16 年 前
shell.h 5c142e3dc1 * Remove remaining email code, as well as OWNEREMAIL 16 年 前
socket.c 32122c6e17 * Use findanysnum() in more places 16 年 前
socket.h 21676762d4 * Ported misc CYGWIN fixes to 1.2.9 20 年 前
sorthelp.c eee567c263 * Make makesort use bdlib 16 年 前
sprintf.c a7b45ebca9 * Implement likely()/unlikely() blocks from ratbox/linux 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 17 年 前
thread.c 5cb351444f * Cleanup licenses 18 年 前
thread.h 98334382b0 * Misc 22 年 前
timestamp.c 0cd7acd236 * Fix timezone issues in getts/getdate 18 年 前
traffic.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 22 年 前
types.h bc47d5d151 * Cleanup some of the time_t mess 18 年 前
userent.c 2d787d117f * Use ContextNote for debug buffer appending 16 年 前
userent.h b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 年 前
userrec.c 41f5c990dd * Formatting fixes 16 年 前
userrec.h 140058387e * Remove unneded int idx from stream_writeuserfile() stack 16 年 前
users.c a7b45ebca9 * Implement likely()/unlikely() blocks from ratbox/linux 16 年 前
users.h e44719ee4f * Use bd::Stream 17 年 前
utc-time.c bc91a7e206 * Added rcsid[] to all files 21 年 前