Mark c6f12105fd * Enforce syntax on .invite 14 years ago
..
compat bc1c90d649 Merge branch 'crypt-updates' 16 years ago
crypto 84e65166fd * Update String += to use required size_t 15 years ago
mod c6f12105fd * Enforce syntax on .invite 14 years ago
.gitignore 4d4a6141c3 * Remove unneeded cygwin support 16 years ago
EncryptedStream.c 84e65166fd * Update String += to use required size_t 15 years ago
EncryptedStream.h 25113846ca * Remove compiler hack for overloaded virtuals and use a 'using' line 16 years ago
Makefile.in eee567c263 * Make makesort use bdlib 16 years ago
adns.c 4e9b90359b * Clarify where adns comes from 16 years ago
adns.h a5fff3c7f3 Merge branch 'blocking-dns' 16 years ago
auth.c c1b9fe7edc * Fix auth IRC lookups getting the wrong cached idx 16 years ago
auth.h fbfdd1939e * Return bind check result for dcc 16 years ago
base64.c a7ea42ee13 * Update copyrights/licenses 16 years ago
base64.h 9fe5a9ae39 * Use bdlib base64 16 years ago
bg.c 4d4a6141c3 * Remove unneeded cygwin support 16 years ago
bg.h ea6948ccde * Remove obsoleted conf.watcher 17 years ago
binary.c 67c6346cb0 Merge branch 'compile-issues' into maint 16 years ago
binary.h 829784c1d0 * Detect corrupted binaries during upgrade 16 years ago
binds.c a7ea42ee13 * Update copyrights/licenses 16 years ago
binds.h 3d73dd7ea4 * Move tclhash.* to binds.* (tcl hasnt been used in years) 17 years ago
botcmd.c f45337a580 * Use length() macro for bsearch() calling and also fix help table lookup off-by-1 error 16 years ago
botcmd.h 7ebc6962df * Use bsearch() for botcmd_t structs, help_t struct help, and the variable_t struct vars 18 years ago
botmsg.c a7ea42ee13 * Update copyrights/licenses 16 years ago
botmsg.h d9ce55f647 * Port [3426] to 1.2.14 19 years ago
botnet.c 993f2cc3e0 * Update bd::String::printf syntax 15 years ago
botnet.h 428466cf90 * Use the buildts and git commit in versioning / upgrading 18 years ago
buildinfo.h.in efd8d881e8 * Port [2413] to 1.2.12 20 years ago
chan.h 0d90094b87 * Track how many split members there are 16 years ago
chanprog.c 97e6f96be5 * Add HQ as an owner when running in terminal emulation 16 years ago
chanprog.h 06a78c8f70 Merge branch 'server-queue-speedup' 16 years ago
cmds.c 41383d9f5d Merge branch 'fix-password-length' into maint 14 years ago
cmds.h 58f6bce171 * When viewing help over auth, only show allowed commands 16 years ago
color.h c0e02b4d46 * More work on colors 22 years ago
common.h f45337a580 * Use length() macro for bsearch() calling and also fix help table lookup off-by-1 error 16 years ago
conf.c e29898f1c7 * Remove unused buffers from String::printf changes 15 years ago
conf.h 4d4a6141c3 * Remove unneeded cygwin support 16 years ago
core_binds.c 4f5f9900d8 * Consider any channel users have flags on for partyline cmds (fixes .adduser) 16 years ago
core_binds.h fbfdd1939e * Return bind check result for dcc 16 years ago
crypt.c aa40c43d72 * Move AES String crypt functions to aes_util.c 16 years ago
crypt.h aa40c43d72 * Move AES String crypt functions to aes_util.c 16 years ago
dcc.c b788bd2361 * Fix stack overflow in bot linking due to bot continually looping forever between autolink_cycle() via failed_link() 16 years ago
dcc.h 3881a00742 * More nicklen/handlen cleanups 16 years ago
dccutil.c 993f2cc3e0 * Update bd::String::printf syntax 15 years ago
dccutil.h e545647319 * Add rdprintf() for remote dprintf 16 years ago
debug.c 4d4a6141c3 * Remove unneeded cygwin support 16 years ago
debug.h ec7153ae5e * Change alias names in ContextNote 16 years ago
egg_timer.c a7ea42ee13 * Update copyrights/licenses 16 years ago
egg_timer.h 37d24eca71 * Cleanup timer code so it is not constantly re-adding repeat timers back to the lists 16 years ago
eggdrop.h 993928699d * Raise release time to 8 seconds (8-2) = 6 seconds before it will regrab it 16 years ago
enclink.c 6578809c2a * Fix buffer overflow in botlink encryption writing 16 years ago
enclink.h 87e710e008 * Use enclink for relays 16 years ago
flags.c a7ea42ee13 * Update copyrights/licenses 16 years ago
flags.h 1ccff9bccd * Inline some flag checking functions 17 years ago
garble.c 288300b569 * port [3868] to 1.2.16 from trunk 18 years ago
garble.h 288300b569 * port [3868] to 1.2.16 from trunk 18 years ago
log.c 993f2cc3e0 * Update bd::String::printf syntax 15 years ago
log.h 008abfb85a * Write all logs to .l-botnick when compiled in DEBUG mode 17 years ago
main.c 4d4a6141c3 * Remove unneeded cygwin support 16 years ago
main.h 97e6f96be5 * Add HQ as an owner when running in terminal emulation 16 years ago
makehelp.c 993f2cc3e0 * Update bd::String::printf syntax 15 years ago
makeres.c 993f2cc3e0 * Update bd::String::printf syntax 15 years ago
makeset.c 8bab91b17f * Properly catch fatal errors writing temp files needed during compile 16 years ago
makesort.c eee567c263 * Make makesort use bdlib 16 years ago
match.c a73be06563 * Fix --disable-ipv6 compiling 15 years ago
match.h d08a62f16b * Added primitive CIDR ban support (enforcebans/kickban/getop). 21 years ago
misc.c 20422b62f2 * Don't truncate password at MAXPASSLEN when setting or assigning password 15 years ago
misc.h 20422b62f2 * Don't truncate password at MAXPASSLEN when setting or assigning password 15 years ago
misc_file.c 4d4a6141c3 * Remove unneeded cygwin support 16 years ago
misc_file.h 9aa11218da * Use mmap for writing packdata too (optimizations and error checking coming next) 18 years ago
net.c 6d38b08ec6 * Use proper protocol lookup for socket when answering 15 years ago
net.h 20db3077c4 * Move socket code out of the main loop into socket_run() 16 years ago
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 years ago
rfc1459.c a7ea42ee13 * Update copyrights/licenses 16 years ago
rfc1459.h 4f9a5b49d5 * Added 005 parsing 22 years ago
set.c e29898f1c7 * Remove unused buffers from String::printf changes 15 years ago
set.h 06a78c8f70 Merge branch 'server-queue-speedup' 16 years ago
settings.h 5c142e3dc1 * Remove remaining email code, as well as OWNEREMAIL 16 years ago
shell.c 4d4a6141c3 * Remove unneeded cygwin support 16 years ago
shell.h 4d4a6141c3 * Remove unneeded cygwin support 16 years ago
socket.c a7ea42ee13 * Update copyrights/licenses 16 years ago
socket.h 21676762d4 * Ported misc CYGWIN fixes to 1.2.9 20 years ago
sorthelp.c 993f2cc3e0 * Update bd::String::printf syntax 15 years ago
sprintf.c a7ea42ee13 * Update copyrights/licenses 16 years ago
sprintf.h bca87b05ae * Fixed *many* buffer overflows in the botnet code. (#94) 21 years ago
stat.h 3861e5357b * Moved most of the "shell" functions to shell.c/.h 22 years ago
stringfix.c fbce4d23b3 * Fix warnings in compile utils 17 years ago
tandem.h 2c73e786fa * Don't truncate log's timestamp when relaying logs 17 years ago
thread.c a7ea42ee13 * Update copyrights/licenses 16 years ago
thread.h 98334382b0 * Misc 22 years ago
timestamp.c 0cd7acd236 * Fix timezone issues in getts/getdate 18 years ago
traffic.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 22 years ago
types.h bc47d5d151 * Cleanup some of the time_t mess 18 years ago
userent.c 20422b62f2 * Don't truncate password at MAXPASSLEN when setting or assigning password 15 years ago
userent.h b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 years ago
userrec.c 0bd28912b5 * Don't truncate passwords at MAXPASSLEN when converting to new format 15 years ago
userrec.h 140058387e * Remove unneded int idx from stream_writeuserfile() stack 16 years ago
users.c b788bd2361 * Fix stack overflow in bot linking due to bot continually looping forever between autolink_cycle() via failed_link() 16 years ago
users.h b788bd2361 * Fix stack overflow in bot linking due to bot continually looping forever between autolink_cycle() via failed_link() 16 years ago
utc-time.c bc91a7e206 * Added rcsid[] to all files 21 years ago