Skip to content

Releases: math280h/hushbot

v1.1.0 - Performance update

28 Jul 07:54
16da860
Compare
Choose a tag to compare

This update should come with a high degree of performance increase.

What's changed?

  • Regex is now compiled when starting the application (This includes custom rules)
  • Use of Redis heavily optimized (Redis is now only contacted when the application starts or something changes)
  • Implemented logging for some exceptions.

v1.0.0 - Initial Release

25 Jul 23:44
881a47f
Compare
Choose a tag to compare
Merge pull request #10 from math280h/feature/ban

Implemented ban functionality.