]> jfr.im git - irc/UndernetIRC/iauthd-c.git/history - modules
distclean: Remove unit-tests.log
[irc/UndernetIRC/iauthd-c.git] / modules /
2021-04-01  Michael PooleDrone checks should use soft holds, not hard holds
2021-03-26  Michael Pooleiauth: Add diagnostic logs to help debugging
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 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 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 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 PooleConvert to libevent2 APIs
2020-04-23  Michael Pooleiauth_core: Be more defensive about commands with ...
2020-04-23  Michael Pooleiauth_xquery: Fix upper bound on a strncpy().
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 Pooleiauth_xquery: Fix warnings from GCC 8+
2019-12-08  Michael PooleConvert indentation to spaces
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 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 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 Pooleiauth_core: Convert iauth_module node to owning module...
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-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 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.
2017-10-28  Michael Pooleiauth_core: Properly test if req->class is an empty...
2017-01-23  Michael Pooleiauth_xquery: Send +x usermode on OK from login service.
2016-11-29  Michael Pooleiauth_xquery: Remove : before <accountname password...
2016-10-25  Michael Pooleiauth_xquery: Also set user mode +x for hidden-host...
2016-10-25  Michael Pooleiauth_class: Add "xquery_ok" criterion.
2016-06-26  Michael Pooleiauth_xquery: Bug fixes for combined xquery services.
2016-06-26  Michael Pooleiauth_xquery: Bugfix for whether a configured service...
2016-06-26  Michael Pooleiauth: Fix expected syntax for 'U' command.
2016-06-26  Michael Pooleiauth_core: Properly handle EOF on input.
2015-05-16  Michael Pooleiauth_xquery: Notify user when LoC server is disconnected.
2015-05-15  Michael Pooleiauth_class: New module for assigning clients to connec...
2015-05-15  Michael Pooleiauth_xquery: Require a mode-like tag before <accountna...
2015-04-29  Michael Pooleiauth: Add pre_registered() hook for iauth modules.
2014-05-02  Michael Pooleiauth_xquery: Try that again...
2014-05-02  Michael Pooleiauth_xquery: Make LOGIN2 syntax fit the documentation.
2014-04-25  Michael Pooleiauth: Rewrite LoC logic into a generalized XQUERY...
2012-06-01  Michael Pooleiauth_loc: Pass ? for clients with unknown user and...
2012-06-01  Michael Pooleiauth_core: Use a better compare function for per-modul...
2012-04-29  Michael PooleSupport a "MORE" response from an XQ/XR server.
2012-01-26  Michael PooleAdd an explicit timeout for IAuth requests.
2012-01-20  Michael PooleOnly send one "soft done" response per client. (Whoops.)
2012-01-20  Michael PooleAdd IP restriction support for login-on-connect.
2012-01-20  Michael PooleAdd "soft done" support for login-on-connect.
2012-01-17  Michael PooleAdd iauth_request.data field.
2011-05-15  Michael PooleInitial commit of IAuth framework (with login-on-connec...
2011-05-11  Michael PooleInitial commit. iauthd