]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/cmd_user.cpp
Add extra /map info (connection uptime, and lag time) to /MAP for opers. Adds feature...
[user/henk/code/inspircd.git] / src / cmd_user.cpp
2007-04-02 brainA quick glance at ircu indicates that when an empty...
2007-04-02 brainThis needs some general QA-ing. Add support to new...
2007-02-19 brainToo many small tweaks to list. Most notably tidy up...
2006-12-15 w00tJesus, look who's the commit whore today. More header...
2006-11-21 peaveyfix for bug #175, change OnUserRegister to return int...
2006-10-28 brain* Fix removal of user modes when unloading the mode...
2006-10-28 brainFix some next_call stuff
2006-09-06 brainCommand result codes. This isnt finished yet, still...
2006-09-03 brainAuto loading of commands as shared objects via dlsym...
2006-08-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainConfigReader and FileReader now take InspIRCd* to their...
2006-08-10 brainMass-tidyup of module global vars, theyre no longer...
2006-08-10 brainMove IsNick, IsIdent into class InspIRCd, update module...
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-08 brainWHEEEEE!!!!!
2006-07-30 brainWhen m_ident isnt loaded, dont prepend ~ to idents
2006-07-28 brainChange all references to voodoo numbers (7, 3 etc)...
2006-07-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-04-20 brainMove to new include path
2006-04-08 omSplit inspircd_io.* insp inspsocket.* and configreader...
2006-03-07 brainWhowas refactor - probably wont compile yet
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2006-01-11 brainChanged fd_ref_table from 65536 to more correct MAX_DES...
2005-12-28 brainNew system for client exits using CullList seems stable...
2005-12-28 brainChanges to the way clients are exited during mainloop...
2005-12-26 brainAdding hook type checking to event calls to speed them up
2005-12-16 brainSplit all commands into seperate files and redid comman...