index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_httpd_stats.cpp
Age
Commit message (
Expand
)
Author
2019-02-15
Replace GetServerPort() with server_sa.port().
Peter Powell
2019-02-06
Expand searching in m_httpd_stats, add global handling of GET parameters (#1566)
linuxdaemon
2019-01-28
Refactor m_httpd_stats, add subpages (#1554)
linuxdaemon
2018-07-30
Rename User::fullname to realname and make it private.
Peter Powell
2018-04-11
Change some usage of "gecos" to "real name"
genius3000
2018-04-11
Change ServerInfo::gecos to description
genius3000
2017-10-28
Hide User#host and User#dhost and use accessors to modify them.
Peter Powell
2017-10-15
Remove INSPIRCD_SOCKETENGINE_NAME and INSPIRCD_SYSTEM.
Peter Powell
2017-08-27
Remove module file extensions from user-visible messages.
Peter Powell
2017-07-09
Merge v2.0.23 and v2.0.24 into master.
Peter Powell
2016-12-30
Clean up User::FormatModes(), rename to GetModeLetters()
Attila Molnar
2016-10-09
m_httpd_stats: Also sanitize other server gecos
Anatole Denis
2016-02-25
Convert WriteNumeric() calls to pass the parameters of the numeric as method ...
Attila Molnar
2016-02-20
Adds <commandlist> tag with command usage to httpd_stats.
Johanna A
2015-02-12
Merge branch 'master+crossmodevents'
Attila Molnar
2015-02-12
m_httpd_stats Remove days/hours/mins/secs from <uptime>
Attila Molnar
2015-02-12
m_httpd_stats Fix pointer being shown instead of server name in <user>
Attila Molnar
2015-02-11
Convert the HTTPd request event to use the new cross-module event system
Attila Molnar
2014-12-15
Change type of some associative containers to their flat versions, including ...
Attila Molnar
2014-07-14
Remove typedef UserMembCIter, use Channel::MemberMap::const_iterator instead
Attila Molnar
2014-07-14
Rename UserMembList to Channel::MemberMap, switch all code to use it
Attila Molnar
2014-07-14
Change return type of Channel::GetUsers() to reference from pointer as it is ...
Attila Molnar
2014-06-14
Kill needless #includes in source files
Attila Molnar
2014-03-15
Add UserManager::GetUsers()
Attila Molnar
2014-03-14
Add InspIRCd::GetChans(), remove ChannelCount()
Attila Molnar
2014-02-14
Move GetAllPrefixChars() from Channel to Membership
Attila Molnar
2014-02-08
Change all socketengine methods to be static
Attila Molnar
2014-02-08
Replace SocketEngine::GetName() with INSPIRCD_SOCKETENGINE_NAME define
Attila Molnar
2014-01-21
Merge insp20
Attila Molnar
2014-01-21
m_httpd_stats Be more conservative when escaping data
Attila Molnar
2013-12-15
Remove some pointless code:
Peter Powell
2013-08-30
Remove ModuleManager::GetAllModuleNames(), use GetModules() instead
attilamolnar
2013-08-25
Clean up the protocol interface
attilamolnar
2013-08-04
Automatically attach modules to events
attilamolnar
2013-08-04
Change httpd modules to use the MODNAME constant in headers.
Peter Powell
2013-08-04
Change modules to use the MODNAME constant when logging.
Peter Powell
2013-07-04
Remove $Core and $Mod* comments apart from $ModDep.
Peter Powell
2013-06-07
Change the API of m_httpd to be dynamic_reference-based
attilamolnar
2013-05-19
Fix spacing in calls to LogManager::Log.
Peter Powell
2013-05-16
Allow spaces (and more) in oper types
attilamolnar
2013-05-15
Tidy up keywords on module methods.
Peter Powell
2013-04-12
Tidy up source files:
Peter Powell
2013-04-12
Add LOG_ prefix to the log level enum values.
Peter Powell
2013-04-11
Convert ISUPPORT to use a map instead of a string.
Peter Powell
2013-04-10
Replace IS_AWAY() and IS_OPER() macros with User::IsAway() and User::IsOper()
attilamolnar
2013-04-01
Whitespace and empty destructor removal, minor coding style changes
attilamolnar
2013-04-01
Remove some dead code:
Peter Powell
2013-02-17
Fix multiple escape bugs in m_httpd_stats.
Peter Powell
2012-12-02
Dynamically determine the size of the eventlist[] passed to Attach()
attilamolnar
2012-12-02
Attach to events and register services in init()
attilamolnar
[next]