]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_httpd_acl.cpp
Merge insp20
[user/henk/code/inspircd.git] / src / modules / m_httpd_acl.cpp
2013-06-05 attilamolnarMerge insp20
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-19 Peter PowellFix spacing in calls to LogManager::Log.
2013-05-18 attilamolnarm_httpd_acl Reread config on rehash
2013-05-15 Attila MolnarMerge pull request #514 from SaberUK/master+virtual...
2013-05-15 Peter PowellTidy up keywords on module methods.
2013-04-27 attilamolnarMerge insp20
2013-04-12 Attila MolnarMerge pull request #461 from SaberUK/master+header...
2013-04-12 Peter PowellTidy up source files:
2013-04-12 Attila MolnarMerge pull request #488 from SaberUK/master+loglevel...
2013-04-12 Peter PowellAdd LOG_ prefix to the log level enum values.
2013-04-01 attilamolnarWhitespace and empty destructor removal, minor coding...
2013-02-03 Attila MolnarMerge pull request #416 from SaberUK/insp20+clang42...
2013-02-01 Peter PowellRemove unused variables detected by Clang 4.2.
2012-12-02 attilamolnarDynamically determine the size of the eventlist[] passe...
2012-12-02 attilamolnarAttach to events and register services in init()
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2010-02-21 danieldgAdd Base64 encode/decode functions to the core
2010-02-02 danieldgAllow opermotd to specify its file in <files> without...
2010-01-11 brain...because every now and again, i have to do a massive...
2009-10-17 danieldgMake classbase and refcountbase uncopyable; expand...
2009-10-17 danieldgRemove dummy API_VERSION from Version constructor
2009-10-08 danieldgUpdate Event and Request APIs
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-22 danieldgDescribe module purpose in /MODULES output
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-07 w00tSwitch some stuff to use ASCII mapping rather than...
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-08-22 w00tMatch conversion stuff.
2008-08-22 w00tRevert automated conversion by Special, as it (unfortun...
2008-08-22 specialFix a lot of calls to match() and uses of wildcard...
2008-06-12 brainChange wording of a log message
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-05-13 brainMicrosoft, in their "infinite wisdom" decide to have...
2008-05-12 braincode tidyups
2008-05-12 brainhttpd connection close fixes (these need to be backport...
2008-05-12 brainAdd HTTP auth
2008-05-12 brainAdd support for blacklists and whitelists, just http...
2008-05-12 brainFlesh this out some more
2008-05-12 brainSkeleton ACL module, and hooks for it. This will provid...