Bryan Drewery e450c9214f Merge branch 'master' into next 2 years ago
..
compat 9e628eb860 These compat symbols can be static 6 years ago
crypto fc24faac96 mdata()->begin(), data()->cbegin(). 7 years ago
mod 72cb9743a1 Merge branch 'master' into next 4 years ago
.gitignore 8456fcb6c2 Remove the need for makehelp 11 years ago
EncryptedStream.cc fc244b9c05 Rename C++ files to .cc to quiet clang 12 years ago
EncryptedStream.h 0bcd6a72f5 Simplify class for C++11 7 years ago
Makefile.in 883528ce10 Merge branch 'maint' 6 years ago
RfcString.cc 4be3e05bc4 Optimize rfc functions for common case of using them. 7 years ago
RfcString.h 20d8d6a2b2 RfcString will never be assigned via rvalue 7 years ago
adns.cc 03ccf25ae3 Merge branch 'maint' 6 years ago
adns.h 92a070a63b Simplify some Array handling 7 years ago
auth.cc 050bdeaeb6 Log how many auth entries will be removed 7 years ago
auth.h 1cceb3999f FillUsers(nick) is deadcode 7 years ago
base64.cc fc24faac96 mdata()->begin(), data()->cbegin(). 7 years ago
base64.h 3a84b0a664 Add some pure/const attributes 7 years ago
bg.cc 603c6984cf Remove test thread code 11 years ago
bg.h 9bf2b600f9 Remove fork-interval. 12 years ago
binary.cc 03ccf25ae3 Merge branch 'maint' 6 years ago
binary.h cb6522c63e * Add './wraith -V' which will display the packconfig that the bot is using. 14 years ago
binds.cc ba46d5c58f Add more pure functions 7 years ago
binds.h ba46d5c58f Add more pure functions 7 years ago
botcmd.cc 03ccf25ae3 Merge branch 'maint' 6 years ago
botcmd.h 97dcff1c35 Fix -Wwritable-strings warnings 6 years ago
botmsg.cc 88cd68fdcf Show forwarded message timestamps 6 years ago
botmsg.h e681ea7078 Update functions to accept consts 14 years ago
botnet.cc 9d8fbc9b73 Roles: Fix rebalancing after linking to hub 6 years ago
botnet.h 79896db5aa Fix roles to consider if a bot is linked. 6 years ago
buildinfo.h.in efd8d881e8 * Port [2413] to 1.2.12 20 years ago
chan.h 79896db5aa Fix roles to consider if a bot is linked. 6 years ago
chanprog.cc 9686ee67e5 Merge branch 'maint' 6 years ago
chanprog.h 03ccf25ae3 Merge branch 'maint' 6 years ago
cmds.cc 9823da7303 No need to static_cast<String> anymore for Array.join() 6 years ago
cmds.h 03ccf25ae3 Merge branch 'maint' 6 years ago
color.h c0e02b4d46 * More work on colors 22 years ago
common.h e5ba78da08 Fix build on OpenSSL 3 2 years ago
conf.cc 9686ee67e5 Merge branch 'maint' 6 years ago
conf.h c448aabfa6 Remove unused function conf_getlocalhub 7 years ago
config-sanity.h 9f317e1988 Remove invalid references to gethostname/getipnodebyname 14 years ago
config.h.in 6333e786f7 Still use C++14 if available 6 years ago
core_binds.cc e9bfe7ed59 Fix memory leak in alias loop detection. 10 years ago
core_binds.h 1ac3feff75 Reduce auth.h header pollution 7 years ago
crypt.cc 97dcff1c35 Fix -Wwritable-strings warnings 6 years ago
crypt.h 03ccf25ae3 Merge branch 'maint' 6 years ago
dcc.cc 03ccf25ae3 Merge branch 'maint' 6 years ago
dcc.h 03ccf25ae3 Merge branch 'maint' 6 years ago
dccutil.cc 72218e4a7b dumplots: Let prefix be a String 7 years ago
dccutil.h 72218e4a7b dumplots: Let prefix be a String 7 years ago
debug.cc 895caa378b Merge branch 'master' into next 7 years ago
debug.h 4933833bca Merge branch 'random_stuff' into next 7 years ago
dhparam.cc 3a7809e090 Add LibreSSL support 8 years ago
dl.cc cea948bb94 Add forward-compat for OpenSSL 1.1. 8 years ago
dl.h f4695a01a9 Fix openssl 1.1 forward compat. 6 years ago
egg_timer.cc ac23d1a4cd Remove unneeded my_calloc/my_realloc 10 years ago
egg_timer.h 3a84b0a664 Add some pure/const attributes 7 years ago
eggdrop.h 5238967521 Send FEATURE_ROLES on link. 10 years ago
enclink.cc ac23d1a4cd Remove unneeded my_calloc/my_realloc 10 years ago
enclink.h ba46d5c58f Add more pure functions 7 years ago
flags.cc fa8915cb26 Optimize some ismember lookups by avoiding a copy 7 years ago
flags.h 3a84b0a664 Add some pure/const attributes 7 years ago
garble.cc 3a84b0a664 Add some pure/const attributes 7 years ago
garble.h fb072f5865 * Run stringfix over the pre-processed output 14 years ago
generate_defs.sh fad1d898ee Make bfd happy with the OpenSSL forward compat 6 years ago
generate_symbol.sh 0b1aca6676 * Fix symbol generating files changing between builds when it shouldn't have been 14 years ago
libcrypto.cc 72a3b03cdc OpenSSL 3.0 works too 2 years ago
libcrypto.h 3209392364 * No longer need to define these headers 14 years ago
libssl.cc 72a3b03cdc OpenSSL 3.0 works too 2 years ago
libssl.h 3209392364 * No longer need to define these headers 14 years ago
libtcl.cc c914bb8b7d Simplify traversing the symbol table 7 years ago
libtcl.h 093a7e020a * Add --disable-script-tcl (default enabled) 14 years ago
log.cc c5174624fb Merge branch 'master' into next 6 years ago
log.h ea82c68663 Merge branch 'master' into next 6 years ago
main.cc ae40bc0f4b GCC 9 points out these consts make no sense 6 years ago
main.h 9686ee67e5 Merge branch 'maint' 6 years ago
makehelp.cc fc244b9c05 Rename C++ files to .cc to quiet clang 12 years ago
makesort.cc fc244b9c05 Rename C++ files to .cc to quiet clang 12 years ago
match.cc 3a84b0a664 Add some pure/const attributes 7 years ago
match.h 3a84b0a664 Add some pure/const attributes 7 years ago
misc.cc 03ccf25ae3 Merge branch 'maint' 6 years ago
misc.h 03ccf25ae3 Merge branch 'maint' 6 years ago
misc_file.cc 9686ee67e5 Merge branch 'maint' 6 years ago
misc_file.h 3a84b0a664 Add some pure/const attributes 7 years ago
net.cc 03ccf25ae3 Merge branch 'maint' 6 years ago
net.h 3a84b0a664 Add some pure/const attributes 7 years ago
openssl.cc 5fd46b5034 Fix inverted logic for TLS_client_method() call 6 years ago
openssl.h 1d6e5068d8 * Refactor OpenSSL into openssl.{c,h} and load on startup 15 years ago
response.cc 94c8f16d77 Merge branch 'maint' 7 years ago
response.h 3a84b0a664 Add some pure/const attributes 7 years ago
rfc1459.cc da66bbf1fa GCC says these attributes do nothing 7 years ago
rfc1459.h da66bbf1fa GCC says these attributes do nothing 7 years ago
set.cc ec966a8706 Rename logfile-flags to logging-flags 6 years ago
set.h 0b07992ab9 Add set 'logging' to log to .l-botnick files 6 years ago
settings.h a7b5169241 Fix pack settings.hash starting with \0 even though it's a valid hash. 7 years ago
shell.cc 8297b3063a Merge branch 'master' into next 6 years ago
shell.h ae40bc0f4b GCC 9 points out these consts make no sense 6 years ago
socket.cc 03ccf25ae3 Merge branch 'maint' 6 years ago
socket.h 3a84b0a664 Add some pure/const attributes 7 years ago
sorthelp.cc fc244b9c05 Rename C++ files to .cc to quiet clang 12 years ago
sprintf.cc fc244b9c05 Rename C++ files to .cc to quiet clang 12 years ago
sprintf.h ab45a7cfbd vprintf functions can use printf format attribute too 7 years ago
stat.h 3861e5357b * Moved most of the "shell" functions to shell.c/.h 22 years ago
stringfix.cc 6210ff1595 Raise the MAX_LINE_LEN higher. "set" is 32018 bytes long on next. 11 years ago
tandem.h 88cd68fdcf Show forwarded message timestamps 6 years ago
timestamp.c fded6bc4d5 Add vim modeline everywhere 12 years ago
traffic.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 22 years ago
types.h c7fc8a2d3b Merge branch 'type-cleanup' into next 14 years ago
userent.cc 5f33034232 Merge branch 'maint' 6 years ago
userent.h 97dcff1c35 Fix -Wwritable-strings warnings 6 years ago
userrec.cc 0a60671c82 Merge branch 'master' into next 6 years ago
userrec.h 8297b3063a Merge branch 'master' into next 6 years ago
users.cc 9686ee67e5 Merge branch 'maint' 6 years ago
users.h 5f33034232 Merge branch 'maint' 6 years ago