aboutsummaryrefslogtreecommitdiffstats
path: root/help/default/nickserv
Commit message (Expand)AuthorAgeFilesLines
* Welp, missed one. HEAD masterGravatar Ben C2019-05-161-0/+5
* Update various help files related to the NickServ SET NOPASSWORD option to cl...Gravatar Ben C2019-05-165-0/+32
* Implement a new style NickServ LIST command, that only lists account names. ...Gravatar Ben C2018-02-261-0/+104
* nickserv/list: Correct a minor typo in the help text that prevented the REGNO...Gravatar Ben C2018-01-111-1/+1
* NickServ/FGROUP: Introducing the FGROUP command, which registers nicks under ...Gravatar Ben C2017-12-061-0/+24
* Import Atheme commits 494a1ff, ba191e9, and 99c7455.Gravatar Ben C2017-11-121-0/+3
* Import Atheme commits 7e5fbc1, 3f9931d, 7209fa8, and 2fbcdf4. Including addi...Gravatar Ben C2017-11-121-0/+9
* NickServ/list: Update the help for NickServ list options.Gravatar Ben C2017-10-071-25/+78
* NickServ/set_nopassword: Add NOPASSWORD option and various failsafes. Also s...Gravatar Ben C2017-09-211-0/+15
* Prevent unverified users from registering groups, don't show BotServ bots in ...Gravatar Ben C2017-09-161-1/+2
* NickServ: Add SET PUBKEY module, additionally with HISTORY support. Based on...Gravatar Ben C2017-08-271-0/+12
* NickServ/set_accountname: RESTRICT now prevents account name changes. Import...Gravatar Ben C2017-08-261-2/+2
* Import Atheme commits ec1a458, 263a250, and f785c6d.Gravatar Ben C2017-08-251-0/+7
* NickServ: Add RESETSTRICTACCESS, a command to send a recovery key in an e-mai...Gravatar Ben C2017-07-302-0/+32
* NickServ: Add NOTIFYMEMO option (MU_NOTIFYMEMO).Gravatar Ben C2017-03-083-2/+26
* NickServ: Add set options EmailNotify, NotifyAcl, and NotifySet. They otherw...Gravatar Ben C2017-01-153-0/+52
* nickserv/set_accountname: Update the help file to reflect the new acct_change...Gravatar Ben C2017-01-071-0/+5
* nickserv/group: Update help text to make it a little less awkward.Gravatar Ben C2016-11-051-3/+5
* nickserv/set_strictaccess: Add in some additional checks to reduce the likeli...Gravatar Ben C2016-10-021-4/+7
* NickServ/set_strictaccess: Add a help file for it.Gravatar Ben C2016-09-091-0/+15
* nickserv/badmail: Add the ability to filter list by glob pattern.Gravatar Ben C2016-04-121-8/+13
* Update every help file to use the new soper if/else condition to mention what...Gravatar Ben C2016-04-0757-0/+171
* Add NickServ CERT ID/IDENTIFY Command - AppleDashGravatar Ben C2014-12-091-1/+7
* Multiple marks per nickGravatar Errietta Kostala2014-08-311-0/+25
* help/nickserv/acc: Only list ACC 2 if it is possible (ACCESS is loaded).•••[ci skip] Gravatar Jilles Tjoelker2014-03-051-0/+2
* help/default/nickserv: fixed vHost capitalization consistencyGravatar Shockk2014-02-113-7/+7
* help/nickserv/acc: add documentation on new EID returnGravatar Rylai2014-01-171-2/+5
* help/nickserv/list: Document restrict-related criteria if that module is loaded.•••Closes #126 Gravatar Jilles Tjoelker2013-04-071-0/+7
* nickserv/list: Fix grammar errors related to "criterion".Gravatar Jilles Tjoelker2012-05-081-2/+2
* Add missing helpfile for SET NOGREET.•••Pointed out by Casey. Gravatar William Pitcock2012-03-101-0/+8
* Documentation: Nickserv 'LASTUSED' criteria for LIST should actually be 'LAST...Gravatar Keith Buck2011-05-151-1/+1
* Fix 2 small typos in some helpfiles.Gravatar JD Horelick2011-02-251-1/+1
* nickserv/badmail: Fix typo in helpfileGravatar Ignacio R. Morelle2011-02-131-1/+1
* groupserv: s/channels/groups/ in nickserv/listgroups helpfileGravatar Ignacio R. Morelle2011-02-131-1/+1
* Actually add nickserv/set_nevergroup.c (and the requisite helpfile).Gravatar JD Horelick2011-01-131-0/+9
* Add new module nickserv/badmail which allows you to stop registration of acco...•••This comes with the /ns BADMAIL command which allows you to modify the banned email address list on-the-fly on IRC. Gravatar JD Horelick2011-01-111-0/+34
* groupserv: Keep the code for LISTGROUPS where it is (in groupserv), but put t...Gravatar JD Horelick2010-12-271-0/+18
* helpfiles: Remove trailing whitespace, ensure files end with newline.•••In particular, lines containing only a space are not treated correctly by the HTML helpfile generator. For sending on IRC, services itself adds the space and it should not be in the file. Gravatar Jilles Tjoelker2010-12-111-1/+1
* nickserv/restrict: Add a new command to restrict users from running certain c...•••This effects chanserv/register, groupserv/register, hostserv/take, nickserv/group and hostserv/request. Particularly useful if users are abusing these commands. The user will be notified that they are restriced when they run an affected command. Gravatar JD Horelick2010-11-091-0/+13
* Fix a typo in the nickserv/regain helpfile.Gravatar JD Horelick2010-10-171-1/+1
* Add close-reason criteria to chanserv/list and frozen-reason criteria to nick...Gravatar JD Horelick2010-09-071-21/+23
* Add mark-reason support to both nickserv/list and chanserv/list.Gravatar JD Horelick2010-09-071-0/+3
* nickserv/list: Add the email criteria (and an example of it) to the helpfile.Gravatar JD Horelick2010-09-071-0/+3
* Update the helpfile for nickserv/list.Gravatar JD Horelick2010-09-061-9/+27
* Add a helpfile for nickserv/regnolimit.•••Also fix a very very small typo in groupserv/regnolimit. Gravatar JD Horelick2010-09-041-0/+9
* nickserv/enforce: Add REGAIN command. (SRV-69)Gravatar William Pitcock2010-09-031-0/+13
* Add the nickserv/set_enforcetime command/module.•••This allows users to set how long they'd like the delay before the enforcement occurs. Some users may be slow to identify (if the default delay is short) so there's that and some users might use CertFP or SASL or a autoidentify script so they can set it to something like 1-5 seconds so people can't hang on their nicks as long. This is the cleanest way to do it and account for all possibilities/types of users. Gravatar JD Horelick2010-08-031-0/+15
* Clean up help/ in the source tree.•••src/Makefile now has HELP_LINGUAS for defining the locales for the helpfiles. Gravatar William Pitcock2010-05-1748-0/+658