aboutsummaryrefslogtreecommitdiff
path: root/include/modules/httpd.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2022-12-301-1/+1
* Fix various spelling issues (#1883).•••Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> Gravatar Josh Soref2021-06-211-1/+1
* Update copyright headers.Gravatar InspIRCd Robot2021-05-141-1/+1
* Fix various documentation comments.Gravatar Sadie Powell2021-03-311-4/+5
* Update copyright headers.Gravatar InspIRCd Robot2020-01-111-3/+6
* Expand searching in m_httpd_stats, add global handling of GET parameters (#1566)Gravatar linuxdaemon2019-02-061-10/+69
* Remove unused parameters from HTTPRequest constructorGravatar Attila Molnar2015-02-111-1/+1
* Convert the HTTPd request event to use the new cross-module event systemGravatar Attila Molnar2015-02-111-2/+13
* Convert the HTTPd ACL event to use the new cross-module event systemGravatar Attila Molnar2015-02-111-0/+12
* Fix some warnings which are causing debug builds to fail.•••- Clang: private field 'module' is not used - GCC: suggest a space before ‘;’ or explicit braces around empty body in ‘while’ statement Gravatar Peter Powell2013-07-161-1/+1
* Change the API of m_httpd to be dynamic_reference-basedGravatar attilamolnar2013-06-071-10/+46
* Tidy up source files:•••- Use #pragma once instead of include guards. - Move header files in src/modules to include/modules. - Fixed various spacing issues. Gravatar Peter Powell2013-04-121-0/+203