Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-11 | Update copyright headers. | InspIRCd Robot | |
2019-02-06 | Expand searching in m_httpd_stats, add global handling of GET parameters (#1566) | linuxdaemon | |
2015-02-11 | Remove unused parameters from HTTPRequest constructor | Attila Molnar | |
2015-02-11 | Convert the HTTPd request event to use the new cross-module event system | Attila Molnar | |
2015-02-11 | Convert the HTTPd ACL event to use the new cross-module event system | Attila Molnar | |
2013-07-16 | Fix some warnings which are causing debug builds to fail. | Peter Powell | |
- Clang: private field 'module' is not used - GCC: suggest a space before ‘;’ or explicit braces around empty body in ‘while’ statement | |||
2013-06-07 | Change the API of m_httpd to be dynamic_reference-based | attilamolnar | |
2013-04-12 | Tidy up source files: | Peter Powell | |
- Use #pragma once instead of include guards. - Move header files in src/modules to include/modules. - Fixed various spacing issues. |