Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-14 | Don't allow suspended users to login to webcpanel | Adam | |
2015-07-31 | Fix webcpanel/memoserv/memos with a nonexistent channel | Adam | |
2014-12-05 | Change webpanel access add to just add via the commands, split Command::Run ↵ | Adam | |
into two so I can do this as I need to run named commands for it | |||
2014-08-24 | Change Channel::GetModeList to return a copy of the mode list, not a | Adam | |
pair of lower/upper bound iterators. Sometimes when iterating the list, like in cs_mode, we can modify the contents of it, which combined with mlock always agressively trying to readd modes to it can do bad things. | |||
2014-05-14 | Fix access lists showing the wrong mask if the display nick for a group | Adam | |
expires but the group still exists. This can cause access entries for nicks to not be deleted whenever the nicks are deleted. | |||
2014-05-13 | Fix webpanel mode list to only show real list modes | Adam | |
2014-04-25 | Add "virtual mode" support | Adam | |
This allows fully tracking extbans and other modes set by a different underlying mode, such as InspIRCd's namedmodes Add two configuration options to cs_ban to configure which mode is set and whether or not to kick banned users. Add default "mute" fantasy command to botserv.example.conf | |||
2014-02-13 | Use better command access checking in webpanel for operserv/akill | Adam | |
2014-01-15 | Fix webcpanels chanserv/modes page | Adam | |
2014-01-02 | Move modules out of extras that dont have external dependencies | Adam | |