| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Allow opting-out of cloaking by connect class. | 2023-02-23 | 1 | -0/+10 | ||
| * | | Merge branch 'insp3' into master. | 2023-02-22 | 6 | -16/+41 | ||
| |\| | ||||||
| | * | Pin to Conan v1 until all of our dependencies are ready. | 2023-02-22 | 1 | -0/+2 | ||
| | * | Switch to the Debian fork of the now-obsolete http_parser library.•••We should look to switching to its replacement (llhttp) in v4. | 2023-02-21 | 4 | -16/+33 | ||
| | * | Allow applying patches to vendored libraries. | 2023-02-21 | 1 | -0/+6 | ||
| | * | Backport the changes to the vendoring tool from master. | 2023-02-21 | 1 | -1/+3 | ||
| * | | Clean up the cloak_md5 module slightly. | 2023-02-22 | 1 | -36/+27 | ||
| * | | Improve the log messages when cloaking users. | 2023-02-20 | 1 | -3/+10 | ||
| * | | Avoid setting -x+x when a reset cloak has not changed. | 2023-02-20 | 1 | -6/+19 | ||
| * | | Merge the servprotect module into the services module. | 2023-02-19 | 6 | -135/+78 | ||
| * | | Rename the mode fields in the services module. | 2023-02-19 | 1 | -6/+6 | ||
| * | | Remove the ability of +k to hide the channels a service is in.•••This duplicates the behaviour of +I which services already use. | 2023-02-19 | 1 | -8/+0 | ||
| * | | Bind IP listeners with SCTP and TCP by default. | 2023-02-17 | 1 | -16/+36 | ||
| * | | Refactor the chanhistory mode handler and allow limiting the duration. | 2023-02-14 | 2 | -23/+48 | ||
| * | | Allow modules to get/reset the cloak lists. | 2023-02-14 | 2 | -40/+109 | ||
| * | | Merge branch 'insp3' into master. | 2023-02-14 | 4 | -5/+9 | ||
| |\| | ||||||
| | * | Alpine CI: disable warnings about variadic macros on C++03 for now. | 2023-02-13 | 1 | -1/+1 | ||
| | * | 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 | 4 | -5/+9 | ||
| * | | Add an option so local non-SSL users can be seen as securely connected. | 2023-02-11 | 5 | -15/+35 | ||
| * | | Add more action types to the repeat module. | 2023-02-05 | 3 | -41/+141 | ||
| * | | Remove unnecessary mysql include file. | 2023-02-05 | 1 | -1/+0 | ||
| * | | Warn users who have been found to be message flooding better. | 2023-02-04 | 1 | -3/+12 | ||
| * | | 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 | 2 | -54/+199 | ||
| * | | Refactor reading the repeat module config. | 2023-02-03 | 1 | -18/+8 | ||
| * | | Expose the removed away message in OnUserBack. | 2023-02-03 | 7 | -7/+10 | ||
| * | | Allow bouncers to introduce a user as away. | 2023-02-03 | 2 | -1/+2 | ||
| * | | Merge branch 'insp3' into master. | 2023-02-03 | 2 | -1/+7 | ||
| |\| | ||||||
| | * | Fix missing some data when synchronising a new user over a link. | 2023-02-03 | 1 | -0/+6 | ||
| | * | Bump turtlebrowser/get-conan from 1.1 to 1.2•••Bumps [turtlebrowser/get-conan](https://github.com/turtlebrowser/get-conan) from 1.1 to 1.2. - [Release notes](https://github.com/turtlebrowser/get-conan/releases) - [Commits](https://github.com/turtlebrowser/get-conan/compare/v1.1...v1.2) --- updated-dependencies: - dependency-name: turtlebrowser/get-conan dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> | 2023-02-01 | 1 | -1/+1 | ||
| * | | Release v4.0.0 alpha 19. v4.0.0a19 | 2023-02-01 | 1 | -1/+1 | ||
| * | | Update module descriptions. | 2023-02-01 | 2 | -2/+2 | ||
| * | | Rename some source files to match their recently renamed headers. | 2023-01-27 | 2 | -0/+0 | ||
| * | | Fix clamping the size of the IOVector array.•••Casting then clamping might result in a weird size here so instead clamp before casting. | 2023-01-27 | 1 | -10/+3 | ||
| * | | Make reading the core config less of a mess. | 2023-01-27 | 4 | -66/+72 | ||
| * | | Rename some headers to match the common naming system. | 2023-01-26 | 5 | -3/+3 | ||
| * | | Don't log object culls unless built with RTTI.•••This is spammy and not very useful without type information. | 2023-01-25 | 1 | -2/+0 | ||
| * | | Move CheckExemption::Call to CheckExemption::EventProvider.•••Now FirstResult not a macro there's no need for this to be a free function. | 2023-01-25 | 16 | -33/+30 | ||
| * | | Fix using std::max instead of std::min when clamping NetBufferSize. | 2023-01-25 | 1 | -1/+1 | ||
| * | | Merge branch 'insp3' into master. | 2023-01-25 | 9 | -9/+16 | ||
| |\| | ||||||
| | * | Work around a bug in reading the config for the Argon2 module.•••ProviderConfig::version is set to an argon2 version not a base 10 version so using it as a default for the config may result in the default being ignored. Luckily 0x10 and 0x12 are 16 and 18 respectively so we can just allow them as valid values until v4 where we can eradicate the SanitiseArgon2Version function and use getEnum instead. | 2023-01-25 | 1 | -0/+3 | ||
| | * | Fix PackageInfo directives in extra modules. | 2023-01-19 | 9 | -7/+14 | ||
| | * | Fix the nicklock module sending a notice instead of ERR_NOSUCHNICK. | 2023-01-18 | 1 | -2/+2 | ||
| * | | Replace getInt/getUInt/getFloat with type safe templated functions. | 2023-01-25 | 43 | -137/+161 | ||
| * | | Fix using (unsigned) long instead of (s)size_t. | 2023-01-24 | 9 | -16/+15 | ||
| * | | Fix some junk left over in Doxygen comments. | 2023-01-24 | 1 | -2/+0 | ||
| * | | Include more stuff in the Doxygen documentation. | 2023-01-24 | 2 | -6/+7 | ||
| * | | Slim down stdalgo by removing unused and duplicate functions. | 2023-01-24 | 3 | -131/+2 | ||
| * | | Document how users should enable extra modules better. | 2023-01-24 | 1 | -26/+78 | ||
| * | | Refactor the caching methods in User and rename to make more sense. | 2023-01-24 | 65 | -264/+301 | ||
| * | | Clean up some remaining old format string stuff. | 2023-01-24 | 2 | -6/+1 | ||
