| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge branch 'insp3' into master. | Sadie Powell | 2021-08-19 | 1 | -1/+1 |
| |\ |
|
| | * | Use timing safe comparisons for the httpd_acl username and password. | Sadie Powell | 2021-08-19 | 1 | -1/+2 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2021-05-14 | 1 | -1/+1 |
| |\| |
|
| | * | Update copyright headers. | InspIRCd Robot | 2021-05-14 | 1 | -1/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2021-05-11 | 1 | -1/+1 |
| |\| |
|
| | * | Fix a bunch of weird indentation and spacing issues. | Sadie Powell | 2021-04-27 | 1 | -1/+1 |
| * | | Refactor the Base64 encoding and decoding functions. | Sadie Powell | 2021-05-10 | 1 | -1/+1 |
| * | | LogManager does not implement fakederef in v4. | Sadie Powell | 2021-04-17 | 1 | -4/+4 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2021-04-17 | 1 | -0/+10 |
| |\| |
|
| | * | Improve the debug logging for httpd_acl auth attempts. | Sadie Powell | 2021-04-17 | 1 | -0/+10 |
| * | | Switch simple iterator loops to use range-based for loops. | Sadie Powell | 2021-04-07 | 1 | -11/+11 |
| * | | Constify variables within loops. | Sadie Powell | 2021-04-01 | 1 | -1/+1 |
| * | | Use emplace_back where possible. | Sadie Powell | 2021-03-30 | 1 | -1/+1 |
| * | | Add stdalgo::iterator_range and switch config tag reading to use it.•••This allows us to use range-based for loops which were not possible
with the previous config tag system.
| Sadie Powell | 2020-10-31 | 1 | -3/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-05-05 | 1 | -1/+1 |
| |\| |
|
| | * | Update copyright headers. | InspIRCd Robot | 2020-04-24 | 1 | -1/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-04-11 | 1 | -2/+1 |
| |\| |
|
| | * | Update the module descriptions using mkversion. | Sadie Powell | 2020-04-10 | 1 | -1/+1 |
| | * | Remove an unused variable in the http_acl module. | Sadie Powell | 2020-04-10 | 1 | -1/+1 |
| * | | Improve storage of module description, flags, and link data. | Sadie Powell | 2020-04-11 | 1 | -6/+3 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-02-19 | 1 | -1/+7 |
| |\| |
|
| | * | Marginally improve the error pages created by httpd and httpd_acl. | Sadie Powell | 2020-02-14 | 1 | -1/+7 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-01-17 | 1 | -1/+6 |
| |\| |
|
| | * | Update copyright headers. | InspIRCd Robot | 2020-01-11 | 1 | -1/+6 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2019-05-15 | 1 | -1/+1 |
| |\| |
|
| | * | Textual improvements and fixes such as typos, casing, etc. (#1612) | Robby | 2019-04-28 | 1 | -1/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2019-02-15 | 1 | -4/+4 |
| |\| |
|
| | * | Expand searching in m_httpd_stats, add global handling of GET parameters (#1566) | linuxdaemon | 2019-02-06 | 1 | -4/+4 |
| * | | LogManager: remove fakederef. | Sadie Powell | 2019-02-07 | 1 | -8/+8 |
| * | | Replace the override macro with the override keyword. | Sadie Powell | 2019-01-25 | 1 | -3/+3 |
| |/ |
|
| * | Make more modules rehash atomically (#1535)•••Have each module validate the values it loads before setting them, so
any errors don't result in partial application of the configs
| linuxdaemon | 2018-12-19 | 1 | -2/+3 |
| * | Make more config stuff case insensitive. | Peter Powell | 2018-07-24 | 1 | -3/+3 |
| * | Fix a ton of -Wsign-conversion warnings. | Peter Powell | 2017-11-17 | 1 | -2/+2 |
| * | Remove module file extensions from user-visible messages. | Peter Powell | 2017-08-27 | 1 | -1/+1 |
| * | Convert the HTTPd ACL event to use the new cross-module event system | Attila Molnar | 2015-02-11 | 1 | -9/+17 |
| * | Kill needless #includes in source files | Attila Molnar | 2014-06-14 | 1 | -1/+0 |
| * | Replace OnRehash() with ReadConfig() that is called on boot, on module load a...•••This eliminates the need for calling OnRehash() in init()
| attilamolnar | 2013-08-30 | 1 | -6/+1 |
| * | Automatically attach modules to events | attilamolnar | 2013-08-04 | 1 | -2/+0 |
| * | Change httpd modules to use the MODNAME constant in headers. | Peter Powell | 2013-08-04 | 1 | -1/+1 |
| * | Change modules to use the MODNAME constant when logging.•••The majority of modules were logging with their module name as the
log type. There was a few places which were logging to a non-name
type but, with the exception of CONFIG, those messages are so
uncommon that it doesn't make sense to use a seperate type for
them.
| Peter Powell | 2013-08-04 | 1 | -8/+8 |
| * | Remove $Core and $Mod* comments apart from $ModDep. | Peter Powell | 2013-07-04 | 1 | -2/+0 |
| * | Change the API of m_httpd to be dynamic_reference-based | attilamolnar | 2013-06-07 | 1 | -1/+7 |
| * | Merge insp20 | attilamolnar | 2013-06-06 | 1 | -3/+3 |
| |\ |
|
| | * | m_httpd_acl Reread config on rehash | attilamolnar | 2013-05-18 | 1 | -3/+3 |
| * | | Fix spacing in calls to LogManager::Log. | Peter Powell | 2013-05-19 | 1 | -1/+1 |
| * | | Tidy up keywords on module methods.•••- Remove virtual keyword from a ton of methods which don't need it.
- Add override keyword to a ton of methods which do need it.
| Peter Powell | 2013-05-15 | 1 | -3/+3 |
| * | | Tidy up source files:•••- Use #pragma once instead of include guards.
- Move header files in src/modules to include/modules.
- Fixed various spacing issues.
| Peter Powell | 2013-04-12 | 1 | -1/+1 |
| * | | Add LOG_ prefix to the log level enum values. | Peter Powell | 2013-04-12 | 1 | -8/+8 |
| * | | Whitespace and empty destructor removal, minor coding style changes | attilamolnar | 2013-04-01 | 1 | -8/+0 |
| |/ |
|
| * | Remove unused variables detected by Clang 4.2. | Peter Powell | 2013-02-01 | 1 | -1/+0 |