Bryan Drewery 1de118cd59 Fix missing space causing libcrypto.so to not get loaded (#24) vor 14 Jahren
..
compat bc1c90d649 Merge branch 'crypt-updates' vor 16 Jahren
crypto 1d6e5068d8 * Refactor OpenSSL into openssl.{c,h} and load on startup vor 15 Jahren
mod a271f49d82 Merge branch 'maint' vor 14 Jahren
.gitignore 28f4043930 * Update gitignore vor 15 Jahren
EncryptedStream.c 19b0e6b299 * bdlib fixes vor 15 Jahren
EncryptedStream.h 25113846ca * Remove compiler hack for overloaded virtuals and use a 'using' line vor 16 Jahren
Makefile.in 1d6e5068d8 * Refactor OpenSSL into openssl.{c,h} and load on startup vor 15 Jahren
adns.c 4e9b90359b * Clarify where adns comes from vor 16 Jahren
adns.h a5fff3c7f3 Merge branch 'blocking-dns' vor 16 Jahren
auth.c c1b9fe7edc * Fix auth IRC lookups getting the wrong cached idx vor 16 Jahren
auth.h fbfdd1939e * Return bind check result for dcc vor 16 Jahren
base64.c a7ea42ee13 * Update copyrights/licenses vor 16 Jahren
base64.h 9fe5a9ae39 * Use bdlib base64 vor 16 Jahren
bg.c 4d4a6141c3 * Remove unneeded cygwin support vor 16 Jahren
bg.h ea6948ccde * Remove obsoleted conf.watcher vor 17 Jahren
binary.c fe60598329 Merge branch 'newhub' vor 14 Jahren
binary.h cb6522c63e * Add './wraith -V' which will display the packconfig that the bot is using. vor 15 Jahren
binds.c b1be082803 * Revert invalid change to BIND_WANTS_CD flag check vor 14 Jahren
binds.h 3d73dd7ea4 * Move tclhash.* to binds.* (tcl hasnt been used in years) vor 17 Jahren
botcmd.c 09bacd1cea Merge branch 'gcc46-compile-warnings' vor 14 Jahren
botcmd.h 7ebc6962df * Use bsearch() for botcmd_t structs, help_t struct help, and the variable_t struct vars vor 18 Jahren
botmsg.c f6cd52090c * Cleanup unused variable warnings vor 14 Jahren
botmsg.h d9ce55f647 * Port [3426] to 1.2.14 vor 19 Jahren
botnet.c 75b582854f * Fix compile error on older gcc vor 14 Jahren
botnet.h 428466cf90 * Use the buildts and git commit in versioning / upgrading vor 18 Jahren
buildinfo.h.in efd8d881e8 * Port [2413] to 1.2.12 vor 20 Jahren
chan.h ad05fae29b * Const cleanup vor 14 Jahren
chanprog.c bdb029c081 Merge branch 'maint' vor 14 Jahren
chanprog.h 3ed8d7dd36 Merge branch '21-botgroups' vor 14 Jahren
cmds.c 9e2fd9ecca * Minus chrec if .chattr set no flags vor 14 Jahren
cmds.h 58f6bce171 * When viewing help over auth, only show allowed commands vor 16 Jahren
color.h c0e02b4d46 * More work on colors vor 22 Jahren
common.h f45337a580 * Use length() macro for bsearch() calling and also fix help table lookup off-by-1 error vor 16 Jahren
conf.c 190f4115a5 Merge branch 'type-cleanup' vor 14 Jahren
conf.h 190f4115a5 Merge branch 'type-cleanup' vor 14 Jahren
core_binds.c 4f5f9900d8 * Consider any channel users have flags on for partyline cmds (fixes .adduser) vor 16 Jahren
core_binds.h fbfdd1939e * Return bind check result for dcc vor 16 Jahren
crypt.c 0bc04fb643 * Link libcrypto in at runtime to avoid mismatched libcrypto/libssl vor 15 Jahren
crypt.h 0bc04fb643 * Link libcrypto in at runtime to avoid mismatched libcrypto/libssl vor 15 Jahren
dcc.c 190f4115a5 Merge branch 'type-cleanup' vor 14 Jahren
dcc.h 56e19d4b51 * Remove port_t typedef vor 14 Jahren
dccutil.c 190f4115a5 Merge branch 'type-cleanup' vor 14 Jahren
dccutil.h 56e19d4b51 * Remove port_t typedef vor 14 Jahren
debug.c fe60598329 Merge branch 'newhub' vor 14 Jahren
debug.h ec7153ae5e * Change alias names in ContextNote vor 16 Jahren
dhparam.c 8cbbe4bcce * Add DH 512/1024/2048 keys vor 15 Jahren
dl.c 07930cb0cb * Add runtime dynamic loader / symbol table handling vor 15 Jahren
dl.h 93abfccba6 * Cleanup symbol tables when unloading vor 15 Jahren
egg_timer.c a7ea42ee13 * Update copyrights/licenses vor 16 Jahren
egg_timer.h 37d24eca71 * Cleanup timer code so it is not constantly re-adding repeat timers back to the lists vor 16 Jahren
eggdrop.h 993928699d * Raise release time to 8 seconds (8-2) = 6 seconds before it will regrab it vor 16 Jahren
enclink.c 190f4115a5 Merge branch 'type-cleanup' vor 14 Jahren
enclink.h 87e710e008 * Use enclink for relays vor 16 Jahren
flags.c ad05fae29b * Const cleanup vor 14 Jahren
flags.h ad05fae29b * Const cleanup vor 14 Jahren
garble.c 288300b569 * port [3868] to 1.2.16 from trunk vor 18 Jahren
garble.h 288300b569 * port [3868] to 1.2.16 from trunk vor 18 Jahren
generate_defs.sh fbbab6888b * Fix \? not working with BSD sed vor 14 Jahren
generate_symbol.sh 9c0392c401 * Fix portability for symbol generating vor 14 Jahren
libcrypto.c 1de118cd59 Fix missing space causing libcrypto.so to not get loaded (#24) vor 14 Jahren
libcrypto.h 3209392364 * No longer need to define these headers vor 14 Jahren
libssl.c 81601344b5 Load libssl/libcrypto based on the compiled SHLIB_VERSION_NUMBER if possible (#24) vor 14 Jahren
libssl.h 3209392364 * No longer need to define these headers vor 14 Jahren
libtcl.c c3a726b26c * Remove Tcl_AppendResult as its symbol cannot be properly exported without more manual effort vor 15 Jahren
libtcl.h 3209392364 * No longer need to define these headers vor 14 Jahren
log.c a07b103f91 * Change privmsg()/notice() to use bd::String vor 15 Jahren
log.h 008abfb85a * Write all logs to .l-botnick when compiled in DEBUG mode vor 17 Jahren
main.c 3864984bd5 Merge branch 'write-userfile-timer' vor 14 Jahren
main.h cd9d34f44b * Write userfile asynchronously vor 15 Jahren
makehelp.c f6cd52090c * Cleanup unused variable warnings vor 14 Jahren
makeres.c 993f2cc3e0 * Update bd::String::printf syntax vor 15 Jahren
makeset.c 8bab91b17f * Properly catch fatal errors writing temp files needed during compile vor 16 Jahren
makesort.c eee567c263 * Make makesort use bdlib vor 16 Jahren
match.c a73be06563 * Fix --disable-ipv6 compiling vor 15 Jahren
match.h d08a62f16b * Added primitive CIDR ban support (enforcebans/kickban/getop). vor 21 Jahren
misc.c ece6a7ce2a Merge branch 'maint' vor 14 Jahren
misc.h 4a1d2d12ea * Fix bad grammar for update output vor 14 Jahren
misc_file.c 4d4a6141c3 * Remove unneeded cygwin support vor 16 Jahren
misc_file.h 9aa11218da * Use mmap for writing packdata too (optimizations and error checking coming next) vor 18 Jahren
net.c 190f4115a5 Merge branch 'type-cleanup' vor 14 Jahren
net.h 190f4115a5 Merge branch 'type-cleanup' vor 14 Jahren
openssl.c 7d758a5afd * Set a list of preferred strong ciphers on load vor 15 Jahren
openssl.h 1d6e5068d8 * Refactor OpenSSL into openssl.{c,h} and load on startup vor 15 Jahren
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) vor 18 Jahren
rfc1459.c 76875bf94b * Optimize RFC string comparisons and fix uninitialized value warning vor 14 Jahren
rfc1459.h c45ab07070 * Add a rfc_ncasecmp() vor 15 Jahren
set.c 3ed8d7dd36 Merge branch '21-botgroups' vor 14 Jahren
set.h e09ce22591 * Add command 'groups' to list all groups and which bots are in them. vor 14 Jahren
settings.h 3dd72828e3 * Align pack data to 16 byte boundary as well vor 15 Jahren
shell.c 077327f815 * Set PR_SET_TRACER on ubuntu systems so child processes can ptrace() our process vor 15 Jahren
shell.h 4d4a6141c3 * Remove unneeded cygwin support vor 16 Jahren
socket.c a7ea42ee13 * Update copyrights/licenses vor 16 Jahren
socket.h 56e19d4b51 * Remove port_t typedef vor 14 Jahren
sorthelp.c 993f2cc3e0 * Update bd::String::printf syntax vor 15 Jahren
sprintf.c a7ea42ee13 * Update copyrights/licenses vor 16 Jahren
sprintf.h bca87b05ae * Fixed *many* buffer overflows in the botnet code. (#94) vor 21 Jahren
stat.h 3861e5357b * Moved most of the "shell" functions to shell.c/.h vor 22 Jahren
stringfix.c fbce4d23b3 * Fix warnings in compile utils vor 17 Jahren
tandem.h e88a064ec3 * Remove obsolete code botshouldjoin() vor 15 Jahren
thread.c a7ea42ee13 * Update copyrights/licenses vor 16 Jahren
thread.h 98334382b0 * Misc vor 22 Jahren
timestamp.c 0cd7acd236 * Fix timezone issues in getts/getdate vor 18 Jahren
traffic.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. vor 22 Jahren
types.h 190f4115a5 Merge branch 'type-cleanup' vor 14 Jahren
userent.c d1499a0043 * Unpack all USERENTRY_SET regardless of being a hub vor 14 Jahren
userent.h b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() vor 21 Jahren
userrec.c aa7fd7a2e2 * Check that bot is valid in cmd_groups vor 14 Jahren
userrec.h 3864984bd5 Merge branch 'write-userfile-timer' vor 14 Jahren
users.c 376df7c28c * Align FLAGS at the format level, not the header level vor 14 Jahren
users.h aa7fd7a2e2 * Check that bot is valid in cmd_groups vor 14 Jahren
utc-time.c bc91a7e206 * Added rcsid[] to all files vor 21 Jahren