index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
extra
/
m_regex_stdlib.cpp
Age
Commit message (
Expand
)
Author
2021-05-14
Update copyright headers.
InspIRCd Robot
2021-04-21
Update the module descriptions.
Sadie Powell
2020-05-09
regex_stdlib: Don't copy std::regex_error when catching it.
Sadie Powell
2020-04-24
Update copyright headers.
InspIRCd Robot
2020-04-10
Fix an oversight in mkversions that caused it to not update extras.
Sadie Powell
2020-04-09
Set the minimum length to 1 for most config items with a default.
Sadie Powell
2020-01-11
Update copyright headers.
InspIRCd Robot
2019-04-28
Textual improvements and fixes such as typos, casing, etc. (#1612)
Robby
2018-07-24
Make more config stuff case insensitive.
Peter Powell
2016-09-16
Rewrite the build system directive parser.
Peter Powell
2013-09-08
Automatically register ServiceProviders created by modules
attilamolnar
2013-08-30
Replace OnRehash() with ReadConfig() that is called on boot, on module load a...
attilamolnar
2013-08-27
Fix various small issues.
Peter Powell
2013-08-27
Make all regex modules throw the same exception on error.
Peter Powell
2013-08-15
Remove $ModDep comments
attilamolnar
2013-08-04
Automatically attach modules to events
attilamolnar
2013-07-04
Remove $Core and $Mod* comments apart from $ModDep.
Peter Powell
2013-05-15
Tidy up keywords on module methods.
Peter Powell
2013-04-12
Tidy up source files:
Peter Powell
2013-04-01
Whitespace and empty destructor removal, minor coding style changes
attilamolnar
2012-12-02
Dynamically determine the size of the eventlist[] passed to Attach()
attilamolnar
2012-09-22
m_regex_stdlib: A regex provider for the C++11 container std::regex
ChrisTX