summaryrefslogtreecommitdiff
path: root/modules/pseudoclients/nickserv.cpp
AgeCommit message (Expand)Author
2024-11-11Fix using User::Account where User::IsIdentified should be used.Sadie Powell
2024-02-17Update the copyright headers for 2024.Sadie Powell
2022-12-31Update the copyright headers for 2023.Sadie Powell
2022-01-06Update the copyright headers for 2022.Sadie Powell
2021-11-14Use the server name as the enforcer hostname if not otherwise set.Sadie Powell
2021-04-27Add the anope_override keyword to methods that lack it.Sadie Powell
2021-01-07Update copyright to 2021.Robby
2020-01-04Update copyright to 2020.Robby
2019-11-11Look up unconfirmedexpire from the correct module.Matt Schatz
2019-01-01Update copyright to 2019.Robby
2018-04-25Update copyright to 2018.Robby
2017-03-23Remove weird warning in nickserv help which for some reason assumes admins' a...Adam
2017-01-17Cleanup some excess whitespaces and tabs, and fix a few typos along the way.Robby
2017-01-16Update copyright to 2017.Robby
2016-01-28Update copyright to 2016. This was done with:Robby
2016-01-19Couple user find by nick fixesAdam
2015-12-13Add some replacement tokens for akick reason and welcome noticeAdam
2015-08-20Only remove collide timers if the account matches on idAdam
2014-12-05Update Kill() calls to pass source pointer instead of nameAdam
2014-11-25Move automatically identified for log message to usersAdam
2014-10-06Clean up collide timers on identify, otherwise you can login and logout befor...Adam
2014-10-06Clear pending collided state on release, fixes colliding users using recover ...Adam
2014-05-27Set timer owner for nickserv timersAdam
2014-05-21Core prep for p10 stuffAdam
2014-03-10Do not send unregistered notice to users who are logged in, even if their nic...Adam
2014-03-10Set nickserv's modesonid on login tooAdam
2014-03-04Do not allow guest nicks to exceed nicklen, and use a default enforcer ident/...Adam
2014-01-21Unbreak account stuff from commit ccae59430ab50393f43ccc38a6a6c0c24191b601.Adam
2014-01-04Fix recovering enforcers not properly quitting themAdam
2014-01-01Update copyright to 2014. This was done with:Adam
2013-11-21Shrink nick and channel default flags in db_old, otherwise converted nicks/ch...Adam
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