Bryan Drewery 1dcebd474e * Auto FiSH Key exchange when accepting users 15 лет назад
..
compat bc1c90d649 Merge branch 'crypt-updates' 16 лет назад
crypto 1d6e5068d8 * Refactor OpenSSL into openssl.{c,h} and load on startup 15 лет назад
mod 1dcebd474e * Auto FiSH Key exchange when accepting users 15 лет назад
.gitignore 28f4043930 * Update gitignore 15 лет назад
EncryptedStream.c 19b0e6b299 * bdlib fixes 15 лет назад
EncryptedStream.h 25113846ca * Remove compiler hack for overloaded virtuals and use a 'using' line 16 лет назад
Makefile.in 1d6e5068d8 * Refactor OpenSSL into openssl.{c,h} and load on startup 15 лет назад
adns.c 4e9b90359b * Clarify where adns comes from 16 лет назад
adns.h a5fff3c7f3 Merge branch 'blocking-dns' 16 лет назад
auth.c c1b9fe7edc * Fix auth IRC lookups getting the wrong cached idx 16 лет назад
auth.h fbfdd1939e * Return bind check result for dcc 16 лет назад
base64.c a7ea42ee13 * Update copyrights/licenses 16 лет назад
base64.h 9fe5a9ae39 * Use bdlib base64 16 лет назад
bg.c 4d4a6141c3 * Remove unneeded cygwin support 16 лет назад
bg.h ea6948ccde * Remove obsoleted conf.watcher 16 лет назад
binary.c 67c6346cb0 Merge branch 'compile-issues' into maint 16 лет назад
binary.h 829784c1d0 * Detect corrupted binaries during upgrade 16 лет назад
binds.c a7ea42ee13 * Update copyrights/licenses 16 лет назад
binds.h 3d73dd7ea4 * Move tclhash.* to binds.* (tcl hasnt been used in years) 17 лет назад
botcmd.c e27bbcdf25 * Cleanups 15 лет назад
botcmd.h 7ebc6962df * Use bsearch() for botcmd_t structs, help_t struct help, and the variable_t struct vars 18 лет назад
botmsg.c a7ea42ee13 * Update copyrights/licenses 16 лет назад
botmsg.h d9ce55f647 * Port [3426] to 1.2.14 19 лет назад
botnet.c 993f2cc3e0 * Update bd::String::printf syntax 15 лет назад
botnet.h 428466cf90 * Use the buildts and git commit in versioning / upgrading 17 лет назад
buildinfo.h.in efd8d881e8 * Port [2413] to 1.2.12 20 лет назад
chan.h 0d90094b87 * Track how many split members there are 16 лет назад
chanprog.c 1d265c9ce5 * Add a keyx() 15 лет назад
chanprog.h 1d265c9ce5 * Add a keyx() 15 лет назад
cmds.c 13ad82969a * Show SSL status in (net|bot)server 15 лет назад
cmds.h 58f6bce171 * When viewing help over auth, only show allowed commands 16 лет назад
color.h c0e02b4d46 * More work on colors 22 лет назад
common.h f45337a580 * Use length() macro for bsearch() calling and also fix help table lookup off-by-1 error 16 лет назад
conf.c e29898f1c7 * Remove unused buffers from String::printf changes 15 лет назад
conf.h 4d4a6141c3 * Remove unneeded cygwin support 16 лет назад
core_binds.c 4f5f9900d8 * Consider any channel users have flags on for partyline cmds (fixes .adduser) 16 лет назад
core_binds.h fbfdd1939e * Return bind check result for dcc 16 лет назад
crypt.c 0bc04fb643 * Link libcrypto in at runtime to avoid mismatched libcrypto/libssl 15 лет назад
crypt.h 0bc04fb643 * Link libcrypto in at runtime to avoid mismatched libcrypto/libssl 15 лет назад
dcc.c b788bd2361 * Fix stack overflow in bot linking due to bot continually looping forever between autolink_cycle() via failed_link() 16 лет назад
dcc.h 3881a00742 * More nicklen/handlen cleanups 16 лет назад
dccutil.c 7abdc11206 * Display whether a socket is SSL or not in dccstat 15 лет назад
dccutil.h e545647319 * Add rdprintf() for remote dprintf 16 лет назад
debug.c 44e97f03d2 * Use gdb --pid syntax for attaching 15 лет назад
debug.h ec7153ae5e * Change alias names in ContextNote 16 лет назад
dhparam.c 8cbbe4bcce * Add DH 512/1024/2048 keys 15 лет назад
dl.c 07930cb0cb * Add runtime dynamic loader / symbol table handling 15 лет назад
dl.h 93abfccba6 * Cleanup symbol tables when unloading 15 лет назад
egg_timer.c a7ea42ee13 * Update copyrights/licenses 16 лет назад
egg_timer.h 37d24eca71 * Cleanup timer code so it is not constantly re-adding repeat timers back to the lists 16 лет назад
eggdrop.h 993928699d * Raise release time to 8 seconds (8-2) = 6 seconds before it will regrab it 16 лет назад
enclink.c 6578809c2a * Fix buffer overflow in botlink encryption writing 16 лет назад
enclink.h 87e710e008 * Use enclink for relays 16 лет назад
flags.c a7ea42ee13 * Update copyrights/licenses 16 лет назад
flags.h 1ccff9bccd * Inline some flag checking functions 17 лет назад
garble.c 288300b569 * port [3868] to 1.2.16 from trunk 18 лет назад
garble.h 288300b569 * port [3868] to 1.2.16 from trunk 18 лет назад
generate_defs.sh 25956fbd31 * Don't use git for generating symbols 15 лет назад
generate_symbol.sh 61877f9f0e * Undefine real headers/symbols and define our own to avoid redeclaration errors 15 лет назад
libcrypto.c 1d6e5068d8 * Refactor OpenSSL into openssl.{c,h} and load on startup 15 лет назад
libcrypto.h 1d6e5068d8 * Refactor OpenSSL into openssl.{c,h} and load on startup 15 лет назад
libssl.c 7d758a5afd * Set a list of preferred strong ciphers on load 15 лет назад
libssl.h 7d758a5afd * Set a list of preferred strong ciphers on load 15 лет назад
libtcl.c c3a726b26c * Remove Tcl_AppendResult as its symbol cannot be properly exported without more manual effort 15 лет назад
libtcl.h 61877f9f0e * Undefine real headers/symbols and define our own to avoid redeclaration errors 15 лет назад
log.c a07b103f91 * Change privmsg()/notice() to use bd::String 15 лет назад
log.h 008abfb85a * Write all logs to .l-botnick when compiled in DEBUG mode 17 лет назад
main.c 1d6e5068d8 * Refactor OpenSSL into openssl.{c,h} and load on startup 15 лет назад
main.h 97e6f96be5 * Add HQ as an owner when running in terminal emulation 15 лет назад
makehelp.c 993f2cc3e0 * Update bd::String::printf syntax 15 лет назад
makeres.c 993f2cc3e0 * Update bd::String::printf syntax 15 лет назад
makeset.c 8bab91b17f * Properly catch fatal errors writing temp files needed during compile 16 лет назад
makesort.c eee567c263 * Make makesort use bdlib 16 лет назад
match.c a73be06563 * Fix --disable-ipv6 compiling 15 лет назад
match.h d08a62f16b * Added primitive CIDR ban support (enforcebans/kickban/getop). 21 лет назад
misc.c e29898f1c7 * Remove unused buffers from String::printf changes 15 лет назад
misc.h fb9772e1c8 Merge branch 'bantype' 16 лет назад
misc_file.c 4d4a6141c3 * Remove unneeded cygwin support 16 лет назад
misc_file.h 9aa11218da * Use mmap for writing packdata too (optimizations and error checking coming next) 18 лет назад
net.c 730c47a465 Merge branch 'maint' 15 лет назад
net.h 1d6e5068d8 * Refactor OpenSSL into openssl.{c,h} and load on startup 15 лет назад
openssl.c 7d758a5afd * Set a list of preferred strong ciphers on load 15 лет назад
openssl.h 1d6e5068d8 * Refactor OpenSSL into openssl.{c,h} and load on startup 15 лет назад
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 лет назад
rfc1459.c a7ea42ee13 * Update copyrights/licenses 16 лет назад
rfc1459.h 4f9a5b49d5 * Added 005 parsing 22 лет назад
set.c 790b3bb818 * Only leaf bots should reprocesses servers on server-use-ssl changing 15 лет назад
set.h 06a78c8f70 Merge branch 'server-queue-speedup' 16 лет назад
settings.h 5c142e3dc1 * Remove remaining email code, as well as OWNEREMAIL 16 лет назад
shell.c 077327f815 * Set PR_SET_TRACER on ubuntu systems so child processes can ptrace() our process 15 лет назад
shell.h 4d4a6141c3 * Remove unneeded cygwin support 16 лет назад
socket.c a7ea42ee13 * Update copyrights/licenses 16 лет назад
socket.h 21676762d4 * Ported misc CYGWIN fixes to 1.2.9 20 лет назад
sorthelp.c 993f2cc3e0 * Update bd::String::printf syntax 15 лет назад
sprintf.c a7ea42ee13 * Update copyrights/licenses 16 лет назад
sprintf.h bca87b05ae * Fixed *many* buffer overflows in the botnet code. (#94) 21 лет назад
stat.h 3861e5357b * Moved most of the "shell" functions to shell.c/.h 22 лет назад
stringfix.c fbce4d23b3 * Fix warnings in compile utils 17 лет назад
tandem.h 2c73e786fa * Don't truncate log's timestamp when relaying logs 16 лет назад
thread.c a7ea42ee13 * Update copyrights/licenses 16 лет назад
thread.h 98334382b0 * Misc 22 лет назад
timestamp.c 0cd7acd236 * Fix timezone issues in getts/getdate 17 лет назад
traffic.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 21 лет назад
types.h a00f84498d * Include stdint.h for intptr_t 15 лет назад
userent.c e29898f1c7 * Remove unused buffers from String::printf changes 15 лет назад
userent.h b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 лет назад
userrec.c e29898f1c7 * Remove unused buffers from String::printf changes 15 лет назад
userrec.h 140058387e * Remove unneded int idx from stream_writeuserfile() stack 16 лет назад
users.c b788bd2361 * Fix stack overflow in bot linking due to bot continually looping forever between autolink_cycle() via failed_link() 16 лет назад
users.h b788bd2361 * Fix stack overflow in bot linking due to bot continually looping forever between autolink_cycle() via failed_link() 16 лет назад
utc-time.c bc91a7e206 * Added rcsid[] to all files 21 лет назад