summaryrefslogtreecommitdiff
path: root/data/nickserv.example.conf
AgeCommit message (Collapse)Author
2019-08-04Add hide_status as an available option to nickserv.example.conf.Robby
Also improve the hide_* descriptions slightly.
2019-04-05Config files: Fix some typos, bring stats.standalone.example.conf up to par ↵Robby
with example.conf, etc.
2017-03-18Fix ns_keep_modes default option in nickserv.confAdam
2016-01-19Document ns_no_expire nick defaultAdam
2015-12-13Add some replacement tokens for akick reason and welcome noticeAdam
2015-07-08Fix a ton of typos.Peter Powell
2015-06-29Add ns_identify:maxlogins to limit the max number of concurrent logins per ↵Adam
account
2014-05-22Make command group descriptions translatable.Jyzee
2014-05-01Add config options to ns_suspend and cs_suspend to configure which ↵Adam
information is shown to non opers
2014-04-06Document that memo_mail can be in nickserv defaults. These should move to ↵Adam
memoserv.conf one day.
2014-03-13Do not allow users to add certs that other users are using. Only allow ↵Adam
adding certfps if the user is using it.
2014-03-10Do not allow nickserv/ungroup to bypass ns_maxemail, and allow opers to ↵Adam
bypass ns_maxemail
2013-11-17Default nogroupchange to on, update comment to make senseAdam
2013-11-16Don't default /cs list or /ns list to require oper privsAdam
2013-11-01Use Config::GetClient for looking up services for command{} blocks which ↵Adam
lessens the insanity of renaming services
2013-10-28Fix kill and killquick default expiry times.Robby-
ns_access and ns_cert: Fix accessmax defaults, also state in the config that 0 is not a valid value.
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-09-29ns_access: Allow LIST by Services Operators on suspended nicks. Change wording.Robby-
ns_ajoin: Fix the number of command parameters. Check for nick suspension. Do not allow just any Services Operator to access other users' AJOIN, require nickserv/ajoin. Change wording. ns_cert: Add ability for Services Operators to modify other users' certificate lists.
2013-08-01Add keepmodes settingAdam
2013-07-22Squashed commit of the following from Federico G. Schwindt <fgsch@lodoss.net>:Federico G. Schwindt
Date: Mon Jul 22 22:40:07 2013 +0100 Correct pasto Use proper name for included file. Date: Mon Jul 22 22:30:23 2013 +0100 Indent defaults Date: Mon Jul 22 22:28:50 2013 +0100 Correct option name signkicklevel is really signkick_level. Date: Mon Jul 22 22:25:24 2013 +0100 Ensure some of the options are persisted Correct type for memo_signon, memo_receive, memo_mail and memo_hardmax so they're serialized. Date: Mon Jul 22 22:23:36 2013 +0100 Add missing newline plus additional suggestions from fgs
2013-07-01Change extensible keys to require explicitly having a type defined for it. ↵Adam
Completely modularize more features like bs_kick, entrymsg, log, mode, etc. Move fantasy to its own module. Move greet to its own module.
2013-06-22added the missing accessmax option to the ns_cert configuration blockDukePyrolator
2013-05-06Update the rest of modules.example.conf, default inspircd status modes to a ↵Adam
sane rank incase they are prefixless, and 50 other things
2013-05-05Rework the config file reader to be much more flexible and move many ↵Adam
configuration directives to the actual modules they are used in.
2013-04-11Merge chanserv saset and set back into one command since it no longer needs ↵Adam
to be separated... replace chanserv/set privilege with chanserv/administration. Dont tell users to use 'help' for more help if there is no help.
2013-04-05Fix ns_lists command groupAdam
2013-03-14Update nickserv defult names for kill/killquick, hide email, usermask, and quitAdam
2013-02-05Fixed ns_set_misc not showing help for its SASET commands.Robby-
Added descriptions and SASETs for the remaining commented ns_set_misc examples, without a description they won't show up in HELP if someone actually enabled those.
2013-02-02Some more typo and help text fixes, proper formatting of control codes, ↵Robby-
missing privileges, and settings corrections.
2013-01-31Some configuration file updates: Removed now non-existing settings. Redid ↵Robby-
some existing settings to look more consistent/uniform. Added some missing commands/permissions. Merged operserv/modlist permission into operserv/modinfo. Fixed ChanServ INFO privilege to actually work for /BotServ INFO too for those users who have it, instead of only for founders. Fixed some typos aswell as removed whitespaces along the way.
2013-01-24Fix memo signon and memo receive default flag namesAdam
2013-01-22Add hidenetsplitquit config option to not show splits in /ns info's last ↵Adam
quit field
2013-01-22Fixed few minor typoslethality
2013-01-13Allow grouping commands to make help output easier to comprehendAdam
2013-01-13Allow ns_set_misc/cs_set_misc to have configurable help descriptionsAdam
2012-12-22Combine all of the set modules now that having them split apart is almost ↵Adam
completely pointless
2012-12-15Made all langauges default to the UTF-8 charsetAdam
2012-11-30Allow modules to use the encryption modules to encrypt arbitrary things.Adam
Made enc_old depend on enc_md5. Allow not loading any encryption modules if you want to only use an external mechanism. Removed ns_sendpass since it's just a bad idea.
2012-11-25Add commented command{} blocks for how 1.8 worked, don't show saset in the ↵Adam
help list to registered users.
2012-11-25Rename restoreonghost in nickserv.confAdam
2012-11-25Merge ns_ghost, ns_recover, and ns_release. Fix svskilling users on Unreal.Adam
2012-11-09Add a config option to disable saslAdam
2012-10-31Fix ns_ghost and ns_recover, add nicksev:restoreonghostAdam
2012-10-26Add nickserv:modesonid config option to set what modes users get on identifyAdam
2012-09-07Allow configuring killquick and kill delaysAdam
2012-05-08Allow services operators to release other user's nicks, and allow services ↵Robby
operators to view the access list of other operators
2012-04-27Process defines even before includes, fixes defining{} pseudoclient names to ↵Adam
something else in their respective configurations
2012-03-13Fixed typosAdam
2012-03-13Add a nickserv:unregistered_notice config option to send a message to ↵Adam
unregistered users on connect. Suggested by Cronus.