aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_httpd_stats.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * 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.•••Also, deprecate the old SerializeFormat/serialize/unserialise API. Gravatar Peter Powell2019-08-071-1/+1
* | 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"•••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). Gravatar genius30002018-04-111-2/+2
* Change ServerInfo::gecos to descriptionGravatar genius30002018-04-111-3/+3
* Hide User#host and User#dhost and use accessors to modify them.•••This removes the need to invalidate the cache after changing a user's hostname. Gravatar Peter Powell2017-10-281-1/+1
* Remove INSPIRCD_SOCKETENGINE_NAME and INSPIRCD_SYSTEM.•••- 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. Gravatar Peter Powell2017-10-151-1/+1
* 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()•••Prefix the returned string with '+' Gravatar Attila Molnar2016-12-301-1/+1
* | Convert WriteNumeric() calls to pass the parameters of the numeric as method ...Gravatar Attila Molnar2016-02-251-3/+5
* | 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>•••Uptime can be calculated easily from the boot time Gravatar Attila Molnar2015-02-121-7/+1
* | | 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
* | 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
* | 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 data•••Fix clang warning Gravatar Attila Molnar2014-01-211-2/+1
* | Remove some pointless code:•••- 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. Gravatar Peter Powell2013-12-151-1/+1