]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/cmd_kill.cpp
Windows support. Tested and working to compile on freebsd and linux. Next step is...
[user/henk/code/inspircd.git] / src / cmd_kill.cpp
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-09 w00tImplement bug #282 from owine: kill sender hiding....
2007-02-19 brainToo many small tweaks to list. Most notably tidy up...
2007-02-19 brain1) Fix for nickname overruled with new cullList stuff...
2007-01-17 brainIt says something about how excessive our debug output...
2006-12-23 brainHash rehashing change
2006-12-15 w00tJesus, look who's the commit whore today. More header...
2006-11-11 brainOops, add special-case for user killing themselves...
2006-11-11 brainYay, comma seperated /kill, same limits as PRIVMSG...
2006-09-17 brainAdd const std::string &original_command to OnPreCommand...
2006-09-15 brainAnnotations
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-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-29 brainSnomasks +k (kills) and +o (oper)
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 brainConfigReader and FileReader now take InspIRCd* to their...
2006-08-10 brainMass-tidyup of module global vars, theyre no longer...
2006-08-10 brainFindNick, FindChan, ChanModes, UserList, CountInvisible...
2006-08-09 brainuserrec and chanrec now have their own independent...
2006-08-09 brainMove clientlist and chanlist into 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 brainkill_link() and Server::QuitUser() -> userrec::QuitUser...
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-26 brainmaxbuf -> maxquit (this isnt finished yet)
2006-04-24 braindelete operator tracking in debug mode (using a macro...
2006-04-20 brainChanged first of files to match new location of headers
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-09 w00tMore of the same cleanup :P
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2005-12-26 brainAdding hook type checking to event calls to speed them up
2005-12-17 brainTidyup - brain
2005-12-16 brainSplit all commands into seperate files and redid comman...