summaryrefslogtreecommitdiff
path: root/src/cmd_stats.cpp
AgeCommit message (Expand)Author
2006-08-29Snomask +l (linking) and some +x (XLINE)brain
2006-08-11Just to mess with om's head, remove helperfuncs.h from everywherebrain
2006-08-11Move all of the xline stuff into class XLineManager, make an instance of it i...brain
2006-08-11extern time_t TIME -> InspIRCd::Time()brain
2006-08-11ConfigReader and FileReader now take InspIRCd* to their constructorsbrain
2006-08-10Mass-tidyup of module global vars, theyre no longer global vars.brain
2006-08-10Move IsNick, IsIdent into class InspIRCd, update modules that use it.brain
2006-08-10FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ...brain
2006-08-09Move tons more stuff into class InspIRCdbrain
2006-08-09Move clientlist and chanlist into InspIRCd*brain
2006-08-09ServerConfig extern moved into class InspIRCdbrain
2006-08-08WHEEEEE!!!!!brain
2006-08-04Fix /stats T dns totalsbrain
2006-08-04Remove leading : from /stats l, add /stats Lbrain
2006-08-04Change field name to time_openbrain
2006-08-04Change /stats l to be more usablebrain
2006-08-04Typo in /stats ubrain
2006-08-04Change to using userrec::ip as a sockaddr to store port, ip and address famil...brain
2006-08-01Comments, add more detail, remove dnsqueue.h include from tons of placesbrain
2006-07-30REMOTE STATS! WOOO AND YAY!brain
2006-07-19Change stats recv/send to double, so they can hold truly massive numbers of t...brain
2006-07-16mass tidyup, change A LOT of stuff to const char** which was char** (such as ...brain
2006-04-20Move to new include pathbrain
2006-04-08Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ...om
2006-04-04All new shiny config parser, there's probably some bugs there somewhere but h...om
2006-03-07Whowas refactor - probably wont compile yetbrain
2006-03-07Tidying, strlen, strcasecmp where not needed.brain
2006-02-15Removed a whole lot of strchr's looking for mode +o where we can do if *user-...brain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2006-01-11Changed fd_ref_table from 65536 to more correct MAX_DESCRIPTORSbrain
2006-01-09Silly brain left off a printf specifierbrain
2006-01-09Only perform check if OperOnlyStats is definedbrain
2006-01-09*TEST* Oper-Only-Stats (not yet tested)brain
2005-12-28Changed some other stuff that used the old vector/deque style commandlistbrain
2005-12-26Adding hook type checking to event calls to speed them upbrain
2005-12-16Split all commands into seperate files and redid command system to take class...brain