Sadie Powell
0000a90d57
Allow user mode +h (helpop) to override +H (hideoper) in /STATS P.
...
Now we include +h users in the output inclusion doesn't inherently
mean the user is an oper.
Closes #1212 .
2023-02-27 21:40:20 +00:00
Sadie Powell
c2e954903a
Rename the helpop module to help.
2023-02-27 11:13:12 +00:00
Sadie Powell
7110a0e00b
Split the help mode out from the helpop module.
2023-02-27 11:05:21 +00:00
Sadie Powell
1a830b5679
Merge the servprotect module into the services module.
2023-02-19 19:29:20 +00:00
Sadie Powell
3b02e291cd
Refactor the chanhistory mode handler and allow limiting the duration.
2023-02-14 17:40:22 +00:00
Sadie Powell
06d801b527
Merge branch 'insp3' into master.
2023-02-14 09:21:59 +00:00
Sadie Powell
297212ca4d
Switch to the IRCv3 standard-replies cap.
...
Nothing is using this so far so I'm not counting it as a breaking
change.
2023-02-13 14:27:51 +00:00
Sadie Powell
416661d17d
Add an option so local non-SSL users can be seen as securely connected.
2023-02-11 09:30:22 +00:00
Sadie Powell
b75fbe320d
Add more action types to the repeat module.
2023-02-05 10:46:11 +00:00
Sadie Powell
2aa5cfa90e
Refactor the messageflood module and add more action types.
...
This doesn't touch help yet because I want to rewrite it soon.
Closes #311 .
Closes #471 .
Closes #1032 .
2023-02-03 20:29:10 +00:00
Sadie Powell
d19a5dc83b
Document how users should enable extra modules better.
2023-01-24 03:02:10 +00:00
Sadie Powell
7bd8091f6b
Use the underlying transport method for pinging idle clients.
...
Closes #1998 .
2023-01-21 12:54:07 +00:00
Sadie Powell
bae5486e00
Fix some typos in the cloak_sha256 example config.
2023-01-18 14:40:46 +00:00
Sadie Powell
88a0ef203e
Allow setting a different hostparts option for UNIX sockets.
...
This defaults to 1 as it doesn't really make sense to expose more
than just this.
2023-01-18 14:22:39 +00:00
Sadie Powell
c3ed3fc7e3
Allow cloak_sha256 to only cloak IP addresses and not hostnames.
2023-01-15 20:32:03 +00:00
Sadie Powell
b4dcaaaa62
Allow setting <cloak:psl> to "system" to use the system database.
2023-01-14 03:44:24 +00:00
Sadie Powell
bc6d98c931
Add support for using the Public Suffix List in cloak_sha256.
...
Closes #1658 .
2023-01-14 01:43:06 +00:00
Sadie Powell
e7084112fa
Document the cloak_sha256 <cloak:case> option.
2023-01-13 10:02:09 +00:00
Sadie Powell
b680306816
Add a new cloak system that cloaks using HMAC-SHA256.
...
Closes #1107 .
The core of the cloaking algorithm this uses is heavily inspired
by the Plexus4 cloak_hmac_sha256 module written by Adam. I've made
a few changes to the rest of it to work more like the old InspIRCd
cloaking system as well as adding the option for configuring the
case of the character table used for cloaking.
Co-authored-by: Adam <Adam@anope.org>
Co-authored-year: 2017
2023-01-13 07:02:02 +00:00
Sadie Powell
32258f5b11
Convert the cloak_md5 module to the new cloak system.
2023-01-13 07:01:03 +00:00
Sadie Powell
5da15b0c5a
Add the core of the new cloak implementation.
2023-01-13 07:01:03 +00:00
Sadie Powell
05168e3549
Merge branch 'insp3' into master.
2022-12-25 22:44:50 +00:00
Sadie Powell
3af79a556e
Add SSL support to the mysql module.
2022-12-18 18:21:28 +00:00
Sadie Powell
61c4b2cc73
Update some references to services_account that were missed.
2022-12-11 08:48:12 +00:00
Sadie Powell
0de5151eec
Add support for per-oper/opertype operator MOTDs.
2022-12-09 16:13:55 +00:00
Sadie Powell
0a03eada1c
Import regex_pcre2 from inspircd-contrib.
...
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.
2022-12-05 07:18:32 +00:00
Sadie Powell
1736775c76
Rename the services_account module to account.
2022-10-18 10:59:57 +01:00
Sadie Powell
fbed3eca25
Split out channel and user mode +r into a separate module.
2022-10-18 10:59:57 +01:00
Sadie Powell
cf47e0f3f8
Add support for logging JSON to stdout and stderr.
2022-08-24 00:13:14 +01:00
Sadie Powell
d74c70a364
Merge branch 'insp3' into master.
2022-08-04 18:52:55 +01:00
Sadie Powell
3eda1aa7fa
WebSockets are a HTTP feature not a HTML5 feature.
2022-08-04 17:31:57 +01:00
Sadie Powell
46be9aec2e
Replace <showwhois:showfromopers> with an operator privilege.
2022-07-21 18:27:53 +01:00
Sadie Powell
0f84414b39
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 11:33:26 +01:00
Sadie Powell
5536a73230
Merge branch 'insp3' into master.
2022-06-22 00:40:13 +01:00
Sadie Powell
30f64f9225
Fix the parameter documentation for the repeat mode.
2022-06-15 22:08:39 +01:00
Sadie Powell
72ecbb3285
Convert passforward to use the new template system.
2022-06-15 13:00:09 +01:00
Sadie Powell
844a3505e9
Update links to point to the upcoming v4 docs.
...
[skip alpine ci]
[skip macos ci]
[skip windows ci]
[skip ubuntu ci]
2022-05-18 16:49:20 +01:00
Sadie Powell
a44a6cfab7
Implement support for JSON logging.
2022-05-02 15:10:10 +01:00
Sadie Powell
c382faf9c9
Rewrite the entire logging system.
...
- 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.
2022-05-01 22:07:04 +01:00
Sadie Powell
9fbcb685e8
Merge branch 'insp3' into master.
2022-04-21 16:32:29 +01:00
Sadie Powell
cdd80af74c
Add support for automatically expiring the override user mode.
2022-04-21 16:17:10 +01:00
Sadie Powell
a810c07ccf
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 08:35:26 +01:00
Sadie Powell
72372136c4
Merge branch 'insp3' into master.
2022-04-05 23:37:33 +01:00
Sadie Powell
f20fa911c4
Increase the default connectban ban duration from 10m to 6h.
...
10m is borderline useless for preventing bot floods.
2022-04-05 18:28:31 +01:00
Sadie Powell
dcd1bdf3de
Undocument removed config option.
2022-03-27 16:00:42 +01:00
Sadie Powell
f06ea52d0a
Merge branch 'insp3' into master.
2022-03-27 15:30:41 +01:00
Sadie Powell
770b8ec192
Add support for blocking invites to the commonchans module.
2022-03-23 14:33:57 +00:00
Sadie Powell
9260644ce9
Fix a typo in the connectban example config docs.
2022-03-22 15:31:31 +00:00
Sadie Powell
c87703e2a7
Rename <connectban:duration> to <connectban:banduration>.
2022-03-22 15:27:39 +00:00
Sadie Powell
2d329701db
Merge branch 'insp3' into master.
2022-03-11 14:52:56 +00:00