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
/
listmode.cpp
Age
Commit message (
Expand
)
Author
2014-03-14
Add InspIRCd::GetChans(), remove ChannelCount()
Attila Molnar
2013-11-12
Use WriteNumeric() everywhere we send numerics and include the user's nick au...
Adam
2013-09-15
Remove redundant parameter.clear()s from mode handlers
attilamolnar
2013-09-12
Send ListModeBase modes implicitly on channel sync
attilamolnar
2013-09-12
Add ModeHandler::IsListModeBase() and MC_LIST
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-05-27
Simplify user mode removal via ModeHandler::RemoveMode()
attilamolnar
2013-05-27
Deduplicate RemoveMode() implementations
attilamolnar
2013-04-08
ListModeBase: Cache max items per channel
attilamolnar
2013-04-08
ListModeBase: Minor changes to original u_listmode code
attilamolnar
2013-04-08
Migrate u_listmode.h into the core, change +b to use it
attilamolnar