Age | Commit message (Expand) | Author |
2007-08-13 | Commit some changes from third party patch. Thanks Avenger and HiroP. Patch r... | w00t |
2007-08-03 | Allow clients on ULined servers to request stats indiscriminately. | w00t |
2007-07-16 | OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR. | peavey |
2007-07-16 | 'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au... | peavey |
2007-07-01 | Optimizations and code tidyups. QA please check that svsnick and other forced... | brain |
2007-06-03 | Probably fix 2nd compile issue on RH7 and add some checks which *should* ensu... | om |
2007-06-03 | And a minor cleanup of the /stats z code. Nothing spectacular.. | om |
2007-06-03 | Possible fix for compile issue on some distributions. Then again there was pr... | om |
2007-06-01 | WIN: As promised when I took it out, whowas stats in /STATS z is now working ... | peavey |
2007-06-01 | Make valgrind happy and not leak mem. | peavey |
2007-05-28 | Remove code for clientcount/servercount from /stats p. At the moment it was s... | w00t |
2007-05-28 | Show IPs that a port is bound to in /stats p, don't remove duplicate ports an... | w00t |
2007-05-22 | take out whowas stats from stats z until I figure out how to fix it. | peavey |
2007-05-19 | Visual studio's ability to translate tabs to four spaces as default frustrate... | brain |
2007-05-19 | Windows support. Tested and working to compile on freebsd and linux. Next ste... | w00t |
2007-05-12 | We've had an IS_OPER macro for a long time. About time we started using it, m... | w00t |
2007-05-11 | Refactor port binding, warning not yet tested fully | brain |
2007-05-07 | we typedeffed nspace::hash_map<std::string,command_t*> to command_table ages ... | brain |
2007-05-04 | Fix for bug #274, same port appearing multiple times in stats p if bound mult... | brain |
2007-03-24 | Test stuff to fix remote stats brokage | brain |
2007-03-12 | Make /stats P show 'secs' after idle times | brain |
2007-02-17 | Yes, we know how to spell voluntary (and involuntary!) :< | om |
2007-01-10 | Typo | peavey |
2007-01-10 | Change stats z to show volountary and involountary seperately | brain |
2007-01-07 | Move all /WHOWAS related out of core and into cmd_whowas. | peavey |
2007-01-06 | Whoops | brain |
2007-01-06 | Dont try and show idle time of remote opers in STATS P | brain |
2007-01-01 | Add port type identifiers | brain |
2006-12-25 | Cosmetic fix to stats z output. | peavey |
2006-12-24 | Add whowas usage to stats z. | peavey |
2006-12-23 | Hash rehashing change | brain |
2006-12-22 | Refactor connect allow/deny lines | brain |
2006-12-15 | Jesus, look who's the commit whore today. More header updates, and removal of... | w00t |
2006-12-14 | CPU Usage percent in stats z! yay! | brain |
2006-11-16 | Make STATS i, y, c, n more relevent to 1.1 | brain |
2006-10-31 | Incorporate stats p patch by peaveydk (shows port numbers and number of clien... | brain |
2006-10-07 | Replaced operonlystats with userstats to improve security | special |
2006-10-01 | Try this w00t | brain |
2006-09-17 | Hide ulines from /stats P | brain |
2006-09-06 | Command result codes. This isnt finished yet, still got to do most of the mod... | brain |
2006-09-03 | Auto loading of commands as shared objects via dlsym (very lightweight interf... | brain |
2006-08-30 | Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include lists | brain |
2006-08-29 | Snomask +l (linking) and some +x (XLINE) | brain |
2006-08-11 | Just to mess with om's head, remove helperfuncs.h from everywhere | brain |
2006-08-11 | Move all of the xline stuff into class XLineManager, make an instance of it i... | brain |
2006-08-11 | extern time_t TIME -> InspIRCd::Time() | brain |
2006-08-11 | ConfigReader and FileReader now take InspIRCd* to their constructors | brain |
2006-08-10 | Mass-tidyup of module global vars, theyre no longer global vars. | brain |
2006-08-10 | Move IsNick, IsIdent into class InspIRCd, update modules that use it. | brain |
2006-08-10 | FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ... | brain |