]> jfr.im git - irc/freenode/solanum.git/history - ircd/client.c
Make show_ip not care about remoteness (#139)
[irc/freenode/solanum.git] / ircd / client.c
2021-04-09  Ed KellettMake show_ip not care about remoteness (#139) main origin/HEAD origin/main
2020-11-08  jessmake more snotes L_NETWIDE
2020-10-15  Ed KellettInnovation by sed
2020-08-06  Aaron JonesMerge pull request #355 from edk0/kline-cidr
2020-08-06  Aaron JonesMerge pull request #288 from edk0/umode-o-split
2020-08-04  Ed KellettAdd auspex:hostname
2020-04-24  Aaron JonesMerge pull request #316 from edk0/kline-spoof-flag
2020-04-20  Ed KellettHandle kline_spoof_ip in check_one_kline
2020-04-19  Aaron JonesMerge pull request #313 from edk0/spoof-chban
2020-04-19  Aaron JonesMerge pull request #314 from jesopo/message-handler...
2020-04-19  Aaron JonesMerge pull request #315 from edk0/check-kline
2020-04-19  Ed KellettAdd ipv4-in-ipv6 logic to check_one_kline
2020-04-19  Ed KellettAlign check_one_kline better with find_kline
2020-04-19  Ed KellettRefactor check_one_kline a tiny bit
2019-09-13  Aaron JonesMerge pull request #282 from edk0/propagate-oper
2019-09-13  Ed KellettPropagate OPER
2019-08-31  Simon Arlottircd: remove debug
2019-08-31  Simon Arlottlibrb: Fix type of dst for rb_inet_pton_sock()
2019-08-31  Simon Arlottcheck_one_kline: Fix compiler warning
2019-08-31  Simon ArlottMerge branch 'edk0-check-one-kline'
2019-08-31  Simon ArlottDocument the process shared by check_one_kline() and...
2019-08-31  Simon ArlottMerge branch 'check-one-kline' of https://github.com...
2019-04-27  Ed KellettRemove unused kline delay machinery
2019-04-27  Ed KellettAdd check_one_kline, expose notify_banned_client
2018-08-12  Simon Arlottm_sasl: check if the agent is present after every clien...
2017-08-24  Simon Arlottexit_unknown_client: don't delete servers from the...
2017-07-29  Simon Arlottexit_remote_server: avoid clang static analysis warning
2016-11-20  Simon Arlottlistener: use exit_client instead of free_client
2016-10-30  Simon Arlottfree localClient->cipher_string, allocated in sslproc.c
2016-10-30  Simon Arlottfree localClient->zipstats, allocated in sslproc.c
2016-05-15  Aaron Jonesstrcpy: mass-migrate to strlcpy where appropriate
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