summaryrefslogtreecommitdiff
path: root/modules/commands/cs_mode.cpp
AgeCommit message (Collapse)Author
2012-11-22Pretty large coding style cleanup, in source docAdam
cleanup, and allow protocol mods to depend on each other
2012-10-30Send uids everywhere when setting modes on clientsAdam
2012-06-18Allow userless command sourcesAdam
2012-04-25Fixed non-debug buildAdam
2012-04-23Reworked live SQL support yet againAdam
2012-02-26Added chanserv:require config option to set which modes must be on all ↵Adam
registered channels. Prevents the core from always enforcing +r on every channel, even if chanserv is not loaded.
2012-02-18Made mode lock del check status of the mode lock before removing itAdam
2012-02-18Use C++11's explicit override feature if availableAdam
2012-01-07Cleaned up a lot of log messages, help replies, fixed cs_tban, and other ↵Robby
small fixes
2012-01-02Updated Copyright to 2012Adam
2011-12-19Fixed formatting of many lists and INFO outputsAdam
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-09-10Allow modules to add their own channel levelsAdam
2011-09-10Made service_reference type safeAdam
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-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-09Simiplied a bit of the access systemAdam
2011-08-05Rewrote the example configurations and split themAdam
up into seperate files for each pseudo client. Also reorganized how the modules are stored, and made most of the old "extra" modules "core"