summaryrefslogtreecommitdiff
path: root/src/modules/m_httpd_acl.cpp
AgeCommit message (Expand)Author
2021-05-14Update copyright headers.InspIRCd Robot
2021-04-27Fix a bunch of weird indentation and spacing issues.Sadie Powell
2021-04-17Improve the debug logging for httpd_acl auth attempts.Sadie Powell
2020-04-24Update copyright headers.InspIRCd Robot
2020-04-10Update the module descriptions using mkversion.Sadie Powell
2020-04-10Remove an unused variable in the http_acl module.Sadie Powell
2020-02-14Marginally improve the error pages created by httpd and httpd_acl.Sadie Powell
2020-01-11Update copyright headers.InspIRCd Robot
2019-04-28Textual improvements and fixes such as typos, casing, etc. (#1612)Robby
2019-02-06Expand searching in m_httpd_stats, add global handling of GET parameters (#1566)linuxdaemon
2018-12-19Make more modules rehash atomically (#1535)linuxdaemon
2018-07-24Make more config stuff case insensitive.Peter Powell
2017-11-17Fix a ton of -Wsign-conversion warnings.Peter Powell
2017-08-27Remove module file extensions from user-visible messages.Peter Powell
2015-02-11Convert the HTTPd ACL event to use the new cross-module event systemAttila Molnar
2014-06-14Kill needless #includes in source filesAttila Molnar
2013-08-30Replace OnRehash() with ReadConfig() that is called on boot, on module load a...attilamolnar
2013-08-04Automatically attach modules to eventsattilamolnar
2013-08-04Change httpd modules to use the MODNAME constant in headers.Peter Powell
2013-08-04Change modules to use the MODNAME constant when logging.Peter Powell
2013-07-04Remove $Core and $Mod* comments apart from $ModDep.Peter Powell
2013-06-07Change the API of m_httpd to be dynamic_reference-basedattilamolnar
2013-06-06Merge insp20attilamolnar
2013-05-19Fix spacing in calls to LogManager::Log.Peter Powell
2013-05-18m_httpd_acl Reread config on rehashattilamolnar
2013-05-15Tidy up keywords on module methods.Peter Powell
2013-04-12Tidy up source files:Peter Powell
2013-04-12Add LOG_ prefix to the log level enum values.Peter Powell
2013-04-01Whitespace and empty destructor removal, minor coding style changesattilamolnar
2013-02-01Remove unused variables detected by Clang 4.2.Peter Powell
2012-12-02Dynamically determine the size of the eventlist[] passed to Attach()attilamolnar
2012-12-02Attach to events and register services in init()attilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2010-02-21Add Base64 encode/decode functions to the coredanieldg
2010-02-02Allow opermotd to specify its file in <files> without also requiring an <oper...danieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-10-17Make classbase and refcountbase uncopyable; expand comments on their indended...danieldg
2009-10-17Remove dummy API_VERSION from Version constructordanieldg
2009-10-08Update Event and Request APIsdanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-22Describe module purpose in /MODULES outputdanieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-01-02Update copyrights for 2009.w00t
2008-12-07Switch some stuff to use ASCII mapping rather than RFC.w00t
2008-08-25Change module versions to use a string instead of fixed digits, and use props...w00t
2008-08-22Match conversion stuff.w00t
2008-08-22Revert automated conversion by Special, as it (unfortunately) neglects some d...w00t
2008-08-22Fix a lot of calls to match() and uses of wildcard.h (which doesn't exist any...special
2008-06-12Change wording of a log messagebrain
2008-06-11fixed some indentation and spacing in modulespippijn