| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Inline various User methods. | 2023-06-25 | 2 | -27/+13 | ||
| * | | Update vendored fmtlib. | 2023-06-25 | 16 | -2134/+2612 | ||
| * | | Remove obsolete gitattributes file. | 2023-06-25 | 1 | -1/+0 | ||
| * | | Avoid using too much memory for storing user data. | 2023-06-25 | 1 | -0/+6 | ||
| * | | 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 | ||
| * | | Make Numerics::CannotSendTo properly aware of extbans. | 2023-06-22 | 6 | -6/+12 | ||
| * | | Make JoinUser return a Membership instead of a Channel. | 2023-06-22 | 4 | -12/+11 | ||
| * | | 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 | 2 | -29/+78 | ||
| * | | Misc cleanup of cloak_user. | 2023-06-20 | 1 | -5/+6 | ||
| * | | Update the description of the cloak_user module. | 2023-06-20 | 1 | -1/+1 | ||
| * | | 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 | 2 | -2/+34 | ||
| * | | 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 | 3 | -254/+123 | ||
| * | | Fix building cloak_sha256 against libpsl on Windows. | 2023-06-19 | 1 | -3/+7 | ||
| * | | Include the vendor directory as a system directory on Windows. | 2023-06-19 | 1 | -1/+2 | ||
| * | | Define FD_SETSIZE from CMake on Windows to avoid redef warnings. | 2023-06-19 | 2 | -4/+1 | ||
| * | | Merge branch 'insp3' into master. | 2023-06-17 | 8 | -13/+7 | ||
| |\| | ||||||
| | * | Release v3.16.1. v3.16.1 | 2023-06-16 | 1 | -1/+1 | ||
| | * | Update copyright headers. | 2023-06-16 | 6 | -6/+6 | ||
| | * | Update author list. | 2023-06-16 | 1 | -1/+1 | ||
| | * | Revert "Work around Homebrew MySQL being broken".•••This is now fixed upstream. This reverts commit 686027909474c9ed3e98006b7a43f4fe3a10b796. | 2023-06-11 | 1 | -6/+0 | ||
| * | | Clean up object culling and fix a rare crash. | 2023-06-17 | 1 | -11/+22 | ||
| * | | Make internal bug messages more consistent. | 2023-06-12 | 4 | -10/+10 | ||
| * | | Log when encountering an erroneous user cull without a quit. | 2023-06-12 | 1 | -0/+4 | ||
| * | | The standard-replies cap has been adopted by IRCv3 now. | 2023-06-12 | 1 | -1/+1 | ||
| * | | Implement support for SPKI fingerprints into the ssl_gnutls module. | 2023-06-11 | 1 | -1/+46 | ||
| * | | Implement support for SPKI fingerprints into the sslinfo module. | 2023-06-11 | 2 | -3/+7 | ||
| * | | Log the number of object added to the cull list from a destructor. | 2023-06-08 | 1 | -1/+1 | ||
| * | | Fix "auto" not being a valid options for <options:defaultbind>.•••This fell back to the correct value but created a spurious message in the server log. | 2023-06-07 | 1 | -2/+4 | ||
| * | | Only regenerate cloaks if a cloak of that type exists.•••This prevents unnecessary recloaking which may result in spam. | 2023-06-07 | 4 | -2/+20 | ||
| * | | Include <cloak:pathparts> as link data in cloak_sha256. | 2023-06-07 | 1 | -0/+1 | ||
| * | | Fix some typos in the cloak header. | 2023-06-06 | 1 | -2/+2 | ||
| * | | Allow secondary cloak methods to be used on link synchronisation.•••If a server has a conditional cloak method (e.g. account) as the primary cloak method it doesn't make sense to use it for link consistency. With this change a secondary cloak method can request that it is used instead of the primary if the primary does not mark itself as link sensitive. | 2023-06-06 | 4 | -1/+35 | ||
| * | | Merge branch 'insp3' into master. | 2023-06-05 | 2 | -2/+2 | ||
| |\| | ||||||
| | * | Use -std=c++17 on RE2 2023.06.02 or newer. | 2023-06-05 | 1 | -0/+2 | ||
| | * | Use the default Homebrew OpenSSL on macOS CI. | 2023-06-05 | 1 | -1/+1 | ||
| * | | Misc XLine cleanup. | 2023-06-05 | 2 | -22/+10 | ||
| * | | Make XLine::Matches const. | 2023-06-05 | 6 | -31/+31 | ||
| * | | Add a DelLine override that takes an XLine pointer. | 2023-06-05 | 2 | -2/+13 | ||
| * | | Make XLine::Displayable const. | 2023-06-05 | 6 | -15/+15 | ||
| * | | Allow users to override SVSHOLDs for nicks in their nick group. | 2023-06-05 | 2 | -6/+27 | ||
| * | | Try to cloak with the registerable suffix first with PSL cloaking. | 2023-06-05 | 1 | -1/+3 | ||
| * | | Fix commands overflowing the message size in `/STATS Oo`. | 2023-06-04 | 1 | -2/+2 | ||
| * | | Fix exposing oper hosts in `/STATS P`. | 2023-06-04 | 3 | -3/+3 | ||
| * | | Remove unnecessary prefix from bancache log messages. | 2023-06-04 | 3 | -4/+4 | ||
| * | | Fix extracting data from the 1205 version/fullversion SINFO keys. | 2023-06-04 | 1 | -13/+20 | ||
| * | | Fix rewriting commands in the 1205 compat layer. | 2023-06-03 | 1 | -2/+2 | ||
| * | | Fix an inverted condition in the cloak module. | 2023-06-03 | 1 | -1/+1 | ||
