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_pcre.cpp
Age
Commit message (
Expand
)
Author
2021-06-07
Migrate Windows builds to installing their dependencies via Conan.
Sadie Powell
2021-05-14
Update copyright headers.
InspIRCd Robot
2021-04-21
Update the module descriptions.
Sadie Powell
2020-04-10
Update the module descriptions using mkversion.
Sadie Powell
2020-03-30
Fix various documentation and formatting issues.
Sadie Powell
2020-01-11
Update copyright headers.
InspIRCd Robot
2019-07-16
Add package names for ArchLinux.
Peter Powell
2019-07-16
regex_pcre: pkg-config is not required by this module.
Peter Powell
2017-10-21
Add PackageInfo directives for Debian.
Peter Powell
2016-09-16
Add CentOS PackageInfo
Adam
2016-09-16
Rewrite the build system directive parser.
Peter Powell
2013-09-08
Automatically register ServiceProviders created by modules
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
Change modules to use the MODNAME constant when logging.
Peter Powell
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-12
Add LOG_ prefix to the log level enum values.
Peter Powell
2013-04-01
Whitespace and empty destructor removal, minor coding style changes
attilamolnar
2012-10-12
Windows: In-depth cleanup (see details)
ChrisTX
2012-10-12
Remove superfluous std::string()s
attilamolnar
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2011-06-18
Fix extras compilation under Windows
Adam
2010-01-14
Specify regex engine in m_filter/m_rline CAPAB line instead of marking m_rege...
danieldg
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-11-16
Use ServiceProvider for inter-module dependencies
danieldg
2009-10-18
Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReader
danieldg
2009-10-17
Remove dummy API_VERSION from Version constructor
danieldg
2009-10-08
Update Event and Request APIs
danieldg
2009-09-26
Compile fixes and message updates
danieldg
2009-09-26
Remove InspIRCd* parameters and fields
danieldg
2009-09-22
Describe module purpose in /MODULES output
danieldg
2009-03-15
Update all wiki links to point to the new wiki. This was done automatically w...
psychon
2009-01-02
Update copyrights for 2009.
w00t
2008-09-22
Set Id property on a bunch of modules which lack it, etc.
brain
2008-09-21
Make regex providers load correctly. Move m_rline to use the regex providers,...
aquanight
2008-09-05
Adjustments to regex creation, and add PCRE provider
aquanight