]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modes/cmode_k.cpp
Remove InspIRCd* parameters and fields
[user/henk/code/inspircd.git] / src / modes / cmode_k.cpp
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-13 danieldgSimplify ModeHandler constructor
2009-09-02 danieldgRemove "servermode" parameter, replace with IS_FAKE...
2009-09-02 danieldgAdd Module* creator to Command and ModeHandler
2009-09-02 danieldgUse CheckTimeStamp to merge modes on netburst
2009-04-29 danieldgOverloading SetMode seems to cause the compiler to...
2009-04-17 danieldgFix SetModeParam to use std::string and handle edge...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-07 danieldgFix +k for real
2009-03-07 danieldgLet's try that +k fix again, this time with more testing
2009-03-07 danieldgFix r11178 not allowing keys to be unset
2009-03-06 w00tDrop channel keys if they are identical to the already...
2009-02-14 peaveyNuke trailing spaces
2009-01-02 w00tUpdate copyrights for 2009.
2008-09-29 brainI think this fixes the mode +k weirdness. Keys were...
2008-07-20 w00tRemove custom members for +lk storage
2008-05-19 brainConvert channel::name to std::string, this was a beastie!
2008-05-04 brainConversion of command handler params from "const char...
2008-04-02 brainFixes for bug #493, tidyups to clearing of channel...
2008-02-18 brainSomeone please help me fix the warnings in modules...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-10-23 brainPedantic safe
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-08-28 w00tRemove some fake client stuff, make it use the global...
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...
2006-12-15 w00tStill more massive commit fun. Headers in include/...
2006-09-10 brainMake it neater
2006-09-10 brainDont allow keys of length >= 32
2006-09-02 brainComments
2006-09-02 brainActually make +ovhk removable with DelMode (just in...
2006-08-18 brainstskeeps trying to get his name all over our commit...
2006-08-18 brainDont allow an empty key (thanks stskeeps)
2006-08-11 brainChange to using Instance->Log (InspIRCd::Log) rather...
2006-08-10 brainSo much stuff changed in this one, i forgot most of it.
2006-07-27 brainChange std::pair<bool,std::string> to neater typedef...
2006-07-27 brainMode merging during FJOIN with ourts==theirts. Only...
2006-07-27 brainFix the remote +k-k stuff
2006-07-27 brainAllow freaky stuff with +k when coming from a server...
2006-07-26 brainAdd extra method to mode handler, ModeHandler::ModeSet().
2006-07-08 brainAdd chmode +k, cut down includes in use in mode.cpp