| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move ssl_mbedtls to inspircd-contrib. | 2024-04-15 | 3 | -24/+13 | |
| | | | | | Closes #2088. | ||||
| * | Only abort SASL sessions if the user is using sasl-3.1. | 2024-03-24 | 1 | -2/+1 | |
| | | | | | | | | This is a compromise to allow modern clients to authenticate quickly whilst not breaking old clients. This reverts commit 4b8e69882e8b591102bfb03da1425b04c43272de. | ||||
| * | Allow rmode to remove all modes matching a specific user. | 2024-03-24 | 1 | -2/+4 | |
| | | |||||
| * | Add an option for opting-out of aborting incomplete authentication. | 2024-03-01 | 1 | -1/+2 | |
| | | | | | | This goes against the expectations of the spec which can break some clients but also not doing this can break others. Blah. | ||||
| * | Update author list. | 2024-03-01 | 1 | -1/+1 | |
| | | |||||
| * | Merge the topiclock module into the services module. | 2024-02-27 | 1 | -5/+0 | |
| | | |||||
| * | Merge the mlock module into the services module. | 2024-02-27 | 1 | -6/+0 | |
| | | |||||
| * | Allow using multiple SSL fingerprint algorithms. | 2024-02-19 | 1 | -6/+3 | |
| | | | | | Closes #1804. | ||||
| * | Allow changing the case of cloak values in cloak_user. | 2024-02-19 | 1 | -1/+11 | |
| | | |||||
| * | Rename the hmac-sha256-ip cloak engine to hmac-sha256-addr. | 2024-02-12 | 1 | -2/+2 | |
| | | | | | | This engine cloaks the socket address which may not necessarily be an IP address. | ||||
| * | Fix the name of the cloak_sha256 module. | 2024-02-12 | 1 | -1/+1 | |
| | | |||||
| * | Add the fingerprint cloak method to the cloak_user module. | 2024-01-13 | 1 | -1/+14 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2023-12-22 | 1 | -3/+4 | |
| |\ | |||||
| | * | Update author list. | 2023-12-22 | 1 | -2/+3 | |
| | | | |||||
| | * | Document the PROP command. | 2023-12-22 | 1 | -0/+4 | |
| | | | | | | | | | Backport of f60c060 from git master. | ||||
| * | | Document the PROP command. | 2023-12-22 | 1 | -0/+4 | |
| | | | |||||
| * | | Disable the TLS welcome notice by default. | 2023-11-23 | 1 | -1/+6 | |
| | | | | | | | | | This is just needless spam for the vast majority of users. | ||||
| * | | Merge branch 'insp3' into master. | 2023-11-14 | 2 | -4/+8 | |
| |\| | |||||
| | * | Add some more useful aliases to the generic services example. | 2023-11-14 | 1 | -0/+5 | |
| | | | |||||
| | * | Allow using $address for the user IP address in alias templates. | 2023-11-12 | 1 | -4/+4 | |
| | | | | | | | | | Closes #2068. | ||||
| * | | Allow disabling LIST completely for unregistered users. | 2023-10-03 | 1 | -2/+4 | |
| | | | |||||
| * | | Add an option for including the setter's full mask in list modes. | 2023-09-21 | 1 | -0/+4 | |
| | | | |||||
| * | | Rename <options:hostintopic> to <options:maskintopic>. | 2023-09-21 | 1 | -3/+3 | |
| | | | | | | | | | | | This option stores the user *mask* not the user host so the old name is incorrect. | ||||
| * | | Allow using SSLINFO with no params to view your own cert details. | 2023-09-13 | 1 | -1/+4 | |
| | | | |||||
| * | | Rename the namesx module to multiprefix. | 2023-08-14 | 1 | -8/+8 | |
| | | | | | | | | | | | | | 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. | ||||
| * | | Add an extban for matching against an operator account. | 2023-08-09 | 1 | -5/+3 | |
| | | | |||||
| * | | Make ldapauth take an enum field for the username field. | 2023-08-06 | 1 | -4/+3 | |
| | | | |||||
| * | | Fix some links that point to the v3 docs to point to the v4 docs. | 2023-07-25 | 1 | -3/+3 | |
| | | | |||||
| * | | Also allow suffixing with -line[d] if an X-line is two characters. | 2023-07-25 | 1 | -2/+2 | |
| | | | | | | | | | | | This makes things easier for modules like require_auth in contrib which has a GA-line. | ||||
| * | | Add the %created% and %fulltype% variables for the X-line reason. | 2023-07-25 | 1 | -2/+8 | |
| | | | |||||
| * | | Make the X-line quit message format a lot more flexible. | 2023-07-21 | 1 | -4/+21 | |
| | | | |||||
| * | | Remove the ability to treat notices specially in delaymsg. | 2023-07-21 | 1 | -2/+0 | |
| | | | |||||
| * | | Allow hiding silenced users messages instead of blocking. | 2023-07-21 | 1 | -1/+2 | |
| | | | | | | | | | Implements part 1 of #1606. | ||||
| * | | Add incremental backoff to the filter/permchannels/xline_db modules. | 2023-07-21 | 1 | -1/+12 | |
| | | | | | | | | | Closes #1671. | ||||
| * | | Merge branch 'insp3' into master. | 2023-07-10 | 3 | -9/+12 | |
| |\| | |||||
| | * | Update the description of the ircv3 module. | 2023-07-10 | 1 | -2/+2 | |
| | | | |||||
| | * | The announceinvites setting is in <security> not <options>. | 2023-07-10 | 1 | -1/+1 | |
| | | | |||||
| | * | Fix a typo in the example configs. | 2023-07-07 | 1 | -2/+2 | |
| | | | | | | | | | Reported by @siniStar7. | ||||
| | * | Update Doxygen config for the latest version. | 2023-07-06 | 1 | -4/+7 | |
| | | | |||||
| * | | Allow hiding small channels from /LIST past the securelist wait time. | 2023-07-09 | 1 | -2/+9 | |
| | | | |||||
| * | | Rename <service> to <services>. | 2023-07-07 | 1 | -2/+2 | |
| | | | | | | | | | | | This tag defines a services server not a service server so this is more grammatically correct. | ||||
| * | | Rename the services module config tag to <servicesintegration>. | 2023-07-07 | 1 | -2/+2 | |
| | | | |||||
| * | | Remove the now obsolete partmsg module. | 2023-07-06 | 2 | -7/+0 | |
| | | | | | | | | | Closes #979. | ||||
| * | | Merge branch 'insp3' into master. | 2023-07-06 | 2 | -18/+21 | |
| |\| | |||||
| | * | Redocument <options:defaultmodes>. | 2023-07-06 | 1 | -2/+6 | |
| | | | |||||
| | * | Redocument <connect:modes> and set commonchans by default. | 2023-07-06 | 1 | -12/+12 | |
| | | | | | | | | | | | This mode is fairly unintrusive and prevents PM spam from bots that do not share a channel. | ||||
| | * | Sync helpop chmodes s and p with docs | 2023-07-06 | 1 | -4/+3 | |
| | | | |||||
| * | | 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. | 2023-06-29 | 4 | -40/+41 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
