aboutsummaryrefslogtreecommitdiff
path: root/src/listmode.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify user mode removal via ModeHandler::RemoveMode()•••The function does not need to be virtual because the core can remove any user mode using the default logic The optional modestack parameter was always NULL, so remove it Gravatar attilamolnar2013-05-271-5/+0
* Deduplicate RemoveMode() implementations•••The default (core) implementation can now remove prefix modes The modestacker parameter is now mandatory Gravatar attilamolnar2013-05-271-19/+2
* ListModeBase: Cache max items per channelGravatar attilamolnar2013-04-081-21/+49
* ListModeBase: Minor changes to original u_listmode code•••- Add constructors to ListItem, ListLimit - Rename fields in ListItem - Store time as time_t instead of string - Store limits in a vector instead of a list - Don't deallocate the list when it becomes empty Gravatar attilamolnar2013-04-081-28/+13
* Migrate u_listmode.h into the core, change +b to use itGravatar attilamolnar2013-04-081-0/+262