Bryan Drewery 846ba5e955 Don't clear global b_prime/b_generator (see 7e7beb95660) 8 лет назад
..
compat 8c2303050a Use quotes for config.h to handle experimental build.mk 8 лет назад
crypto 846ba5e955 Don't clear global b_prime/b_generator (see 7e7beb95660) 8 лет назад
mod 507564aa43 Merge branch 'user-caching' into maint 10 лет назад
.gitignore 8456fcb6c2 Remove the need for makehelp 11 лет назад
EncryptedStream.cc fc244b9c05 Rename C++ files to .cc to quiet clang 12 лет назад
EncryptedStream.h 25113846ca * Remove compiler hack for overloaded virtuals and use a 'using' line 16 лет назад
Makefile.in 6ad5c468d6 Don't enable AddressSanitizer in non-debug builds. 9 лет назад
adns.cc ac23d1a4cd Remove unneeded my_calloc/my_realloc 10 лет назад
adns.h 9756ec315f No reason for egg_dns_send to be public 11 лет назад
auth.cc 8a905e6504 Fill Auth user cache in set_chanlist 10 лет назад
auth.h 8a905e6504 Fill Auth user cache in set_chanlist 10 лет назад
base64.cc d2bad44c2d No need for compat here after removing calloc/realloc overrides 10 лет назад
base64.h 9fe5a9ae39 * Use bdlib base64 16 лет назад
bg.cc 603c6984cf Remove test thread code 11 лет назад
bg.h 9bf2b600f9 Remove fork-interval. 12 лет назад
binary.cc ac23d1a4cd Remove unneeded my_calloc/my_realloc 10 лет назад
binary.h cb6522c63e * Add './wraith -V' which will display the packconfig that the bot is using. 14 лет назад
binds.cc ac23d1a4cd Remove unneeded my_calloc/my_realloc 10 лет назад
binds.h 3d73dd7ea4 * Move tclhash.* to binds.* (tcl hasnt been used in years) 17 лет назад
botcmd.cc 9c91f62434 Slight optimizations 10 лет назад
botcmd.h 9bdb36ed32 bot_shareupdate() should be private now 13 лет назад
botmsg.cc ac23d1a4cd Remove unneeded my_calloc/my_realloc 10 лет назад
botmsg.h e681ea7078 Update functions to accept consts 14 лет назад
botnet.cc 4de6e77ccb Stop sharing LASTON unlink entirely. 10 лет назад
botnet.h 428466cf90 * Use the buildts and git commit in versioning / upgrading 18 лет назад
buildinfo.h.in efd8d881e8 * Port [2413] to 1.2.12 20 лет назад
chan.h 83b7d92f3d Clean up some header pollution. 11 лет назад
chanprog.cc 507564aa43 Merge branch 'user-caching' into maint 10 лет назад
chanprog.h 507564aa43 Merge branch 'user-caching' into maint 10 лет назад
cmds.cc 9c08bab869 Fix cast to long 8 лет назад
cmds.h e76d79d714 Fix garbled help broken since c8664e198 11 лет назад
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.cc 5e38cefd84 checkpid: Use cached getpid() from mypid 9 лет назад
conf.h 190f4115a5 Merge branch 'type-cleanup' 14 лет назад
config-sanity.h 9f317e1988 Remove invalid references to gethostname/getipnodebyname 14 лет назад
config.h.in a6f235a89e Detect closefrom(2) support 9 лет назад
core_binds.cc e9bfe7ed59 Fix memory leak in alias loop detection. 10 лет назад
core_binds.h fbfdd1939e * Return bind check result for dcc 16 лет назад
crypt.cc ac23d1a4cd Remove unneeded my_calloc/my_realloc 10 лет назад
crypt.h 0bc04fb643 * Link libcrypto in at runtime to avoid mismatched libcrypto/libssl 15 лет назад
dcc.cc 53af2ca1e1 Stop sharing with the bot when it is disconnected. 10 лет назад
dcc.h f705855a42 Fix bolds being backwards due to race between DCC and STDOUT. 11 лет назад
dccutil.cc 933986d589 lostdcc: Restore bzeroing the dcc entry 10 лет назад
dccutil.h ffe00c5e74 Merge branch 'dumplots-static-char' 14 лет назад
debug.cc eff1dac48c Fix header symbol collision on FreeBSD 12 8 лет назад
debug.h eff1dac48c Fix header symbol collision on FreeBSD 12 8 лет назад
dhparam.cc 888cef7c6b Add 4096 dhparam 8 лет назад
dl.cc fc244b9c05 Rename C++ files to .cc to quiet clang 12 лет назад
dl.h 14a4972832 Fix generate_defs.sh to respect sections such as #ifdef USE_SCRIPT_TCL. 11 лет назад
egg_timer.cc ac23d1a4cd Remove unneeded my_calloc/my_realloc 10 лет назад
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.cc ac23d1a4cd Remove unneeded my_calloc/my_realloc 10 лет назад
enclink.h ee88bd167d Silence clang warnings by removing unused len param 13 лет назад
flags.cc f6892d18a0 Consolidate some chk_autoop() logic. 10 лет назад
flags.h f6892d18a0 Consolidate some chk_autoop() logic. 10 лет назад
garble.cc ac23d1a4cd Remove unneeded my_calloc/my_realloc 10 лет назад
garble.h fb072f5865 * Run stringfix over the pre-processed output 14 лет назад
generate_defs.sh be3a6f1685 Don't hide errors building symbols and be sure to pass in proper -std 11 лет назад
generate_symbol.sh 0b1aca6676 * Fix symbol generating files changing between builds when it shouldn't have been 14 лет назад
libcrypto.cc d30804041f Support OpenSSL 1.1. 8 лет назад
libcrypto.h 3209392364 * No longer need to define these headers 14 лет назад
libssl.cc d30804041f Support OpenSSL 1.1. 8 лет назад
libssl.h 3209392364 * No longer need to define these headers 14 лет назад
libtcl.cc fc244b9c05 Rename C++ files to .cc to quiet clang 12 лет назад
libtcl.h 093a7e020a * Add --disable-script-tcl (default enabled) 14 лет назад
log.cc fc244b9c05 Rename C++ files to .cc to quiet clang 12 лет назад
log.h 008abfb85a * Write all logs to .l-botnick when compiled in DEBUG mode 17 лет назад
main.cc 44b3ac63f6 Add ASSERT and WARN macros. 10 лет назад
main.h cd9d34f44b * Write userfile asynchronously 14 лет назад
makehelp.cc fc244b9c05 Rename C++ files to .cc to quiet clang 12 лет назад
makesort.cc fc244b9c05 Rename C++ files to .cc to quiet clang 12 лет назад
match.cc 42176254f9 Remove compatibility for POSIX.1 2001 and C90 functions. 10 лет назад
match.h 4199098c0f Remove use of register 12 лет назад
misc.cc 7681b955bd Track jupenick/nick on restart. 10 лет назад
misc.h 4199098c0f Remove use of register 12 лет назад
misc_file.cc 42176254f9 Remove compatibility for POSIX.1 2001 and C90 functions. 10 лет назад
misc_file.h f90957962e Use bd::AtomicFile to avoid cross-device renaming from Tempfile 12 лет назад
net.cc be95e62d8c Remove disconnected zlib code 10 лет назад
net.h 4199098c0f Remove use of register 12 лет назад
openssl.cc d30804041f Support OpenSSL 1.1. 8 лет назад
openssl.h 1d6e5068d8 * Refactor OpenSSL into openssl.{c,h} and load on startup 15 лет назад
response.cc 1e8aa62971 Avoid crashing due to different ptr for key creating empty set 11 лет назад
response.h 96db93fd61 Don't use hard-coded indices which will be bad if doc/responses.txt is reordered. 11 лет назад
rfc1459.cc fc244b9c05 Rename C++ files to .cc to quiet clang 12 лет назад
rfc1459.h c45ab07070 * Add a rfc_ncasecmp() 14 лет назад
set.cc 11d1b8576c var_set: Always call var_set_userentry() if there is a target. 10 лет назад
set.h 04ec8d2598 Allow wait_split to be configured. 10 лет назад
settings.h 3dd72828e3 * Align pack data to 16 byte boundary as well 14 лет назад
shell.cc 2424dd8d6c Revert "shell_exec: Use pipe(2) for stdin" 8 лет назад
shell.h 8c6ba17a56 Prevent crashing on startup if openssl can not be loaded 14 лет назад
socket.cc ac23d1a4cd Remove unneeded my_calloc/my_realloc 10 лет назад
socket.h 2dec7f49e1 Adjust fields in sockname_t 10 лет назад
sorthelp.cc fc244b9c05 Rename C++ files to .cc to quiet clang 12 лет назад
sprintf.cc fc244b9c05 Rename C++ files to .cc to quiet clang 12 лет назад
sprintf.h fe6bfd1b8c Fix header guard 12 лет назад
stat.h 3861e5357b * Moved most of the "shell" functions to shell.c/.h 22 лет назад
stringfix.cc 6210ff1595 Raise the MAX_LINE_LEN higher. "set" is 32018 bytes long on next. 11 лет назад
tandem.h e88a064ec3 * Remove obsolete code botshouldjoin() 14 лет назад
timestamp.c fded6bc4d5 Add vim modeline everywhere 12 лет назад
traffic.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 22 лет назад
types.h 190f4115a5 Merge branch 'type-cleanup' 14 лет назад
userent.cc 9b2caa55a1 Leaf bots should set userentry for groups as well 10 лет назад
userent.h b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 лет назад
userrec.cc 507564aa43 Merge branch 'user-caching' into maint 10 лет назад
userrec.h 507564aa43 Merge branch 'user-caching' into maint 10 лет назад
users.cc ac23d1a4cd Remove unneeded my_calloc/my_realloc 10 лет назад
users.h 83b7d92f3d Clean up some header pollution. 11 лет назад