summaryrefslogtreecommitdiff
path: root/modules/pseudoclients/nickserv.cpp
AgeCommit message (Expand)Author
2013-10-28Stop requesting identification when changing nicks to a registered nick, and ...Robby-
2013-10-28Fix kill and killquick default expiry times.Robby-
2013-10-28Fix some typos and touch up the configs a little.Robby-
2013-10-26moved some config options from example.conf to nickserv.example.confDukePyrolator
2013-10-05Always show expire time for nicks in /ns info to opers, even if the user is o...Adam
2013-10-05Fix logging for log type 'other'.Robby-
2013-09-29Fix NickServ default nick expiry time.Robby-
2013-09-27Make column titles in listings translatable.Robby-
2013-09-27Fix typos, remove dead language defines.Robby-
2013-09-19Fix not updating last_seen on expire nick for nicks with secure off. Don't sh...Adam
2013-08-25Fix User::IsIdentified with check_nick, do not remove +r on bursting clients ...Adam
2013-08-12Fix some issues with suspendAdam
2013-08-01Use MessageSource as the source for many IRCDProto funcsAdam
2013-07-21More validation stuff from fgsAdam
2013-07-01Change extensible keys to require explicitly having a type defined for it. Co...Adam
2013-06-19Set vhosts when users id to an account (and not a nick), add account arg to u...Adam
2013-06-06Made the message for unconfirmed nicks relevant to the ns_register registrati...lethality
2013-05-28Don't compare system time to a users timestamp to determine when to collide w...Adam
2013-05-27Initially attach all modules to all events, and detach them as the events are...Adam
2013-05-26Get rid of the remaining references in the core to specific services. Move mo...Adam
2013-05-15do not validate nicks from ulined servers. this also fixes bug #1521DukePyrolator
2013-05-07Fix setting some default flags, reading fantasy blocks, and minusers setting ...Adam
2013-05-05That doesn't work either, just don't use references.Adam
2013-05-05Move module header files to include/modules to fix naming conflicts with syst...Adam
2013-05-05Rework the config file reader to be much more flexible and move many configur...Adam
2013-04-10Move some of the modules in extras/ that arent really extra out of extras. Ma...Adam
2013-04-07Optimizations of much of the more commonly used codeAdam
2013-03-30Merge usefulness of Timer and CallBack classes into Timer, and fix it to real...Adam
2013-02-14Switch Destroy methods to deleteAdam
2013-01-21Merge usefulness of Flags and Extensible classes into Extensible, made most f...Adam
2013-01-13Allow grouping commands to make help output easier to comprehendAdam
2013-01-09Update copyright to 2013. This was done with:Adam
2013-01-06Buggy compilers are buggyAdam
2013-01-03Move enforcer checks on nick and logout to nickserv.cppAdam
2013-01-03Don't delete users immediately when quit or killed, instead wait until messag...Adam
2013-01-02Move nickserv validate stuff to an event in nickserv.cppAdam
2012-12-28Use the same object for chanusercontainer and userchancontainerAdam
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-11-01Expand options:hideprivilegedcommands to not show commands requiring authenti...Adam
2012-10-26Add nickserv:modesonid config option to set what modes users get on identifyAdam
2012-10-14Better clarify signon vs timestamp and allow updating users timestamp to an i...Adam
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