]> jfr.im git - irc/charybdis-ircd/charybdis.git/shortlog
irc/charybdis-ircd/charybdis.git
2018-01-18  Simon Arlottcharybdis 4.1 charybdis-4.1
2018-01-18  Simon Arlottircd: use correct buffer sizes
2018-01-06  Aaron Joneslibratbox/src/mbedtls.c: check public/private keys...
2017-11-04  Aaron Jonesdoc/reference.conf: clarify that server link fingerprin...
2017-10-30  Aaron Joneshelp/Makefile.am: silence construction of indexes,...
2017-10-20  Simon Arlottcharybdis 4.1-rc1 charybdis-4.1-rc1
2017-08-24  Simon ArlottAdd workaround for Linux SCTP_I_WANT_MAPPED_V4_ADDR...
2017-08-24  Simon ArlottAdd outgoing SCTP connect support
2017-08-24  Simon ArlottAdd basic SCTP listener support that binds to multiple...
2017-08-24  Simon Arlottrb_connect: use SO_ERROR
2017-08-24  Simon Arlottrb_inet_pton_sock: initialise sockaddr to zero
2017-08-24  Simon Arlottexit_unknown_client: don't delete servers from the...
2017-08-24  Simon Arlotttests: add serv_connect1 (exit_unknown_client)
2017-08-22  Simon Arlotts_serv: connect using both IPv4 and IPv6 if unspecified
2017-08-20  Simon Arlottremove RB_IPV6
2017-08-20  Simon Arlottauthd: assume all providers are running
2017-08-17  Aaron JonesMerge pull request #246 from grawity/patch-1
2017-08-17  Mantas MikulėnasCREDITS: update to match reality
2017-08-13  Simon Arlottcharybdis 4.1-dev
2017-08-09  Simon Arlottm_sasl: indicate client connection type for SASL
2017-08-06  Simon Arlottlibrb: remove zstring
2017-08-06  Simon Arlotttests: add rb_dictionary1
2017-08-06  Simon Arlottlibrb: dictionary_add mishandles replacing elements
2017-08-06  Simon Arlottcharybdis 4-rc6 charybdis-4-rc6
2017-08-06  Simon Arlotttests: send1: add tag tests to all functions
2017-08-06  Simon Arlottircd: send tags on every message
2017-08-06  Simon Arlotttests: send1: fix sendto_channel_opmod (remote) to...
2017-08-06  Simon Arlotttests: send1: fix sendto_channel_opmod (remote) to...
2017-08-06  Simon Arlotttests: send1: add missing CAP_SERVER_TIME test to sendt...
2017-08-06  Simon Arlotttests: send1: test MODE_MODERATED with sendto_channel_opmod
2017-08-06  Simon Arlotttests: send1: load modules in a predictable order
2017-08-06  Simon Arlotttests: add missing modules symlinks
2017-08-06  Simon Arlotttests: add remaining sendto_* tests
2017-08-05  Simon Arlottircd: check caps for user in sendto_common_channels_local
2017-08-05  Simon Arlotttests: add remote server message tests
2017-08-05  Simon Arlotttests: add client util make_local_person_oper()
2017-08-05  Simon Arlotttests: add sendto_* test framework
2017-08-05  Simon Arlottircd: log command in mod_add_cmd/mod_del_cmd error...
2017-08-05  Simon Arlottircd: substitution: fix buffer overrun if variable...
2017-08-04  Simon Arlottremove unused variables
2017-08-04  Simon Arlottssld: avoid clang static analysis warning
2017-08-04  Simon Arlotttests: fix warnings
2017-08-04  Simon Arlottremove unused variables
2017-08-01  Simon Arlottm_webirc: set sockhost before potentially using it...
2017-07-31  Simon Arlottcap_server_time: check return values of string functions
2017-07-30  Simon Arlottcap_server_time: provide time with millisecond resolution
2017-07-30  Simon Arlottcharybdis 4-rc5 charybdis-4-rc5
2017-07-30  Aaron Jonesmbedtls.c: minor fixups
2017-07-30  Simon Arlottm_cap: use rn_snprintf_try_append
2017-07-30  Simon Arlotttests: add rb_snprintf_append, rb_snprintf_try_append...
2017-07-30  Simon Arlottlibrb: add rb_snprintf_try_append
2017-07-30  Simon Arlottlibrb: rb_snprinf_append: handle error return value...
2017-07-30  Simon Arlotttests: add rb_linebuf_put tests
2017-07-30  Simon Arlottlibrb: linebuf: reduce the number of "put" implementati...
2017-07-29  Simon ArlottRevert "Core modules cannot be unloaded, otherwise...
2017-07-29  Simon Arlottm_join: remove global variable parabuf
2017-07-29  Simon Arlottm_join: remove global variable modebuf
2017-07-29  Simon Arlottm_join: remove global variable para
2017-07-29  Simon Arlottm_join: remove global variable pargs
2017-07-29  Simon Arlottm_join: remove global variable mbuf
2017-07-29  Simon Arlottlibrb: linebuf needs to use the buffer limit from msgbu...
2017-07-29  Simon Arlottircd: send: these buffers can be static
2017-07-29  Simon Arlottm_cap: Fix CAP LS generation
2017-07-29  Simon Arlottlibrb: rb_rawbuf_length: do something if soft assert...
2017-07-29  Simon Arlotttests: add msgbuf_unparse tests
2017-07-29  Simon Arlotttests: add substitution_parse tests
2017-07-29  Simon Arlotttests: add msgbuf_parse tests
2017-07-29  Simon Arlottmsgbuf: correctly split buffers into IRCv3 tags and...
2017-07-29  Simon Arlottlinebuf: increase buffer size to accommodate IRCv3...
2017-07-29  Simon Arlotttests: add C TAP harness
2017-07-29  Simon Arlottlibrb: remove unnecessary NULL from the end of rb_strin...
2017-07-29  Simon Arlottircd: attach_conf: avoid clang static analysis warning
2017-07-29  Simon Arlottmake soft asserts better by allowing them to be used...
2017-07-29  Simon Arlottwsockd: avoid clang static analysis warning
2017-07-29  Simon Arlottauthd: opm: avoid clang static analysis warning
2017-07-29  Simon Arlottircd: send_to_channel_flags: avoid clang static analysi...
2017-07-29  Simon Arlottircd: sendto_one_notice: avoid clang static analysis...
2017-07-29  Simon Arlottlibrb: rb_lib_loop: avoid clang static analysis warning
2017-07-29  Simon Arlottssld: avoid clang static analysis warning
2017-07-29  Simon Arlottircd: sendto_one_numeric: avoid clang static analysis...
2017-07-29  Simon Arlottauthd: opm: avoid clang static analysis warning
2017-07-29  Simon Arlottircd: get_or_create_channel: avoid clang static analysi...
2017-07-29  Simon Arlottssld: avoid clang static analysis warning
2017-07-29  Simon Arlottircd: sendto_one_prefix: avoid clang static analysis...
2017-07-29  Simon Arlottexit_remote_server: avoid clang static analysis warning
2017-07-29  Simon Arlottlibrb: rb_linebuf_copy_raw: remove unused assignment
2017-07-29  Simon Arlottircd: hostmask: avoid clang static analysis warning
2017-07-29  Simon Arlottlibrb: commio: Must set addrlen before every call to...
2017-07-29  Simon Arlottircd: listener: Document check_reject() behaviour
2017-07-29  Simon Arlottwsockd: Initialise ws_frame_hdr_t before using it
2017-07-29  Simon Arlottsslproc: check number of arguments to zipstats command
2017-07-29  Aaron Jonessrc/channel.c: don't use the bancache in is_banned...
2017-07-27  Simon ArlottRevert "no really, it's dead people"
2017-07-27  Simon Arlottcharybdis 4-rc4 charybdis-4-rc4
2017-07-27  Simon Arlottmsgbuf: remove unused field parselen
2017-07-27  Simon Arlottircd: substitution: fix NULL termination buffer overrun...
2017-07-27  Simon Arlottircd: substitution: fix overrun with unterminated ...
2017-07-26  Simon Arlottmsgbuf: s_assert is not a substitute for proper code
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...
next