]> jfr.im git - irc/srvx.git/history - src
Avoid buffer overflow with 64-bit long.
[irc/srvx.git] / src /
2023-02-23  Michael PooleAvoid buffer overflow with 64-bit long. master
2023-02-23  Michael PooleFix Darwin / clang harder
2023-02-23  Michael PooleFix compilation under Darwin
2020-06-28  Michael PooleFix more Coverity warnings
2020-06-28  Michael Poolestring_buffer_append_substring: Allocate space for...
2020-06-28  Michael Pooleslab-read: Close the log file after we finish reading it
2020-06-28  Michael Poolesar: Plug some memory leaks
2020-06-28  Michael Pooleparse_record_int: Do not leak memory on ABORT() calls
2020-06-28  Michael Pooleproto-p10: Fix Coverity warnings
2020-06-28  Michael Pooleproto-common: Fix Coverity warnings
2020-06-28  Michael Pooleopserv: Fix Coverity warnings
2020-06-28  Michael Poolenickserv.c: Fix Coverity warnings
2020-06-28  Michael Poolemodcmd: Fix Coverity warnings
2020-06-28  Michael Poolesockcheck: Fix Coverity warnings
2020-06-28  Michael Pooleuplink_insert(): Require a hostname to enable an uplink
2020-06-28  Michael Poolelog: Warn if a log name is too long
2020-06-28  Michael Poolehelpfile: Avoid division by zero
2020-06-28  Michael Poolechanserv: Fix Coverity warnings
2020-04-22  Michael Poolemod-iauth_loc: Use correct size for user.ident and...
2020-04-22  Michael Pooleproto-p10: Simplify assignments to make_numeric's outbuf
2019-09-11  Michael Poolemod-helpserv: Reduce size of some strftime() buffers.
2018-01-31  Michael Poolesar_getaddr_request: Avoid truncation to full_name.
2018-01-31  Michael PoolePacify gcc 7's -Wimplicit-fallthrough.
2018-01-31  Michael Poolemod-iauth_loc: Tell users if their account is suspended.
2017-05-02  Michael Poolenickserv: Add flag to remotely oper up clients.
2017-03-03  Michael PooleMove do_expandos() to tools.c/common.h.
2016-10-25  Michael Pooleiauth_loc: Do not dereference null handle_info pointer.
2016-10-17  Michael Poolenickserv: Remove extraneous byte from struct handle_info.
2016-10-17  Michael Poolemod-blacklist: Fix typo in comment.
2016-10-17  Michael Poolesha256: Output using big-endian byte ordering.
2016-10-17  Michael Pooletools: Add Z85 (Ascii85 variant) encoder and decoder.
2016-10-13  Michael Poolecmd_opmode: Support OPMODE <user> +o.
2016-09-28  Michael Poolesha256: New hash function for passwords.
2016-09-14  Staticblacklist: Fix potential memory leak (#15)
2016-09-14  staticfoxblacklist: Fix null terminator being improperly placed
2016-09-08  Michael PooleMakefile: Fix HAS_GIT even more.
2016-09-01  Michael Pooleproto-p10: Fail BURST on invalid channel names.
2016-08-25  Michael PooleMakefile: Pass "make distcheck".
2016-08-24  Michael Pooleproto-p10: Avoid errors triggered by maintainer mode.
2016-07-20  Statichelp: Use modes that actually exist in csearch
2016-07-13  staticfoxnickserv: Allow renaming handles to new casings
2016-05-16  Michael Pooleunsplit_string(): Be even more graceful. *cough*
2016-05-16  Michael Pooleunsplit_string(): Gracefully handle max == 0.
2016-05-16  Michael Pooleproto-p10: Fix burst syntax for channels with bans...
2016-04-23  Michael Pooleopserv: Add ?csearch "mode" criterion.
2016-04-19  Michael Pooleproto-p10: Support cmd_rping().
2016-04-13  Michael Poolemod-iauth_loc: Quash a compiler warning.
2016-04-13  Michael Pooletools: Quash a compiler warning.
2016-04-13  Michael Poolemod-iauth_loc: Login failures should use AGAIN, not NO.
2016-01-12  AdrianMerge pull request #9 from staticfox/mem_leak
2016-01-12  AdrianMerge pull request #10 from staticfox/syntax
2015-12-12  AdrianMerge pull request #11 from staticfox/listlogins
2015-12-12  Matt Ullmannickserv: Add LISTLOGINS
2015-09-25  Matt Ullmanopserv_discrim_create(): wrap argc - 1 in parentheses
2015-09-25  Matt Ullmanopserv_cdiscrim_create(): Fix memory leak
2015-01-08  ThiefMasterMerge pull request #7 from blindirc/helpserv-pickup...
2015-01-08  Matt UllmanChange PICKUP's help entry to reflect its functionality
2014-11-15  ThiefMasterMerge pull request #5 from blindirc/checkemail-doc
2014-11-15  Matt UllmanAdded in help for checkpass
2014-11-14  Matt UllmanAdded in help documentation for checkemail
2014-09-22  ThiefMasterFix persistence lines in helpserv set output
2014-09-22  ThiefMasterFix invalid-interval message in HelpServ
2014-09-22  Pierre SchweitzerBound check for intervals in mod-helpserv
2012-01-20  Michael PooleAdd a login-on-connect module using XQUERY/XRESPONSE.
2012-01-20  Michael PooleSupport ircu's XQUERY and XRESPONSE.
2011-10-31  Michael PooleFix which userData is checked for deny-nonchannel memo...
2011-10-31  Michael PooleDo not show "[#channel (500,)]" in a !myaccess list.
2011-10-31  Michael PooleAllow !trim (for users) to work for helpers.
2011-10-30  Michael PooleAvoid adding expire_channels() to the timeq on !expire.
2011-10-30  Michael PooleRe-fix compilation of src/modcmd.c.
2011-10-30  Michael PooleFix compilation warnings from gcc 4.6.
2011-10-30  Michael PooleDocument the ChanServ toy commands.
2011-10-30  Michael PooleFix MIN_ARGC for ChanServ's !8ball and !d commands.
2011-06-27  Michael PooleFix typo in #if test for localtime_r().
2011-05-03  Michael PooleFix the name and type of helpserv_bot.persist_types[].
2010-11-22  Michael PooleUpdate IP glob matching to work more accurately with...
2010-11-22  Michael PooleComplain properly about unterminated comments in config...
2010-11-19  Michael PooleFix available byte count returned by ioq_grow().
2010-07-04  Michael PooleFix endianness of IPv6 addresses in generate_hostmask().
2010-04-18  Michael PooleFix G-line handling and ?gtrace time display.
2010-03-18  Michael PooleClean up the implementations of mod_chanmode_format().
2010-03-18  Michael PooleSilently ignore +z when users use it from ChanServ...
2010-03-18  Michael PooleSimplify G-line code somewhat. Generate better output...
2010-03-18  Michael PooleImplement remote /time query functionality.
2010-03-18  Michael PooleSupport G-line lifetimes.
2010-03-15  Michael PooleFix various mode-related bugs (including SF#2964782...
2010-03-14  Michael PooleFix parsing of (P10) MODE <nickname> +<mode> <parameters>.
2010-03-09  Michael PooleRemove empty +z channels when the +z is removed.
2010-03-09  Michael PooleDo not send infolines when a normal user joins a +D...
2010-03-09  Michael PooleFix dereference of invalid pointer with ?chaninfo of...
2010-02-15  ThiefMasterAlso use AUTO for mod-blacklist glines.
2010-02-15  Michael PooleMinor compilation and correctness fixes.
2010-02-15  Michael PooleSuppress pointless display of oplevels in ?chaninfo.
2010-02-15  Michael PooleConvert a C++-style comment to C style for -ansi compil...
2010-02-15  Michael PooleAdd email argument to oregister
2010-02-15  ThiefMasterAdd MODSTATS command to HelpServ to allow stats modific...
2010-02-15  ThiefMasterSend helpserv notifications only to one helper client...
2010-02-15  ThiefMasterDisplay detailed usercounts in !peek (ops/voices/regulars)
2010-02-15  ThiefMasterExclude accounts with the +b flags in visited/expiry...
2010-02-15  ThiefMasterMake titlehost_suffix a global var so it can be accesse...
next