Bryan Drewery 1a6e860041 Merge branch '58-ducch-flag-a-spam' into next hace 13 años
..
compat a8f285078d * Update to automake 1.11 depcomp hace 14 años
crypto 4f6b8d5a55 Don't decrypt NULL-padding bytes from blowfish hace 14 años
mod 08270f3c6f Merge branch 'ducch-63-callerid-ignore' into next hace 13 años
.gitignore 9522b8c30b * Add wrapper cc1plus (preprocessor) around compilation for stringfix; avoids need for _*.c temporary files hace 14 años
EncryptedStream.c 19b0e6b299 * bdlib fixes hace 15 años
EncryptedStream.h 25113846ca * Remove compiler hack for overloaded virtuals and use a 'using' line hace 16 años
Makefile.in a8f285078d * Update to automake 1.11 depcomp hace 14 años
adns.c 4e9b90359b * Clarify where adns comes from hace 16 años
adns.h a5fff3c7f3 Merge branch 'blocking-dns' hace 16 años
auth.c c1b9fe7edc * Fix auth IRC lookups getting the wrong cached idx hace 16 años
auth.h fbfdd1939e * Return bind check result for dcc hace 16 años
base64.c a7ea42ee13 * Update copyrights/licenses hace 16 años
base64.h 9fe5a9ae39 * Use bdlib base64 hace 16 años
bg.c 4d4a6141c3 * Remove unneeded cygwin support hace 16 años
bg.h ea6948ccde * Remove obsoleted conf.watcher hace 16 años
binary.c 9cf35943fe Fix compilation on normal build hace 14 años
binary.h cb6522c63e * Add './wraith -V' which will display the packconfig that the bot is using. hace 14 años
binds.c b1be082803 * Revert invalid change to BIND_WANTS_CD flag check hace 14 años
binds.h 3d73dd7ea4 * Move tclhash.* to binds.* (tcl hasnt been used in years) hace 17 años
botcmd.c 0cd1840a83 Merge branch 'gcc46-compile-warnings' into next hace 14 años
botcmd.h 7ebc6962df * Use bsearch() for botcmd_t structs, help_t struct help, and the variable_t struct vars hace 18 años
botmsg.c e681ea7078 Update functions to accept consts hace 14 años
botmsg.h e681ea7078 Update functions to accept consts hace 14 años
botnet.c 75b582854f * Fix compile error on older gcc hace 14 años
botnet.h 428466cf90 * Use the buildts and git commit in versioning / upgrading hace 17 años
buildinfo.h.in efd8d881e8 * Port [2413] to 1.2.12 hace 20 años
chan.h bb56f109a6 Remove 'chanset +meankicks'. You can customize your kicks in doc/responses.txt and recompile. hace 14 años
chanprog.c fde5690e5d Merge branch 'master' into next hace 14 años
chanprog.h d2534a49bf Merge branch 'ducch-fish-for-chans' into next hace 14 años
cmds.c 21b409eb33 Fix spelling of 'privilege' hace 13 años
cmds.h 58f6bce171 * When viewing help over auth, only show allowed commands hace 16 años
color.h c0e02b4d46 * More work on colors hace 22 años
common.h f45337a580 * Use length() macro for bsearch() calling and also fix help table lookup off-by-1 error hace 16 años
conf.c 6b79797633 Fix logic to allow 5 hace 14 años
conf.h c7fc8a2d3b Merge branch 'type-cleanup' into next hace 14 años
config-sanity.h 9f317e1988 Remove invalid references to gethostname/getipnodebyname hace 14 años
config.h.in 44c9adef05 Fix stupid autoconf regression with AH_BOTTOM [1] hace 14 años
core_binds.c 4f5f9900d8 * Consider any channel users have flags on for partyline cmds (fixes .adduser) hace 16 años
core_binds.h fbfdd1939e * Return bind check result for dcc hace 16 años
crypt.c 0bc04fb643 * Link libcrypto in at runtime to avoid mismatched libcrypto/libssl hace 15 años
crypt.h 0bc04fb643 * Link libcrypto in at runtime to avoid mismatched libcrypto/libssl hace 15 años
dcc.c 5cf46dc694 Explain why bot is rejected hace 13 años
dcc.h 56e19d4b51 * Remove port_t typedef hace 14 años
dccutil.c c7fc8a2d3b Merge branch 'type-cleanup' into next hace 14 años
dccutil.h c7fc8a2d3b Merge branch 'type-cleanup' into next hace 14 años
debug.c b42ad56fda Merge branch 'compile-warnings' into next hace 14 años
debug.h bfe4b4f556 * Call fatal() on SIGINT to cleanup hace 15 años
dhparam.c 8cbbe4bcce * Add DH 512/1024/2048 keys hace 15 años
dl.c 07930cb0cb * Add runtime dynamic loader / symbol table handling hace 15 años
dl.h 93abfccba6 * Cleanup symbol tables when unloading hace 15 años
egg_timer.c a7ea42ee13 * Update copyrights/licenses hace 16 años
egg_timer.h 37d24eca71 * Cleanup timer code so it is not constantly re-adding repeat timers back to the lists hace 16 años
eggdrop.h 2d0c92e00a Implement chanset 'flood-bytes' (#42) hace 14 años
enclink.c c7fc8a2d3b Merge branch 'type-cleanup' into next hace 14 años
enclink.h 87e710e008 * Use enclink for relays hace 16 años
flags.c c821e8d297 Raise buffer for deflag reasons hace 14 años
flags.h 674d10f592 Update old ghost mean code to be revenge (#40) hace 14 años
garble.c 288300b569 * port [3868] to 1.2.16 from trunk hace 18 años
garble.h fb072f5865 * Run stringfix over the pre-processed output hace 14 años
generate_defs.sh 0b1aca6676 * Fix symbol generating files changing between builds when it shouldn't have been hace 14 años
generate_symbol.sh 0b1aca6676 * Fix symbol generating files changing between builds when it shouldn't have been hace 14 años
libcrypto.c 8c6ba17a56 Prevent crashing on startup if openssl can not be loaded hace 13 años
libcrypto.h 3209392364 * No longer need to define these headers hace 14 años
libssl.c 8c6ba17a56 Prevent crashing on startup if openssl can not be loaded hace 13 años
libssl.h 3209392364 * No longer need to define these headers hace 14 años
libtcl.c 093a7e020a * Add --disable-script-tcl (default enabled) hace 14 años
libtcl.h 093a7e020a * Add --disable-script-tcl (default enabled) hace 14 años
log.c a07b103f91 * Change privmsg()/notice() to use bd::String hace 15 años
log.h 008abfb85a * Write all logs to .l-botnick when compiled in DEBUG mode hace 17 años
main.c 99aebf8fb9 Show an #error if gmake not used / BUILDTS is empty hace 13 años
main.h cd9d34f44b * Write userfile asynchronously hace 14 años
makehelp.c f6cd52090c * Cleanup unused variable warnings hace 14 años
makeres.c 993f2cc3e0 * Update bd::String::printf syntax hace 15 años
makeset.c 8bab91b17f * Properly catch fatal errors writing temp files needed during compile hace 16 años
makesort.c eee567c263 * Make makesort use bdlib hace 16 años
match.c a73be06563 * Fix --disable-ipv6 compiling hace 15 años
match.h d08a62f16b * Added primitive CIDR ban support (enforcebans/kickban/getop). hace 21 años
misc.c b42ad56fda Merge branch 'compile-warnings' into next hace 14 años
misc.h 4a1d2d12ea * Fix bad grammar for update output hace 14 años
misc_file.c 4d4a6141c3 * Remove unneeded cygwin support hace 16 años
misc_file.h 9aa11218da * Use mmap for writing packdata too (optimizations and error checking coming next) hace 18 años
net.c c7fc8a2d3b Merge branch 'type-cleanup' into next hace 14 años
net.h c7fc8a2d3b Merge branch 'type-cleanup' into next hace 14 años
openssl.c 8c6ba17a56 Prevent crashing on startup if openssl can not be loaded hace 13 años
openssl.h 1d6e5068d8 * Refactor OpenSSL into openssl.{c,h} and load on startup hace 15 años
response.c bb56f109a6 Remove 'chanset +meankicks'. You can customize your kicks in doc/responses.txt and recompile. hace 14 años
rfc1459.c 76875bf94b * Optimize RFC string comparisons and fix uninitialized value warning hace 14 años
rfc1459.h c45ab07070 * Add a rfc_ncasecmp() hace 14 años
set.c 0e14f41294 Merge branch 'set-list-new-value' into next hace 14 años
set.h 8698831656 Add set 'fish-paranoid' (#23) hace 14 años
settings.h 3dd72828e3 * Align pack data to 16 byte boundary as well hace 14 años
shell.c da94d603fc Merge branch 'master' into next hace 13 años
shell.h 8c6ba17a56 Prevent crashing on startup if openssl can not be loaded hace 13 años
socket.c a7ea42ee13 * Update copyrights/licenses hace 16 años
socket.h 56e19d4b51 * Remove port_t typedef hace 14 años
sorthelp.c 993f2cc3e0 * Update bd::String::printf syntax hace 15 años
sprintf.c a7ea42ee13 * Update copyrights/licenses hace 16 años
sprintf.h bca87b05ae * Fixed *many* buffer overflows in the botnet code. (#94) hace 21 años
stat.h 3861e5357b * Moved most of the "shell" functions to shell.c/.h hace 22 años
stringfix.c e733257877 * Cleanup stringfix to use stdin/stdout to allow piping in cc1plus hace 14 años
tandem.h e88a064ec3 * Remove obsolete code botshouldjoin() hace 14 años
thread.c a7ea42ee13 * Update copyrights/licenses hace 16 años
thread.h 98334382b0 * Misc hace 22 años
timestamp.c 0cd7acd236 * Fix timezone issues in getts/getdate hace 17 años
traffic.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. hace 21 años
types.h c7fc8a2d3b Merge branch 'type-cleanup' into next hace 14 años
userent.c b42ad56fda Merge branch 'compile-warnings' into next hace 14 años
userent.h b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() hace 21 años
userrec.c 7acabb3370 Merge branch 'master' into next hace 14 años
userrec.h 3c734b7746 Merge branch 'write_user-protected' into next hace 14 años
users.c 376df7c28c * Align FLAGS at the format level, not the header level hace 14 años
users.h aa7fd7a2e2 * Check that bot is valid in cmd_groups hace 14 años
utc-time.c bc91a7e206 * Added rcsid[] to all files hace 21 años