1273 Commits

Author SHA1 Message Date
Sadie Powell
120b777ffb Remove the now obsolete partmsg module.
Closes #979.
2023-07-06 18:30:18 +01:00
Sadie Powell
568be755ba Merge branch 'insp3' into master. 2023-07-06 15:11:43 +01:00
Sadie Powell
808188b444 Redocument <options:defaultmodes>. 2023-07-06 15:08:16 +01:00
Sadie Powell
168642c310 Redocument <connect:modes> and set commonchans by default.
This mode is fairly unintrusive and prevents PM spam from bots that
do not share a channel.
2023-07-06 14:59:35 +01:00
Hendrik Jäger
cf8bb99155 Sync helpop chmodes s and p with docs 2023-07-06 11:10:10 +01:00
Sadie Powell
65a0c1430e Merge the svshold module into the services module. 2023-07-01 14:01:21 +01:00
Sadie Powell
1e20faa07f Misc grammar fixes. 2023-06-29 19:29:59 +01:00
Sadie Powell
29705306f2 Retain the "real" username properly like we do for hostnames.
This introduces the concept of a real username. This value comes
from either the initial USER message or from an ident lookup. Doing
this allows us to use it for bans through vidents and cloaking web
client users using their remote username.

While changing this I also changed all of the uses of "ident" other
than RFC 1413 lookups and some compatibility cases to refer to
usernames as user(name) instead of ident. Our use of ident in these
places was incorrect as that only refers to the RFC 1413 response
and is not commonly used in the way we used it by any other IRC
server implementations.
2023-06-29 17:01:25 +01:00
Sadie Powell
4d9eae31ab Merge branch 'insp3' into master. 2023-06-29 15:54:53 +01:00
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
88c94d57aa Fix the documentation of <connect:useident>. 2023-06-29 13:13:07 +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