]> jfr.im git - irc/UndernetIRC/iauthd-c.git/shortlog
irc/UndernetIRC/iauthd-c.git
2023-04-30  Michael Pooledistclean: Remove unit-tests.log master origin/HEAD origin/master
2023-04-30  Michael Pooleiauthd-c 1.0.5 v1.0.5
2023-03-12  Michael PooleUse pkg-config to check for libevent
2023-02-23  Michael PooleSupport building on Darwin
2021-10-03  Michael PooleRevert "Update autoconfigury for current autoconf"
2021-09-12  Michael PooleExplicitly list transitively required modules
2021-09-12  Michael PooleEnsure strlcpy() gets declared
2021-09-12  Michael PooleUpdate path of unit testing config file
2021-09-12  Michael PooleUpdate autoconfigury for current autoconf
2021-04-01  Michael PooleDrone checks should use soft holds, not hard holds
2021-03-26  Michael Poolecode-coverage.sh: Convert mostly to Perl
2021-03-26  Michael Pooleiauth: Add diagnostic logs to help debugging
2021-03-26  Michael Pooleconfig: Properly replace objects on type change
2021-03-26  Michael Pooleiauth.h: Add missing word in comment
2021-03-26  Michael Pooleiauth_xquery: Fix ref counting for MORE challenge/response
2021-03-26  Michael PooleGreatly revise "Improve handling of non-final replies"
2021-03-26  Michael Pooleiauth_xquery: Do not send login-type XQUERYs without...
2021-03-26  Michael Pooleiauth_xquery: Correctly ignore unsolicited xreply messages
2021-03-26  Michael Pooleiauth_xquery: Convert drone checks into hard holds
2021-03-14  Michael PooleInitial commit of code coverage script
2021-03-14  Michael Pooleiauth_xquery: Improve handling of non-final replies...
2021-03-14  Michael Pooleiauth_xquery: Explain statistics table at its start
2021-03-14  Michael Pooleirc_pton: Always fail for patterns like a::b:*
2021-03-14  Michael Pooletests: Add IAuth unit test; rename unit test .conf...
2021-03-14  Michael Pooleiauth_class: Fix formatting of intervals
2021-03-14  Michael Pooleiauth_class: Fix trust_username implementation
2021-03-14  Michael Pooleiauth_core: Report in-use and stale IAuth requests...
2021-03-14  Michael Pooleiauth_core: Only allocate req->timeout for non-zero...
2021-03-14  Michael Pooletests_config: Improve coverage of source module
2021-03-14  Michael Pooleconfig: Avoid use-after-free of removed config nodes
2021-03-14  Michael Pooleconfig: Do not leak libevent addrinfos
2021-03-14  Michael Pooleiauth_xquery: Handle shorter strings
2021-03-14  Michael Pooleiauth_xquery: Handle removed services in iauth_xreply_ok()
2021-03-14  Michael Pooleiauth_class: Implement "hostname" rule
2021-03-14  Michael PooleUse strncmp() rather than memcmp() for strings
2021-03-07  Michael Pooleiauth_core: Update description of routing format
2021-03-07  Michael Pooleiauth_core: EOF on stdin should be a clean exit
2021-03-07  Michael Pooleiauth_read: Minor bug fixes
2021-03-06  Michael PooleImprove code coverage from "make check" (slightly)
2021-03-06  Michael Pooletests: is(NULL, NULL, explanation) should pass
2021-03-06  Michael Poolemain: Avoid null derefs on early exits
2021-03-06  Michael PooleREADME: Update URL for libevent
2021-03-06  Michael PooleReplace sar with evdns calls
2021-03-06  Michael Poolemodule: Unconditionally unload shared libraries
2021-03-06  Michael PooleFix memory leaks in "make check"
2021-03-06  Michael Pooletests: Update for libevent2 too
2021-03-06  Michael PooleConvert to libevent2 APIs
2021-03-05  Michael Poolesar: Fix skipping over pointers in answers
2020-11-22  Michael Poolesar: Fix memory leak of cname.
2020-04-24  Michael Pooletests: Add more tests to improve coverage
2020-04-24  Michael Pooleconfig: Improve error detection for conf_parse_interval.
2020-04-24  Michael Pooleconfig: Support semicolons after lists of bare tokens.
2020-04-24  Michael Pooleconfig: Save first string in a list of bare tokens.
2020-04-24  Michael Pooleconfig: Fix support for C-style comments
2020-04-24  Michael Pooleconfig: Improve handling of errors from the standard...
2020-04-24  Michael Poolemain: Make sure we get error messages from config loading.
2020-04-23  Michael Pooleiauth_core: Be more defensive about commands with ...
2020-04-23  Michael Poolelog_parse_type_sevset: Add some switch fallthrough...
2020-04-23  Michael Poolelog_vmessage: Improve code clarity for type == NULL.
2020-04-23  Michael Poolesrc: Add missing va_end() calls.
2020-04-23  Michael Pooleiauth_xquery: Fix upper bound on a strncpy().
2020-04-23  Michael Pooleconfigure.ac: Remove reference to never-set LIBEVENT_CF...
2020-04-23  Michael Pooleset: Fix ordering when using set_compare_int()
2020-03-15  Michael PooleConvert more indentation to spaces
2019-12-16  Michael Pooleiauth_core: Support "? stats2".
2019-12-16  Michael Pooleiauth_core: Fix typo in first line of statistics
2019-12-08  Michael Pooleiauthd-c 1.0.4 v1.0.4
2019-12-08  Michael Pooleiauth_xquery: Fix warnings from GCC 8+
2019-12-08  Michael PooleConvert indentation to spaces
2019-09-21  Michael Pooletests: Add test_set unit test for splay tree code
2019-09-11  Michael Pooletests/iauthd-c.conf: Work around apparent musl or Alpin...
2019-06-23  Michael Pooleiauth_xquery: Add some memory allocation statistics.
2019-06-23  Michael Pooleiauth_core: Add some memory allocation statistics.
2019-06-23  Michael Poolemain: Consistently call_exit_funcs() on exit.
2019-06-23  Michael Pooleiauth_xquery: Free iauth_xquery_services on module...
2019-06-23  Michael Pooleiauth_core: Fix argument passed to set_remove().
2019-06-23  Michael Pooleset: Add "no_dispose" parameter to set_clear().
2019-06-23  Michael Pooleiauth_core: Repeat ourselves less often.
2019-06-23  Michael Poolevector.h: Make (lack of) spacing before \ in macro...
2019-06-23  Michael Poolemodule: Actually update the "rdepends" field.
2019-06-23  Michael Pooleiauth_core: Free the iauth_in object from libevent.
2019-06-23  Michael Pooleiauth_class: Fix leaks of "account" and "xreply_ok...
2019-04-07  Michael Pooleiauth_core: Send the right command for a new statistics...
2019-04-07  Michael Pooleiauth_class: Actually increment iauth_class_rule.assigned.
2019-04-07  Michael Pooleiauth_class: Tidy up the statistics report.
2019-04-06  Michael Pooleiauthd-c 1.0.3 v1.0.3
2019-04-06  Michael Pooleiauth_core: Convert iauth_module node to owning module...
2019-03-19  Michael PooleFix the value of MODULESDIR.
2019-03-17  Michael Pooleiauthd-c 1.0.2 v1.0.2
2019-03-16  Michael Pooleiauth_class: Fix trust_username.
2019-03-16  Michael Pooleiauth_core: Do not call iauth_check_request() for an...
2019-03-16  Michael Pooleiauth_class: Add "trust_username" option for classes.
2019-02-26  Michael PooleMakefile.am: Create LOGDIR at install time.
2019-02-25  Michael Pooleiauth_core: Support ? command to trigger config or...
2019-02-18  Michael Pooleiauth_xquery: Do not prefix ~ to a cli_username that...
2019-02-17  Michael Pooleiauth_xquery: Make sure we properly terminate username.
2019-02-13  Michael PooleDo not require git to support the -C command-line option.
2019-02-13  Michael Pooleiauth_core: Remove trailing carriage return from stdin...
2018-03-14  Michael Pooleiauth_class: Update comment about "address" config...
2018-03-14  Michael Pooleiauth_core: Stop expecting class in 'H' message.
next