summaryrefslogtreecommitdiff
path: root/modules/commands
AgeCommit message (Collapse)Author
2011-11-08WindowsAdam
2011-11-05Remove xlines from the IRCd aswell as from our list when the clear command ↵Adam
is used, and fixed adding timed Zlines to inspircd
2011-11-04Allow /os userlist to match host and ip tooAdam
2011-11-04Store flags for memos, fixed the expiring very soon message, fixed /os ↵Adam
session view when a session exception is added at a lower limit than th default
2011-11-01Clarify the message when users try to lock modes they don't have access to lockAdam
2011-10-27Bug #1350 + other related fixesAdam
2011-10-26Bug #1347, fixed incorrect param parsing in cs_set_miscAdam
2011-10-26Bug #1348 - Fixed /cs entrymsg listAdam
2011-10-24Fixed bug #1349 (m_sqlite compiles without error under FreeBSD), as well as ↵Naram Qashat
use C99's stdint.h (or cstdint if available) to get (u)intX_t types instead of our stupid typedefs. pstdint.h included in case there is no cstdint or stdint.h available.
2011-10-22Bug #1343 - don't allow recovering and ghosting enforcersAdam
2011-10-22Added akill idsAdam
2011-10-20Fixed a crash in clearusersAdam
2011-10-18Prevent chankill from akilling my clientsAdam
2011-10-18Fixed compile errors on release buildAdam
2011-10-14Fixed os_forbid adds reason if no expiry is givenAdam
2011-10-14Added options:nonicknameownership config optionAdam
2011-10-10Allow chanserv/suspend to take an expiry timeAdam
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