summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2010-02-06Add mode +V, status prefix. Because we haven't used up enough channel mode le...danieldg
2010-02-06Move configuration examples to docs, remove automatic overwrite on make installdanieldg
2010-02-06Send module load/unload notifications so that services can learn of new featu...danieldg
2010-02-05Fix NICKLOCK/SANICK errors with Q:lined nicksdanieldg
2010-02-05Remove incorrect access checks from m_ojoindanieldg
2010-02-04Config updates from jdhoredanieldg
2010-02-04Fix FIDENT response forging to run prior to the ENCAP stripdanieldg
2010-02-04Fix wrapping check so we waste slightly fewer lines in syncing ban lists via ...danieldg
2010-02-04Add DYING link state, push error messages on link, and only limit recvq on un...danieldg
2010-02-03Split servers if they try to send infinite garbage without a newlinedanieldg
2010-02-03Don't use hosts more than 64 characters long from CGI:IRCdanieldg
2010-02-03Delink servers using an SSL module that is being reloadeddanieldg
2010-02-03Fix STARTTLS sending the 670 numeric within the SSL session, not prior to itdanieldg
2010-02-03Forge FIDENT reply to CHGIDENT to prevent ident desync with 1.2 and 2.0 serversdanieldg
2010-02-03Add access checking for m_autoopdanieldg
2010-02-03Add m_autoop.so - ircd-side channel access lists via listmode +wdanieldg
2010-02-02Allow SSL fingerprint hash to be specified, and show fingerprint to client on...danieldg
2010-02-02Add requiresasl to connect block checksdanieldg
2010-02-02Allow opermotd to specify its file in <files> without also requiring an <oper...danieldg
2010-02-02Add requireident/requiressl to connect blocksdanieldg
2010-02-01Improve SSL fingerprint on link messagedanieldg
2010-02-01Strip colons from server SSL fingerprint, to allow the output of certificate ...danieldg
2010-02-01Allow <link password=""> to specify identical send/recv passwordsdanieldg
2010-02-01Add parameters to OnSendWhoLine hook, fixes "/who * o" returning opers with +Hdanieldg
2010-02-01Display allowed oper modes, commands, and permissions in /CHECKdanieldg
2010-02-01Mark +P mode as oper-only now that it no longer requires an explicit permissi...danieldg
2010-01-31Increase penalty for KNOCKdanieldg
2010-01-31Remove duplicated permisison check for setting mode +P (it is already restric...danieldg
2010-01-30Forward-port of r12333, clone-counting fix for m_cgiircdanieldg
2010-01-30Stop parsing inbound server lines on an errordanieldg
2010-01-30Remove a few needless string crops, compile fixdanieldg
2010-01-28Fix empty FMODE being sent if SendMode mode changesdanieldg
2010-01-24Allow nick locking to prevent voluntary changes to UIDdanieldg
2010-01-24Use UID/SID as the source for ENCAP commands, not server namedanieldg
2010-01-24Fix ENCAP stripping, was incorrectly checking for " CHGHOST" and similar comm...danieldg
2010-01-24If SVSNICK is sent to force a change to a UID-lookalike, just change nick to ...danieldg
2010-01-21Allow redirect bans to be unset by any op/halfop (bug #936)danieldg
2010-01-21Put ConfigReader deprecation warning in logsdanieldg
2010-01-19Fix incorrect forward-port of patchdanieldg
2010-01-19Slightly more comprehensible message for connect throttle banning.danieldg
2010-01-19ERROR is not a valid log level, so all these messages were getting droppeddanieldg
2010-01-19Extbans can be VF_OPTCOMMON as they do not desync on module add/removedanieldg
2010-01-19Remove overrides for ADMIN, STATS, TIMEdanieldg
2010-01-19Fix MOTD and RULES to work remotely (remove the old hacks for MOTD)danieldg
2010-01-19Clean up some slow iterationsdanieldg
2010-01-19Don't refuse to route internal spanningtree commands due to lack of VF_COMMONdanieldg
2010-01-18Specify routing for those commandsdanieldg
2010-01-18Move lots of spanningtree items to commandsdanieldg
2010-01-18Remove excessive gettimeofday system callsdanieldg
2010-01-18Remove unneededd IS_LOCAL castsdanieldg