]> jfr.im git - solanum.git/history - ircd
wsockd: avoid clang static analysis warning
[solanum.git] / ircd /
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
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-05-15  Aaron Jonesstrcpy: mass-migrate to strlcpy where appropriate
2016-05-15  Aaron Jonesstrcpy: mass-migrate to strlcpy where appropriate
2016-05-15  Aaron Jonesircd_lexer: fix another crash with the same cause
2016-05-15  Aaron Jonesircd_lexer: fix another crash with the same cause
2016-05-15  Aaron Jonesircd_lexer: fix crash with very large config option...
2016-05-14  Aaron Jonesminor spring cleaning: remove/relocate duplicate/unused...
2016-05-14  William Pitcocknewconf: ensure wsock and defer_accept are default...
2016-05-12  Simon Arlottclient: call authd_abort_client with the client that...
2016-05-05  Aaron Jones[sslproc] Use certificate file if key file is not present
2016-05-05  Aaron Jones[sslproc] Allow absense of private key file
2016-05-02  Simon Arlottrandom_ping: stop producing negative values that become...
2016-04-30  Simon Arlottauthd_check: don't try to update bl_stats if it doesn...
2016-04-30  Simon Arlottauthproc: don't try to delete bl_stats if it hasn't...
2016-04-30  Elizabeth Myersauthproc: don't delete during iteration, this is not...
2016-04-29  William Pitcockircd: Channel.bants is not a serial but a timestamp.
2016-04-29  Aaron JonesMention another RFC with regard to deprecating plaintext
2016-04-29  Simon Arlottsslproc: don't send updated config to dead/shutdown...
2016-04-28  Simon Arlottsslproc: reset ssld_wait/spin_count when explicitly...
next