]> jfr.im git - solanum.git/history - src
Replace double semicolons with single; place null statement on its own line.
[solanum.git] / src /
2014-02-23  Jilles TjoelkerReplace double semicolons with single; place null state...
2014-02-23  Jilles Tjoelkerconf: Do not leak memory when modules::module is alread...
2014-02-23  Jilles Tjoelkerstartup: Check return value of open /dev/null. Don...
2014-02-08  William PitcockMerge pull request #46 from grawity/sasl-mechlist
2014-01-16  Jilles TjoelkerRemove an unused variable.
2014-01-16  Jilles TjoelkerAvoid wrong detection of redundant/duplicate auth block...
2014-01-12  Keith Buckbandb: Don't attempt to write to a NULL helper.
2013-12-27  William PitcockMerge pull request #42 from Argure/genssl
2013-11-22  Jilles TjoelkerMerge branch 'fix-sha256-crypt' of https://github.com...
2013-10-29  Keith BuckRemove duplicate default-value code.
2013-09-14  Jilles Tjoelkerwhowas: Use the normal rules for IP visibility.
2013-09-13  Jilles TjoelkerMerge branch 'isupport-charset' of github.com:grawity...
2013-09-12  Keith BuckAbort blacklist queries at the same time as auth queries.
2013-09-10  Mantas MikulėnasRemove CHARSET=ascii from ISUPPORT
2013-09-10  Keith BuckRemove s_assert definition from ircd_defs.h and add...
2013-08-14  Quora Dodrillsrc/s_conf: Avoid re-inventing the wheel
2013-08-14  Quora Dodrillsrc/s_conf: More detailed error messages conforming...
2013-08-14  Jilles TjoelkerEnsure consistent indexing into user_modes independent...
2013-08-14  Quora Dodrillsrc/s_conf: Moved error notification to proper place
2013-07-19  Quora DodrillMerge pull request #32 from anarcat/gnutls-restore
2013-07-10  Quora Dodrillsrc/ircd: fix -configfile argument
2013-07-10  Quora Dodrillsrc/ircd: Missed case where ircd.conf is unreadable...
2013-07-10  Quora Dodrillsrc/ircd: Die if the configuration file does not exist
2013-04-21  Elizabeth MyersBlacklist: fix accidentally clobbering previous filters
2013-04-21  William PitcockMerge pull request #20 from quora-wings/master
2013-04-21  Elizabeth MyersAdd support for multiple forms of blacklist queries...
2013-03-23  Jilles TjoelkerUpdate .depend files.
2013-02-21  William PitcockMostly enable support for checking format strings with...
2013-02-03  William PitcockAtheme is not responsible for the mental health changes...
2013-02-03  Jilles TjoelkerMerge branch 'mailmap' of github.com:grawity/forks...
2013-02-01  Jilles TjoelkerCope with rb_crypt() returning NULL.
2013-01-29  Jilles TjoelkerSkip cidr checking for hostmask.c entries with negative...
2013-01-29  Jilles TjoelkerAlso restrict cidrlen for testmask/masktrace (match_ips()).
2013-01-29  Jilles TjoelkerSkip cidr checking for bans with negative or too large...
2013-01-15  William Pitcockcache: use rb_strdup() instead of a static buffer for...
2012-12-31  William Pitcockcapability: handle NULL passed to capability_get().
2012-12-19  Jilles Tjoelkerserver: Simplify some code now ENCAP is mandatory.
2012-12-19  Jilles Tjoelkerserver: Remove code to send recursive QUITs/SQUITs...
2012-12-19  Jilles Tjoelkerserver: As per the TS6 spec, require QS and ENCAP capab...
2012-12-18  Jilles Tjoelkerserver: Make sure CAP_CAP and CAP_TS6 are non-zero.
2012-10-15  Jilles TjoelkerFix a crash with testline, introduced with the "underly...
2012-10-09  Keith Buckres.c: Try other servers if errors or corrupt replies...
2012-09-29  William Pitcockreslib: remove advertising clause, which was dropped...
2012-09-23  William Pitcockm_starttls: handle error condition with ERR_STARTTLS...
2012-09-22  William PitcockDefine RPL_STARTTLS.
2012-07-30  William PitcockMerge pull request #2 from TheChrisAM/patch-1
2012-07-03  Jilles TjoelkerIn capability_get(), if a capability is not found,...
2012-07-03  Jilles TjoelkerFix capability_index_list(), used e.g. in /stats ?...
2012-07-03  Jilles TjoelkerAdd needed space between "TS6" or "SSL" and capabs...
2012-06-18  Jilles Tjoelkerchmode: Allow mode queries on mlocked modes.
2012-05-27  Jilles TjoelkerIf umode +D or +g are oper-only, don't advertise them...
2012-05-21  Keith BuckMove marking of services entirely to m_services.c;...
2012-05-21  Keith BuckAdd new conf_read_start and conf_read_end hooks.
2012-04-01  William PitcockRemove MODE_NOCTCP from core, in favor of chm_noctcp.
2012-04-01  William PitcockRemove MODE_NOCOLOR from core, replacing it with module...
2012-04-01  William PitcockAdd support for hookifying PRIVMSG/NOTICE.
2012-03-26  Jilles Tjoelkerchange_nick_user_host: Only send +n snotes about local...
2012-03-25  Keith Buckchange_nick_user_host: Send nick change notices to...
2012-03-25  Keith BuckRESV FNC: Sign off/on monitor, and don't try to FNC...
2012-03-25  Keith BuckAdd option to immediately apply nick RESVs by FNC'ing.
2012-03-18  Keith Buckclient.c: Fix spelling/grammar in comments.
2012-03-18  Keith Bucktarget change: Propagate restricted addresses.
2012-03-17  William PitcockAdd listen::defer_accept option for controlling usage...
2012-03-04  William PitcockMerge branch 'master' of git.atheme.org:/gitroot/charybdis
2012-03-01  Nathan Phillip BrinkRun make depend.
2012-03-01  Nathan Phillip BrinkFix bandb's interaction with --enable-fhs-paths by...
2012-03-01  Nathan Phillip BrinkAdd explicit support for being installed into a system...
2012-02-28  Nathan Phillip BrinkFix parallel compilation issue when building lexer...
2012-02-21  William Pitcocknumeric: reserve RPL_SASLMECHS (908)
2012-02-18  Jilles TjoelkerPace aways.
2012-02-18  Keith BuckAdd ratelimit for high-bandwidth commands.
2012-02-16  Jilles TjoelkerInclude forward channels when bursting bans to servers.
2012-02-14  Keith BuckAdd away-notify client capability.
2012-02-06  Keith Buckchmode.c: Fix bug in printing removed bans.
2012-02-05  William Pitcockcapability: add capability_index_stats() for getting...
2012-02-05  William Pitcockcapability: add global list of capability indexes,...
2012-02-04  Jilles TjoelkerDon't shadow the name "index".
2012-02-04  William Pitcockcapability: store capability bit entries with actual...
2012-02-04  William Pitcockcapability: don't use DictionaryIter internals.
2012-02-04  William Pitcockcapability: do not use strings provided by modules...
2012-02-04  William Pitcockcapability: add capability_require().
2012-02-04  William Pitcockcapability: missed one
2012-02-04  William Pitcockcapability: change CapabilityIndex.orphaned to (Capabil...
2012-02-04  William PitcockMigrate capability negotiation code to new dynamic...
2012-02-04  William Pitcockcapability: add capability_index_mask() which calculate...
2012-02-04  William Pitcockcapability: add capability_index_list() to build a...
2012-02-04  William PitcockAdd a new dynamic capability manager.
2012-01-25  William PitcockMissed a few -Wformat-security warnings.
2012-01-25  William PitcockFix some warnings when using -Wformat-security on Alpine.
2012-01-08  Jilles TjoelkerCheck +bq against underlying IPv4 as well.
2012-01-08  Jilles TjoelkerAdd one more const.
2012-01-08  Jilles TjoelkerFix a warning about const with forward channels.
2012-01-08  Jilles TjoelkerRemove code duplication between is_banned() and is_quie...
2012-01-08  Jilles TjoelkerCheck k/dlines against underlying IPv4 as well.
2012-01-08  Jilles TjoelkerShow underlying IPv4 in a remote whois.
2012-01-08  Jilles TjoelkerAdd code to get IPv4 addresses from 6to4 and Teredo...
2011-12-18  Jilles TjoelkerAdd an error message if a ban mask is invalid.
2011-12-11  Jilles TjoelkerDisallow '$' in forward targets only, rather than all...
2011-12-10  Jilles TjoelkerIf use_forward is off, ignore forwarding bans rather...
2011-12-09  Jilles TjoelkerDo not allow forward channels for +qeI, as in ircd...
next