summaryrefslogtreecommitdiff
path: root/modules/commands
AgeCommit message (Collapse)Author
2011-10-10Allow nickserv/suspend to take an expiry timeAdam
2011-09-25Added a new database format and sqlite support. Also moved db-convert to a ↵Adam
module.
2011-09-19Fixed missing _ in cs_appendtopicAdam
2011-09-19Allow OnPreHelp to stop processingAdam
2011-09-19Bug #1334 - fixed crash on /os oper infoAdam
2011-09-10Fixed compile errors & warnings from 1.9.6 to 1.9 mergeAdam
2011-09-10Made ChanServ privileges configurableAdam
2011-09-10Added chanserv/logAdam
2011-09-10Removed /bs set msgAdam
2011-09-10Fixed service_reference to work correctly with external classesAdam
2011-09-10Allow modules to add their own channel levelsAdam
2011-09-10Rewrote mlock saving/loading code to not use this silly extensible hackAdam
2011-09-10Made service_reference type safeAdam
2011-09-10Removed opnoticeAdam
2011-09-10Made the IsValidHost checks configurableAdam
2011-09-10Added oper:host and oper:vhostAdam
2011-09-10Squash merge of 1.9 to 1.9.6Adam
2011-09-10Track what "level" channel status modes are, which allows us to have ↵Adam
chanserv/mode determine if a status mode can be set by users better
2011-09-10Added chanserv/up and chanserv/downAdam
2011-09-10Made email messages sent by services configurableAdam
2011-09-10Removed SZLine. Instead, have AKILL determine whether or not a ZLINE should ↵Adam
be set.
2011-09-08Bug #1330 & many other small fixesAdam
2011-09-05Don't try and part service bots twice when channels dropAdam
2011-09-03Added permission check in cs_syncAdam
2011-08-29Changed a few fatal exceptions to shutdown a bit more gracefullyAdam
2011-08-29Fixed the /ms del message sent to users when they use /ms readAdam
2011-08-29Made config rehashing not wipe opers configured with opersev/operAdam
2011-08-27Fixed /cs clone to set botmodes on the botserv bot when cloning channelsAdam
2011-08-27Fixed /ns logout on other usersAdam
2011-08-25Set the creator of default mlocks to the channel founder when a channel is ↵Adam
registered
2011-08-24guested nicks are now logged out from the recovered account on /nickserv recoverDukePyrolator
2011-08-24Fixed cs_set_miscAdam
2011-08-23Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9Adam
2011-08-23Set os_session as having first priority for eventsAdam
2011-08-23Replaced some chanserv/forbid with operserv/forbid in example.conf and added ↵DukePyrolator
a check for ForceForbidReason in os_forbid
2011-08-21Bugs #1321 & 1322Adam
2011-08-21Fixed /cs access add log message to not show override for channel foundersAdam
2011-08-21Fixed ns_set_misc and cs_set_misc to allow unsetting valuesAdam
2011-08-21Fixed AddAkillerAdam
2011-08-20Fixed zlines to only add the xline host, fixed db_mysql's write function, ↵Adam
and prevent adding multiple of the same nick to access lists
2011-08-19Fixed some problems with deleting accessAdam
2011-08-19added some log message for automatic fingerprint identify and removed a ↵DukePyrolator
unused function from ns_cert
2011-08-18Fixed crash in /cs modeAdam
2011-08-18Fixed some permission checking fail in modules that got messed up from the ↵Adam
big commands sed
2011-08-18Moved CA_TOPIC to qop aswell. Newer channels (default) to TOPIC at 5 but ↵Adam
older channels will remain at founder only, causing access list to think newer aop are level 10000 due to having this permission on older channels.
2011-08-18Bug #1315 - moved CA_ASSIGN permission from sop to qopAdam
2011-08-17Include when an access entry was created in access viewAdam
2011-08-16List supported languages in /ns help saset languageAdam
2011-08-16Fixed matching acount access entries against nicknamesAdam
2011-08-16Moved cs_seens data purger log message to debugAdam