aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_httpd_stats.cpp
Commit message (Expand)AuthorAgeFilesLines
* Qualify auto correctly in all cases.Gravatar Sadie Powell2023-01-101-1/+1
* Avoid copying shared_ptr<ConfigTag> when not necessary.Gravatar Sadie Powell2023-01-101-1/+1
* Merge branch 'insp3' into master.Gravatar Sadie Powell2023-01-011-2/+1
|\
| * Update copyright headers.Gravatar InspIRCd Robot2022-12-301-2/+1
* | Move extension types to their own header to speed up build times.Gravatar Sadie Powell2022-12-191-0/+1
* | Yet more stylistic fixes.Gravatar Sadie Powell2022-12-011-2/+6
* | Refactor the internals of the oper system.•••- Allow overriding privileges from the <class> blocks in the <type> and <oper> blocks. - Separate oper types from oper accounts in the code. This enables moving some core stuff out of the config tag later. - Merge the config tags together to make a synthetic tag that can have getXXX called on it instead of using getConfig and then converting it. - Move the details of Have*Permission into the oper type class. - Improve oper events to allow modules to easily hook into the oper system. Gravatar Sadie Powell2022-11-281-1/+1
* | Use User::IsFullyConnected instead of checking for REG_ALL.Gravatar Sadie Powell2022-10-291-2/+2
* | Rename User::age to User::nickchanged and fix the docs.Gravatar Sadie Powell2022-10-111-1/+1
* | Fix serializing attributes in httpd_stats.Gravatar Sadie Powell2022-10-101-2/+5
* | Replace GetUserCounter() with GetUsers().size().•••This method is legacy from when there was a manual user counter and isn't much of a length saving over the unsugared version. Gravatar Sadie Powell2022-08-241-1/+1
* | Get rid of an indirection when handling the httpd_stats request.Gravatar Sadie Powell2022-06-071-14/+8
* | Begin to separate the output from the format in httpd_stats.Gravatar Sadie Powell2022-05-211-125/+189
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-05-211-14/+3
|\|
| * Fix httpd_stats swallowing requests that it doesn't handle.•••e.g. /stats/wibble Gravatar Sadie Powell2022-05-211-14/+3
* | Split the httpd_stats <version> field out into multiple fields.Gravatar Sadie Powell2022-05-171-3/+5
* | Store a set of list mode pointers in Membership instead of characters.Gravatar Sadie Powell2022-05-171-1/+1
* | Rewrite logging calls to use the new APIs.Gravatar Sadie Powell2022-05-011-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-04-291-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2022-04-281-1/+1
* | Abolish the infernal space before accessibility keywords.Gravatar Sadie Powell2022-01-251-2/+2
* | Use C++11-style initialisation for the entity map in httpd_stats.Gravatar Sadie Powell2022-01-181-17/+7
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-01-141-1/+1
|\|
| * Fix accessing the /stats/general and /stats/users sub-routes.Gravatar Sadie Powell2022-01-121-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-01-031-2/+2
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2021-12-301-2/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-11-241-2/+2
|\|
| * Escape the IP address in httpd_stats.Gravatar Sadie Powell2021-11-241-1/+1
| * Escape the real and displayed hostnames in httpd_stats.Gravatar Sadie Powell2021-11-241-1/+1
* | Apply the final keyword to all module classes where appropriate.Gravatar Sadie Powell2021-10-041-2/+2
* | Mark all module classes as final.Gravatar Sadie Powell2021-10-011-1/+3
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-08-281-0/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2021-08-271-0/+1
| * Code refactor and minor fix (#1879)Gravatar Herman2021-06-121-3/+4
* | Refactor the Base64 encoding and decoding functions.Gravatar Sadie Powell2021-05-101-1/+1
* | Move channel logic from InspIRCd to the new ChannelManager class.Gravatar Sadie Powell2021-05-081-2/+2
* | Switch simple iterator loops to use range-based for loops.Gravatar Sadie Powell2021-04-071-50/+33
* | Fix core_dns failing to compile on GCC.Gravatar Sadie Powell2021-04-041-1/+1
* | Fix a ton of pedantic compiler warnings.Gravatar Sadie Powell2021-04-041-5/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-02-281-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2021-02-261-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-12-041-10/+5
|\|
| * Normalise paths in the httpd module.Gravatar Sadie Powell2020-12-041-9/+4
| * Improve HTTP logging.Gravatar Sadie Powell2020-12-041-1/+1
* | Convert FOREACH_MOD_CUSTOM to a variadic function.Gravatar Sadie Powell2020-11-101-1/+1
* | Convert ConfigTag from reference<> to std::shared_ptr<>.Gravatar Sadie Powell2020-10-311-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-04-111-1/+1
|\|
| * Update the module descriptions using mkversion.Gravatar Sadie Powell2020-04-101-1/+1
* | Improve storage of module description, flags, and link data.Gravatar Sadie Powell2020-04-111-8/+4
* | Use C++11 inline initialisation for class members.Gravatar Sadie Powell2020-02-061-2/+1