Sadie Powell
2b6dcdee3f
Fix various docs issues.
...
Ref: #2099 .
2024-06-30 22:09:21 +01:00
Sadie Powell
f7194cb8b3
Tell people to use the main ChatSpike domain not our alias.
2024-06-28 10:14:26 +01:00
InspIRCd Robot
ef382701fa
Update author list.
2024-06-21 10:30:34 +01:00
Sadie Powell
31541a8645
Make filenames a bit more friendly for Windows users.
2024-06-17 17:32:53 +01:00
Sadie Powell
be8f97b4a5
Resort the module config file to be alphabetical.
2024-06-17 16:37:57 +01:00
InspIRCd Robot
db18817067
Update author list.
2024-06-14 09:07:49 +01:00
Sadie Powell
ba19a3259b
Update Doxygen config and fix some warnings.
2024-06-11 20:29:04 +01:00
Sadie Powell
748f3c6200
Add /GL and /GLOBAL to the generic services config file.
2024-06-07 19:29:17 +01:00
Sadie Powell
c18499a332
Rename regex_pcre back to regex_pcre2.
...
This rename happened before we had config compatibility and it doesn't
make sense to keep it anymore.
2024-06-07 19:19:19 +01:00
Sadie Powell
07d7535281
Add support for non-web WebSocket connections.
...
Closes #2066 .
2024-05-23 14:22:45 +01:00
Sadie Powell
c3cff63dca
Make passwords for oper accounts optional.
...
This allows restricting an oper account based on other data such
as TLS fingerprint or services account but without logging them in
automatically like autologin.
2024-05-16 12:29:32 +01:00
Sadie Powell
e24ea1723c
Move ssl_mbedtls to inspircd-contrib.
...
Closes #2088 .
2024-04-15 21:45:42 +01:00
Sadie Powell
4931b94e96
Only abort SASL sessions if the user is using sasl-3.1.
...
This is a compromise to allow modern clients to authenticate
quickly whilst not breaking old clients.
This reverts commit 4b8e69882e8b591102bfb03da1425b04c43272de.
2024-03-24 21:38:25 +00:00
Sadie Powell
4e52832bff
Allow rmode to remove all modes matching a specific user.
2024-03-24 17:06:55 +00:00
Sadie Powell
4b8e69882e
Add an option for opting-out of aborting incomplete authentication.
...
This goes against the expectations of the spec which can break
some clients but also not doing this can break others. Blah.
2024-03-01 15:40:07 +00:00
InspIRCd Robot
4ffd224438
Update author list.
2024-03-01 10:46:04 +00:00
Sadie Powell
c8a892005d
Merge the topiclock module into the services module.
2024-02-27 17:44:31 +00:00
Sadie Powell
118f729e86
Merge the mlock module into the services module.
2024-02-27 17:44:31 +00:00
Sadie Powell
ebd03383f8
Allow using multiple SSL fingerprint algorithms.
...
Closes #1804 .
2024-02-19 18:46:05 +00:00
Sadie Powell
32e60618e1
Allow changing the case of cloak values in cloak_user.
2024-02-19 13:01:52 +00:00
Sadie Powell
b2807d5bb2
Rename the hmac-sha256-ip cloak engine to hmac-sha256-addr.
...
This engine cloaks the socket address which may not necessarily be
an IP address.
2024-02-12 13:58:11 +00:00
Sadie Powell
72b39087b1
Fix the name of the cloak_sha256 module.
2024-02-12 13:58:11 +00:00
Sadie Powell
f2652e25b6
Add the fingerprint cloak method to the cloak_user module.
2024-01-13 19:10:47 +00:00
Sadie Powell
34591ec89f
Merge branch 'insp3' into master.
2023-12-22 22:01:09 +00:00
InspIRCd Robot
172b1f9f94
Update author list.
2023-12-22 19:27:30 +00:00
satmd
482ba7e0b5
Document the PROP command.
...
Backport of f60c060 from git master.
2023-12-22 19:27:26 +00:00
satmd
f60c060b6b
Document the PROP command.
2023-12-22 18:57:11 +00:00
Sadie Powell
ec0dd57538
Disable the TLS welcome notice by default.
...
This is just needless spam for the vast majority of users.
2023-11-23 15:42:20 +00:00
Sadie Powell
59845198e1
Merge branch 'insp3' into master.
2023-11-14 15:15:33 +00:00
Sadie Powell
a3e0c33f37
Add some more useful aliases to the generic services example.
2023-11-14 00:14:39 +00:00
Sadie Powell
1f45b74437
Allow using $address for the user IP address in alias templates.
...
Closes #2068 .
2023-11-12 19:30:40 +00:00
Sadie Powell
e86a159293
Allow disabling LIST completely for unregistered users.
2023-10-03 22:04:44 +01:00
Sadie Powell
136a1ef6a2
Add an option for including the setter's full mask in list modes.
2023-09-21 20:17:13 +01:00
Sadie Powell
e9271fcb49
Rename <options:hostintopic> to <options:maskintopic>.
...
This option stores the user *mask* not the user host so the old
name is incorrect.
2023-09-21 20:06:39 +01:00
Sadie Powell
9adcc16396
Allow using SSLINFO with no params to view your own cert details.
2023-09-13 07:48:24 +01:00
Sadie Powell
b17a3abbd1
Rename the namesx module to multiprefix.
...
Now the module only implements the IRCv3 capability this is a more
accurate name. If users want the protoctl method they can install
the protoctl module from contrib as before.
2023-08-14 08:24:57 +01:00
Sadie Powell
161aef1848
Add an extban for matching against an operator account.
2023-08-09 06:19:24 +01:00
Sadie Powell
bcd4dbfb5d
Make ldapauth take an enum field for the username field.
2023-08-06 00:23:50 +01:00
Sadie Powell
43bafdbfcb
Fix some links that point to the v3 docs to point to the v4 docs.
2023-07-25 10:10:15 +01:00
Sadie Powell
3f3c2583be
Also allow suffixing with -line[d] if an X-line is two characters.
...
This makes things easier for modules like require_auth in contrib
which has a GA-line.
2023-07-25 09:48:50 +01:00
Sadie Powell
2ee3fb86dd
Add the %created% and %fulltype% variables for the X-line reason.
2023-07-25 08:58:08 +01:00
Sadie Powell
e6d342d89f
Make the X-line quit message format a lot more flexible.
2023-07-21 18:12:46 +01:00
Sadie Powell
a2d6e36abe
Remove the ability to treat notices specially in delaymsg.
2023-07-21 15:57:32 +01:00
Sadie Powell
470805acf6
Allow hiding silenced users messages instead of blocking.
...
Implements part 1 of #1606 .
2023-07-21 13:23:30 +01:00
Sadie Powell
68480cee67
Add incremental backoff to the filter/permchannels/xline_db modules.
...
Closes #1671 .
2023-07-21 11:50:32 +01:00
Sadie Powell
3854c3f8e3
Merge branch 'insp3' into master.
2023-07-10 09:59:29 +01:00
Sadie Powell
d9a0ca0102
Update the description of the ircv3 module.
2023-07-10 07:53:29 +01:00
Sadie Powell
8553119ac7
The announceinvites setting is in <security> not <options>.
2023-07-10 07:45:42 +01:00
Sadie Powell
de72202cb3
Allow hiding small channels from /LIST past the securelist wait time.
2023-07-09 17:23:15 +01:00
Sadie Powell
7ba0917bab
Fix a typo in the example configs.
...
Reported by @siniStar7.
2023-07-07 15:40:36 +01:00