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_l.cpp
Age
Commit message (
Expand
)
Author
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-11-15
Add ParamChannelModeHandler
danieldg
2009-10-24
Get rid of ModePair
danieldg
2009-10-08
Add names for all modes (part 1 of named channel mode list)
danieldg
2009-09-26
Change IS_FAKE and CheckTimeStamp to IS_SERVER and ResolveModeConflict to cla...
danieldg
2009-09-26
Remove InspIRCd* parameters and fields
danieldg
2009-09-13
Simplify ModeHandler constructor
danieldg
2009-09-02
Remove "servermode" parameter, replace with IS_FAKE() which is more reliable
danieldg
2009-09-02
Add Module* creator to Command and ModeHandler
danieldg
2009-09-02
Use CheckTimeStamp to merge modes on netburst
danieldg
2009-04-29
Overloading SetMode seems to cause the compiler to interpret "" as a bool and...
danieldg
2009-04-17
Fix SetModeParam to use std::string and handle edge cases.
danieldg
2009-04-16
Fix bug #826: setting +l 0 doesn't work in some cases. Just don't check for +...
w00t
2009-03-15
Update all wiki links to point to the new wiki. This was done automatically w...
psychon
2009-01-25
Allow +l 0 (for +PlL #newchan).
w00t
2009-01-02
Update copyrights for 2009.
w00t
2008-07-20
Remove custom members for +lk storage
w00t
2008-04-21
Merge in large patchset from GreenReaper, useful fixes for freeing a ton of d...
brain
2008-02-18
Someone please help me fix the warnings in modules caused by this change. All...
brain
2008-01-10
Header update: 2007 -> 2008
w00t
2007-10-23
Pedantic safe
brain
2007-10-15
In the grand tradition of huge fucking commits:
w00t
2007-07-16
OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.
peavey
2007-07-16
'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...
peavey
2006-12-15
Still more massive commit fun. Headers in include/ still to be done, else tha...
w00t
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-08
Convert the output limit back to the parameter
brain
2006-07-08
Add channelmode +l
brain