Bryan Drewery fdc8dee6ca Merge branch 'symbol-generating' into next 14 år sedan
..
compat bc1c90d649 Merge branch 'crypt-updates' 16 år sedan
crypto 1d6e5068d8 * Refactor OpenSSL into openssl.{c,h} and load on startup 15 år sedan
mod c7fc8a2d3b Merge branch 'type-cleanup' into next 14 år sedan
.gitignore 28f4043930 * Update gitignore 15 år sedan
EncryptedStream.c 19b0e6b299 * bdlib fixes 15 år sedan
EncryptedStream.h 25113846ca * Remove compiler hack for overloaded virtuals and use a 'using' line 16 år sedan
Makefile.in 1d6e5068d8 * Refactor OpenSSL into openssl.{c,h} and load on startup 15 år sedan
adns.c 4e9b90359b * Clarify where adns comes from 16 år sedan
adns.h a5fff3c7f3 Merge branch 'blocking-dns' 16 år sedan
auth.c c1b9fe7edc * Fix auth IRC lookups getting the wrong cached idx 16 år sedan
auth.h fbfdd1939e * Return bind check result for dcc 16 år sedan
base64.c a7ea42ee13 * Update copyrights/licenses 16 år sedan
base64.h 9fe5a9ae39 * Use bdlib base64 16 år sedan
bg.c 4d4a6141c3 * Remove unneeded cygwin support 16 år sedan
bg.h ea6948ccde * Remove obsoleted conf.watcher 16 år sedan
binary.c 0cd1840a83 Merge branch 'gcc46-compile-warnings' into next 14 år sedan
binary.h cb6522c63e * Add './wraith -V' which will display the packconfig that the bot is using. 14 år sedan
binds.c b1be082803 * Revert invalid change to BIND_WANTS_CD flag check 14 år sedan
binds.h 3d73dd7ea4 * Move tclhash.* to binds.* (tcl hasnt been used in years) 17 år sedan
botcmd.c 0cd1840a83 Merge branch 'gcc46-compile-warnings' into next 14 år sedan
botcmd.h 7ebc6962df * Use bsearch() for botcmd_t structs, help_t struct help, and the variable_t struct vars 18 år sedan
botmsg.c f6cd52090c * Cleanup unused variable warnings 14 år sedan
botmsg.h d9ce55f647 * Port [3426] to 1.2.14 19 år sedan
botnet.c 56e19d4b51 * Remove port_t typedef 14 år sedan
botnet.h 428466cf90 * Use the buildts and git commit in versioning / upgrading 17 år sedan
buildinfo.h.in efd8d881e8 * Port [2413] to 1.2.12 20 år sedan
chan.h a8c5400f07 * Optimize channel groups by storing as an array in memory 14 år sedan
chanprog.c c7fc8a2d3b Merge branch 'type-cleanup' into next 14 år sedan
chanprog.h c7fc8a2d3b Merge branch 'type-cleanup' into next 14 år sedan
cmds.c c7fc8a2d3b Merge branch 'type-cleanup' into next 14 år sedan
cmds.h 58f6bce171 * When viewing help over auth, only show allowed commands 16 år sedan
color.h c0e02b4d46 * More work on colors 22 år sedan
common.h f45337a580 * Use length() macro for bsearch() calling and also fix help table lookup off-by-1 error 16 år sedan
conf.c c7fc8a2d3b Merge branch 'type-cleanup' into next 14 år sedan
conf.h c7fc8a2d3b Merge branch 'type-cleanup' into next 14 år sedan
core_binds.c 4f5f9900d8 * Consider any channel users have flags on for partyline cmds (fixes .adduser) 16 år sedan
core_binds.h fbfdd1939e * Return bind check result for dcc 16 år sedan
crypt.c 0bc04fb643 * Link libcrypto in at runtime to avoid mismatched libcrypto/libssl 15 år sedan
crypt.h 0bc04fb643 * Link libcrypto in at runtime to avoid mismatched libcrypto/libssl 15 år sedan
dcc.c c7fc8a2d3b Merge branch 'type-cleanup' into next 14 år sedan
dcc.h 56e19d4b51 * Remove port_t typedef 14 år sedan
dccutil.c c7fc8a2d3b Merge branch 'type-cleanup' into next 14 år sedan
dccutil.h c7fc8a2d3b Merge branch 'type-cleanup' into next 14 år sedan
debug.c 0cd1840a83 Merge branch 'gcc46-compile-warnings' into next 14 år sedan
debug.h bfe4b4f556 * Call fatal() on SIGINT to cleanup 15 år sedan
dhparam.c 8cbbe4bcce * Add DH 512/1024/2048 keys 15 år sedan
dl.c 07930cb0cb * Add runtime dynamic loader / symbol table handling 15 år sedan
dl.h 93abfccba6 * Cleanup symbol tables when unloading 15 år sedan
egg_timer.c a7ea42ee13 * Update copyrights/licenses 16 år sedan
egg_timer.h 37d24eca71 * Cleanup timer code so it is not constantly re-adding repeat timers back to the lists 16 år sedan
eggdrop.h 993928699d * Raise release time to 8 seconds (8-2) = 6 seconds before it will regrab it 16 år sedan
enclink.c c7fc8a2d3b Merge branch 'type-cleanup' into next 14 år sedan
enclink.h 87e710e008 * Use enclink for relays 16 år sedan
flags.c a7ea42ee13 * Update copyrights/licenses 16 år sedan
flags.h 1ccff9bccd * Inline some flag checking functions 17 år sedan
garble.c 288300b569 * port [3868] to 1.2.16 from trunk 18 år sedan
garble.h 288300b569 * port [3868] to 1.2.16 from trunk 18 år sedan
generate_defs.sh 966c4cc446 * Check for valid sed at configure 14 år sedan
generate_symbol.sh 61877f9f0e * Undefine real headers/symbols and define our own to avoid redeclaration errors 15 år sedan
libcrypto.c 1d6e5068d8 * Refactor OpenSSL into openssl.{c,h} and load on startup 15 år sedan
libcrypto.h 3209392364 * No longer need to define these headers 14 år sedan
libssl.c 7d758a5afd * Set a list of preferred strong ciphers on load 15 år sedan
libssl.h 3209392364 * No longer need to define these headers 14 år sedan
libtcl.c c3a726b26c * Remove Tcl_AppendResult as its symbol cannot be properly exported without more manual effort 15 år sedan
libtcl.h 3209392364 * No longer need to define these headers 14 år sedan
log.c a07b103f91 * Change privmsg()/notice() to use bd::String 15 år sedan
log.h 008abfb85a * Write all logs to .l-botnick when compiled in DEBUG mode 17 år sedan
main.c 57fc42711c Merge branch 'show-packcfg' into next 14 år sedan
main.h cd9d34f44b * Write userfile asynchronously 14 år sedan
makehelp.c f6cd52090c * Cleanup unused variable warnings 14 år sedan
makeres.c 993f2cc3e0 * Update bd::String::printf syntax 15 år sedan
makeset.c 8bab91b17f * Properly catch fatal errors writing temp files needed during compile 16 år sedan
makesort.c eee567c263 * Make makesort use bdlib 16 år sedan
match.c a73be06563 * Fix --disable-ipv6 compiling 15 år sedan
match.h d08a62f16b * Added primitive CIDR ban support (enforcebans/kickban/getop). 21 år sedan
misc.c 4ed43638de Merge branch 'newhub' into next 14 år sedan
misc.h 20422b62f2 * Don't truncate password at MAXPASSLEN when setting or assigning password 14 år sedan
misc_file.c 4d4a6141c3 * Remove unneeded cygwin support 16 år sedan
misc_file.h 9aa11218da * Use mmap for writing packdata too (optimizations and error checking coming next) 18 år sedan
net.c c7fc8a2d3b Merge branch 'type-cleanup' into next 14 år sedan
net.h c7fc8a2d3b Merge branch 'type-cleanup' into next 14 år sedan
openssl.c 7d758a5afd * Set a list of preferred strong ciphers on load 15 år sedan
openssl.h 1d6e5068d8 * Refactor OpenSSL into openssl.{c,h} and load on startup 15 år sedan
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 år sedan
rfc1459.c 76875bf94b * Optimize RFC string comparisons and fix uninitialized value warning 14 år sedan
rfc1459.h c45ab07070 * Add a rfc_ncasecmp() 14 år sedan
set.c 0cd1840a83 Merge branch 'gcc46-compile-warnings' into next 14 år sedan
set.h 48d96d5baf * Properly check the correct bots' groups in bot_shouldjoin 14 år sedan
settings.h 3dd72828e3 * Align pack data to 16 byte boundary as well 14 år sedan
shell.c 411ac4fac0 Merge branch 'sigint-fatal' into next 15 år sedan
shell.h 4d4a6141c3 * Remove unneeded cygwin support 16 år sedan
socket.c a7ea42ee13 * Update copyrights/licenses 16 år sedan
socket.h 56e19d4b51 * Remove port_t typedef 14 år sedan
sorthelp.c 993f2cc3e0 * Update bd::String::printf syntax 15 år sedan
sprintf.c a7ea42ee13 * Update copyrights/licenses 16 år sedan
sprintf.h bca87b05ae * Fixed *many* buffer overflows in the botnet code. (#94) 21 år sedan
stat.h 3861e5357b * Moved most of the "shell" functions to shell.c/.h 22 år sedan
stringfix.c fbce4d23b3 * Fix warnings in compile utils 17 år sedan
tandem.h e88a064ec3 * Remove obsolete code botshouldjoin() 14 år sedan
thread.c a7ea42ee13 * Update copyrights/licenses 16 år sedan
thread.h 98334382b0 * Misc 22 år sedan
timestamp.c 0cd7acd236 * Fix timezone issues in getts/getdate 17 år sedan
traffic.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 21 år sedan
types.h c7fc8a2d3b Merge branch 'type-cleanup' into next 14 år sedan
userent.c a812748bff Merge branch '21-botgroups' into next 14 år sedan
userent.h b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 år sedan
userrec.c 79c4156398 * Disable idx in stream_writeuserfile for now to work around regression 14 år sedan
userrec.h 3c734b7746 Merge branch 'write_user-protected' into next 14 år sedan
users.c 49a87739a7 Fix start not being checked correctly 16 år sedan
users.h 56e19d4b51 * Remove port_t typedef 14 år sedan
utc-time.c bc91a7e206 * Added rcsid[] to all files 21 år sedan