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
/
modules
/
m_operprefix.cpp
Age
Commit message (
Expand
)
Author
2010-01-15
Remove VF_COMMON from mode-provider modules (no longer needed due to better C...
danieldg
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-10-24
Get rid of ModePair
danieldg
2009-10-17
Remove dummy API_VERSION from Version constructor
danieldg
2009-10-08
Add names for all modes (part 1 of named channel mode list)
danieldg
2009-10-05
Run DelMode and DelModeWatcher in RemoveModule
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-22
Describe module purpose in /MODULES output
danieldg
2009-09-13
Remove redundant ServerInstance* fields
danieldg
2009-09-13
Simplify ModeHandler constructor
danieldg
2009-09-13
Module API changes to use Membership* where sensible
danieldg
2009-09-13
Membership* changes
danieldg
2009-09-02
ModResult conversion: Change return type of all module functions
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-03-15
Update all wiki links to point to the new wiki. This was done automatically w...
psychon
2009-03-06
Construct explicit parameter type list for MODE parameters
danieldg
2009-02-15
Fix warning
brain
2009-02-15
Fix for bug #725, operprefix rank value conflicts with founder rank value, ra...
brain
2009-02-15
m_operprefix: Remove IS_LOCAL checks to also set/unset +y on remote opers
danieldg
2009-02-14
Nuke trailing spaces
peavey
2009-01-02
Update copyrights for 2009.
w00t
2008-12-26
VF_VENDOR, ModDesc
w00t
2008-12-24
Fix for bug #646, reported by whotookspaz (+y not being applied to existing c...
w00t
2008-11-24
Add OperPrefixMode::GetPrefixRank(), so +y is ranked above all other prefix m...
w00t
2008-11-24
Off-by-one without a rehash event, causes cores on load
w00t
2008-11-24
Add m_operprefix, more simplified version of module written by Phoenix (thank...
w00t