]> jfr.im git - irc/charybdis-ircd/charybdis.git/shortlog
irc/charybdis-ircd/charybdis.git
2018-08-15  Simon Arlottcharybdis 4.1.1 charybdis-4.1.1
2018-08-15  Simon Arlottm_nick/m_sasl/m_user: restore check for mixing of clien...
2018-08-15  Simon Arlottm_pass: store unverified SID in preClient for use in...
2018-08-13  Aaron JonesMbedTLS: Support ChaCha20-Poly1305 in TLSv1.2+
2018-08-12  Simon Arlottauthd: always use an empty buffer to read ident reply
2018-08-12  Simon Arlottm_sasl: check if the agent is present after every clien...
2018-08-12  Simon Arlottauthd: fix "is provider done" logic in blacklist/opm...
2018-08-12  Simon ArlottMerge pull request #260 from FauxFaux/yesno-1
2018-08-12  Simon Arlotttravis: don't build docs on osx
2018-08-12  Simon Arlottdoc: build with travis
2018-08-12  Simon Arlottdoc: there is no _static directory
2018-08-12  Simon ArlottMerge pull request #263 from anarcat/extban-doc
2018-08-12  Antoine Beauprépoint to the CMODE help page for more modes
2018-08-12  Antoine Beaupréfix more headings
2018-08-12  Antoine Beaupréfix two headings to be toplevel
2018-08-12  Antoine Beauprédo not hardcode theme
2018-08-12  Antoine Beaupréconfig.rst review
2018-08-12  Antoine Beaupréreview commands.rst style
2018-08-12  Antoine Beaupréfix style in ucommands.rst
2018-08-12  Antoine Beaupréfix syntax warning
2018-08-12  Antoine Beaupréfix ucommands.rst style
2018-08-12  Antoine Beaupréreview umodes.rst
2018-08-12  Antoine Beaupréreview oprivs.rst style
2018-08-12  Antoine Beaupréreview cmodes.rst style
2018-08-12  Antoine Beauprésome styling
2018-08-12  Antoine Beaupréignore build results
2018-08-12  Antoine Beaupréfix duplicate headings, remove duplicate ToC
2018-08-12  Antoine Beauprémerge two index pages
2018-08-12  Antoine Beaupréconvert SGML guide to RST
2018-04-06  Aaron Jonesmodules/m_sasl.c: prevent abort_sasl() sending 906...
2018-04-06  Aaron Jonesmodules/m_sasl.c: command functions are void on this...
2018-04-06  Aaron Jonesmodules/m_sasl.c: abort session if we receive '*' as...
2018-03-23  Chris West... YESNO options are of type bool, not int
2018-01-19  Simon Arlottgcc7 fixes: NICKLEN -> NAMELEN
2018-01-19  Simon Arlottgcc7 fixes: make fallthrough explicit
2018-01-18  Simon Arlottset version back to -dev
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...
next