summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-02-10Why are we wasting space on DieValue?danieldg
2010-02-09Fix typodanieldg
2010-02-09Sort CAPAB CHANMODES and USERMODESdanieldg
2010-02-09Fix double-free when catching an exception in module init()danieldg
2010-02-09Eliminate duplicate names between user and channel modesdanieldg
2010-02-09Allow exemptchanops to modify the channel access level needed to bypass +tdanieldg
2010-02-09Update m_exemptchanops to allow users to specify the status required for the ...danieldg
2010-02-09Move password checking into connect class searchdanieldg
2010-02-09Clean up documentation of connect blocks a bitdanieldg
2010-02-09This module isn't supposed to be part of 2.0; it will be third-party until 2.1danieldg
2010-02-09Change <connect:requiresasl> to <connect:requireaccount>, which is more accuratedanieldg
2010-02-09Move chanhistory to PostJoin hookdanieldg
2010-02-09half-voice is a better name than status prefixdanieldg
2010-02-09Add authorization cache moduledanieldg
2010-02-09Add random number generation functions to InspIRCd class.danieldg
2010-02-09Fix error message on OPTCOMMON mismatchdanieldg
2010-02-08SSL certificate requests prior to full registration must use SocketCertificat...danieldg
2010-02-08Add <connect requiressl="trusted"> to force CA verification for clients on th...danieldg
2010-02-08Also allow <connect rules>danieldg
2010-02-08Allow <connect motd> to select an alternate MOTD file to displaydanieldg
2010-02-08Allow <connect autojoin=""> to override the m_conn_join channel listdanieldg
2010-02-07Fix typodanieldg
2010-02-07Fix crash on kick when +J is set, +misc cleanupdanieldg
2010-02-07Update example config for passforward and RPC module changes [jdhore]danieldg
2010-02-07More cleanup of quit serversdanieldg
2010-02-07Don't send GODMODE snomask for remote users (let SendGlobalSno handle that)danieldg
2010-02-07Change PROP command format to accept multiple changes in one linedanieldg
2010-02-06Fix left/right inversion in ListDifferencedanieldg
2010-02-06Add PROP command to m_namedmodesdanieldg
2010-02-06rename channel modes +it to distinguish them from commandsdanieldg
2010-02-06Fail adding of new mode when its prefix is already in usedanieldg
2010-02-06Add mode +V, status prefix. Because we haven't used up enough channel mode le...danieldg
2010-02-06Clean up empty/unused directoriesdanieldg
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-05Don't enforce access control on remote users for topic changesdanieldg
2010-02-04Config updates from jdhoredanieldg
2010-02-04Clarify fingerprint comments in example oper blockdanieldg
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-03Fix mode required error messagedanieldg
2010-02-03Fix cidr_mask::str not correctly displaying mask lengthdanieldg