Skip to content

v0.1.4

Choose a tag to compare

@Aidoneus Aidoneus released this 04 Dec 20:19
· 11 commits to master since this release
8eab012

Added

  • Logs are now timestamped.
  • Minor additions to bad_words_cyrillic.txt and bad_words_latin.txt.
  • Added dictionaries with "exception" words (game terms for now) which are prioritized over "bad" words.
  • Waiting time period after polling now differs depending on whether new games were found.

Changed

  • Minor change to Telegram message templates.
  • gameRequestTimeout in the sample config is set back to its old value due to new gameRequestCooldown having the value of 5 minutes.

Fixed

  • Occasional cutting of game names in receiveGames(...).
  • Skipping all games except the last one when sending Telegram message about more than 1 game being created between checks.
  • Potential candidate word for censoring was not forced to the same case as in the transformed source string.

Removed

  • TODO file due to existence of more detailed to-do list in my own notes.
  • Some unneeded comments.