]> jfr.im git - irc/freenode/solanum.git/history - ircd/s_serv.c
Use opernames not servernames for remote opers
[irc/freenode/solanum.git] / ircd / s_serv.c
2020-11-13  Ed KellettUse opernames not servernames for remote opers
2020-11-13  Doug Freeds_serv: refactor burst_modes_TS6 to use multiline
2020-11-12  jesopoiter lists backwards when sending BMASK
2020-11-08  jessmake more snotes L_NETWIDE
2020-10-19  Ed KellettMint CLICAP_FLAGS_PRIORITY
2020-10-18  Ed KellettAdd class::max_autoconn configuration
2019-09-13  Aaron JonesMerge pull request #282 from edk0/propagate-oper
2019-09-13  Ed KellettPropagate OPER
2019-08-31  Simon Arlottlibrb: Fix type of dst for rb_inet_pton_sock()
2018-01-18  Simon Arlottircd: use correct buffer sizes
2017-08-24  Simon ArlottAdd outgoing SCTP connect support
2017-08-22  Simon Arlotts_serv: connect using both IPv4 and IPv6 if unspecified
2017-08-20  Simon Arlottremove RB_IPV6
2017-07-29  Simon Arlottmsgbuf: correctly split buffers into IRCv3 tags and...
2017-07-29  Simon Arlottexit_remote_server: avoid clang static analysis warning
2017-07-23  Simon Arlottircd: check_server: don't allow a connection if that...
2017-07-23  Simon Arlottircd: serv_connect: don't try to connect if that would...
2016-11-20  Simon Arlottserver_estab: don't try to send to a dead client
2016-09-16  William Pitcockircd: introduce 'no-export' links
2016-09-03  Simon Arlottircd: serv_connect: initialise sa_connect/sa_bind to...
2016-08-20  Jason Volkircd: Allow non-default CAP_MASK during server estab.
2016-05-15  Aaron Jonesstrcpy: mass-migrate to strlcpy where appropriate
2016-05-15  Aaron Jonesstrcpy: mass-migrate to strlcpy where appropriate
2016-05-14  Aaron Jonesminor spring cleaning: remove/relocate duplicate/unused...
2016-04-25  Simon Arlottsslproc: simplify ssl open callback
2016-04-24  Simon Arlottlibrb: remove socklen parameter from rb_connect_tcp
2016-04-24  Simon Arlottircd: server connection configuration
2016-04-24  Simon Arlottircd: Don't try to connect to servers that we know...
2016-04-24  Simon Arlottssld: add a callback when the connection is opened
2016-04-23  Simon Arlottmr_server: Report certificate fingerprint mismatches
2016-04-16  Elizabeth MyersRevert "Implement the netsplit batch type."
2016-04-15  Elizabeth MyersImplement the netsplit batch type.
2016-04-05  Elizabeth MyersUse rb_* versions of nonportable string functions
2016-03-31  Elizabeth MyersAdd new sockaddr_storage port retrieval/setting macros
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-22  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-20  William Pitcockircd: remove basically entirely pointless ServerInfo...
2016-03-19  Elizabeth MyersMerge branch 'master' of github.com:charybdis-ircd...
2016-03-19  William Pitcockircd: do not shadow internal openssl symbol "ssl_ok...
2016-03-08  Elizabeth MyersDetect stdbool.h and add conformant shims if it isn...
2016-03-06  Elizabeth MyersRemove $Id tags from everything.
2016-03-02  William Pitcockircd: simplify connid table handling
2016-02-28  William Pitcocksasl: transfer ownership of 'sasl' capability to m_sasl...
2016-02-27  William Pitcocksend: implement echo-message
2016-02-27  William Pitcockstarttls: take ownership of 'tls' capability
2016-02-27  William Pitcockcap: substantial rewrite leveraging the ircd capabiliti...
2016-02-27  William Pitcockircd: chase capability API changes
2016-02-11  William PitcockMerge pull request #144 from lp0/handle-which_ssld_fail...
2016-02-10  Simon Arlottircd: Handle which_ssld failure
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 Pitcockircd: remove internal resolver, no longer used
2016-01-08  William Pitcockircd: move DNS resolution over to authd
2016-01-06  William Pitcockrename src to ircd, libcore to libircd