| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update the module descriptions. | 2023-02-28 | 1 | -1/+1 | |
| * | Remove GetSID, rename sid to ServerId. | 2023-02-28 | 10 | -11/+26 | |
| * | Remove an unnecessary function call in the pbkdf2 module. | 2023-02-28 | 1 | -6/+1 | |
| * | Refactor the password checking API.•••- Rename from (On)PassCompare to (On)CheckPassword. - Fix the order of the arguments to be password, hash, value. This makes more sense than what it was previously. - Fix the code documentation to not be complete nonsense and not reference ancient outdated APIs. | 2023-02-28 | 4 | -12/+12 | |
| * | Fix some unnecessary boolean explicit checks. | 2023-02-28 | 2 | -3/+3 | |
| * | Sort opers alphabetically in `/STATS P`. | 2023-02-27 | 1 | -0/+6 | |
| * | Allow differentiating non-oper helpers from opers. | 2023-02-27 | 1 | -3/+6 | |
| * | Refer to users with +h (helpop) as helpers not (help)opers. | 2023-02-27 | 1 | -16/+16 | |
| * | 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 | -3/+15 | |
| * | Use the stats row count instead of counting opers manually. | 2023-02-27 | 1 | -3/+1 | |
| * | Allow non-opers with +h to show in `/STATS P`. | 2023-02-27 | 1 | -2/+66 | |
| * | Rename the helpop module to help. | 2023-02-27 | 1 | -16/+16 | |
| * | Split the help mode out from the helpop module. | 2023-02-27 | 2 | -12/+46 | |
| * | Fix missing override keyword. | 2023-02-26 | 1 | -1/+1 | |
| * | Allow opting-out of cloaking by connect class. | 2023-02-23 | 1 | -0/+10 | |
| * | 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 | 3 | -129/+75 | |
| * | 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 | |
| * | Refactor the chanhistory mode handler and allow limiting the duration. | 2023-02-14 | 1 | -23/+44 | |
| * | Allow modules to get/reset the cloak lists. | 2023-02-14 | 1 | -40/+71 | |
| * | Merge branch 'insp3' into master. | 2023-02-14 | 2 | -2/+3 | |
| |\ | |||||
| | * | 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 | 5 | -5/+6 | |
| * | | Allow bouncers to introduce a user as away. | 2023-02-03 | 1 | -1/+1 | |
| * | | 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 | |
| * | | Update module descriptions. | 2023-02-01 | 2 | -2/+2 | |
| * | | Make reading the core config less of a mess. | 2023-01-27 | 1 | -2/+2 | |
| * | | 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 | 14 | -17/+17 | |
| * | | 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 | 33 | -90/+74 | |
| * | | Fix using (unsigned) long instead of (s)size_t. | 2023-01-24 | 5 | -7/+6 | |
| * | | 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 | 41 | -90/+89 | |
| * | | 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 | 50 | -159/+160 | |
| * | | Convert WriteToSnoMask/WriteGlobalSno to use fmtlib format strings. | 2023-01-23 | 47 | -224/+227 | |
