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
/
mode.h
Age
Commit message (
Expand
)
Author
2014-02-18
Replace ModeMasks with a two-dimensional array
Attila Molnar
2014-02-18
Change the parameter type of ModeHandler::GiveModeList() from ModeMasks to Mo...
Attila Molnar
2014-02-15
Add ParamModeBase and ParamMode, change all parameter modes to inherit from P...
Attila Molnar
2014-02-15
Add ModeHandler::IsParameterMode() and MC_PARAM
Attila Molnar
2014-01-31
Remove some dead code
Attila Molnar
2013-11-09
Fix PrefixMode not being exported which caused runtime link errors.
Peter Powell
2013-09-12
Keep lists of mode handlers by type
attilamolnar
2013-09-12
Add ModeHandler::IsListModeBase() and MC_LIST
attilamolnar
2013-09-11
Move prefix mode specific fields and getters into PrefixMode
attilamolnar
2013-09-11
Create a base class for prefix modes
attilamolnar
2013-09-11
Add a type id field to ModeHandler
attilamolnar
2013-06-13
Introduce ModeProcessFlags, can be passed to ModeParser::Process() to indicat...
attilamolnar
2013-06-06
Store prefix rank in a ModeHandler field, change ModeHandler::GetPrefixRank()...
attilamolnar
2013-06-02
Move a few trivial functions into headers
attilamolnar
2013-06-01
Watch mode names with ModeWatchers instead of mode letters
attilamolnar
2013-06-01
Remove useless ModeType parameter from ModeWatcher::BeforeMode() and AfterMode()
attilamolnar
2013-05-27
Simplify user mode removal via ModeHandler::RemoveMode()
attilamolnar
2013-05-27
Deduplicate RemoveMode() implementations
attilamolnar
2013-05-24
Cache mode list that is sent in the 004 numeric
attilamolnar
2013-05-24
Remove dead ModeParser code
attilamolnar
2013-04-12
Tidy up source files:
Peter Powell
2013-04-08
Add builtin modes using AddService()
attilamolnar
2012-07-05
Fix Doxygen syntax errors.
Peter Powell
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2012-04-14
Fixes for bug #12
Justin Crawford
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2010-01-09
Remove mode counter, not reliable and only used for umode +i
danieldg
2009-11-16
Use ServiceProvider for inter-module dependencies
danieldg
2009-11-15
Add Inspircd::AddServices
danieldg
2009-11-15
Add ParamChannelModeHandler
danieldg
2009-11-15
Add ModeHandler* versions of channel mode access
danieldg
2009-11-03
Remove AllowHalfop item from server config
danieldg
2009-10-24
Get rid of ModePair
danieldg
2009-10-20
Get rid of more unneeded parent classes
danieldg
2009-10-19
Maintain refcount of Module objects to complain about leaked pointers
danieldg
2009-10-17
Make classbase and refcountbase uncopyable; expand comments on their indended...
danieldg
2009-10-17
Add ModeHandler::cull() for auto-deletion, fixes call of virtual method on pa...
danieldg
2009-10-13
Remove Command and ModeHandler objects in their destructors; fixes possible p...
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-13
Fix access checks on chanprotect preventing use of SAMODE
danieldg
2009-09-13
Remove redundant ServerInstance* fields
danieldg
2009-09-13
Simplify ModeHandler constructor
danieldg
2009-09-13
Membership* changes
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
Valgrind cleanup: deallocate RFC modes, clientlist, and uuidlist
danieldg
2009-09-02
Remove unneeded Extensible inheritance and remove "age" field from classbase
danieldg
[prev]
[next]