summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_regex_stdlib.cpp
AgeCommit message (Expand)Author
2019-04-28Textual improvements and fixes such as typos, casing, etc. (#1612)Robby
2018-07-24Make more config stuff case insensitive.Peter Powell
2016-09-16Rewrite the build system directive parser.Peter Powell
2013-09-08Automatically register ServiceProviders created by modulesattilamolnar
2013-08-30Replace OnRehash() with ReadConfig() that is called on boot, on module load a...attilamolnar
2013-08-27Fix various small issues.Peter Powell
2013-08-27Make all regex modules throw the same exception on error.Peter Powell
2013-08-15Remove $ModDep commentsattilamolnar
2013-08-04Automatically attach modules to eventsattilamolnar
2013-07-04Remove $Core and $Mod* comments apart from $ModDep.Peter Powell
2013-05-15Tidy up keywords on module methods.Peter Powell
2013-04-12Tidy up source files:Peter Powell
2013-04-01Whitespace and empty destructor removal, minor coding style changesattilamolnar
2012-12-02Dynamically determine the size of the eventlist[] passed to Attach()attilamolnar
2012-09-22m_regex_stdlib: A regex provider for the C++11 container std::regexChrisTX