summaryrefslogtreecommitdiff
path: root/include/modules/sasl.h
AgeCommit message (Collapse)Author
2020-01-11Update copyright headers.InspIRCd Robot
2018-07-26Use CommandBase::Params instead of std::vector<std::string>.Peter Powell
This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters.
2015-02-11Convert the SASL fallback event to use the new cross-module event systemAttila Molnar
2013-04-12Tidy up source files:Peter Powell
- Use #pragma once instead of include guards. - Move header files in src/modules to include/modules. - Fixed various spacing issues.