Skip to content

Releases: matthew-robertson/banned-word-tracker

Robustness Additions

19 Nov 01:23
4b8995e
Compare
Choose a tag to compare

Fixes some issues that would cause the bot to die, refactors things to be cleaner, and removes !vtlast officially. Not many user facing changes this time around.

API Integration

09 Nov 02:29
03b8af6
Compare
Choose a tag to compare

Big changes on the back-end side, and nothing to show for it on the user side this time around.

The database integration has been broken out into a separate API service, which this now interfaces with. See banned-word-server for details.

Configuration support

10 Sep 14:05
c0a2005
Compare
Choose a tag to compare

This is pretty huge, not only can users now customize the length of the timeout, but they can also customize the word they're banning.

Database support

16 Jan 02:34
Compare
Choose a tag to compare

Everything's been rewritten to stop storing all the state data in memory, and start using a sqlite database.