| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update copyright headers. | InspIRCd Robot | 2022-12-30 | 1 | -2/+1 |
| * | Fix httpd_stats swallowing requests that it doesn't handle.•••e.g. /stats/wibble
| Sadie Powell | 2022-05-21 | 1 | -14/+3 |
| * | Update copyright headers. | InspIRCd Robot | 2022-04-28 | 1 | -1/+1 |
| * | Fix accessing the /stats/general and /stats/users sub-routes. | Sadie Powell | 2022-01-12 | 1 | -1/+1 |
| * | Update copyright headers. | InspIRCd Robot | 2021-12-30 | 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 |
| * | Update copyright headers. | InspIRCd Robot | 2021-08-27 | 1 | -0/+1 |
| * | Code refactor and minor fix (#1879) | Herman | 2021-06-12 | 1 | -3/+4 |
| * | Update copyright headers. | InspIRCd Robot | 2021-02-26 | 1 | -1/+1 |
| * | 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 |
| * | Update the module descriptions using mkversion. | Sadie Powell | 2020-04-10 | 1 | -1/+1 |
| * | Update copyright headers. | InspIRCd Robot | 2020-01-11 | 1 | -2/+10 |
| * | Add {To,From}{Human,Internal,Network} to ExtensionItem.•••Also, deprecate the old SerializeFormat/serialize/unserialise API.
| Peter Powell | 2019-08-07 | 1 | -1/+1 |
| * | 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 |
| * | Refactor m_httpd_stats, add subpages (#1554) | linuxdaemon | 2019-01-28 | 1 | -146/+226 |
| * | Rename User::fullname to realname and make it private. | Peter Powell | 2018-07-30 | 1 | -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).
| genius3000 | 2018-04-11 | 1 | -2/+2 |
| * | Change ServerInfo::gecos to description | genius3000 | 2018-04-11 | 1 | -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.
| Peter Powell | 2017-10-28 | 1 | -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.
| Peter Powell | 2017-10-15 | 1 | -1/+1 |
| * | Remove module file extensions from user-visible messages. | Peter Powell | 2017-08-27 | 1 | -1/+1 |
| * | Merge v2.0.23 and v2.0.24 into master. | Peter Powell | 2017-07-09 | 1 | -1/+1 |
| |\ |
|
| | * | m_httpd_stats: Also sanitize other server gecos | Anatole Denis | 2016-10-09 | 1 | -1/+1 |
| * | | Clean up User::FormatModes(), rename to GetModeLetters()•••Prefix the returned string with '+'
| Attila Molnar | 2016-12-30 | 1 | -1/+1 |
| * | | Convert WriteNumeric() calls to pass the parameters of the numeric as method ... | Attila Molnar | 2016-02-25 | 1 | -3/+5 |
| * | | Adds <commandlist> tag with command usage to httpd_stats. | Johanna A | 2016-02-20 | 1 | -1/+9 |
| * | | Merge branch 'master+crossmodevents' | Attila Molnar | 2015-02-12 | 1 | -5/+11 |
| |\ \ |
|
| | * | | Convert the HTTPd request event to use the new cross-module event system | Attila Molnar | 2015-02-11 | 1 | -5/+11 |
| * | | | m_httpd_stats Remove days/hours/mins/secs from <uptime>•••Uptime can be calculated easily from the boot time
| Attila Molnar | 2015-02-12 | 1 | -7/+1 |
| * | | | m_httpd_stats Fix pointer being shown instead of server name in <user> | Attila Molnar | 2015-02-12 | 1 | -1/+1 |
| |/ / |
|
| * | | Change type of some associative containers to their flat versions, including ... | Attila Molnar | 2014-12-15 | 1 | -5/+5 |
| * | | Remove typedef UserMembCIter, use Channel::MemberMap::const_iterator instead | Attila Molnar | 2014-07-14 | 1 | -1/+1 |
| * | | Rename UserMembList to Channel::MemberMap, switch all code to use it | Attila Molnar | 2014-07-14 | 1 | -1/+1 |
| * | | Change return type of Channel::GetUsers() to reference from pointer as it is ... | Attila Molnar | 2014-07-14 | 1 | -3/+3 |
| * | | Kill needless #includes in source files | Attila Molnar | 2014-06-14 | 1 | -1/+0 |
| * | | Add UserManager::GetUsers() | Attila Molnar | 2014-03-15 | 1 | -3/+4 |
| * | | Add InspIRCd::GetChans(), remove ChannelCount() | Attila Molnar | 2014-03-14 | 1 | -3/+4 |
| * | | Move GetAllPrefixChars() from Channel to Membership | Attila Molnar | 2014-02-14 | 1 | -1/+1 |
| * | | Change all socketengine methods to be static | Attila Molnar | 2014-02-08 | 1 | -1/+1 |
| * | | Replace SocketEngine::GetName() with INSPIRCD_SOCKETENGINE_NAME define | Attila Molnar | 2014-02-08 | 1 | -1/+1 |
| * | | Merge insp20 | Attila Molnar | 2014-01-21 | 1 | -1/+1 |
| |\| |
|
| | * | m_httpd_stats Be more conservative when escaping data•••Fix clang warning
| Attila Molnar | 2014-01-21 | 1 | -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.
| Peter Powell | 2013-12-15 | 1 | -1/+1 |
| * | | Remove ModuleManager::GetAllModuleNames(), use GetModules() instead | attilamolnar | 2013-08-30 | 1 | -5/+4 |
| * | | Clean up the protocol interface | attilamolnar | 2013-08-25 | 1 | -2/+2 |
| * | | Automatically attach modules to events | attilamolnar | 2013-08-04 | 1 | -6/+0 |
| * | | Change httpd modules to use the MODNAME constant in headers. | Peter Powell | 2013-08-04 | 1 | -1/+1 |