]> jfr.im git - solanum.git/history - ircd/client.c
strcpy: mass-migrate to strlcpy where appropriate
[solanum.git] / ircd / client.c
2016-05-15  Aaron Jonesstrcpy: mass-migrate to strlcpy where appropriate
2016-05-12  Simon Arlottclient: call authd_abort_client with the client that...
2016-04-23  Simon Arlottircd: do nothing in client_release_connids if !MyConnect
2016-04-23  Simon Arlottircd: fix assert in client_release_connids
2016-04-23  William Pitcockclient: fix up client_release_connids() too, pointed...
2016-04-23  William Pitcockclient: connid_get() should check MyConnect(), not...
2016-04-16  Elizabeth MyersRevert "Implement the netsplit batch type."
2016-04-15  Elizabeth MyersImplement the netsplit batch type.
2016-04-10  Elizabeth MyersFix stupid linux warning
2016-04-10  Elizabeth MyersWrap up authd preclient stuff in its own struct
2016-04-07  Elizabeth MyersGet rid of flags2.
2016-04-02  Elizabeth MyersRename authd.[ch] on ircd side to authproc.[ch] to...
2016-04-02  William Pitcockircd: integrate ircd side of wsockd support
2016-03-28  Elizabeth MyersMerge branch 'authd-framework'
2016-03-28  Elizabeth MyersMerge branch 'master' into authd-framework
2016-03-28  Elizabeth MyersMerge branch 'authd-framework' of github.com:charybdis...
2016-03-28  Elizabeth MyersReplace s_auth/blacklist stuff with authd calls
2016-03-27  Elizabeth MyersMerge branch 'authd-framework' of github.com:charybdis...
2016-03-26  Elizabeth MyersMerge branch 'authd-framework-2' into authd-framework
2016-03-26  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-26  William Pitcockircd: client: substantially rework the connid registry...
2016-03-23  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-23  Elizabeth Myerscommon.h: raison d'ĂȘtre is gone, so out it goes.
2016-03-23  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-23  Elizabeth MyersChange struct Dictionary(*) to rb_dictionary(_\1).
2016-03-22  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-20  William Pitcockircd: client: fix format string for free_user() debug...
2016-03-20  William Pitcockircd: use GET_SS_FAMILY() in a bunch of places
2016-03-20  Elizabeth Myersconfig.h delenda est
2016-03-09  Elizabeth MyersMore bool conversions
2016-03-08  Elizabeth MyersDetect stdbool.h and add conformant shims if it isn...
2016-03-06  Elizabeth MyersMove irc_* data structures to librb.
2016-03-06  Elizabeth MyersRemove $Id tags from everything.
2016-03-02  William Pitcockclient: handle UID rollover. ircd-ratbox r28917
2016-03-02  William Pitcockclient: always purge a client from the connid table...
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-23  William Pitcockircd: import modified version of ratbox 3.1 whowas...
2016-01-09  William Pitcockircd: ensure irc_dictionary users have names, for stats...
2016-01-08  William Pitcockircd: move DNS resolution over to authd
2016-01-06  William Pitcockrename src to ircd, libcore to libircd