summaryrefslogtreecommitdiff
path: root/include/modules/regex.h
AgeCommit message (Collapse)Author
2021-05-14Update copyright headers.InspIRCd Robot
2021-04-27Fix a bunch of weird indentation and spacing issues.Sadie Powell
2021-03-05Fix a bunch of really obvious unnecessary includes.Sadie Powell
2020-01-11Update copyright headers.InspIRCd Robot
2013-08-27Fix Windows build and a few more problemsattilamolnar
2013-08-27Fix various small issues.Peter Powell
- Add CXX11_OVERRIDE to *Regex::Matches and *RegexFactory::Create. - Fix documentation comment on regex_string. - Fix various code duplication/layout issues.
2013-08-27Make all regex modules throw the same exception on error.Peter Powell
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.