Bryan Drewery 9ee976b600 Update bdlib and require C++14 7 years ago
..
compat 3a7809e090 Add LibreSSL support 8 years ago
crypto fc24faac96 mdata()->begin(), data()->cbegin(). 7 years ago
mod 8a60488c0b const attribute here makes GCC complain even though it's intended. 7 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 fc1fe6ee7d Add RfcString for using rfc1459.c string comparisons 7 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 92a070a63b Simplify some Array handling 7 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 92a070a63b Simplify some Array handling 7 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 14e79e73bb Merge branch '39-dynamic-roles' 8 years ago
botcmd.h 9bdb36ed32 bot_shareupdate() should be private now 13 years ago
botmsg.cc dc837f0b75 Add basic infrastructure for tracking feature flags on the botlink. 10 years ago
botmsg.h e681ea7078 Update functions to accept consts 14 years ago
botnet.cc 0381acbf51 bots: Fix sorting to account for all dots 7 years ago
botnet.h f92bd834f3 cmds_groups: Indicate down bots with '*' 7 years ago
buildinfo.h.in efd8d881e8 * Port [2413] to 1.2.12 20 years ago
chan.h ee2c82b741 These are noexcept 7 years ago
chanprog.cc 92a070a63b Simplify some Array handling 7 years ago
chanprog.h 6bd0627106 Optimize clear_chanlist_member by using the hash 7 years ago
cmds.cc bf4bb894dd Older clang34 doesn't like the {} syntax here. 7 years ago
cmds.h 3a84b0a664 Add some pure/const attributes 7 years ago
color.h c0e02b4d46 * More work on colors 22 years ago
common.h f45337a580 * Use length() macro for bsearch() calling and also fix help table lookup off-by-1 error 16 years ago
conf.cc 3415fb161a Update for new bdlib API 7 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 9ee976b600 Update bdlib and require C++14 7 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 ac23d1a4cd Remove unneeded my_calloc/my_realloc 10 years ago
crypt.h 3a84b0a664 Add some pure/const attributes 7 years ago
dcc.cc 649f961119 Placate Clang 3.4.1 C++11 bug. 7 years ago
dcc.h 3a84b0a664 Add some pure/const attributes 7 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 569497733f Don't block SIGCONT for debug builds 7 years ago
debug.h 2988d40fb4 Remove dead function init_debug() 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 485b5a0713 RTLD_SELF is not portable 8 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 cea948bb94 Add forward-compat for OpenSSL 1.1. 8 years ago
generate_symbol.sh 0b1aca6676 * Fix symbol generating files changing between builds when it shouldn't have been 14 years ago
libcrypto.cc c914bb8b7d Simplify traversing the symbol table 7 years ago
libcrypto.h 3209392364 * No longer need to define these headers 14 years ago
libssl.cc c914bb8b7d Simplify traversing the symbol table 7 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 3a84b0a664 Add some pure/const attributes 7 years ago
log.h d1246b5714 GCC doesn't like the empty irc_log() macro after an else statement 7 years ago
main.cc 10b8bb47a9 Remove dead code transfer_init() 7 years ago
main.h 46f8266acc Move role to flags.c 12 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 1c1f6d950a Use range for loops in some places 7 years ago
misc.h 3a84b0a664 Add some pure/const attributes 7 years ago
misc_file.cc de794ef714 Use some noexcept and pure attributes 7 years ago
misc_file.h 3a84b0a664 Add some pure/const attributes 7 years ago
net.cc 07681a508d Implicit conversion is fine here 7 years ago
net.h 3a84b0a664 Add some pure/const attributes 7 years ago
openssl.cc 3a7809e090 Add LibreSSL support 8 years ago
openssl.h 1d6e5068d8 * Refactor OpenSSL into openssl.{c,h} and load on startup 15 years ago
response.cc 92a070a63b Simplify some Array handling 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 ba46d5c58f Add more pure functions 7 years ago
set.h 3a84b0a664 Add some pure/const attributes 7 years ago
settings.h a7b5169241 Fix pack settings.hash starting with \0 even though it's a valid hash. 7 years ago
shell.cc 3a84b0a664 Add some pure/const attributes 7 years ago
shell.h 3a84b0a664 Add some pure/const attributes 7 years ago
socket.cc 3a84b0a664 Add some pure/const attributes 7 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 3a84b0a664 Add some pure/const attributes 7 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 190f4115a5 Merge branch 'type-cleanup' 14 years ago
userent.cc ba46d5c58f Add more pure functions 7 years ago
userent.h b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 years ago
userrec.cc ba46d5c58f Add more pure functions 7 years ago
userrec.h ba46d5c58f Add more pure functions 7 years ago
users.cc ba46d5c58f Add more pure functions 7 years ago
users.h ba46d5c58f Add more pure functions 7 years ago