index
:
~steering
/
inspircd++.git
this commit
insp2
insp4
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_httpd_stats.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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.
Sadie Powell
2022-08-24
1
-1
/
+1
*
Get rid of an indirection when handling the httpd_stats request.
Sadie Powell
2022-06-07
1
-14
/
+8
*
Begin to separate the output from the format in httpd_stats.
Sadie Powell
2022-05-21
1
-125
/
+189
*
Merge branch 'insp3' into master.
Sadie Powell
2022-05-21
1
-14
/
+3
|
\
|
*
Fix httpd_stats swallowing requests that it doesn't handle.
•••
e.g. /stats/wibble
Sadie Powell
2022-05-21
1
-14
/
+3
*
|
Split the httpd_stats <version> field out into multiple fields.
Sadie Powell
2022-05-17
1
-3
/
+5
*
|
Store a set of list mode pointers in Membership instead of characters.
Sadie Powell
2022-05-17
1
-1
/
+1
*
|
Rewrite logging calls to use the new APIs.
Sadie Powell
2022-05-01
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-04-29
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2022-04-28
1
-1
/
+1
*
|
Abolish the infernal space before accessibility keywords.
Sadie Powell
2022-01-25
1
-2
/
+2
*
|
Use C++11-style initialisation for the entity map in httpd_stats.
Sadie Powell
2022-01-18
1
-17
/
+7
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-01-14
1
-1
/
+1
|
\
|
|
*
Fix accessing the /stats/general and /stats/users sub-routes.
Sadie Powell
2022-01-12
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-01-03
1
-2
/
+2
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-12-30
1
-2
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-11-24
1
-2
/
+2
|
\
|
|
*
Escape the IP address in httpd_stats.
Sadie Powell
2021-11-24
1
-1
/
+1
|
*
Escape the real and displayed hostnames in httpd_stats.
Sadie Powell
2021-11-24
1
-1
/
+1
*
|
Apply the final keyword to all module classes where appropriate.
Sadie Powell
2021-10-04
1
-2
/
+2
*
|
Mark all module classes as final.
Sadie Powell
2021-10-01
1
-1
/
+3
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-08-28
1
-0
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-08-27
1
-0
/
+1
|
*
Code refactor and minor fix (#1879)
Herman
2021-06-12
1
-3
/
+4
*
|
Refactor the Base64 encoding and decoding functions.
Sadie Powell
2021-05-10
1
-1
/
+1
*
|
Move channel logic from InspIRCd to the new ChannelManager class.
Sadie Powell
2021-05-08
1
-2
/
+2
*
|
Switch simple iterator loops to use range-based for loops.
Sadie Powell
2021-04-07
1
-50
/
+33
*
|
Fix core_dns failing to compile on GCC.
Sadie Powell
2021-04-04
1
-1
/
+1
*
|
Fix a ton of pedantic compiler warnings.
Sadie Powell
2021-04-04
1
-5
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-02-28
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-02-26
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-12-04
1
-10
/
+5
|
\
|
|
*
Normalise paths in the httpd module.
Sadie Powell
2020-12-04
1
-9
/
+4
|
*
Improve HTTP logging.
Sadie Powell
2020-12-04
1
-1
/
+1
*
|
Convert FOREACH_MOD_CUSTOM to a variadic function.
Sadie Powell
2020-11-10
1
-1
/
+1
*
|
Convert ConfigTag from reference<> to std::shared_ptr<>.
Sadie Powell
2020-10-31
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-04-11
1
-1
/
+1
|
\
|
|
*
Update the module descriptions using mkversion.
Sadie Powell
2020-04-10
1
-1
/
+1
*
|
Improve storage of module description, flags, and link data.
Sadie Powell
2020-04-11
1
-8
/
+4
*
|
Use C++11 inline initialisation for class members.
Sadie Powell
2020-02-06
1
-2
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-01-17
1
-2
/
+10
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-01-11
1
-2
/
+10
*
|
Move ISupport logic out of the core and into core_info.
Sadie Powell
2020-01-05
1
-5
/
+14
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-08-09
1
-1
/
+1
|
\
|
|
*
Add {To,From}{Human,Internal,Network} to ExtensionItem.
•••
Also, deprecate the old SerializeFormat/serialize/unserialise API.
Peter Powell
2019-08-07
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-02-15
1
-26
/
+164
|
\
|
|
*
Replace GetServerPort() with server_sa.port().
Peter Powell
2019-02-15
1
-1
/
+1
|
*
Expand searching in m_httpd_stats, add global handling of GET parameters (#1566)
linuxdaemon
2019-02-06
1
-26
/
+164
*
|
UserManager: remove fakederef.
Sadie Powell
2019-02-07
1
-4
/
+4
*
|
ModuleManager: remove fakederef.
Sadie Powell
2019-02-07
1
-1
/
+1
[next]