index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modes
/
cmode_k.cpp
Age
Commit message (
Expand
)
Author
2006-12-15
Still more massive commit fun. Headers in include/ still to be done, else tha...
w00t
2006-09-10
Make it neater
brain
2006-09-10
Dont allow keys of length >= 32
brain
2006-09-02
Comments
brain
2006-09-02
Actually make +ovhk removable with DelMode (just in case somebody wants to, o...
brain
2006-08-18
stskeeps trying to get his name all over our commit log :p (thanks for the bu...
brain
2006-08-18
Dont allow an empty key (thanks stskeeps)
brain
2006-08-11
Change to using Instance->Log (InspIRCd::Log) rather than log() macro
brain
2006-08-10
So much stuff changed in this one, i forgot most of it.
brain
2006-07-27
Change std::pair<bool,std::string> to neater typedef "ModePair"
brain
2006-07-27
Mode merging during FJOIN with ourts==theirts. Only +k and +l have CheckTimes...
brain
2006-07-27
Fix the remote +k-k stuff
brain
2006-07-27
Allow freaky stuff with +k when coming from a server or remote user (allow +k...
brain
2006-07-26
Add extra method to mode handler, ModeHandler::ModeSet().
brain
2006-07-08
Add chmode +k, cut down includes in use in mode.cpp
brain