aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf/helpop.conf.example
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'insp3' into master.Gravatar Sadie Powell2021-07-011-4/+7
|\
| * Add the new chanhistory umode to the example helpop.Gravatar Matt Schatz2021-06-201-0/+2
| * Fix a typo in the previous commit.Gravatar Matt Schatz2021-06-201-1/+1
| * Synchronize servlist syntax and helpop with the docs page.Gravatar Matt Schatz2021-06-201-4/+5
* | Demote the lockserv module to inspircd-contrib.Gravatar Sadie Powell2021-06-011-16/+6
* | Demote the clones module to inspircd-contrib.Gravatar Sadie Powell2021-06-011-15/+10
* | Demote the censor module to inspircd-contrib.Gravatar Sadie Powell2021-06-011-5/+0
* | Refer to encryption as TLS instead of SSL in all messages.Gravatar Sadie Powell2021-04-081-5/+5
* | Rename gecosban to realnameban.Gravatar Sadie Powell2021-03-051-2/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-02-281-8/+15
|\|
| * Fix a grammar issue in the helpop config.Gravatar Sadie Powell2021-02-221-1/+1
| * Add a command to the cgiirc module for encoding/decoding hex idents.Gravatar Sadie Powell2021-02-211-8/+15
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-12-041-2/+0
|\|
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-10-271-5/+5
|\|
| * Update the helpop docs for the recent PING/PONG changes.Gravatar Sadie Powell2020-10-261-2/+2
| * m_cban: Implement support for channel masks•••Allows wildcards to be used Gravatar Michael2020-10-241-3/+3
* | Remove MODENOTICE from the oper command help too.Gravatar Sadie Powell2020-09-271-7/+7
* | Purge the obsolete modenotice module.Gravatar Sadie Powell2020-09-271-6/+0
|/
* Add SERVLIST to the example helpop.Gravatar Matt Schatz2020-04-281-4/+10
* Update user-facing text and comments of SSL to TLS.Gravatar Matt Schatz2020-04-141-5/+5
* Correct a module name typo.Gravatar Matt Schatz2020-03-241-1/+1
* Add support for setting the help topic in helpop.Gravatar Sadie Powell2020-01-151-343/+339
* Various improvements for the helpop module.•••- Ensure that the config is actually valid. This found an invalid entry in the default helpop configs. - Columize the index page and build it whilst reading the config instead of at request time. Gravatar Sadie Powell2020-01-131-1/+1
* Add repeat to the list of possible restriction types to exempt in helpop.conf...•••Fixes #1714. Gravatar Robby2019-10-071-0/+1
* m_filter: Minor cosmetic changes (#1645).Gravatar Robby2019-05-201-1/+1
* Add an option to the filter module to exclude registered users from a filter.Gravatar Filippo Cortigiani2019-05-201-1/+2
* Add umode O (override) to helpop.Gravatar Robby2019-05-091-0/+2
* Document the anticaps exemption.Gravatar Robby2019-05-061-0/+1
* cmd_names: Fix the syntax.Gravatar Robby2019-05-051-1/+1
* Textual improvements and fixes such as typos, casing, etc. (#1612)Gravatar Robby2019-04-281-31/+32
* Add the new implementation of the silence module.•••This module has significant improvements on the previous one: * Flags which actually make sense. * Better compatibility with other SILENCE implementations. * Support for blocking CTCPs. * Support for blocking TAGMSGs. Gravatar Peter Powell2019-04-181-0/+26
* Remove m_silence pending a complete rewrite.Gravatar Peter Powell2019-04-181-30/+0
* Replace the geoip module with geo_maxmind, geoban, and geoclass.•••MaxMind have EOL'd the library that the geoip module uses and have replaced it with libmaxminddb. The geoip module has been split into geo_maxmind which provides geolocation data, geoban which provides location-based channel bans, and geoclass which is used to filter a user into a connect class based on location. Gravatar Peter Powell2019-04-151-1/+1
* Use a consistent naming scheme for operator privileges.•••- users/callerid-override is now users/ignore-callerid. - users/privdeaf-override is now users/ignore-privdeaf. Gravatar Peter Powell2019-04-041-1/+1
* Merge extras/m_privdeaf into m_deaf and update documentation.•••- Merge the 2.0 extras module m_privdeaf (usermode +D for deaf to user messages and notices) as they have a similar purpose. - Improve the channel deaf logic where a known case of bypassing still looped the channel userlist building an empty exemption list. - Improve the comments within the code. - Update the documentation with the previously undocumented configuration to deaf and the new privdeaf configuration. Gravatar Matt Schatz2019-04-031-0/+2
* Minor text fixes for m_filter.Gravatar Robby2019-02-191-4/+4
* Various text improvements: consistency, syntax, help and doc updates/fixes.Gravatar Robby2019-02-181-175/+227
* Move the close and jumpserver modules to inspircd-extras.•••- The close module is borderline useless. - The jumpserver numeric is supported by barely any clients and has various security problems. Gravatar Peter Powell2019-02-151-35/+10
* Re-tabularise the helpop cuser/coper command lists.Gravatar Peter Powell2019-02-091-35/+20
* Unify the helpop and helpop-full config files.Gravatar Peter Powell2019-02-091-3/+807
* Improve X-line text consistency.•••- Change any "-Line", ":Line", or "*line" to "-line" throughout the X-line code, comments, and documentation. - Add periods to the end of some notices. - Correct a typo in the Q-line code comments. - Update the filter module documentation (shun addition). Co-authored-by: Robby <robby@chatbelgie.be> Gravatar Matt Schatz2019-01-091-2/+2
* Fix the example help files using the wrong name for <helpmsg:nohelp>.•••Thanks to @genius3000 for pointing this out. Gravatar Peter Powell2018-12-091-1/+1
* Fix a numeric collision with UnrealIRCd's help numerics.•••We were not using these correctly and the ircd-ratbox numerics are more widely supported so using those is better. Gravatar Peter Powell2018-12-091-3/+2
* 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