| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | 2013-05-27 | 1 | -4/+0 | ||
| * | Deduplicate RemoveMode() implementations•••The default (core) implementation can now remove prefix modes The modestacker parameter is now mandatory | 2013-05-27 | 1 | -2/+5 | ||
| * | Tidy up source files:•••- Use #pragma once instead of include guards. - Move header files in src/modules to include/modules. - Fixed various spacing issues. | 2013-04-12 | 1 | -0/+1 | ||
| * | Fix ListModeBase on Windows | 2013-04-09 | 1 | -1/+1 | ||
| * | ListModeBase: Cache max items per channel | 2013-04-08 | 1 | -2/+32 | ||
| * | 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 | 2013-04-08 | 1 | -7/+8 | ||
| * | Migrate u_listmode.h into the core, change +b to use it | 2013-04-08 | 1 | -0/+186 | ||
