summaryrefslogtreecommitdiff
path: root/modules/webcpanel
AgeCommit message (Collapse)Author
2017-01-17Cleanup some excess whitespaces and tabs, and fix a few typos along the way.Robby
2017-01-16Update copyright to 2017.Robby
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2017 Anope Team/i' {} \; Added missing copyright headers to files that didn't have it yet.
2016-12-11Fix setting kill quick in webcpanelAdam
2016-02-13Rewrite access path system to be simplier and use recursionAdam
Show where access is "from" in chanserv/status
2016-01-28Update copyright to 2016. This was done with:Robby
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \; Added missing copyright headers to files that didn't have it yet. Fixed some whitespace and blank lines along the way.
2016-01-23Re-lookup access in webcpanel after deleting access as the old group might ↵Adam
be invalid
2015-09-14Don't allow suspended users to login to webcpanelAdam
2015-07-31Fix webcpanel/memoserv/memos with a nonexistent channelAdam
2014-12-05Change 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-24Change Channel::GetModeList to return a copy of the mode list, not aAdam
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-14Fix access lists showing the wrong mask if the display nick for a groupAdam
expires but the group still exists. This can cause access entries for nicks to not be deleted whenever the nicks are deleted.
2014-05-13Fix webpanel mode list to only show real list modesAdam
2014-04-25Add "virtual mode" supportAdam
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-23webcpanel: Update copyright year.Robby-
ns_cert: Bold code 2 -> 002.
2014-02-18Fix TemplateFileServer writing empty messages resulting in zero length ↵Attila Molnar
DataBlocks being created and later passed to SocketIO::Send() Found while testing m_ssl_gnutls, fix suggested by @Adam-
2014-02-13Use better command access checking in webpanel for operserv/akillAdam
2014-01-15Fix webcpanels chanserv/modes pageAdam
2014-01-02Move modules out of extras that dont have external dependenciesAdam