]> jfr.im git - solanum.git/history - src
Complain to opers if a server that isn't a service tries to SU/RSFNC/NICKDELAY/SVSLOGIN.
[solanum.git] / src /
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...
2011-12-09  Jilles TjoelkerApply the same restrictions to ban forwarding as to +f.
2011-12-09  Jilles TjoelkerMove checks for forward channels to a separate function.
2011-12-05  Jilles TjoelkerDisallow $ in usernames as this may cause problems...
2011-11-29  Jilles TjoelkerForce nicklen (all flavours) to be at least 9.
2011-11-29  William PitcockSwitch to ircu NICKLEN/MAXNICKLEN semantics.
2011-11-29  William PitcockRemove nicklen_set barrier.
2011-11-29  William PitcockMake sure ConfigFileEntry.nicklen follows the same...
2011-11-29  William PitcockAdd support for customizing the usable nick length.
2011-11-12  Jilles TjoelkerFix -Wformat errors found in ircd-ratbox.
2011-11-12  Stephen BennettApply extended-join client cap to QJM joins
2011-10-28  Jilles TjoelkerPrefer PATH_MAX to non-standard MAXPATHLEN.
2011-10-24  Jilles TjoelkerProperly update 004/005 when a rehash changes use_forward.
2011-10-24  Stephen BennettDon't treat +r specially when displaying supported...
2011-10-21  Jilles Tjoelkerilog_error: Avoid overwriting errno before sending...
2011-10-04  Jilles TjoelkerForce client_flood_burst_rate and client_flood_burst_ra...
2011-10-03  Jilles TjoelkerLimit sent_parsed to the highest possible value in...
2011-10-03  Jilles TjoelkerFix weirdness with client_flood_burst_rate and client_f...
2011-10-03  Jilles TjoelkerMinor cleanup to command throttling code:
2011-10-03  Jilles TjoelkerDisable LocalUser.actually_read (write-only field).
2011-10-03  Jilles TjoelkerFold client_flood_burst_rate check into MAX_FLOOD_BURST.
2011-10-03  Jilles TjoelkerEnforce the average allowed send rate is at least the...
2011-09-25  Jilles TjoelkerMake sure to check the length of a ban mask before...
2011-09-25  Jilles TjoelkerPut back use_forward.
2011-09-13  Jilles TjoelkerFix double-free when removing a ban.
2011-08-30  Jilles TjoelkerEnsure all signals keep working after a SIGINT restart.
2011-08-13  Elizabeth Jennifer... Fix git fuckery.
2011-08-13  Elizabeth Jennifer... chmode: fix construct_cflags_strings.
2011-08-13  Elizabeth Jennifer... Port ircd-seven banfowards to charybdis.
2011-08-07  Jilles TjoelkerRemove a stale comment.
2011-07-08  Elizabeth Jennifer... Back out chanroles.
2011-07-06  Elizabeth Jennifer... Add client interface for GRANT.
2011-07-06  William Pitcockchanroles: instead of checking for chanop + CHANROLE_UN...
2011-07-06  William Pitcockchanroles: grant initial set of flags to people added...
2011-07-06  Elizabeth Jennifer... Add chanroles to isupport so clients know it exists.
2011-07-06  Elizabeth Jennifer... Implement chanroles, as discussed with nenolod.
2011-05-16  Keith BuckAdd target change spam notice.
2011-05-08  William Pitcockbranding: denote custom branding in ircd -version
2011-05-08  William Pitcockbranding: if CUSTOM_BRANDING is defined, display charyb...
2011-04-19  Kiyoshi AmanAutomated merge with http://hg.atheme.org/charybdis
2011-03-27  Stephen BennettMake flood control settings configurable by those who...
2011-03-30  Jilles TjoelkerStyle: use a consistent order for the _C constants.
2011-03-30  Stephen BennettDisallow mIRC italics in channel names when disable_fak...
2011-03-11  Stephen BennettDon't allow +Z to be set by default_umodes
2011-02-27  Elizabeth Jennifer... Support IPv6 blacklists. Also add a conf file option...
2011-02-13  Elizabeth Jennifer... can_send: properly initalise moduledata.
2011-01-24  Jilles TjoelkerFix memory leak of operator certfp fields.
2011-01-23  Elizabeth Jennifer... newconf: fix a warning
2011-01-23  Elizabeth Jennifer... newconf: fix certificate fingerprint auth.
2011-01-10  Jilles TjoelkerRemove nickTS from extended-join.
2011-01-10  Jilles TjoelkerFix extended-join not sending any joins at all.
2011-01-08  Jilles Tjoelkerhunt_server: Disallow wildcarded nicknames.
2011-01-06  Keith BuckMove list-related isupport items to the list module...
2011-01-06  Keith BuckAdd topic TS and channel TS constraints for /LIST.
next