]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/modes
Add protocol api functions: PI->WriteChannelPrivmsg() and PI->WriteChannelNotice...
[user/henk/code/inspircd.git] / include / modes /
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-15 w00tIn the grand tradition of huge fucking commits:
2007-08-26 brainProper fix for end-of-list numerics on restricted lists...
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-29 brainAdd counter system for umodes to get rid of some O(n)
2006-12-15 w00tStill more massive commit fun. Headers in include/...
2006-09-02 brainActually make +ovhk removable with DelMode (just in...
2006-08-23 brainMode handlers handling listmodes where a listmode item...
2006-08-12 brainDocument base modes
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-26 brainAdd extra method to mode handler, ModeHandler::ModeSet().
2006-07-10 w00t- Add usermode +n for notice masks - our implementation...
2006-07-08 brainImplement DisplayList virtual method calls, and impleme...
2006-07-08 brainAdd usermode +o, with special checking so that an oper...
2006-07-08 brainAdded usermodes +swi.
2006-07-08 brainAdd cmode +v - that's all the RFC channel modes done now
2006-07-08 brainAdd support for cmode +h
2006-07-08 brainAdd cmode +o (op/deop) and in the process change a...
2006-07-08 brainAdd channelmode +l
2006-07-08 brainAdd chmode +k, cut down includes in use in mode.cpp
2006-07-07 brainAdd support for channelmode +i
2006-07-07 brainAdd channel modes +n and +t
2006-07-07 brainMove BanItem into the class
2006-07-07 brainAdded cmode_m (channel mode +m)
2006-07-07 brainMode +b stuff, probably wont work yet
2006-07-07 brainAdd cmode_p (private)
2006-07-07 brainHeader for cmode_s.cpp