| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge the svshold module into the services module. | 2023-07-01 | 1 | -15/+17 | |
| * | Misc grammar fixes. | 2023-06-29 | 1 | -2/+2 | |
| * | 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 | 4 | -40/+41 | |
| * | Merge branch 'insp3' into master. | 2023-06-29 | 1 | -2/+6 | |
| |\ | |||||
| | * | Fix the documentation of <connect:useident>. | 2023-06-29 | 1 | -2/+6 | |
| * | | Fix some minor formatting issues in the previous commit. | 2023-06-29 | 1 | -2/+2 | |
| * | | Refactor the cloak_user module for upcoming username changes. | 2023-06-29 | 2 | -5/+5 | |
| * | | Move example link config include to example module config file. | 2023-06-25 | 2 | -4/+4 | |
| * | | Remove an obosolute workaround in the example module config. | 2023-06-25 | 1 | -7/+0 | |
| * | | Document the sslinfo config better. | 2023-06-25 | 1 | -10/+27 | |
| * | | 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 | 1 | -19/+20 | |
| * | | Suggest using cloak_user to cloak IRCCloud users. | 2023-06-20 | 1 | -0/+7 | |
| * | | Add support for cloaking users by their ident/username. | 2023-06-20 | 1 | -2/+8 | |
| * | | 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 | 1 | -76/+50 | |
| * | | Implement support for SPKI fingerprints into the sslinfo module. | 2023-06-11 | 1 | -2/+4 | |
| * | | Allow users to override SVSHOLDs for nicks in their nick group. | 2023-06-05 | 1 | -2/+5 | |
| * | | Remove docs for a config option that was removed in v4. | 2023-06-03 | 1 | -5/+0 | |
| * | | Allow customising who can receive the joinflood close notification.•••Closes #1747. | 2023-05-07 | 1 | -9/+16 | |
| * | | Remove the now-obsolete hostchange module.•••Closes #2025. | 2023-05-02 | 1 | -13/+0 | |
| * | | Add the cloak_static module to cloak using a fixed value. | 2023-05-02 | 1 | -0/+23 | |
| * | | Add the cloak_nick module to cloak based on a nickname. | 2023-05-02 | 1 | -0/+34 | |
| * | | Add the cloak_account module to cloak based on an account name/id. | 2023-05-02 | 1 | -3/+44 | |
| * | | Redocument the cloak_md5 module. | 2023-05-02 | 1 | -19/+23 | |
| * | | Add <cloak:class> to limit cloaks to a specific connect class. | 2023-05-02 | 1 | -0/+8 | |
| * | | Merge branch 'insp3' into master. | 2023-04-27 | 1 | -5/+7 | |
| |\| | |||||
| | * | Warn users when their client certificate is about to expire.•••Closes #1938. | 2023-03-01 | 1 | -2/+4 | |
| * | | Replace <sqlauth:allowpattern> with <sqlexemption>.•••Partially implements #2030. | 2023-04-20 | 1 | -5/+0 | |
| * | | Merge <ldapauth:allowpattern> and <ldapwhitelist>.•••Closes #1478. | 2023-04-20 | 1 | -2/+2 | |
| * | | Allow customising the message shown when hiding an X-line ban. | 2023-04-18 | 1 | -4/+4 | |
| * | | Fix a typo in the example module config. | 2023-02-28 | 1 | -1/+1 | |
| * | | Allow differentiating non-oper helpers from opers. | 2023-02-27 | 1 | -2/+4 | |
| * | | 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 | 1 | -0/+4 | |
| * | | Rename the helpop module to help. | 2023-02-27 | 2 | -129/+128 | |
| * | | Split the help mode out from the helpop module. | 2023-02-27 | 1 | -0/+5 | |
| * | | Merge the servprotect module into the services module. | 2023-02-19 | 2 | -6/+1 | |
| * | | Refactor the chanhistory mode handler and allow limiting the duration. | 2023-02-14 | 1 | -0/+4 | |
| * | | Merge branch 'insp3' into master. | 2023-02-14 | 1 | -1/+4 | |
| |\| | |||||
| | * | 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 | 1 | -1/+4 | |
| * | | Add an option so local non-SSL users can be seen as securely connected. | 2023-02-11 | 1 | -2/+5 | |
| * | | Add more action types to the repeat module. | 2023-02-05 | 1 | -1/+2 | |
| * | | 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 | 1 | -1/+5 | |
| * | | Document how users should enable extra modules better. | 2023-01-24 | 1 | -26/+78 | |
| * | | Use the underlying transport method for pinging idle clients.•••Closes #1998. | 2023-01-21 | 1 | -1/+4 | |
| * | | Fix some typos in the cloak_sha256 example config. | 2023-01-18 | 1 | -2/+2 | |
| * | | 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 | 1 | -4/+7 | |
| * | | Allow cloak_sha256 to only cloak IP addresses and not hostnames. | 2023-01-15 | 1 | -4/+13 | |
| * | | Allow setting <cloak:psl> to "system" to use the system database. | 2023-01-14 | 1 | -2/+3 | |
| * | | Add support for using the Public Suffix List in cloak_sha256.•••Closes #1658. | 2023-01-14 | 1 | -1/+7 | |
| * | | Document the cloak_sha256 <cloak:case> option. | 2023-01-13 | 1 | -2/+7 | |
| * | | 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 | 1 | -0/+35 | |
