We follow Semantic Versioning as a way of measuring stability of an update. This means we will never make a backwards-incompatible change within a major version of the project.
Nothing yet...
- Migrate modchat provider from rocket.chat back to Slack (@itsthejoker)
- Add error handling for sending messages to modchat (@arfie)
- Update for generic modchat function and move to rocket.chat (@itsthejoker)
- Heartbeat port filename is read from environment variable to fix concurrency issue with bots (@thelonelyghost)
- Adds proper CTRL+C handling (@itsthejoker)
- Changing over to SlackClient (@ngtmeaty)
- Able to bypass domain filters (@itsthejoker)
- Adds support for better API rate limiting from Reddit (@itsthejoker)
- Removes
./bin
scripts in favor of Makefile (dev-only) (@thelonelyghost) - Adds TravisCI support (@thelonelyghost)
- Removes
addict
dependency (@thelonelyghost)
- Adds support for pulling all submissions from specific subreddits (@itsthejoker)
- Added Sentry logging support (@itsthejoker)
- Lazy loads redis connection to only when needed (@thelonelyghost)
- Redis connection reads from environment variable
REDIS_CONNECTION_URL
, defaulting to localhost on default redis port (@thelonelyghost)
- Added heartbeat web service to check status of a bot (@itsthejoker)
- Created first version of tor_core from parts of u/ToR (@itsthejoker)
- Added in basic testing suite