aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_httpd_stats.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-01-171-2/+10
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-01-111-2/+10
| |
* | Move ISupport logic out of the core and into core_info.Gravatar Sadie Powell2020-01-051-5/+14
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-08-091-1/+1
|\|
| * Add {To,From}{Human,Internal,Network} to ExtensionItem.Gravatar Peter Powell2019-08-071-1/+1
| | | | | | | | Also, deprecate the old SerializeFormat/serialize/unserialise API.
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-02-151-26/+164
|\|
| * Replace GetServerPort() with server_sa.port().Gravatar Peter Powell2019-02-151-1/+1
| |
| * Expand searching in m_httpd_stats, add global handling of GET parameters (#1566)Gravatar linuxdaemon2019-02-061-26/+164
| |
* | UserManager: remove fakederef.Gravatar Sadie Powell2019-02-071-4/+4
| |
* | ModuleManager: remove fakederef.Gravatar Sadie Powell2019-02-071-1/+1
| |
* | LogManager: remove fakederef.Gravatar Sadie Powell2019-02-071-1/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-02-051-146/+226
|\|
| * Refactor m_httpd_stats, add subpages (#1554)Gravatar linuxdaemon2019-01-281-146/+226
| |
* | Replace the override macro with the override keyword.Gravatar Sadie Powell2019-01-251-2/+2
|/
* Rename User::fullname to realname and make it private.Gravatar Peter Powell2018-07-301-1/+1
|
* Change some usage of "gecos" to "real name"Gravatar genius30002018-04-111-2/+2
| | | | | | Within the example configs, helpops, some server sent messages, and simple code comments: change the primary usage of "gecos" to "real name" (or "realname" where fitting).
* Change ServerInfo::gecos to descriptionGravatar genius30002018-04-111-3/+3
|
* Hide User#host and User#dhost and use accessors to modify them.Gravatar Peter Powell2017-10-281-1/+1
| | | | | This removes the need to invalidate the cache after changing a user's hostname.
* Remove INSPIRCD_SOCKETENGINE_NAME and INSPIRCD_SYSTEM.Gravatar Peter Powell2017-10-151-1/+1
| | | | | | | | | | - INSPIRCD_SOCKETENGINE_NAME is not really something that needs to be user facing. If opers want to know this kind of internal info then they can look at the build configuration. - INSPIRCD_SYSTEM causes problems for reproducible builds and is only accurate for the state of the system when InspIRCd is built which is not useful in the slightest.
* Remove module file extensions from user-visible messages.Gravatar Peter Powell2017-08-271-1/+1
|
* Merge v2.0.23 and v2.0.24 into master.Gravatar Peter Powell2017-07-091-1/+1
|\
| * m_httpd_stats: Also sanitize other server gecosGravatar Anatole Denis2016-10-091-1/+1
| |
* | Clean up User::FormatModes(), rename to GetModeLetters()Gravatar Attila Molnar2016-12-301-1/+1
| | | | | | | | Prefix the returned string with '+'
* | Convert WriteNumeric() calls to pass the parameters of the numeric as method ↵Gravatar Attila Molnar2016-02-251-3/+5
| | | | | | | | parameters
* | Adds <commandlist> tag with command usage to httpd_stats.Gravatar Johanna A2016-02-201-1/+9
| |
* | Merge branch 'master+crossmodevents'Gravatar Attila Molnar2015-02-121-5/+11
|\ \
| * | Convert the HTTPd request event to use the new cross-module event systemGravatar Attila Molnar2015-02-111-5/+11
| | |
* | | m_httpd_stats Remove days/hours/mins/secs from <uptime>Gravatar Attila Molnar2015-02-121-7/+1
| | | | | | | | | | | | Uptime can be calculated easily from the boot time
* | | m_httpd_stats Fix pointer being shown instead of server name in <user>Gravatar Attila Molnar2015-02-121-1/+1
|/ /
* | Change type of some associative containers to their flat versions, including ↵Gravatar Attila Molnar2014-12-151-5/+5
| | | | | | | | Extensible storage
* | Remove typedef UserMembCIter, use Channel::MemberMap::const_iterator insteadGravatar Attila Molnar2014-07-141-1/+1
| |