2
0
mirror of https://github.com/inspircd/inspircd.git synced 2025-03-23 09:29:02 -04:00

7 Commits

Author SHA1 Message Date
linuxdaemon
d4a1ea7045 Expand searching in m_httpd_stats, add global handling of GET parameters () 2019-02-06 10:33:06 +00:00
Attila Molnar
3b83968416 Remove unused parameters from HTTPRequest constructor 2015-02-11 17:15:57 +01:00
Attila Molnar
1e8e379dce Convert the HTTPd request event to use the new cross-module event system 2015-02-11 17:13:08 +01:00
Attila Molnar
96dd0a52d9 Convert the HTTPd ACL event to use the new cross-module event system 2015-02-11 17:09:59 +01:00
Peter Powell
0003fc3131 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
2013-07-16 22:06:40 +01:00
attilamolnar
183d7a8dc0 Change the API of m_httpd to be dynamic_reference-based 2013-06-07 01:00:10 +02:00
Peter Powell
11cafc12d5 Tidy up source files:
- Use #pragma once instead of include guards.
- Move header files in src/modules to include/modules.
- Fixed various spacing issues.
2013-04-12 17:03:05 +01:00