aboutsummaryrefslogtreecommitdiff
path: root/include/modules/httpd.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2025-03-281-1/+1
|
* Fix some inappropriate uses of ConvToNum.Gravatar Sadie Powell2025-03-011-1/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2024-06-211-1/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2024-06-071-1/+1
|
* Rename duration to timeutils and relocate InspIRCd::TimeString.Gravatar Sadie Powell2023-05-101-1/+1
|
* Make module classes specify their priority manually.Gravatar Sadie Powell2023-02-271-4/+4
|
* Move duration functions to their own header.Gravatar Sadie Powell2023-01-231-1/+3
|
* Merge branch 'insp3' into master.Gravatar Sadie Powell2023-01-011-1/+1
|\
| * Update copyright headers.Gravatar InspIRCd Robot2022-12-301-1/+1
| |
* | Yet more stylistic fixes.Gravatar Sadie Powell2022-12-011-4/+7
| |
* | Fix various cases of the &* being next to the name instead of type.Gravatar Sadie Powell2022-09-291-6/+6
| |
* | Remove duplicate includes from module headers.Gravatar Sadie Powell2022-01-251-7/+0
| |
* | Abolish the infernal space before accessibility keywords.Gravatar Sadie Powell2022-01-251-10/+10
| |
* | Add the final keyword to all remaining classes that can have it.Gravatar Sadie Powell2021-12-201-9/+14
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-07-011-1/+1
|\|
| * Fix various spelling issues (#1883).Gravatar Josh Soref2021-06-211-1/+1
| | | | | | | | Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-05-141-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2021-05-141-1/+1
| |
* | Switch simple iterator loops to use range-based for loops.Gravatar Sadie Powell2021-04-071-6/+4
|/
* 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.Gravatar Peter Powell2013-07-161-1/+1
| | | | | | - Clang: private field 'module' is not used - GCC: suggest a space before ‘;’ or explicit braces around empty body in ‘while’ statement
* Change the API of m_httpd to be dynamic_reference-basedGravatar attilamolnar2013-06-071-10/+46
|
* Tidy up source files:Gravatar Peter Powell2013-04-121-0/+203
- Use #pragma once instead of include guards. - Move header files in src/modules to include/modules. - Fixed various spacing issues.