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_posix.cpp
Age
Commit message (
Expand
)
Author
2012-12-02
Dynamically determine the size of the eventlist[] passed to Attach()
attilamolnar
2012-11-12
Remove usage of the deprecated ConfigReader
attilamolnar
2012-10-12
Remove superfluous std::string()s
attilamolnar
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
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-05-24
OnRehash changes: split to multiple hooks to clarify use and prevent explosio...
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
TRE regex provider (the same engine used by Unreal 3.2)
aquanight
2008-09-05
POSIX regular expression provider (basic/extended controlled by <posix extend...
aquanight