summaryrefslogtreecommitdiff
path: root/modules/pseudoclients
AgeCommit message (Expand)Author
2012-04-24Fixed build from the previous mergeAdam
2012-04-23Reworked live SQL support yet againAdam
2012-04-08Added Chanstats. It uses a new, improved database format and is not compatibl...DukePyrolator
2012-04-01fixed some typosDukePyrolator
2012-03-13Actually check if the nicks arent registered, oopsAdam
2012-03-13Add a nickserv:unregistered_notice config option to send a message to unregis...Adam
2012-02-26Added chanserv:require config option to set which modes must be on all regist...Adam
2012-02-26Fixed vhost check on identifyAdam
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-25WindowsAdam
2012-01-07Cleaned up a lot of log messages, help replies, fixed cs_tban, and other smal...Robby
2012-01-02Updated Copyright to 2012Adam
2011-11-25Remove send_cmd and replace it with a stringstreamAdam
2011-11-18Allow having multiple fantasy charactersAdam
2011-11-08WindowsAdam
2011-10-22Added akill idsAdam
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 mo...Adam
2011-09-19Allow OnPreHelp to stop processingAdam
2011-09-19Call fantasy events even if the commands for them don't existAdam
2011-09-16Bug #1332 - Fixed ValidateUser to not require secure off to disable nickserv ...Adam
2011-09-10Fixed service_reference to work correctly with external classesAdam
2011-09-10Allow modules to add their own channel levelsAdam
2011-09-10Made service_reference type safeAdam
2011-09-10Renamed the core pseudoclient modules to match their namesAdam
2011-09-10Made email messages sent by services configurableAdam
2011-09-10Removed SZLine. Instead, have AKILL determine whether or not a ZLINE should b...Adam
2011-09-05Don't try and part service bots twice when channels dropAdam
2011-09-03Bug #1328 - Fixed fantasy to re-split message parameters correctlyAdam
2011-08-24Fixed automatic fingerprint identify on nickchange between registered nicksDukePyrolator
2011-08-21Fixed AddAkillerAdam
2011-08-19added some log message for automatic fingerprint identify and removed a unuse...DukePyrolator
2011-08-09Added forgotten founder checks to cs_access, fixed fantasy replies to come fr...Adam
2011-08-09Simiplied a bit of the access systemAdam
2011-08-06sed'd a few typosAdam
2011-08-05Rewrote the example configurations and split themAdam