summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_regex_stdlib.cpp
AgeCommit message (Expand)Author
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