summaryrefslogtreecommitdiffstats
path: root/scripts/nickserv.pl
AgeCommit message (Collapse)Author
2017-01-20Nickserv script refactoring, modernized file handling and reused common code ↵dedeibel
parts. Refactoring save file location building to single position. Removing postcmds after deletion of net or nick.
2017-01-20Removed early exit when writing files which prevented deleting the last ↵dedeibel
entry of a list. Closed files after creating them (touch)
2017-01-17Added post auth command, for example to trigger a chanserv invitededeibel
2016-04-20nickserv.pl: Add support for Freenode and irc.perl.orgDagfinn Ilmari Mannsåker
Freenode includes control characters in its notices, so strip these. Also removes a redundant regexp from the if clause for /msg NickServ style services.
2014-10-19Fix perlcritic issues for all scripts starting with m to rObfuscoder
2014-07-01nickserv.pl: allow unbounded-length usernames.Matt Sparks
Some ircds, namely unrealircd, allow the username to be 10 characters. RFC 2812 does not seem to specify the maximum length of usernames.
2014-05-31Import scripts from scripts.irssi.orgAlexander Færøy