aboutsummaryrefslogtreecommitdiff
path: root/include/modules/regex.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2021-05-141-1/+1
* Fix a bunch of weird indentation and spacing issues.Gravatar Sadie Powell2021-04-271-4/+4
* Fix a bunch of really obvious unnecessary includes.Gravatar Sadie Powell2021-03-051-1/+1
* Update copyright headers.Gravatar InspIRCd Robot2020-01-111-0/+5
* Fix Windows build and a few more problemsGravatar attilamolnar2013-08-271-1/+1
* Fix various small issues.•••- Add CXX11_OVERRIDE to *Regex::Matches and *RegexFactory::Create. - Fix documentation comment on regex_string. - Fix various code duplication/layout issues. Gravatar Peter Powell2013-08-271-8/+5
* Make all regex modules throw the same exception on error.Gravatar Peter Powell2013-08-271-0/+10
* Tidy up source files:•••- Use #pragma once instead of include guards. - Move header files in src/modules to include/modules. - Fixed various spacing issues. Gravatar Peter Powell2013-04-121-0/+55