]> jfr.im git - irc/charybdis-ircd/charybdis.git/shortlog
irc/charybdis-ircd/charybdis.git
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...
2017-06-27  Simon Arlottm_webirc: use rb_inet_ntop_sock to populate sockhost
2017-06-25  Simon Arlottircd: s_conf: fix use of strlcpy in strip_tabs
2017-02-28  William Pitcockno really, it's dead people
2017-01-06  Simon ArlottCREDITS: fix my nickname and update my email address
2016-12-30  Aaron JonesMbedTLS: Disable TLSv1.0
2016-12-30  Aaron JonesOpenSSL: Disable TLSv1.0
2016-12-30  Aaron JonesGNUTLS: Provide a default priority string, disable...
2016-12-29  Keith Buckextensions/extb_channel: Allow matching secret channels.
2016-12-28  Aaron JonesDocumentation: Comment-out the OPM block and its option...
2016-12-28  Aaron JonesWhen a remote MODRESTART command is received, it will...
2016-12-20  Aaron Jonesmkpasswd: avoid strdup(NULL) and the like if rb_crypt...
2016-12-19  Aaron Jonesauthd: don't exit() on OPM duplicate scanner errors...
2016-12-09  Keith Buckmr_server: Handle certificate validation errors.
2016-12-05  Jason Volk.gitignore: ignore .exe extension.
2016-12-04  Keith Buckm_rehash: Require admin privileges for REHASH SSLD.
2016-12-04  Simon ArlottFix cross compile for Windows
2016-12-04  Simon Arlottmsgbuf: don't append a ';' unless there are existing...
2016-12-04  Simon Arlottfix privmsg/notice send functions to use variable argum...
2016-11-27  Aaron Jonesreference.conf: Use proper IPv6 RFC Documentation Range...
2016-11-23  Simon Arlottecho-message should work for privmsg/notice to another...
2016-11-23  Simon Arlottecho-message should work for clients that aren't in...
2016-11-20  Simon Arlottserver_estab: don't try to send to a dead client
2016-11-20  Simon Arlottlistener: use exit_client instead of free_client
2016-11-15  Aaron Jonesreference.conf: document that SPKI is supported in...
2016-11-15  Aaron JonesTLS backends: Move some library-dependent functions...
2016-10-31  Aaron JonesREADME: Document glibtoolize use on Mac systems
2016-10-30  Simon ArlottUse const hook data where possible
2016-10-30  Simon Arlottfree cache emptyline rb_dlink_node, allocated automatic...
2016-10-30  Simon Arlottfree server_p->certfp, allocated in newconf.c
2016-10-30  Simon Arlottfree localClient->cipher_string, allocated in sslproc.c
2016-10-30  Simon Arlottfree localClient->zipstats, allocated in sslproc.c
2016-10-28  Simon Arlottcppcheck: fix various warnings/errors
2016-10-22  Simon Arlottauthproc: don't allow authd to write too many parameter...
2016-10-22  Simon Arlottmsgbuf_parse: rb_string_to_array outputs to a MAXPARA...
2016-10-22  Simon Arlottrb_string_to_array: document parv array size
2016-10-18  Aaron JonesOpenSSL: Adjust ciphersuite order and update documentation
2016-10-18  Aaron JonesMbedTLS: Adjust ciphersuite order and update documentation
2016-10-15  Aaron JonesREADME: Fix location of channel
2016-10-02  Aaron JonesSASL: Relax rate limiting for failures a little
2016-10-02  Aaron JonesMerge pull request #221 from Xenthys/release/4
2016-10-02  Aaron JonesMerge pull request #222 from Xenthys/release/4+sasl
2016-10-02  XenthysSASL: rate-limit after the 2nd failed attempt (m_sasl.c)
2016-09-28  XenthysAdded kick immunity to umode +p (oper-override)
2016-09-20  Aaron Joneswhois: check target is an oper before assuming they...
2016-09-18  William Pitcockhelpops: add duplication guards on helper/dehelper...
2016-09-17  Aaron JonesGNUTLS: Forward-port release/3.5 improvements
next