Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-04-19 | Remove time from the name of some variables where its obvious. | Sadie Powell | |
2025-03-08 | Fix various webcpanel bugs relating to nickname protection. | Sadie Powell | |
2025-03-08 | Rework how nickname protection works. | Sadie Powell | |
- Rename the command and module from kill to protect (this command hasn't actually killed users in a long time). - Replace QUICK/IMMED with a duration option. | |||
2025-01-14 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2024-03-26 | Add more nick options to webcpanel's nickserv/info page. | Sadie Powell | |
2024-03-26 | Remove some leftover references to nickserv/access. | Sadie Powell | |
2024-03-26 | Fix some spelling issues in the webcpanel that were missed earlier. | Sadie Powell | |
2024-03-26 | Use consistent headers and footers on all webcpanel templates. | Sadie Powell | |
2024-03-26 | Flatten the webcpanel hierarchy slightly. | Sadie Powell | |
2024-03-14 | Restore some functionality that was removed in an earlier commit. | Sadie Powell | |
2024-03-07 | Require new accounts to have email addresses. | Sadie Powell | |
2024-02-29 | Rip out ns_access and related code. | Sadie Powell | |
This is wildly insecure and has been disabled by default for at least a decade. | |||
2024-02-17 | Update the copyright headers for 2024. | Sadie Powell | |
2024-01-04 | 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-06-17 | Fix various spelling issues (#274). | Josh Soref | |
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>. | |||
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-01-03 | Merge pull request #223 from SimosNap/webcpanel | Adam | |
Fixed NickServ set access from webcpanel | |||
2019-01-03 | Fixed NickServ set access from webcpanel | devel | |
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-11-10 | Update most URLs to use HTTPS if available, and fix some dead ones too. | Robby | |
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-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-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. | |||
2014-02-23 | webcpanel: Update copyright year. | Robby- | |
ns_cert: Bold code 2 -> 002. | |||
2014-01-02 | Move modules out of extras that dont have external dependencies | Adam | |