aboutsummaryrefslogtreecommitdiff
path: root/docs/conf/helpop.conf.example
Commit message (Expand)AuthorAgeFilesLines
* Add extban 'a' to m_gecosban.•••This has the format a:nick!user@host+gecos. e.g. a:*!*@abusive.host+*MegaBot?v2.0* Closes #1023. Closes #1026. Gravatar Renegade3342018-09-251-0/+3
* Improve the snotices sent out by the filter module.•••- Switch to a module-specific snotice character (f). - Redo the format of the message to be easier to read and include the filter that the user matched. Closes #490. Closes #841. Gravatar Peter Powell2018-08-241-1/+4
* Remove the 'debug' snotice character.Gravatar Peter Powell2018-08-071-1/+0
* Merge tag 'v2.0.26' into master.Gravatar Peter Powell2018-04-221-99/+95
|\
| * Improve some documentation (#1483).•••* Improve exemptchanops in inspircd.conf.example (<options>) and modules.conf.example; along with both helpop examples. * Add "the" to all "requires X module" in both helpop examples. * Refer to customprefix instead of chanprotect and halfop. * Add SNOMASK 'r' and 'R' (OPERLOG) to both helpop examples. * Clean up unnecessarily split SNOMASK lines in both helpop examples. * Move chmode 'g' to be in alphabetical order in both helpops examples. * Specify the needed mask formats for TLINE in helpop-full example. * Remove extra '\' in RLINE mask format in helpop-full example. Force xml format in helpop-full * Generalize "color codes" to "formatting codes" * Fix file name in include for example helpop-fullGravatar Matt Schatz2018-04-161-99/+94
| * [2.0]: Helpop: Move extban 'U' from acting to matching•••Already fixed in master in 8587df2 Gravatar genius30002018-02-111-2/+2
* | Remove helpop sections which are now incorrect.•••Both the static module flag and the CLEARCHAN command have been removed. Gravatar Peter Powell2018-04-141-1/+1
* | Change some usage of "gecos" to "real name"•••Within the example configs, helpops, some server sent messages, and simple code comments: change the primary usage of "gecos" to "real name" (or "realname" where fitting). Gravatar genius30002018-04-111-2/+2
* | Add user mode +z for ssl-only private messages.•••Closes #468. Gravatar Shawn Smith2018-01-071-0/+2
* | Enable using m_customprefix to alter core prefix modes.•••This replaces the devoice module which has now been removed. If you want users to be able to devoice themselves then you can load the customprefix module add the following config tag: <customprefix name="voice" depriv="yes"> If you wish to keep identical behaviour rather than allowing users to use "MODE #YourChannel -v TheirNick" then you can load the alias module and add the following config tag: <alias text="DEVOICE" format="#*" replace="MODE $2 -v $nick"> Gravatar Peter Powell2017-11-061-4/+2
* | Helpop: Move extban 'U' from acting to matchingGravatar genius30002017-10-211-2/+2
* | Helpop: Add extban 'n' - connect class ban•••Commit a54497e added m_classban, this updates the helpop files. Gravatar genius30002017-10-211-0/+2
* | Merge insp20Gravatar Attila Molnar2016-02-221-0/+3
|\|
| * Fix a few documentation problems•••Fixes issues #1003, #1045 and #1085 Gravatar Attila Molnar2015-10-121-0/+3
* | Merge pull request #1059 from OVERdrive-IRC/m_repeat/fix-typo•••m_repeat: fix typo (similiar->similar)Gravatar Attila Molnar2015-06-261-1/+1
|\ \
| * | m_repeat: fix typo (similiar->similar)•••Also update docs/ accordingly Gravatar James Lu2015-06-121-1/+1
* | | Update example configuration to say the new style module names everywhereGravatar Attila Molnar2015-05-201-1/+1
|/ /
* | Merge insp20Gravatar Attila Molnar2015-04-201-6/+8
|\|
| * Remove non-existant extban M: from docs•••extban M: has not existed since 2d732f4d in 2009... Gravatar Renegade3342015-03-171-4/+2
| * Fix a couple of helpop issues•••Fixes issue #949 reported by @webczat Gravatar Attila Molnar2014-11-291-2/+6
* | Merge insp20Gravatar Attila Molnar2014-07-251-71/+91
|\|
| * Some more helpop config updates.Gravatar Robby-2014-04-121-71/+91
* | Merge insp20Gravatar Attila Molnar2014-04-071-6/+4
|\|
| * Fix typo in helpop-full that prevented it from loading and other minor helpop...Gravatar Attila Molnar2014-04-061-1/+2
| * Major example configuration and helpop update•••Big thanks to @m4z (#621) and @Robby- (#630) who contributed a lot to this Gravatar Attila Molnar2014-04-041-5/+2
* | Add m_clearchan which removes users from a channel without sending n*(n+1)/2 ...Gravatar Attila Molnar2014-01-261-1/+1
* | Merge insp20Gravatar Attila Molnar2014-01-211-5/+5
|\|
| * Update example configs/helpopGravatar Attila Molnar2014-01-201-5/+5
* | Add m_showfile, remove cmd_rulesGravatar Attila Molnar2013-12-181-1/+1
* | Merge insp20Gravatar attilamolnar2013-08-301-1/+1
|\|
| * Update example configs, README.md and more•••- Fix typos, remove misleading information, rephrase a few sentences - Add info about hmac-<hash> hash types - Remove <performance:maxwho> (the code which used this was removed in 96e4434 - @SaberUK) - Change inspircd.github.org to inspircd.org Gravatar attilamolnar2013-08-271-1/+1
* | Added m_repeat - Allows for blocking of similiar messages•••Changes to the original module: - Parse settings using a sepstream, accept remote mode changes regardless of our config - Refuse to link when config settings differ - Style changes All ideas and features are the brainchild and work of Daniel Vassdal Gravatar Daniel Vassdal2013-06-101-0/+3
* | Purge the deprecated chanprotect module.Gravatar Peter Powell2013-04-011-4/+4
|/
* Reorganise configuration files:•••- Example config files now end with .conf.example. - Example text files now end with .txt.example. - Removed 'inspircd' from the name of multiple example files. - Added missing oper motd example file. Gravatar Peter Powell2013-03-021-0/+301