summaryrefslogtreecommitdiff
path: root/modules/operserv
AgeCommit message (Collapse)Author
2016-10-06os_defcon: find module by name, it might not be loaded yetAdam
2016-10-06chankill: don't add duplicate akillsAdam
2016-10-06#1677 apply sqlines even if the ircd doesn't on non opersAdam
2016-10-01Apply regex sqlines on connect tooAdam
2016-10-01Show akill/xline ids in viewAdam
2016-09-30operserv/oper: don't allow deleting conf opersAdam
2016-09-28Move CanAdd() check to after mask sanitization as it will remove other ↵Adam
entries that are considered "covered by" the new mask
2016-09-28os_akill: Sanity check AKILLing before modifing the akill listMatt Ullman
2016-09-23operserv/news: rewrite logic, include various fixes from 2.0Adam
2016-07-31Update license headers and copyrights on all source filesAdam
2016-07-28Add missing operserv/stats headerAdam
2016-07-28Allow serializable fields to use storage in the respective objects.Adam
Split service management code nito a proper servicemanager. Make service references managed instead of lazy lookup. Also made events and serializable use service manager instead of their respective systems for management
2015-12-31Rename haader file names to be consistent with module namesAdam
2015-12-31Add missing override keyword to methods that require it.Peter Powell
2015-12-14New source tree structure for modules. From commands/cs_access => ↵Adam
chanserv/access etc.