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
/
listmode.h
Age
Commit message (
Expand
)
Author
2020-01-11
Update copyright headers.
InspIRCd Robot
2019-10-01
Show the list modes which have variable list lengths in 005.
Peter Powell
2019-01-24
Fix a minor Doxygen warning.
Peter Powell
2018-12-19
Add the <maxlist> tag and switch ListModeBase to always use it.
Peter Powell
2018-04-08
Fix an invalid mode parameters numeric upon attempting to view a list mode
B00mX0r
2017-11-21
Add the override keyword in places that it is missing.
Peter Powell
2017-09-14
Raise the default listmode limit to 100 from 64.
Peter Powell
2017-07-24
Replace the deprecated MAXBANS token with MAXLIST.
Peter Powell
2017-07-24
Add DEFAULT_LIST_SIZE for the default list mode size.
Peter Powell
2014-12-16
Change listmode storage type to vector
Attila Molnar
2014-09-03
Use Modes::ChangeList in ModeHandler::RemoveMode()
Attila Molnar
2014-08-06
Change ListModeBase::DoRehash() to not be virtual
Attila Molnar
2013-09-12
Send ListModeBase modes implicitly on channel sync
attilamolnar
2013-09-08
Automatically register ServiceProviders created by modules
attilamolnar
2013-06-21
Fix Doxygen comments.
Peter Powell
2013-05-27
Simplify user mode removal via ModeHandler::RemoveMode()
attilamolnar
2013-05-27
Deduplicate RemoveMode() implementations
attilamolnar
2013-04-12
Tidy up source files:
Peter Powell
2013-04-09
Fix ListModeBase on Windows
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