]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/stats.cpp
Replace copyright headers with headers granting specific authors copyright
[user/henk/code/inspircd.git] / src / stats.cpp
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2012-04-19 Robin BurchellMerge pull request #85 from Robby-/insp20-typosnstuff
2012-04-19 Robin BurchellMerge pull request #88 from Robby-/insp20-helpop
2012-04-19 Robin BurchellMerge pull request #84 from attilamolnar/insp20+whoisfix
2012-04-19 Robin BurchellMerge pull request #83 from attilamolnar/insp20+remotes...
2012-04-18 attilamolnarFix issue #18 reported by @int- (remote restriction...
2012-04-18 Robin BurchellMerge pull request #74 from Robby-/insp20-statsupdates
2012-04-18 Robby-/STATS: updates
2010-02-12 danieldgFix stats output to divide in floating-point
2010-02-10 danieldgFix incorrect check of mode permissions when displaying...
2010-02-02 danieldgAdd OnSetConnectClass hook for use in adding requiremen...
2010-02-01 danieldgSpacify the oper name in STATS O
2010-02-01 danieldgAdd stats O, oper type/permission list
2010-01-31 danieldgUpdate connect block matching on rehash to prefer names...
2010-01-18 danieldgInclude total CPU usage in STATS z
2010-01-18 danieldgRemove excessive gettimeofday system calls
2010-01-11 brain...because every now and again, i have to do a massive...
2009-11-15 danieldgAdd Inspircd::AddServices
2009-11-06 danieldgMove StreamSocket inheritance off of User
2009-10-30 danieldgClean up typos and some unused code
2009-10-21 danieldgKill ListenSocketBase, use OnAcceptConnection for all...
2009-10-21 danieldgUse ConfigTagList as a faster access method for access...
2009-10-21 danieldgMove some local-only fields to LocalUser
2009-10-21 danieldgSplit LocalUser and RemoteUser
2009-10-17 danieldgRewrite ConfigReader again
2009-10-09 danieldgAdd server ports to ServerInstance->ports, enable SSL...
2009-10-03 danieldgGet rid of a bunch of memory-wasting C-style strings
2009-09-26 danieldgFlexible SendQ
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-21 danieldgCreate StreamSocket for IO hooking implementation
2009-09-03 danieldgRemove HandleInternal and HandleServer, they are duplic...
2009-09-03 danieldgChange cmd_*.so to use the Module object API