aboutsummaryrefslogtreecommitdiffstats
path: root/include/modules/sasl.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove the SASL fallback event.Gravatar Sadie Powell2021-04-271-36/+0
| | | | Nothing has ever used this and we can do better than this.
* Update copyright headers.Gravatar InspIRCd Robot2020-01-111-0/+3
|
* Use CommandBase::Params instead of std::vector<std::string>.Gravatar Peter Powell2018-07-261-1/+1
| | | | | This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters.
* Convert the SASL fallback event to use the new cross-module event systemGravatar Attila Molnar2015-02-111-5/+7
|
* Tidy up source files:Gravatar Peter Powell2013-04-121-0/+31
- Use #pragma once instead of include guards. - Move header files in src/modules to include/modules. - Fixed various spacing issues.