Sadie Powell
bc8646bde6
Fix some minor formatting issues in the previous commit.
2023-06-29 14:52:14 +01:00
Sadie Powell
818e89579f
Refactor the cloak_user module for upcoming username changes.
2023-06-29 14:50:44 +01:00
Sadie Powell
058f967181
Move example link config include to example module config file.
2023-06-25 08:56:44 +01:00
Sadie Powell
784c40eda7
Remove an obosolute workaround in the example module config.
2023-06-25 08:43:43 +01:00
Sadie Powell
ff15c2c016
Document the sslinfo config better.
2023-06-25 00:28:43 +01:00
Sadie Powell
f9416899c5
Replace <cloak:sanitize> with <cloak:invalidchar>.
...
This adds support for truncating values e.g. with the nick foo|afk
a user will receive a cloak of "foo".
2023-06-20 19:17:11 +01:00
Sadie Powell
328658363c
Suggest using cloak_user to cloak IRCCloud users.
2023-06-20 16:27:40 +01:00
Sadie Powell
6137aea728
Add support for cloaking users by their ident/username.
2023-06-20 15:40:25 +01:00
Sadie Powell
7f6ffa0bda
Merge the cloak_account and cloak_nick modules.
...
These modules are 90% identical and were only separate because
before commit 78cd3898f5 we could not conditionally regenerate
cloaks.
2023-06-20 15:36:54 +01:00
Sadie Powell
7d202728c8
Merge branch 'insp3' into master.
2023-06-17 19:05:08 +01:00
InspIRCd Robot
b747b517c1
Update author list.
2023-06-16 11:49:41 +01:00
Sadie Powell
75fbb10068
Implement support for SPKI fingerprints into the sslinfo module.
2023-06-11 13:52:42 +01:00
Sadie Powell
46682d495b
Allow users to override SVSHOLDs for nicks in their nick group.
2023-06-05 13:15:22 +01:00
Sadie Powell
ca2c063feb
Remove docs for a config option that was removed in v4.
2023-06-03 18:59:41 +01:00
Sadie Powell
15fcf2c761
Allow customising who can receive the joinflood close notification.
...
Closes #1747 .
2023-05-07 12:14:43 +01:00
Sadie Powell
7c51e3cce9
Remove the now-obsolete hostchange module.
...
Closes #2025 .
2023-05-02 14:12:32 +01:00
Sadie Powell
906142676e
Add the cloak_static module to cloak using a fixed value.
2023-05-02 14:10:43 +01:00
Sadie Powell
96eab46e44
Add the cloak_nick module to cloak based on a nickname.
2023-05-02 14:10:27 +01:00
Sadie Powell
9f9714c202
Add the cloak_account module to cloak based on an account name/id.
2023-05-02 14:10:07 +01:00
Sadie Powell
8f898fd901
Redocument the cloak_md5 module.
2023-05-02 13:39:35 +01:00
Sadie Powell
aae97bda3e
Add <cloak:class> to limit cloaks to a specific connect class.
2023-05-02 13:33:31 +01:00
Sadie Powell
3c056d489c
Merge branch 'insp3' into master.
2023-04-27 11:00:42 +01:00
Sadie Powell
f0962e0b34
Replace <sqlauth:allowpattern> with <sqlexemption>.
...
Partially implements #2030 .
2023-04-20 11:59:22 +01:00
Sadie Powell
87f8c35e03
Merge <ldapauth:allowpattern> and <ldapwhitelist>.
...
Closes #1478 .
2023-04-20 11:52:03 +01:00
Sadie Powell
f8614ea985
Allow customising the message shown when hiding an X-line ban.
2023-04-18 14:21:11 +01:00
Sadie Powell
4e1d7b84f5
Warn users when their client certificate is about to expire.
...
Closes #1938 .
2023-03-01 20:45:07 +00:00
Sadie Powell
8efe8fac9a
Fix a typo in the example module config.
2023-02-28 13:54:33 +00:00
Sadie Powell
f72b30c9fa
Allow differentiating non-oper helpers from opers.
2023-02-27 21:53:58 +00:00
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
f3a023523f
Include more stuff in the Doxygen documentation.
2023-01-24 08:02:56 +00:00
Sadie Powell
d19a5dc83b
Document how users should enable extra modules better.
2023-01-24 03:02:10 +00:00
Sadie Powell
7edc627317
Replace VAFORMAT/InspIRCd::Format/... with fmt::sprintf.
2023-01-23 13:07:53 +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