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