summaryrefslogtreecommitdiff
path: root/modules/pseudoclients/operserv.cpp
AgeCommit message (Collapse)Author
2012-02-25Do not send kills after sending XLines because it causes us to internally ↵Adam
remove the user and then recieve a quit from the user (who is now nonexistant) once the IRCd processes the XLine
2012-02-22Added regex support for many commands, such as akill, sqline, snline,Adam
all of the */list commands, etc. Also extended the ability of akill to match a full nick!user@host and real name of users.
2012-02-18Use C++11's explicit override feature if availableAdam
2012-02-14Clean up and reorganize our header filesAdam
2012-02-08Removed operserv:notifications in favor of log blocks, as well as some other ↵Adam
notifiications
2012-02-04Fixed WallBadOSAdam
2012-01-02Updated Copyright to 2012Adam
2011-11-08WindowsAdam
2011-10-22Added akill idsAdam
2011-09-25Added a new database format and sqlite support. Also moved db-convert to a ↵Adam
module.
2011-09-19Allow OnPreHelp to stop processingAdam
2011-09-10Made service_reference type safeAdam
2011-09-10Renamed the core pseudoclient modules to match their namesAdam