]> jfr.im git - solanum.git/history - authd
Update NUMERIC_STR_435 to be more human-readable and mention quiets
[solanum.git] / authd /
2016-03-23  Elizabeth Myersres: expose rDNS building functions
2016-03-23  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-23  Elizabeth MyersDICTIONARY_FOREACH -> RB_DICTIONARY_FOREACH [ci skip]
2016-03-23  Elizabeth MyersRemove common.h from here too.
2016-03-23  Elizabeth Myersauthd/provider: really fix things for new changes.
2016-03-23  Elizabeth Myersauthd/provider: incorporate new changes
2016-03-23  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-23  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-23  Elizabeth Myersauthd/provider: overhaul storage of various pieces...
2016-03-22  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-22  William PitcockMerge pull request #171 from staticfox/warnings
2016-03-22  Matt UllmanCleanup warnings
2016-03-20  William Pitcockauthd: res: fix build on windows ipv6
2016-03-20  William Pitcockreslib: really fix it this time
2016-03-20  William Pitcockauthd: reslib: fix compile on win32
2016-03-20  William Pitcockauthd: reslib: hook in windows DNS logic
2016-03-20  William Pitcockauthd: some more win32 fixes
2016-03-20  William Pitcockauthd/reslib: include rb_lib.h
2016-03-20  William Pitcockauthd: use GET_SS_FAMILY() where appropriate
2016-03-20  William Pitcockauthd: use _WIN32 as the define for checking windows...
2016-03-20  William Pitcockauthd: initial pass at win32 porting
2016-03-19  Elizabeth Myersprovider: compile fixes
2016-03-19  Elizabeth Myersauthd: add provider-specific data to auth_client via...
2016-03-19  Elizabeth MyersMerge branch 'master' of github.com:charybdis-ircd...
2016-03-17  Elizabeth MyersImport this from authd-framework branch
2016-03-17  Elizabeth MyersRedo of the authd-framework branch.
2016-03-13  Elizabeth Myersauthd: fix a fallthrough.
2016-03-12  Elizabeth Myerscancel_query: fix stupid build error
2016-03-12  Elizabeth Myersauthd: add the ability to cancel DNS requests
2016-03-12  Elizabeth Myersauthd: add improved API for internal usage
2016-03-10  Elizabeth Myersauth: enable soft reject of clients.
2016-03-10  Elizabeth Myersauthd: tag rejection type.
2016-03-10  Elizabeth Myersauthd: actually init providers on startup.
2016-03-10  Elizabeth Myersauthd: load ident provider
2016-03-10  Elizabeth Myersauthd: identd fixes
2016-03-10  Elizabeth Myersauth: use sockaddr_storage to store ports
2016-03-10  Elizabeth Myersauthd: properly iterate through all outstanding rdns...
2016-03-10  Elizabeth Myersrdns: properly set provider
2016-03-10  Elizabeth Myersauthd: plug in new C type.
2016-03-10  Elizabeth Myersauthd: crap, C was taken already, rename reload to H.
2016-03-10  Elizabeth Myersauthd: crap, C was taken already, rename reload to H.
2016-03-10  Elizabeth Myersauthd: add rdns provider (compile-tested)
2016-03-10  Elizabeth Myersauthd/provider: use rb_sockaddr_storage for IP addresses.
2016-03-10  Elizabeth Myersdns: create sockcmp function.
2016-03-10  Elizabeth Myersdns: add format_address function
2016-03-10  Elizabeth Myersauthd: add address families to provider processing.
2016-03-10  Elizabeth Myersauthd/provider: add these to provider.h
2016-03-10  Elizabeth Myersrename auth.[ch] to provider.[ch]
2016-03-10  Elizabeth Myersauthd: convert auth stuff to use a linked list.
2016-03-10  Elizabeth MyersOnce more with feeling, remove useless enum bit
2016-03-10  Elizabeth MyersRevert "[ci skip] remove useless bit in auth.h"
2016-03-10  Elizabeth Myers[ci skip] remove useless bit in auth.h
2016-03-10  Elizabeth Myersauth: minor changes
2016-03-10  Elizabeth Myersauthd: initial authentication framework implementation
2016-03-09  Mantas Mikulėnasauthd, m_stats: fix command table sizes
2016-03-09  Elizabeth Myersrehash: don't restart authd for DNS reloads
2016-03-08  Elizabeth Myersauthd: allow querying the list of DNS servers.
2016-03-06  Elizabeth MyersChange all leftover libratbox stuff to librb.
2016-03-06  Elizabeth MyersRemove more $Id tags.
2016-03-06  William Pitcockrename libratbox to librb, since its pretty modified...
2016-03-05  William Pitcockremove presupplied autotools files
2016-02-20  William Pitcockircd: remove broken USE_IODEBUG_HOOKS knob and related...
2016-02-11  William PitcockMerge pull request #144 from lp0/handle-which_ssld_fail...
2016-02-10  William PitcockMerge pull request #137 from lp0/fix-ssld-change_connid...
2016-02-10  William PitcockMerge pull request #142 from lp0/fix-random_socket...
2016-02-10  Simon Arlottauthd: fix link failure in random_socket
2016-02-10  William PitcockMerge pull request #140 from viatsko/remove-snprintf
2016-02-10  Valerii IatskoRemove libratbox's snprintf.c, update related ircd...
2016-01-08  William Pitcockbuildsystem: further cleanup
2016-01-08  William Pitcockconfigure: use correct path for libltdl
2016-01-08  William Pitcockauthd: do not use \n with rb_helper_write(), unnecessary
2016-01-08  William Pitcockauthd: fix some DNS module logic
2016-01-08  William Pitcockbuildsystem: update Makefile.in's
2016-01-07  Aaron JonesFix LTDL conditional, remove some unnecessary and/or...
2016-01-07  Aaron JonesFix some autotools discrepancies, disable SQLite thread...
2016-01-06  William Pitcockauthd: implement DNS module
2016-01-06  William Pitcockauthd: clean up command handlers code a little
2016-01-06  William Pitcockauthd: import stripped down charybdis resolver
2016-01-06  William Pitcockauthd: add skeleton