summaryrefslogtreecommitdiff
path: root/src/stats.cpp
AgeCommit message (Expand)Author
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2012-04-19Fix issue #18 reported by @int- (remote restriction on /stats)attilamolnar
2012-04-18/STATS: updatesRobby-
2010-02-12Fix stats output to divide in floating-pointdanieldg
2010-02-10Fix incorrect check of mode permissions when displaying themdanieldg
2010-02-02Add OnSetConnectClass hook for use in adding requirements to connect classes ...danieldg
2010-02-01Spacify the oper name in STATS Odanieldg
2010-02-01Add stats O, oper type/permission listdanieldg
2010-01-31Update connect block matching on rehash to prefer names, show more useful inf...danieldg
2010-01-18Include total CPU usage in STATS zdanieldg
2010-01-18Remove excessive gettimeofday system callsdanieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-11-15Add Inspircd::AddServicesdanieldg
2009-11-06Move StreamSocket inheritance off of Userdanieldg
2009-10-30Clean up typos and some unused codedanieldg
2009-10-21Kill ListenSocketBase, use OnAcceptConnection for all new connectionsdanieldg
2009-10-21Use ConfigTagList as a faster access method for access to configurationdanieldg
2009-10-21Move some local-only fields to LocalUserdanieldg
2009-10-21Split LocalUser and RemoteUserdanieldg
2009-10-17Rewrite ConfigReader againdanieldg
2009-10-09Add server ports to ServerInstance->ports, enable SSL on them using OnHookIOdanieldg
2009-10-03Get rid of a bunch of memory-wasting C-style stringsdanieldg
2009-09-26Flexible SendQdanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-21Create StreamSocket for IO hooking implementationdanieldg
2009-09-03Remove HandleInternal and HandleServer, they are duplicated by Request* and F...danieldg
2009-09-03Change cmd_*.so to use the Module object APIdanieldg