Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add exemption for new cog to _is_devops | 2025-07-10 | -1/+5 | |
| | ||||
* | Add motivational voice chat messages (#325) | 2025-05-29 | -1/+1 | |
| | ||||
* | Allow helpers to access rule 4 | 2025-05-03 | -1/+1 | |
| | ||||
* | Disable VERIFY_X509_STRICT checking on cluster connection | 2025-04-27 | -0/+2 | |
| | | | | Since Python 3.13, ssl.VERIFY_X509_STRICT is enabled by default, our cluster cert doesn't comply with that | |||
* | Always allow bot owners to run commands | 2025-04-26 | -11/+7 | |
| | ||||
* | Bump all dependencies to latest | 2024-05-07 | -2/+2 | |
| | ||||
* | catch event errors & push them with custom scope | 2024-02-14 | -0/+10 | |
| | ||||
* | move logger to its own package | 2024-02-13 | -1/+2 | |
| | | | | This sets the place to centralize all logs configs in its own module | |||
* | Use KUBECONFIG env var to determine where to look for kube config file | 2024-02-12 | -1/+2 | |
| | | | | The const var we're importing here uses os.environ.get('KUBECONFIG', '~/.kube/config') to get the path, which allows us to set the path using the env var. | |||
* | Enable all ruff rules | 2024-02-02 | -4/+3 | |
| | ||||
* | Format code to new ruff formatter standards | 2023-11-09 | -0/+1 | |
| | ||||
* | Temp disable jishaku as it does not support 3.11 | 2023-05-31 | -3/+4 | |
| | ||||
* | Fix linting errors from new ruff rules | 2023-04-27 | -5/+4 | |
| | ||||
* | Directly await load_extensions when loading the bot | 2023-03-07 | -4/+1 | |
| | | | | This is now called within a task internally in bot-core, so we no longer need to do it in the bot too. | |||
* | bump pydis_core to 9.4.1 | 2023-02-09 | -2/+2 | |
| | | | | Signed-off-by: Bradley Reynolds <[email protected]> | |||
* | Use BotBase from bot-core | 2022-08-21 | -34/+16 | |
| | | | | | | | This includes: - Moving to an async main function to start the bot - Moving all extension loading (barring jishaku) to bot core - Adding dunder init files to all packages, required by bot-core ext loaders | |||
* | Add M-x to prefixes (#14) | 2022-02-21 | -1/+1 | |
| | ||||
* | Update is_owner check | 2021-08-20 | -1/+1 | |
| | ||||
* | Add CronJob triggering (#7) | 2021-08-20 | -0/+1 | |
| | ||||
* | Add Jishaku | 2021-08-20 | -1/+11 | |
| | ||||
* | feat: Allow for selection of multiple zones | 2021-08-17 | -2/+6 | |
| | ||||
* | Migrate to discord.py v2.0 | 2021-07-27 | -4/+0 | |
| | ||||
* | feat: add ed command | 2021-07-18 | -0/+3 | |
| | ||||
* | feat: linting compliance | 2021-07-18 | -1/+4 | |
| | ||||
* | feat: add when mentioned to prefix list | 2021-07-18 | -1/+1 | |
| | ||||
* | feat: case insensitive commands | 2021-07-18 | -1/+1 | |
| | ||||
* | fix: correctly expand home to find kubeconfig | 2021-07-17 | -1/+1 | |
| | ||||
* | fix: don't await incluster config load | 2021-07-17 | -1/+1 | |
| | ||||
* | feat: support in-cluster configuration | 2021-07-17 | -1/+5 | |
| | ||||
* | Initial commit | 2021-07-17 | -0/+61 | |