| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Add a forwarding overload of SimpleExtItem#Set. | 2021-03-17 | 1 | -1/+1 | ||
| * | | Pascalize Unset in extension item classes. | 2021-03-17 | 1 | -2/+2 | ||
| * | | Pascalize Set in extension item classes. | 2021-03-17 | 1 | -1/+1 | ||
| * | | Pascalize Get in extension item classes. | 2021-03-17 | 1 | -2/+2 | ||
| * | | Merge branch 'insp3' into master. | 2020-12-21 | 1 | -1/+1 | ||
| |\| | ||||||
| | * | Use !empty instead of size when checking if containers are empty. | 2020-12-16 | 1 | -1/+1 | ||
| * | | Convert FOREACH_MOD_CUSTOM to a variadic function. | 2020-11-10 | 1 | -1/+1 | ||
| * | | Initial support for platform-specific module file extensions. | 2020-11-04 | 1 | -1/+1 | ||
| * | | Convert ConfigTag from reference<> to std::shared_ptr<>. | 2020-10-31 | 1 | -1/+1 | ||
| * | | Convert CmdResult to an 8-bit strongly typed enum. | 2020-10-27 | 1 | -7/+7 | ||
| * | | Pascalize Cap::set and rename Cap::get to IsEnabled. | 2020-07-20 | 1 | -1/+1 | ||
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -1/+1 | ||
| |\| | ||||||
| | * | Update copyright headers. | 2020-04-24 | 1 | -1/+1 | ||
| * | | Replace the flags_required field with an enum. | 2020-04-14 | 1 | -1/+1 | ||
| * | | Merge branch 'insp3' into master. | 2020-04-11 | 1 | -1/+1 | ||
| |\| | ||||||
| | * | Update the module descriptions using mkversion. | 2020-04-10 | 1 | -1/+1 | ||
| * | | Improve storage of module description, flags, and link data. | 2020-04-11 | 1 | -6/+4 | ||
| * | | Merge branch 'insp3' into master. | 2020-03-18 | 1 | -1/+14 | ||
| |\| | ||||||
| | * | Add support for requiring users to use SSL in order to use SASL. | 2020-02-21 | 1 | -1/+14 | ||
| * | | Move FindUUID to the UserManager class. | 2020-02-09 | 1 | -1/+1 | ||
| * | | Use C++11 inline initialisation for class members. | 2020-02-06 | 1 | -4/+2 | ||
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -1/+8 | ||
| |\| | ||||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -1/+8 | ||
| * | | Merge branch 'insp3' into master. | 2019-11-13 | 1 | -1/+1 | ||
| |\| | ||||||
| | * | Stop GCC warnings about the deprecated OnServerSplit event. | 2019-09-30 | 1 | -0/+3 | ||
| | * | Add whether the server split with an error to OnServerSplit. | 2019-09-23 | 1 | -1/+1 | ||
| * | | Move the Module parameter of ExtensionItem et al to the start.•••This matches what other ServiceProvider types do. | 2019-08-13 | 1 | -1/+1 | ||
| * | | Merge branch 'insp3' into master. | 2019-08-09 | 1 | -6/+5 | ||
| |\| | ||||||
| | * | Fix sasl hangs with clients that blindly request the capability. | 2019-07-31 | 1 | -6/+5 | ||
| * | | Merge branch 'insp3' into master. | 2019-07-27 | 1 | -1/+1 | ||
| |\| | ||||||
| | * | Fix various cases of broken indentation. | 2019-07-26 | 1 | -1/+1 | ||
| * | | Merge branch 'insp3' into master. | 2019-07-16 | 1 | -2/+3 | ||
| |\| | ||||||
| | * | Split ServerEventListener into {Broadcast,Link,Sync}EventListener.•••There is no reason to have these events in one big handler and it causes unnecessary event hooks to be created by having them like this. The ServerEventListener class still exists for compatibility | 2019-07-15 | 1 | -2/+3 | ||
| * | | Merge branch 'insp3' into master. | 2019-05-15 | 1 | -1/+1 | ||
| |\| | ||||||
| | * | Textual improvements and fixes such as typos, casing, etc. (#1612) | 2019-04-28 | 1 | -1/+1 | ||
| * | | ModuleManager: remove fakederef. | 2019-02-07 | 1 | -1/+1 | ||
| * | | LogManager: remove fakederef. | 2019-02-07 | 1 | -5/+5 | ||
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -12/+12 | ||
| |/ | ||||||
| * | Fix detecting secure clients connecting through HAProxy/WEBIRC. | 2018-12-01 | 1 | -7/+12 | ||
| * | Implement IRCv3 message tag support.•••Co-authored-by: Attila Molnar <attilamolnar@hush.com> | 2018-08-13 | 1 | -2/+15 | ||
| * | Use CommandBase::Params instead of std::vector<std::string>.•••This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters. | 2018-07-26 | 1 | -8/+8 | ||
| * | Require that the services server be configured in <sasl:target>.•••Closes #1430. | 2017-12-10 | 1 | -1/+5 | ||
| * | Rename the spanningtree module header to server.•••In the future we will have server linking modules that are not the spanningtree module. | 2017-12-03 | 1 | -3/+3 | ||
| * | Add the override keyword in places that it is missing.•••GCCs warnings for this are much better than Clangs. | 2017-11-21 | 1 | -3/+3 | ||
| * | Hide User#host and User#dhost and use accessors to modify them.•••This removes the need to invalidate the cache after changing a user's hostname. | 2017-10-28 | 1 | -1/+1 | ||
| * | Merge the latest changes from insp20 into master. | 2017-10-12 | 1 | -0/+1 | ||
| |\ | ||||||
| | * | Include connection security with the SASL host information.•••See atheme/atheme@b41753f740 for more details. | 2017-10-11 | 1 | -0/+9 | ||
| * | | Clean up m_sasl slightly by making SendSASL take common params.•••Also, fix a minor issue caused by the last insp20 merge. | 2017-10-12 | 1 | -19/+10 | ||
| * | | Send ERR_SASLTOOLONG when a client sends an oversized AUTHENTICATE. | 2017-10-12 | 1 | -0/+11 | ||
| * | | Don't abort the SASL authentication in OnUserConnect.•••SASL-3.2 allows SASL auth to happen post-registration so this is no longer correct. | 2017-10-11 | 1 | -17/+2 | ||
