]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/cmd_quit.cpp
In the grand tradition of huge fucking commits:
[user/henk/code/inspircd.git] / src / cmd_quit.cpp
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-10-15 w00tclass command_t -> class Command. Whey :D
2007-08-27 w00tRemove more unnecessary header traffic
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-04-01 brainAdd <options:fixedquit> and <options:suffixquit> to...
2007-02-20 brainNo need to .c_str() the quitmsg, it takes const std...
2007-02-20 peaveyPut back quit prefix that got lost in last fix.
2007-02-19 brain1) Fix for nickname overruled with new cullList stuff...
2007-02-19 brainFix for crashbugs when quitting users as experienced...
2007-01-15 brainRemoving from here too.
2006-12-30 brainAdd unregistered user counter, this may also fix the...
2006-12-23 brainHash rehashing change
2006-12-16 brainFix setting of * for bans in m_messageflood, this has...
2006-12-15 w00tJesus, look who's the commit whore today. More header...
2006-11-04 brainFix remote quit notices (some were in the wrong snomask)
2006-09-17 brainAdd const std::string &original_command to OnPreCommand...
2006-09-13 brainSpecial check in cmd_quit and cmd_kill and special...
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-31 brainPut some client quit stuff in cmd_quit into the Qq...
2006-08-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-18 brainEventHandler class, an abstraction for raw i/o
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainChange to using Instance->Log (InspIRCd::Log) rather...
2006-08-11 brainextern time_t TIME -> InspIRCd::Time()
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-10 brainFindNick, FindChan, ChanModes, UserList, CountInvisible...
2006-08-09 brainMove tons more stuff into class InspIRCd
2006-08-09 brainMove clientlist and chanlist into InspIRCd*
2006-08-09 brainMove fd_ref_table into class InspIRCd*
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-08 brainWriteCommon() and WriteCommonExcept() -> userrec::Write...
2006-08-08 brainWHEEEEE!!!!!
2006-08-08 brainuserrec::AddToWhoWas() fix
2006-08-01 brainComments, add more detail, remove dnsqueue.h include...
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-24 braindelete operator tracking in debug mode (using a macro...
2006-04-20 brainMove to new include path
2006-04-08 omSplit inspircd_io.* insp inspsocket.* and configreader...
2006-04-06 w00tHoly christ that was a LOT OF SPACES. TABS, USE THEM...
2006-03-07 brainWhowas refactor - probably wont compile yet
2006-03-07 brainTidying, strlen, strcasecmp where not needed.
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-26 brainAdding hook type checking to event calls to speed them up
2005-12-16 brainSplit all commands into seperate files and redid comman...