summaryrefslogtreecommitdiff
path: root/modules/pseudoclients/operserv.cpp
AgeCommit message (Expand)Author
2013-02-02Some more typo and help text fixes, proper formatting of control codes, missi...Robby-
2013-01-21Merge usefulness of Flags and Extensible classes into Extensible, made most f...Adam
2013-01-09Update copyright to 2013. This was done with:Adam
2013-01-03Don't delete users immediately when quit or killed, instead wait until messag...Adam
2012-12-19Having these references to bots bugged out older compilers, so simplify this ...Adam
2012-11-24Make the actual clients into services tooAdam
2012-11-22Pretty large coding style cleanup, in source docAdam
2012-10-08Fix fantasy !help & give it its own help header, not ChanServ'sAdam
2012-10-01Cleanup of all of the protocol modules, rewrote message handling system to be...Adam
2012-04-23Reworked live SQL support yet againAdam
2012-02-25Do not send kills after sending XLines because it causes us to internally rem...Adam
2012-02-22Added regex support for many commands, such as akill, sqline, snline,Adam
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
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 mo...Adam
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