Bryan Drewery df134b9634 * Reset another bot's count when it quits IRC 16 ani în urmă
..
compat bc1c90d649 Merge branch 'crypt-updates' 16 ani în urmă
crypto 7849d5d494 * Automatically trim out '+OK ' when decrypting FiSH 16 ani în urmă
mod df134b9634 * Reset another bot's count when it quits IRC 16 ani în urmă
.gitignore e45e36b07c * Add *.o to .gitignores 17 ani în urmă
EncryptedStream.c 5fb5b4422d * Use String::dup where appropriate 16 ani în urmă
EncryptedStream.h 25113846ca * Remove compiler hack for overloaded virtuals and use a 'using' line 16 ani în urmă
Makefile.in eee567c263 * Make makesort use bdlib 16 ani în urmă
adns.c ed25f302a2 Merge branch 'rbl-fixes' 16 ani în urmă
adns.h a5fff3c7f3 Merge branch 'blocking-dns' 16 ani în urmă
auth.c fbfdd1939e * Return bind check result for dcc 16 ani în urmă
auth.h fbfdd1939e * Return bind check result for dcc 16 ani în urmă
base64.c 9fe5a9ae39 * Use bdlib base64 16 ani în urmă
base64.h 9fe5a9ae39 * Use bdlib base64 16 ani în urmă
bg.c b48d1c8211 * Fix multiple warnings about unused results (warn_unused_result) 17 ani în urmă
bg.h ea6948ccde * Remove obsoleted conf.watcher 17 ani în urmă
binary.c 3b122f2a15 * Updates 16 ani în urmă
binary.h 14f34ecafb * Fix problem of upgrading with uninitialized binaries causing corruption 17 ani în urmă
binds.c 58f6bce171 * When viewing help over auth, only show allowed commands 16 ani în urmă
binds.h 3d73dd7ea4 * Move tclhash.* to binds.* (tcl hasnt been used in years) 17 ani în urmă
botcmd.c 40255aea0c * Cleanup dcc.nick/host/simulbot lengths 16 ani în urmă
botcmd.h 7ebc6962df * Use bsearch() for botcmd_t structs, help_t struct help, and the variable_t struct vars 18 ani în urmă
botmsg.c e28df435f7 * Minor optimizations 16 ani în urmă
botmsg.h d9ce55f647 * Port [3426] to 1.2.14 19 ani în urmă
botnet.c 68b3fd9bd2 * Remove old unused code 16 ani în urmă
botnet.h 428466cf90 * Use the buildts and git commit in versioning / upgrading 17 ani în urmă
buildinfo.h.in efd8d881e8 * Port [2413] to 1.2.12 20 ani în urmă
chan.h 06a78c8f70 Merge branch 'server-queue-speedup' 16 ani în urmă
chanprog.c 06a78c8f70 Merge branch 'server-queue-speedup' 16 ani în urmă
chanprog.h 06a78c8f70 Merge branch 'server-queue-speedup' 16 ani în urmă
cmds.c 965b41ecaf * Fixed a bug in checking user priviledges for .chaddr on sharebots. 16 ani în urmă
cmds.h 58f6bce171 * When viewing help over auth, only show allowed commands 16 ani în urmă
color.h c0e02b4d46 * More work on colors 22 ani în urmă
common.h a7b45ebca9 * Implement likely()/unlikely() blocks from ratbox/linux 16 ani în urmă
conf.c 1ba7cce279 * Cleanup some HANDLEN usage 16 ani în urmă
conf.h d779e9dec9 * Link over unix domain socket to localhub 16 ani în urmă
core_binds.c fbfdd1939e * Return bind check result for dcc 16 ani în urmă
core_binds.h fbfdd1939e * Return bind check result for dcc 16 ani în urmă
crypt.c a7b45ebca9 * Implement likely()/unlikely() blocks from ratbox/linux 16 ani în urmă
crypt.h af9def3ff4 * Add eggdrop's blowfish which will enable FiSH support 16 ani în urmă
dcc.c c325f0679c * Cleanup telnet forward/reverse matching 16 ani în urmă
dcc.h 3881a00742 * More nicklen/handlen cleanups 16 ani în urmă
dccutil.c 4c5b53dd06 * Fix regression in oidentd support 16 ani în urmă
dccutil.h 06a78c8f70 Merge branch 'server-queue-speedup' 16 ani în urmă
debug.c b93ee3ff28 * Add debug buffer output on crash - please give to bryan if it ever comes up. 16 ani în urmă
debug.h 43bd7ce9f2 * Move some common debug code 16 ani în urmă
egg_timer.c 43bd7ce9f2 * Move some common debug code 16 ani în urmă
egg_timer.h 37d24eca71 * Cleanup timer code so it is not constantly re-adding repeat timers back to the lists 16 ani în urmă
eggdrop.h 58f6bce171 * When viewing help over auth, only show allowed commands 16 ani în urmă
enclink.c a7b45ebca9 * Implement likely()/unlikely() blocks from ratbox/linux 16 ani în urmă
enclink.h 87e710e008 * Use enclink for relays 16 ani în urmă
flags.c ccedef4c46 * When in +f, automatically remove -D 16 ani în urmă
flags.h 1ccff9bccd * Inline some flag checking functions 17 ani în urmă
garble.c 288300b569 * port [3868] to 1.2.16 from trunk 18 ani în urmă
garble.h 288300b569 * port [3868] to 1.2.16 from trunk 18 ani în urmă
log.c ca98f09ffc * Minor relay fix 16 ani în urmă
log.h 008abfb85a * Write all logs to .l-botnick when compiled in DEBUG mode 17 ani în urmă
main.c c000f65faf * Don't force -D mode in -v 16 ani în urmă
main.h cc5558ffbb * Make the full egg_timeval_now global for access to .usec 16 ani în urmă
makehelp.c 3c226c5d83 * Use bdlib for makehelp 16 ani în urmă
makeres.c 21f63d8168 * Use bdlib for makeres 16 ani în urmă
makeset.c ee006372ae * Optimize some substring calls using new bdlib interface 16 ani în urmă
makesort.c eee567c263 * Make makesort use bdlib 16 ani în urmă
match.c 3fccf460bb * Remove unnecessary egg_ prefix from some function calls 17 ani în urmă
match.h d08a62f16b * Added primitive CIDR ban support (enforcebans/kickban/getop). 21 ani în urmă
misc.c 56280d63ce * Persist cookie counter through restart 16 ani în urmă
misc.h fb9772e1c8 Merge branch 'bantype' 16 ani în urmă
misc_file.c e2ba5ba506 * Fix multiple memory leaks in class Tempfile 16 ani în urmă
misc_file.h 9aa11218da * Use mmap for writing packdata too (optimizations and error checking coming next) 18 ani în urmă
net.c 43bd7ce9f2 * Move some common debug code 16 ani în urmă
net.h 20db3077c4 * Move socket code out of the main loop into socket_run() 16 ani în urmă
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 ani în urmă
rfc1459.c 5cb351444f * Cleanup licenses 18 ani în urmă
rfc1459.h 4f9a5b49d5 * Added 005 parsing 22 ani în urmă
set.c 06a78c8f70 Merge branch 'server-queue-speedup' 16 ani în urmă
set.h 06a78c8f70 Merge branch 'server-queue-speedup' 16 ani în urmă
settings.h 5c142e3dc1 * Remove remaining email code, as well as OWNEREMAIL 16 ani în urmă
shell.c a7b45ebca9 * Implement likely()/unlikely() blocks from ratbox/linux 16 ani în urmă
shell.h 5c142e3dc1 * Remove remaining email code, as well as OWNEREMAIL 16 ani în urmă
socket.c 32122c6e17 * Use findanysnum() in more places 16 ani în urmă
socket.h 21676762d4 * Ported misc CYGWIN fixes to 1.2.9 20 ani în urmă
sorthelp.c eee567c263 * Make makesort use bdlib 16 ani în urmă
sprintf.c a7b45ebca9 * Implement likely()/unlikely() blocks from ratbox/linux 16 ani în urmă
sprintf.h bca87b05ae * Fixed *many* buffer overflows in the botnet code. (#94) 21 ani în urmă
stat.h 3861e5357b * Moved most of the "shell" functions to shell.c/.h 22 ani în urmă
stringfix.c fbce4d23b3 * Fix warnings in compile utils 17 ani în urmă
tandem.h 2c73e786fa * Don't truncate log's timestamp when relaying logs 17 ani în urmă
thread.c 5cb351444f * Cleanup licenses 18 ani în urmă
thread.h 98334382b0 * Misc 22 ani în urmă
timestamp.c 0cd7acd236 * Fix timezone issues in getts/getdate 18 ani în urmă
traffic.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 22 ani în urmă
types.h bc47d5d151 * Cleanup some of the time_t mess 18 ani în urmă
userent.c 1da96702f3 * Share protected user entries with localhubs for their children 16 ani în urmă
userent.h b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 ani în urmă
userrec.c 41f5c990dd * Formatting fixes 16 ani în urmă
userrec.h 140058387e * Remove unneded int idx from stream_writeuserfile() stack 16 ani în urmă
users.c a7b45ebca9 * Implement likely()/unlikely() blocks from ratbox/linux 16 ani în urmă
users.h e44719ee4f * Use bd::Stream 17 ani în urmă
utc-time.c bc91a7e206 * Added rcsid[] to all files 21 ani în urmă