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_exemptchanops.cpp
Age
Commit message (
Expand
)
Author
2014-05-26
Switch to std::string::compare() from substr() in a couple of places
Attila Molnar
2014-02-20
Add a ModeParser::FindMode() overload that takes a mode name and a mode type
Attila Molnar
2014-01-31
Remove some dead code
Attila Molnar
2013-11-12
Use WriteNumeric() everywhere we send numerics and include the user's nick au...
Adam
2013-09-12
Send ListModeBase modes implicitly on channel sync
attilamolnar
2013-09-12
Keep lists of mode handlers by type
attilamolnar
2013-09-11
Move prefix mode specific fields and getters into PrefixMode
attilamolnar
2013-09-08
Automatically register ServiceProviders created by modules
attilamolnar
2013-08-30
Replace OnRehash() with ReadConfig() that is called on boot, on module load a...
attilamolnar
2013-08-04
Automatically attach modules to events
attilamolnar
2013-07-04
Remove $Core and $Mod* comments apart from $ModDep.
Peter Powell
2013-05-15
Tidy up keywords on module methods.
Peter Powell
2013-04-08
Migrate u_listmode.h into the core, change +b to use it
attilamolnar
2013-04-01
Whitespace and empty destructor removal, minor coding style changes
attilamolnar
2012-12-02
Dynamically determine the size of the eventlist[] passed to Attach()
attilamolnar
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2010-02-20
Restore <options:exemptchanops> with long names
danieldg
2010-02-20
Extend +X to take named modes in addition to mode letters
danieldg
2010-02-15
Fix build error
danieldg
2010-02-14
Switch the order of arguments in the +X mode, thanks aquanight for the sugges...
danieldg
2010-02-09
Allow exemptchanops to modify the channel access level needed to bypass +t
danieldg
2010-02-09
Update m_exemptchanops to allow users to specify the status required for the ...
danieldg
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-11-16
Use ServiceProvider for inter-module dependencies
danieldg
2009-10-17
Remove dummy API_VERSION from Version constructor
danieldg
2009-10-12
Make OnChannelRestrictionApply take a User* instead of a Membership* [jackmcb...
danieldg
2009-10-12
m_exemptchanops by jackmcbarn - channel mode +X to allow per-channel setting
danieldg