aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf/helpop.conf.example
Commit message (Collapse)AuthorAgeFilesLines
* Rename the helpop module to help.Gravatar Sadie Powell2023-02-271-1131/+0
|
* Merge the servprotect module into the services module.Gravatar Sadie Powell2023-02-191-1/+1
|
* Convert the cloak_md5 module to the new cloak system.Gravatar Sadie Powell2023-01-131-1/+1
|
* Update some references to services_account that were missed.Gravatar Sadie Powell2022-12-111-7/+7
|
* Merge branch 'insp3' into master.Gravatar Sadie Powell2022-12-101-6/+6
|\
| * Allow specifying multiple masks when adding an X-line.Gravatar Sadie Powell2022-12-101-6/+6
| | | | | | | | | | | | | | The only exemptions for this are RLINE (a real name might contains commas) and SVSHOLD (sent by services only). Closes #1972.
* | Move the userip module to contrib.Gravatar Sadie Powell2022-06-281-5/+1
| | | | | | | | | | This module only exists for UnrealIRCd compatibility and provides the same functionality as the check module but less useful.
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-04-291-0/+2
|\|
| * Document the 'G' WHO flag.Gravatar Sadie Powell2022-04-281-0/+2
| |
* | Remove FPART, force REMOVE to always use the new syntax.Gravatar Sadie Powell2022-04-161-13/+8
| | | | | | | | | | | | | | | | FPART was deprecated in v3 when the parameters for REMOVE were switched. This does not need any compat layer changes as v3 always forwarded FPART as REMOVE.
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-03-191-1/+3
|\|
| * Add support for the <count> param of WHOWAS (#1968)Gravatar Val Lorentz2022-03-191-1/+3
| | | | | | | | | | | | | | Not very useful IMO, but every server but InspIRCd seems to implement it, and it's part of the RFCs: * https://datatracker.ietf.org/doc/html/rfc1459#section-4.5.3 * https://datatracker.ietf.org/doc/html/rfc2812#section-3.6.3
* | Replace some references to ssl with tls.Gravatar Sadie Powell2021-12-081-3/+3
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-11-241-3/+6
|\|
| * Fix the SSLINFO helpop not describing SSLINFO on channels.Gravatar Sadie Powell2021-11-161-3/+6
| |
* | Change operlog to log to snomask o (oper).Gravatar Sadie Powell2021-09-231-2/+0
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-09-011-1/+1
|\|
| * Replace certfp with sslfp in sqlauth and helpop.Gravatar Sadie Powell2021-08-281-1/+1
| | | | | | | | Once we implement SPKI fingerprints the old name will be inaccurate.
* | Fix some places where U-line -> service was missed.Gravatar Sadie Powell2021-08-291-2/+2
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-08-261-0/+2
|\|
| * Document the w extban.Gravatar Sadie Powell2021-08-201-0/+2
| |
* | 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 masksGravatar Michael2020-10-241-3/+3
| | | | | | | | Allows wildcards to be used
* | 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.Gravatar Sadie Powell2020-01-131-1/+1
| | | | | | | - 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.
* Add repeat to the list of possible restriction types to exempt in ↵Gravatar Robby2019-10-071-0/+1
| | | | | | helpop.conf.example. Fixes #1714.
* 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
|