Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-01-14 | Update the copyright headers for 2025.2.0 | Sadie Powell | |
2024-02-29 | Fix a copy/paste error in webcpanel. | Sadie Powell | |
2024-02-17 | Update the copyright headers for 2024. | Sadie Powell | |
2022-12-31 | Update the copyright headers for 2023. | Sadie Powell | |
2022-09-22 | Add the ability to confirm accounts via webcpanel after logging in. | Austin Ellis | |
2022-01-06 | Update the copyright headers for 2022. | Sadie Powell | |
2021-01-07 | Update copyright to 2021. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2021 Anope Team/i' {} \; | |||
2020-01-04 | Update copyright to 2020. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2020 Anope Team/i' {} \; | |||
2019-12-14 | Fix a bunch of broken indentation. | Peter Powell | |
2019-01-01 | Update copyright to 2019. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2019 Anope Team/i' {} \; | |||
2018-04-25 | Update copyright to 2018. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2018 Anope Team/i' {} \; | |||
2017-06-05 | webcpanel: rate limit login attempts | Adam | |
2017-06-05 | webcpanel: escape values in template_fileserver | Adam | |
Remove other escapes to prevent double escape. Not all replaced values were escaped, such as replies from commands. | |||
2017-03-16 | Include ip for web clients in command log messages for source | Adam | |
2017-01-17 | Cleanup some excess whitespaces and tabs, and fix a few typos along the way. | Robby | |
2017-01-16 | Update 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-11 | Fix setting kill quick in webcpanel | Adam | |
2016-02-13 | Rewrite access path system to be simplier and use recursion | Adam | |
Show where access is "from" in chanserv/status | |||
2016-01-28 | Update 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-23 | Re-lookup access in webcpanel after deleting access as the old group might ↵ | Adam | |
be invalid | |||
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 | |