summaryrefslogtreecommitdiff
path: root/modules/pseudoclients/nickserv.cpp
AgeCommit message (Collapse)Author
2012-10-08Fix fantasy !help & give it its own help header, not ChanServ'sAdam
2012-10-02Don't unassociate accounts with users on nick changesAdam
2012-09-07Add chanserv/set/autoop, like nickserv/set/autoop but for channelsAdam
2012-09-07Allow configuring killquick and kill delaysAdam
2012-09-02Fix WindowsAdam
2012-06-18Allow userless command sourcesAdam
2012-04-23Reworked live SQL support yet againAdam
2012-03-13Actually check if the nicks arent registered, oopsAdam
2012-03-13Add a nickserv:unregistered_notice config option to send a message to ↵Adam
unregistered users on connect. Suggested by Cronus.
2012-02-18Use C++11's explicit override feature if availableAdam
2012-02-14Clean up and reorganize our header filesAdam
2012-01-02Updated Copyright to 2012Adam
2011-10-14Added options:nonicknameownership config optionAdam
2011-10-10Allow nickserv/suspend to take an expiry timeAdam
2011-09-19Allow OnPreHelp to stop processingAdam
2011-09-16Bug #1332 - Fixed ValidateUser to not require secure off to disable nickserv ↵Adam
kill
2011-09-10Made service_reference type safeAdam
2011-09-10Renamed the core pseudoclient modules to match their namesAdam