| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Remove the default value in ConfigTag::get{Duration,Float,Int}. | 2018-04-16 | 1 | -1/+1 | ||
| * | Fix an invalid mode parameters numeric upon attempting to view a list mode | 2018-04-08 | 1 | -0/+4 | ||
| * | Replace the deprecated MAXBANS token with MAXLIST. | 2017-07-24 | 1 | -0/+11 | ||
| * | Add DEFAULT_LIST_SIZE for the default list mode size. | 2017-07-24 | 1 | -2/+2 | ||
| * | Convert WriteNumeric() calls to pass the parameters of the numeric as method ... | 2016-02-25 | 1 | -4/+4 | ||
| * | Specify which Extensible subclass an ExtensionItem is valid for | 2015-01-18 | 1 | -1/+2 | ||
| * | Drop setter is empty check when displaying listmodes•••The setter cannot be empty unless the nick of a client is empty which is not possible | 2014-12-16 | 1 | -1/+1 | ||
| * | Display listmodes in the order in which they are in the container instead of ... | 2014-12-16 | 1 | -1/+1 | ||
| * | Change listmode storage type to vector | 2014-12-16 | 1 | -1/+1 | ||
| * | Merge insp20 | 2014-10-27 | 1 | -2/+3 | ||
| * | Use Modes::ChangeList in ModeHandler::RemoveMode() | 2014-09-03 | 1 | -2/+2 | ||
| * | Add InspIRCd::GetChans(), remove ChannelCount() | 2014-03-14 | 1 | -1/+2 | ||
| * | Use WriteNumeric() everywhere we send numerics and include the user's nick au... | 2013-11-12 | 1 | -4/+4 | ||
| * | Remove redundant parameter.clear()s from mode handlers | 2013-09-15 | 1 | -2/+0 | ||
| * | Send ListModeBase modes implicitly on channel sync•••Remove Module::ProtoSendMode() and ListModeBase::DoSyncChannel() | 2013-09-12 | 1 | -22/+0 | ||
| * | Add ModeHandler::IsListModeBase() and MC_LIST | 2013-09-12 | 1 | -1/+1 | ||
| * | Automatically register ServiceProviders created by modules | 2013-09-08 | 1 | -5/+0 | ||
| * | Replace OnRehash() with ReadConfig() that is called on boot, on module load a...•••This eliminates the need for calling OnRehash() in init() | 2013-08-30 | 1 | -1/+0 | ||
| * | Automatically attach modules to events | 2013-08-04 | 1 | -2/+0 | ||
| * | 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 | -5/+0 | ||
| * | Deduplicate RemoveMode() implementations•••The default (core) implementation can now remove prefix modes The modestacker parameter is now mandatory | 2013-05-27 | 1 | -19/+2 | ||
| * | ListModeBase: Cache max items per channel | 2013-04-08 | 1 | -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 | 2013-04-08 | 1 | -28/+13 | ||
| * | Migrate u_listmode.h into the core, change +b to use it | 2013-04-08 | 1 | -0/+262 | ||
