| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | 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 | 2 | -2/+3 | ||
| * | | Add an option so local non-SSL users can be seen as securely connected. | 2023-02-11 | 3 | -13/+25 | ||
| * | | Add more action types to the repeat module. | 2023-02-05 | 2 | -40/+139 | ||
| * | | 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 | 1 | -53/+194 | ||
| * | | Refactor reading the repeat module config. | 2023-02-03 | 1 | -18/+8 | ||
| * | | Expose the removed away message in OnUserBack. | 2023-02-03 | 6 | -6/+8 | ||
| * | | Allow bouncers to introduce a user as away. | 2023-02-03 | 2 | -1/+2 | ||
| * | | Merge branch 'insp3' into master. | 2023-02-03 | 1 | -0/+6 | ||
| |\| | ||||||
| | * | Fix missing some data when synchronising a new user over a link. | 2023-02-03 | 1 | -0/+6 | ||
| * | | 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 | 3 | -64/+70 | ||
| * | | 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 | 15 | -18/+18 | ||
| * | | 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 | 42 | -130/+115 | ||
| * | | Fix using (unsigned) long instead of (s)size_t. | 2023-01-24 | 6 | -12/+11 | ||
| * | | Slim down stdalgo by removing unused and duplicate functions. | 2023-01-24 | 2 | -14/+2 | ||
| * | | Refactor the caching methods in User and rename to make more sense. | 2023-01-24 | 61 | -201/+236 | ||
| * | | Clean up some remaining old format string stuff. | 2023-01-24 | 1 | -5/+0 | ||
| * | | Convert log calls to use fmtlib format strings | 2023-01-24 | 82 | -331/+335 | ||
| * | | Convert WriteToSnoMask/WriteGlobalSno to use fmtlib format strings. | 2023-01-23 | 69 | -297/+301 | ||
| * | | Replace VAFORMAT/InspIRCd::Format/... with fmt::sprintf. | 2023-01-23 | 7 | -56/+12 | ||
| * | | Replace InspIRCd::Format with fmt::format. | 2023-01-23 | 96 | -360/+349 | ||
| * | | Vendor the fmtlib library. | 2023-01-23 | 2 | -0/+2 | ||
| * | | Default more stuff inline in the InspIRCd class. | 2023-01-23 | 1 | -4/+0 | ||
| * | | Move duration functions to their own header. | 2023-01-23 | 30 | -78/+98 | ||
| * | | Move NotifyRawIO to the Log namespace. | 2023-01-22 | 4 | -9/+9 | ||
| * | | Replace ModeAction with bool.•••This enum is functionally the same as bool but with weird semantics. | 2023-01-22 | 26 | -147/+143 | ||
| * | | Convert various enums to strongly typed scoped enums. | 2023-01-22 | 20 | -80/+83 | ||
| * | | Make implementing OnStreamSocketClose optional in middle hooks. | 2023-01-21 | 2 | -9/+0 | ||
| * | | Use the underlying transport method for pinging idle clients.•••Closes #1998. | 2023-01-21 | 2 | -9/+49 | ||
| * | | Log the versions of third-party libraries used by modules. | 2023-01-19 | 11 | -4/+78 | ||
| * | | The cloak_md5 module needs the md5 module not the sha2 module. | 2023-01-18 | 1 | -1/+1 | ||
| * | | Check the hashing modules are enabled when creating a cloak method. | 2023-01-18 | 2 | -0/+13 | ||
| * | | Allow setting <cloak:{host,path}parts> to 0. | 2023-01-18 | 1 | -3/+3 | ||
| * | | 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 | -5/+9 | ||
| * | | Refactor the ListenSocket constructor to be less of a mess.•••Also clear up the error handling. | 2023-01-17 | 1 | -60/+93 | ||
| * | | Replace SocketEngine::SetReuse with SocketEngine::SetOption. | 2023-01-17 | 3 | -8/+2 | ||
| * | | Add a helper method for determining if a sockaddrs is an IP endpoint. | 2023-01-17 | 5 | -8/+5 | ||
| * | | Allow creating a FailedPort without a bindspec. | 2023-01-17 | 3 | -19/+48 | ||
| * | | Store the actual error in FailedPort instead of an error code. | 2023-01-16 | 3 | -4/+4 | ||
