summaryrefslogtreecommitdiff
path: root/docs/conf/helpop.conf.example
AgeCommit message (Collapse)Author
2021-06-11Sync helpop chmodes s and p with docsHEADinsp3-update-helpop-chmodes-s-and-pHendrik Jäger
2021-02-22Fix a grammar issue in the helpop config.Sadie Powell
2021-02-21Add a command to the cgiirc module for encoding/decoding hex idents.Sadie Powell
2020-10-26Update the helpop docs for the recent PING/PONG changes.Sadie Powell
2020-10-24m_cban: Implement support for channel masksMichael
Allows wildcards to be used
2020-04-28Add SERVLIST to the example helpop.Matt Schatz
2020-04-14Update user-facing text and comments of SSL to TLS.Matt Schatz
2020-03-24Correct a module name typo.Matt Schatz
2020-01-15Add support for setting the help topic in helpop.Sadie Powell
2020-01-13Various improvements for the helpop module.Sadie Powell
- 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.
2019-10-07Add repeat to the list of possible restriction types to exempt in ↵Robby
helpop.conf.example. Fixes #1714.
2019-05-20m_filter: Minor cosmetic changes (#1645).Robby
2019-05-20Add an option to the filter module to exclude registered users from a filter.Filippo Cortigiani
2019-05-09Add umode O (override) to helpop.Robby
2019-05-06Document the anticaps exemption.Robby
2019-05-05cmd_names: Fix the syntax.Robby
2019-04-28Textual improvements and fixes such as typos, casing, etc. (#1612)Robby
2019-04-18Add the new implementation of the silence module.Peter Powell
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.
2019-04-18Remove m_silence pending a complete rewrite.Peter Powell
2019-04-15Replace the geoip module with geo_maxmind, geoban, and geoclass.Peter Powell
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.
2019-04-04Use a consistent naming scheme for operator privileges.Peter Powell
- users/callerid-override is now users/ignore-callerid. - users/privdeaf-override is now users/ignore-privdeaf.
2019-04-03Merge extras/m_privdeaf into m_deaf and update documentation.Matt Schatz
- 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.
2019-02-19Minor text fixes for m_filter.Robby
2019-02-18Various text improvements: consistency, syntax, help and doc updates/fixes.Robby
2019-02-15Move the close and jumpserver modules to inspircd-extras.Peter Powell
- The close module is borderline useless. - The jumpserver numeric is supported by barely any clients and has various security problems.
2019-02-09Re-tabularise the helpop cuser/coper command lists.Peter Powell
2019-02-09Unify the helpop and helpop-full config files.Peter Powell
2019-01-09Improve X-line text consistency.Matt Schatz
- 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>
2018-12-09Fix the example help files using the wrong name for <helpmsg:nohelp>.Peter Powell
Thanks to @genius3000 for pointing this out.
2018-12-09Fix a numeric collision with UnrealIRCd's help numerics.Peter Powell
We were not using these correctly and the ircd-ratbox numerics are more widely supported so using those is better.
2018-09-25Add extban 'a' to m_gecosban.Renegade334
This has the format a:nick!user@host+gecos. e.g. a:*!*@abusive.host+*MegaBot?v2.0* Closes #1023. Closes #1026.
2018-08-24Improve the snotices sent out by the filter module.Peter Powell
- 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.
2018-08-07Remove the 'debug' snotice character.Peter Powell
2018-04-22Merge tag 'v2.0.26' into master.Peter Powell
2018-04-16Improve some documentation (#1483).Matt Schatz
* 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-full
2018-04-14Remove helpop sections which are now incorrect.Peter Powell
Both the static module flag and the CLEARCHAN command have been removed.
2018-04-11Change some usage of "gecos" to "real name"genius3000
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).
2018-02-11[2.0]: Helpop: Move extban 'U' from acting to matchinggenius3000
Already fixed in master in 8587df2
2018-01-07Add user mode +z for ssl-only private messages.Shawn Smith
Closes #468.
2017-11-06Enable using m_customprefix to alter core prefix modes.Peter Powell
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">
2017-10-21Helpop: Move extban 'U' from acting to matchinggenius3000
2017-10-21Helpop: Add extban 'n' - connect class bangenius3000
Commit a54497e added m_classban, this updates the helpop files.
2016-02-22Merge insp20Attila Molnar
2015-10-12Fix a few documentation problemsAttila Molnar
Fixes issues #1003, #1045 and #1085
2015-06-26Merge pull request #1059 from OVERdrive-IRC/m_repeat/fix-typoAttila Molnar
m_repeat: fix typo (similiar->similar)
2015-06-12m_repeat: fix typo (similiar->similar)James Lu
Also update docs/ accordingly
2015-05-20Update example configuration to say the new style module names everywhereAttila Molnar
2015-04-20Merge insp20Attila Molnar
2015-03-17Remove non-existant extban M: from docsRenegade334
extban M: has not existed since 2d732f4d in 2009...
2014-11-29Fix a couple of helpop issuesAttila Molnar
Fixes issue #949 reported by @webczat