aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_httpd_stats.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2022-12-301-2/+1
|
* Fix httpd_stats swallowing requests that it doesn't handle.Gravatar Sadie Powell2022-05-211-14/+3
| | | | e.g. /stats/wibble
* Update copyright headers.Gravatar InspIRCd Robot2022-04-281-1/+1
|
* Fix accessing the /stats/general and /stats/users sub-routes.Gravatar Sadie Powell2022-01-121-1/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2021-12-301-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
|
* Update copyright headers.Gravatar InspIRCd Robot2021-08-271-0/+1
|
* Code refactor and minor fix (#1879)Gravatar Herman2021-06-121-3/+4
|
* Update copyright headers.Gravatar InspIRCd Robot2021-02-261-1/+1
|
* Normalise paths in the httpd module.Gravatar Sadie Powell2020-12-041-9/+4
|
* Improve HTTP logging.Gravatar Sadie Powell2020-12-041-1/+1
|
* Update the module descriptions using mkversion.Gravatar Sadie Powell2020-04-101-1/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2020-01-111-2/+10
|
* Add {To,From}{Human,Internal,Network} to ExtensionItem.Gravatar Peter Powell2019-08-071-1/+1
| | | | Also, deprecate the old SerializeFormat/serialize/unserialise API.
* 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
|
* Refactor m_httpd_stats, add subpages (#1554)Gravatar linuxdaemon2019-01-281-146/+226
|
* 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
| |
* | Rename UserMembList to Channel::MemberMap, switch all code to use itGravatar Attila Molnar2014-07-141-1/+1
| |
* | Change return type of Channel::GetUsers() to reference from pointer as it is ↵Gravatar Attila Molnar2014-07-141-3/+3
| | | | | | | | never NULL
* | Kill needless #includes in source filesGravatar Attila Molnar2014-06-141-1/+0
| |
* | Add UserManager::GetUsers()Gravatar Attila Molnar2014-03-151-3/+4
| |
* | Add InspIRCd::GetChans(), remove ChannelCount()Gravatar Attila Molnar2014-03-141-3/+4
| |
* | Move GetAllPrefixChars() from Channel to MembershipGravatar Attila Molnar2014-02-141-1/+1
| |
* | Change all socketengine methods to be staticGravatar Attila Molnar2014-02-081-1/+1
| |
* | Replace SocketEngine::GetName() with INSPIRCD_SOCKETENGINE_NAME defineGravatar Attila Molnar2014-02-081-1/+1
| |
* | Merge insp20Gravatar Attila Molnar2014-01-211-1/+1
|\|
| * m_httpd_stats Be more conservative when escaping dataGravatar Attila Molnar2014-01-211-2/+1
| | | | | | | | Fix clang warning
* | Remove some pointless code:Gravatar Peter Powell2013-12-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | - Remove the CHARSET entry from ISUPPORT. CHARSET was removed in draft-brocklesby-irc-isupport-03 and we always used the default value anyway. This has also been removed in the latest version of Charybdis. - Remove irc::sockets::satouser. This helper method was longer than the code it replaced.
* | Remove ModuleManager::GetAllModuleNames(), use GetModules() insteadGravatar attilamolnar2013-08-301-5/+4
| |
* | Clean up the protocol interfaceGravatar attilamolnar2013-08-251-2/+2
| |
* | Automatically attach modules to eventsGravatar attilamolnar2013-08-041-6/+0
| |
* | Change httpd modules to use the MODNAME constant in headers.Gravatar Peter Powell2013-08-041-1/+1
| |