All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Maintenance release
- WelcomeGoodbye Cog, responds to User Leave and Join events with customizable messages.
- Reworked the task consumer to alow tasks to persist a gracefull restart
- Added a configurable global rate limit option on tasks
- Added ability to run bot on its own tokens
- Added very verbose logging to any startup errors
- Added a 2 min cool down on hard failures at startup
- Updated Discord lib
- Added startup checks to ensure admins know if there is an iuus with their bot
- Moved more commands to slash
- Updated things, fixed odd bugs
- Moved to new Discord library
- Swapped many commands to Slash
- Full Reaction Roles support with public member access
- More Permission Decorators
- Corrected a typo in the in_channel permissions decorater
- Allows Prefix to be set as a setting
- Documents all settings in readme
- Mostly internal changes
- Logging is cleaned and documented
- Permissions are moved into Decorators and consistent across all cogs (and can be used my others)
- All app settings are properly sanitized and defaulted
- Prefix and Access Denied reacc can be configured
- Price Check Cog, PR #40 (@ppfeufer)
- Use the Django Application Registry instead of reading INSTALLED_APPS, @ErikKalkoken
- Added PyPi Deployment stuffs
- Lookup cog doesnt throw error on not found. PR #33 (@ppfeufer)
First Non-Alpha Release, AA-Discord bot has been heavily tested by the community now, many thanks to all involved.
- App Cogs can now be customized to load external cogs
- New shiny Time cog, using AA-Timezones
- Use AA-Statistics, the rebranded authanalitics
Notated Integrations
- Readme reflects new settings formats
- Cogs are configurable by Settings
- Docker Support (again)
- Refactor Channel/Direct message tasks to be more AA aware, adds shims to old tasks.
- Removes Click dependency for better Python 3.6 support
- Server model was returning invalid server_name as its string
- Adds some logging
The initial migration was edited here, be aware you might need to migrate zero before you update
- Documented all Cogs. Plenty changed here to polish them just read the readme...
- Adds tasks to send Direct and Private Messages
- Postgres Compatability
- Module Compatability, only imports features if they are installed.
- A lot of things happened here, we suck at changelogs
- !Auth Cog
- Requirements to Setup.py
- Install Documentation