| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename the helpop module to help. | 2023-02-27 | 1 | -1131/+0 | |
| * | Merge the servprotect module into the services module. | 2023-02-19 | 1 | -1/+1 | |
| * | Convert the cloak_md5 module to the new cloak system. | 2023-01-13 | 1 | -1/+1 | |
| * | Update some references to services_account that were missed. | 2022-12-11 | 1 | -7/+7 | |
| * | Merge branch 'insp3' into master. | 2022-12-10 | 1 | -6/+6 | |
| |\ | |||||
| | * | Allow specifying multiple masks when adding an X-line.•••The only exemptions for this are RLINE (a real name might contains commas) and SVSHOLD (sent by services only). Closes #1972. | 2022-12-10 | 1 | -6/+6 | |
| * | | Move the userip module to contrib.•••This module only exists for UnrealIRCd compatibility and provides the same functionality as the check module but less useful. | 2022-06-28 | 1 | -5/+1 | |
| * | | Merge branch 'insp3' into master. | 2022-04-29 | 1 | -0/+2 | |
| |\| | |||||
| | * | Document the 'G' WHO flag. | 2022-04-28 | 1 | -0/+2 | |
| * | | Remove FPART, force REMOVE to always use the new syntax.•••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. | 2022-04-16 | 1 | -13/+8 | |
| * | | Merge branch 'insp3' into master. | 2022-03-19 | 1 | -1/+3 | |
| |\| | |||||
| | * | Add support for the <count> param of WHOWAS (#1968)•••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 | 2022-03-19 | 1 | -1/+3 | |
| * | | Replace some references to ssl with tls. | 2021-12-08 | 1 | -3/+3 | |
| * | | Merge branch 'insp3' into master. | 2021-11-24 | 1 | -3/+6 | |
| |\| | |||||
| | * | Fix the SSLINFO helpop not describing SSLINFO on channels. | 2021-11-16 | 1 | -3/+6 | |
| * | | Change operlog to log to snomask o (oper). | 2021-09-23 | 1 | -2/+0 | |
| * | | Merge branch 'insp3' into master. | 2021-09-01 | 1 | -1/+1 | |
| |\| | |||||
| | * | Replace certfp with sslfp in sqlauth and helpop.•••Once we implement SPKI fingerprints the old name will be inaccurate. | 2021-08-28 | 1 | -1/+1 | |
| * | | Fix some places where U-line -> service was missed. | 2021-08-29 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-08-26 | 1 | -0/+2 | |
| |\| | |||||
| | * | Document the w extban. | 2021-08-20 | 1 | -0/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-07-01 | 1 | -4/+7 | |
| |\| | |||||
| | * | Add the new chanhistory umode to the example helpop. | 2021-06-20 | 1 | -0/+2 | |
| | * | Fix a typo in the previous commit. | 2021-06-20 | 1 | -1/+1 | |
| | * | Synchronize servlist syntax and helpop with the docs page. | 2021-06-20 | 1 | -4/+5 | |
| * | | Demote the lockserv module to inspircd-contrib. | 2021-06-01 | 1 | -16/+6 | |
| * | | Demote the clones module to inspircd-contrib. | 2021-06-01 | 1 | -15/+10 | |
| * | | Demote the censor module to inspircd-contrib. | 2021-06-01 | 1 | -5/+0 | |
| * | | Refer to encryption as TLS instead of SSL in all messages. | 2021-04-08 | 1 | -5/+5 | |
| * | | Rename gecosban to realnameban. | 2021-03-05 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-02-28 | 1 | -8/+15 | |
| |\| | |||||
| | * | Fix a grammar issue in the helpop config. | 2021-02-22 | 1 | -1/+1 | |
| | * | Add a command to the cgiirc module for encoding/decoding hex idents. | 2021-02-21 | 1 | -8/+15 | |
| * | | Merge branch 'insp3' into master. | 2020-12-04 | 1 | -2/+0 | |
| |\| | |||||
| * | | Merge branch 'insp3' into master. | 2020-10-27 | 1 | -5/+5 | |
| |\| | |||||
| | * | Update the helpop docs for the recent PING/PONG changes. | 2020-10-26 | 1 | -2/+2 | |
| | * | m_cban: Implement support for channel masks•••Allows wildcards to be used | 2020-10-24 | 1 | -3/+3 | |
| * | | Remove MODENOTICE from the oper command help too. | 2020-09-27 | 1 | -7/+7 | |
| * | | Purge the obsolete modenotice module. | 2020-09-27 | 1 | -6/+0 | |
| |/ | |||||
| * | Add SERVLIST to the example helpop. | 2020-04-28 | 1 | -4/+10 | |
| * | Update user-facing text and comments of SSL to TLS. | 2020-04-14 | 1 | -5/+5 | |
| * | Correct a module name typo. | 2020-03-24 | 1 | -1/+1 | |
| * | Add support for setting the help topic in helpop. | 2020-01-15 | 1 | -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. | 2020-01-13 | 1 | -1/+1 | |
| * | Add repeat to the list of possible restriction types to exempt in helpop.conf...•••Fixes #1714. | 2019-10-07 | 1 | -0/+1 | |
| * | m_filter: Minor cosmetic changes (#1645). | 2019-05-20 | 1 | -1/+1 | |
| * | Add an option to the filter module to exclude registered users from a filter. | 2019-05-20 | 1 | -1/+2 | |
| * | Add umode O (override) to helpop. | 2019-05-09 | 1 | -0/+2 | |
| * | Document the anticaps exemption. | 2019-05-06 | 1 | -0/+1 | |
| * | cmd_names: Fix the syntax. | 2019-05-05 | 1 | -1/+1 | |
