]> jfr.im git - solanum.git/history - ircd
Merge pull request #260 from FauxFaux/yesno-1
[solanum.git] / ircd /
2018-08-12  Simon ArlottMerge pull request #260 from FauxFaux/yesno-1
2018-03-23  Chris West (Faux)YESNO options are of type bool, not int
2018-01-19  Simon Arlottgcc7 fixes: NICKLEN -> NAMELEN
2018-01-18  Simon Arlottircd: use correct buffer sizes
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 Arlottexit_unknown_client: don't delete servers from the...
2017-08-22  Simon Arlotts_serv: connect using both IPv4 and IPv6 if unspecified
2017-08-20  Simon Arlottremove RB_IPV6
2017-08-06  Simon Arlottircd: send tags on every message
2017-08-05  Simon Arlottircd: check caps for user in sendto_common_channels_local
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-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 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 Arlotttests: add msgbuf_parse tests
2017-07-29  Simon Arlottmsgbuf: correctly split buffers into IRCv3 tags and...
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 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 Arlottircd: sendto_one_numeric: avoid clang static analysis...
2017-07-29  Simon Arlottircd: get_or_create_channel: avoid clang static analysi...
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 Arlottircd: hostmask: avoid clang static analysis warning
2017-07-29  Simon Arlottircd: listener: Document check_reject() behaviour
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 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-25  Simon Arlottircd: s_conf: fix use of strlcpy in strip_tabs
2016-12-28  Aaron JonesWhen a remote MODRESTART command is received, it will...
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-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-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-09-16  William Pitcockircd: introduce 'no-export' links
2016-09-16  William Pitcocksupported: fix up CHANTYPES
2016-09-16  William Pitcocksupported: add chantypes_update()
2016-09-16  William Pitcockmatch: allow the CharAttrs table to be modified at...
2016-09-16  William PitcockMerge pull request #217 from Xenthys/release/4
2016-09-11  Aaron Jonesmsgbuf: Fix remote crash vulnerability due to malformed...
2016-09-03  Simon Arlottircd: serv_connect: initialise sa_connect/sa_bind to...
2016-08-24  Aaron JonesPrint initialisation notice before forking
2016-08-24  Jason Volkircd: Fix umode orphan scheme.
2016-08-21  Aaron Jonesstartup: fork before initialising the event subsystem
2016-08-21  Aaron JonesAttempt to open /dev/null before forking incase it...
2016-08-21  Aaron JonesAttempt #2 at fixing the file descriptor mess.
2016-08-20  Aaron JonesRevert "ircd startup: avoid black magic with file descr...
2016-08-20  Aaron Jonesircd startup: avoid black magic with file descriptors
2016-08-20  Jason Volkircd: Allow non-default CAP_MASK during server estab.
2016-07-19  Jason Volkircd: Fix missing operhash reference decrement from...
2016-07-16  Jason VolkFix erroneous return value.
2016-06-25  William PitcockMerge branch 'master' into release/4
2016-06-25  Jason VolkFix bug. Note: The second hunk is just an assumption...
2016-06-22  William PitcockMerge pull request #196 from jevolk/master
2016-06-22  Jason VolkCore modules cannot be unloaded, otherwise bad things...
2016-06-22  Jason Volkircd: Fix capability entry name string ownership.
2016-06-18  William PitcockMerge branch 'master' into release/4
2016-06-18  William Pitcockircd: relocate_paths() back on windows only now
2016-06-18  William Pitcockconf_parser: warning fixes
2016-06-18  William Pitcockmodules: serious cleanups
2016-06-18  William Pitcockmodules: cleanups
2016-06-18  William Pitcockircd: fix compile of relocate_paths()
2016-06-18  William Pitcockircd: make relocate_paths() available always
2016-06-18  William Pitcockircd: call relocate_paths() in all cases
2016-06-18  William Pitcockircd: print runtime path configuration
2016-06-01  Aaron Joneswsproc: compile out dead code
2016-06-01  Aaron Jonesircd_signal: a function that tailcalls a noreturn funct...
2016-06-01  Aaron Jonesircd: functions that call exit(3) should be marked...
2016-06-01  Aaron Jonesdns: make function used only within this unit static
2016-06-01  Aaron Jonesclass: remove unused macros
2016-06-01  Aaron Joneschmode: remove unreachable break statement
2016-06-01  Aaron Joneschmode: silence harmless uninitialised variable warning
2016-06-01  Aaron Joneschannel: silence harmless uninitialised variable warning
2016-06-01  Aaron Jonesbandbi: a function that calls exit(3) should be marked...
2016-06-01  Aaron Jonesauthproc: don't shadow variable decls, avoid reserved...
2016-06-01  Aaron Joneswsproc: compile out dead code
2016-06-01  Aaron Jonesircd_signal: a function that tailcalls a noreturn funct...
2016-06-01  Aaron Jonesircd: functions that call exit(3) should be marked...
2016-06-01  Aaron Jonesdns: make function used only within this unit static
2016-06-01  Aaron Jonesclass: remove unused macros
next