| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'insp3' into master. | 2022-12-25 | 2 | -1/+2 | |
| |\ | |||||
| | * | Add an oper priv for exempting opers from blockamsg. | 2022-12-19 | 1 | -0/+1 | |
| | | | | | | | | | Closes #2007. | ||||
| | * | Add SSL support to the mysql module. | 2022-12-18 | 1 | -1/+1 | |
| | | | |||||
| * | | Move <oper:autologin> from m_sslinfo to core_oper and rework. | 2022-12-11 | 1 | -4/+12 | |
| | | | | | | | | | | | | | | | | | - Promote autologin to a core concept with visibility in events. - Replace the binary yes/no value with strict/relaxed/never. This intentionally breaks v3 oper block autologin as admins will need to review them for the security implications of the new behaviour. | ||||
| * | | Update some references to services_account that were missed. | 2022-12-11 | 3 | -11/+11 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-12-10 | 1 | -6/+6 | |
| |\| | |||||
| | * | Allow specifying multiple masks when adding an X-line. | 2022-12-10 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | The only exemptions for this are RLINE (a real name might contains commas) and SVSHOLD (sent by services only). Closes #1972. | ||||
| * | | Allow restricting an oper account based on services account. | 2022-12-10 | 1 | -1/+5 | |
| | | | |||||
| * | | Add support for per-oper/opertype operator MOTDs. | 2022-12-09 | 2 | -9/+11 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-12-09 | 1 | -10/+11 | |
| |\| | |||||
| | * | Update author list. | 2022-12-08 | 1 | -10/+11 | |
| | | | |||||
| | * | Import regex_pcre2 from inspircd-contrib. | 2022-12-05 | 1 | -0/+7 | |
| | | | | | | | | | | | | | The original plan was to make the PCRE2 switch happen in v3 but it seems that distributions are beginning to unpackage the old pcre library already. | ||||
| * | | Merge branch 'insp3' into master. | 2022-12-04 | 1 | -5/+9 | |
| |\| | |||||
| | * | Update Doxygen config for the latest version. | 2022-12-03 | 1 | -5/+9 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-10-29 | 1 | -2/+2 | |
| |\| | |||||
| | * | Fix the documentation of <options:defaultmodes>. | 2022-10-29 | 1 | -2/+2 | |
| | | | |||||
| * | | Rename session registration to connection to avoid a semantic conflict. | 2022-10-29 | 1 | -3/+3 | |
| | | | | | | | | | | | | | We previously referred to both session registration and user registration as "registration" which is confusing for users who aren't familiar with how IRC works. | ||||
| * | | Allow requiring users to be logged into their nick for requireaccount. | 2022-10-18 | 1 | -0/+2 | |
| | | | |||||
| * | | Rename the services_account module to account. | 2022-10-18 | 2 | -12/+6 | |
| | | | |||||
| * | | Split out channel and user mode +r into a separate module. | 2022-10-18 | 1 | -4/+11 | |
| | | | |||||
| * | | Add support for logging JSON to stdout and stderr. | 2022-08-24 | 1 | -1/+9 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-08-04 | 2 | -2/+2 | |
| |\| | |||||
| | * | WebSockets are a HTTP feature not a HTML5 feature. | 2022-08-04 | 2 | -2/+2 | |
| | | | |||||
| * | | Update author list. | 2022-07-22 | 1 | -2/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-07-22 | 1 | -5/+6 | |
| |\| | |||||
| | * | Update author list. | 2022-07-20 | 1 | -5/+5 | |
| | | | |||||
| * | | Replace <showwhois:showfromopers> with an operator privilege. | 2022-07-21 | 2 | -7/+3 | |
| | | | |||||
| * | | Move the userip module to contrib. | 2022-06-28 | 2 | -11/+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. | 2022-06-22 | 2 | -1/+2 | |
| |\| | |||||
| | * | Add support for escaping hex colour codes | 2022-06-19 | 1 | -0/+1 | |
| | | | | | | | | | This is not widely supported but we should have an escape regardless. | ||||
| | * | Fix the parameter documentation for the repeat mode. | 2022-06-15 | 1 | -1/+1 | |
| | | | |||||
| * | | Convert passforward to use the new template system. | 2022-06-15 | 1 | -6/+6 | |
| | | | |||||
| * | | Update links to point to the upcoming v4 docs. | 2022-05-18 | 3 | -21/+21 | |
| | | | | | | | | | | | | | | | [skip alpine ci] [skip macos ci] [skip windows ci] [skip ubuntu ci] | ||||
| * | | Fix various Doxygen comment issues. | 2022-05-02 | 1 | -0/+2 | |
| | | | |||||
| * | | Implement support for JSON logging. | 2022-05-02 | 1 | -0/+11 | |
| | | | |||||
| * | | Shuffle the sql schemas around a bit. | 2022-05-01 | 4 | -0/+0 | |
| | | | |||||
| * | | Rewrite the entire logging system. | 2022-05-01 | 6 | -49/+81 | |
| | | | | | | | | | | | | | - Much cleaner API for writing to the log. - Adds support for stderr and stdout logging to the core. - Adds support for sql and syslog logging in modules. | ||||
| * | | Merge branch 'insp3' into master. | 2022-04-29 | 2 | -4/+7 | |
| |\| | |||||
| | * | Update author list. | 2022-04-28 | 1 | -3/+4 | |
| | | | |||||
| | * | Document the 'G' WHO flag. | 2022-04-28 | 1 | -0/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-04-26 | 1 | -9/+7 | |
| |\| | |||||
| | * | Update Doxygen config for the latest version. | 2022-04-21 | 1 | -9/+7 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-04-21 | 2 | -3/+8 | |
| |\| | |||||
| | * | Add support for automatically expiring the override user mode. | 2022-04-21 | 1 | -1/+8 | |
| | | | |||||
| | * | Fix doxygen to include the public module header files. | 2022-04-17 | 1 | -2/+1 | |
| | | | |||||
| * | | Allow normalising extbans to a specific format. | 2022-04-17 | 1 | -0/+9 | |
| | | | | | | | | | Also, fix canonicalisation of acting extban values. | ||||
| * | | Remove FPART, force REMOVE to always use the new syntax. | 2022-04-16 | 2 | -15/+9 | |
| | | | | | | | | | | | | | | | | | 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. | 2022-04-05 | 1 | -1/+1 | |
| |\| | |||||
| | * | Increase the default connectban ban duration from 10m to 6h. | 2022-04-05 | 1 | -1/+1 | |
| | | | | | | | | | 10m is borderline useless for preventing bot floods. | ||||
| * | | Merge branch 'insp3' into master. | 2022-04-01 | 1 | -0/+1 | |
| |\| | |||||
