Bryan Drewery 8d049d3db1 Merge branch 'master' into next 14 年之前
..
compat a8f285078d * Update to automake 1.11 depcomp 14 年之前
crypto 4f6b8d5a55 Don't decrypt NULL-padding bytes from blowfish 14 年之前
mod fde5690e5d Merge branch 'master' into next 14 年之前
.gitignore 9522b8c30b * Add wrapper cc1plus (preprocessor) around compilation for stringfix; avoids need for _*.c temporary files 14 年之前
EncryptedStream.c 19b0e6b299 * bdlib fixes 15 年之前
EncryptedStream.h 25113846ca * Remove compiler hack for overloaded virtuals and use a 'using' line 16 年之前
Makefile.in a8f285078d * Update to automake 1.11 depcomp 14 年之前
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 0cd1840a83 Merge branch 'gcc46-compile-warnings' into next 14 年之前
binary.h cb6522c63e * Add './wraith -V' which will display the packconfig that the bot is using. 14 年之前
binds.c b1be082803 * Revert invalid change to BIND_WANTS_CD flag check 14 年之前
binds.h 3d73dd7ea4 * Move tclhash.* to binds.* (tcl hasnt been used in years) 17 年之前
botcmd.c 0cd1840a83 Merge branch 'gcc46-compile-warnings' into next 14 年之前
botcmd.h 7ebc6962df * Use bsearch() for botcmd_t structs, help_t struct help, and the variable_t struct vars 18 年之前
botmsg.c e681ea7078 Update functions to accept consts 14 年之前
botmsg.h e681ea7078 Update functions to accept consts 14 年之前
botnet.c 75b582854f * Fix compile error on older gcc 14 年之前
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 bb56f109a6 Remove 'chanset +meankicks'. You can customize your kicks in doc/responses.txt and recompile. 14 年之前
chanprog.c fde5690e5d Merge branch 'master' into next 14 年之前
chanprog.h d2534a49bf Merge branch 'ducch-fish-for-chans' into next 14 年之前
cmds.c 2edb8dcd7c Fix tcl protection 14 年之前
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 75cfe56625 Disallow more than 5 bots per binary 14 年之前
conf.h c7fc8a2d3b Merge branch 'type-cleanup' into next 14 年之前
config.h.in 6d02ff915e * Move configure files into build/ 14 年之前
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 c7fc8a2d3b Merge branch 'type-cleanup' into next 14 年之前
dcc.h 56e19d4b51 * Remove port_t typedef 14 年之前
dccutil.c c7fc8a2d3b Merge branch 'type-cleanup' into next 14 年之前
dccutil.h c7fc8a2d3b Merge branch 'type-cleanup' into next 14 年之前
debug.c b42ad56fda Merge branch 'compile-warnings' into next 14 年之前
debug.h bfe4b4f556 * Call fatal() on SIGINT to cleanup 15 年之前
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 2d0c92e00a Implement chanset 'flood-bytes' (#42) 14 年之前
enclink.c c7fc8a2d3b Merge branch 'type-cleanup' into next 14 年之前
enclink.h 87e710e008 * Use enclink for relays 16 年之前
flags.c c821e8d297 Raise buffer for deflag reasons 14 年之前
flags.h 674d10f592 Update old ghost mean code to be revenge (#40) 14 年之前
garble.c 288300b569 * port [3868] to 1.2.16 from trunk 18 年之前
garble.h fb072f5865 * Run stringfix over the pre-processed output 14 年之前
generate_defs.sh 0b1aca6676 * Fix symbol generating files changing between builds when it shouldn't have been 14 年之前
generate_symbol.sh 0b1aca6676 * Fix symbol generating files changing between builds when it shouldn't have been 14 年之前
libcrypto.c 1de118cd59 Fix missing space causing libcrypto.so to not get loaded (#24) 14 年之前
libcrypto.h 3209392364 * No longer need to define these headers 14 年之前
libssl.c 81601344b5 Load libssl/libcrypto based on the compiled SHLIB_VERSION_NUMBER if possible (#24) 14 年之前
libssl.h 3209392364 * No longer need to define these headers 14 年之前
libtcl.c 093a7e020a * Add --disable-script-tcl (default enabled) 14 年之前
libtcl.h 093a7e020a * Add --disable-script-tcl (default enabled) 14 年之前
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 f175299713 Disallow running as root 14 年之前
main.h cd9d34f44b * Write userfile asynchronously 14 年之前
makehelp.c f6cd52090c * Cleanup unused variable warnings 14 年之前
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 b42ad56fda Merge branch 'compile-warnings' into next 14 年之前
misc.h 4a1d2d12ea * Fix bad grammar for update output 14 年之前
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 c7fc8a2d3b Merge branch 'type-cleanup' into next 14 年之前
net.h c7fc8a2d3b Merge branch 'type-cleanup' into next 14 年之前
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 bb56f109a6 Remove 'chanset +meankicks'. You can customize your kicks in doc/responses.txt and recompile. 14 年之前
rfc1459.c 76875bf94b * Optimize RFC string comparisons and fix uninitialized value warning 14 年之前
rfc1459.h c45ab07070 * Add a rfc_ncasecmp() 14 年之前
set.c 0e14f41294 Merge branch 'set-list-new-value' into next 14 年之前
set.h 8698831656 Add set 'fish-paranoid' (#23) 14 年之前
settings.h 3dd72828e3 * Align pack data to 16 byte boundary as well 14 年之前
shell.c 8d049d3db1 Merge branch 'master' into next 14 年之前
shell.h 75cfe56625 Disallow more than 5 bots per binary 14 年之前
socket.c a7ea42ee13 * Update copyrights/licenses 16 年之前
socket.h 56e19d4b51 * Remove port_t typedef 14 年之前
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 e733257877 * Cleanup stringfix to use stdin/stdout to allow piping in cc1plus 14 年之前
tandem.h e88a064ec3 * Remove obsolete code botshouldjoin() 14 年之前
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 c7fc8a2d3b Merge branch 'type-cleanup' into next 14 年之前
userent.c b42ad56fda Merge branch 'compile-warnings' into next 14 年之前
userent.h b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 年之前
userrec.c 7acabb3370 Merge branch 'master' into next 14 年之前
userrec.h 3c734b7746 Merge branch 'write_user-protected' into next 14 年之前
users.c 376df7c28c * Align FLAGS at the format level, not the header level 14 年之前
users.h aa7fd7a2e2 * Check that bot is valid in cmd_groups 14 年之前
utc-time.c bc91a7e206 * Added rcsid[] to all files 21 年之前