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
/
include
/
modes
Age
Commit message (
Expand
)
Author
2006-12-29
Add counter system for umodes to get rid of some O(n)
brain
2006-12-15
Still more massive commit fun. Headers in include/ still to be done, else tha...
w00t
2006-09-02
Actually make +ovhk removable with DelMode (just in case somebody wants to, o...
brain
2006-08-23
Mode handlers handling listmodes where a listmode item is a nickname can now ...
brain
2006-08-12
Document base modes
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-26
Add extra method to mode handler, ModeHandler::ModeSet().
brain
2006-07-10
- Add usermode +n for notice masks - our implementation of snomasks. We're no...
w00t
2006-07-08
Implement DisplayList virtual method calls, and implement it in cmode_b
brain
2006-07-08
Add usermode +o, with special checking so that an oper may only remove the mo...
brain
2006-07-08
Added usermodes +swi.
brain
2006-07-08
Add cmode +v - that's all the RFC channel modes done now
brain
2006-07-08
Add support for cmode +h
brain
2006-07-08
Add cmode +o (op/deop) and in the process change a lot of char* to const char...
brain
2006-07-08
Add channelmode +l
brain
2006-07-08
Add chmode +k, cut down includes in use in mode.cpp
brain
2006-07-07
Add support for channelmode +i
brain
2006-07-07
Add channel modes +n and +t
brain
2006-07-07
Move BanItem into the class
brain
2006-07-07
Added cmode_m (channel mode +m)
brain
2006-07-07
Mode +b stuff, probably wont work yet
brain
2006-07-07
Add cmode_p (private)
brain
2006-07-07
Header for cmode_s.cpp
brain