Skip to content

Releases: MJHeijster/StatBot

v1.6.0

05 Jun 18:40
ea7e5c4
Compare
Choose a tag to compare

v1.6.0 release

IMPORTANT

Run the StatBotConfiguration application, review the new settings (or ignore them to use the defaults) and press save. Else you will miss some settings. It should work without doing so, but make sure to do this to get the new features.

Also, make sure not to overwrite the appsettings.json when installing a new version, making a backup is always a good idea as well.

Changes:

  • Dead chat detection. After a disconnect and dead chat detection is on, it will wait for a while to see if messages are being received. If not, a message will be sent through logging that something might be wrong.
  • Admin user commands added:
    • Link an old username to a current user
    • Override someone's username
    • Remove the username override
    • Linking a userid to a username (in case the user left)

You can also set the admin userid and if server admins can use the admin commands.

pre-release-237

05 Jun 01:46
aa82f8e
Compare
Choose a tag to compare
pre-release-237 Pre-release
Pre-release

Pre-release-237

Changes:

  • 9d89ca0 Clarification in the configuration utility.
  • 41e8141 Tested and implemented help messages for the commands.
  • a73514b Everything should be implemented.
  • 501673b Attempts to detect a dead chat.

v1.5.0

22 May 20:55
a6655d0
Compare
Choose a tag to compare

v1.5.0 release

Changes:

  • 4efff56 Added configuration program.

pre-release-220

22 May 14:22
d7aba6f
Compare
Choose a tag to compare
pre-release-220 Pre-release
Pre-release

Pre-release-220

Changes:

  • d7aba6f Configuration UI implemented.

v1.4.1

20 May 12:49
e453f08
Compare
Choose a tag to compare

Changes:

  • a8f2c20 Fixed the filehandler to properly check the LoggingFileName

v1.4.0

18 May 12:44
de9e954
Compare
Choose a tag to compare

Changes:

  • Names are now stored in a SQLite database, tracking username changes and avatar URIs. If turned on, it will also generate the nicks.txt file filling in all the information.

pre-release-187

17 May 18:49
49f848c
Compare
Choose a tag to compare
pre-release-187 Pre-release
Pre-release

Pre-release-187

The nicks.txt file is generated every time the stats are being generated OR every half hour if you don't let StatBot handle it. Make sure you create/set the new settings in appsettings.

Changes:

  • 18fefcc Log users with name changes and create the nicks file automatically.

This list of changes was auto generated.

v1.3.1

15 May 15:28
80dc29b
Compare
Choose a tag to compare

Feel free to skip this release if you have 1.3.0 installed.

Changes:

  • 3894f6a Moved the logic to determine if it should trigger the stats generation to the BotSettings.

If you're upgrading from a version earlier than v1.2.0, make sure to read the changelog for v1.2.0.

v1.3.0

15 May 14:02
e37ac55
Compare
Choose a tag to compare

Changes:

  • 0d31d07 Added ability to start the generation of the stats through the bot.

If you're upgrading from a version earlier than v1.2.0, make sure to read the changelog for v1.2.0.

v1.2.1

14 May 16:43
cef4665
Compare
Choose a tag to compare

Changes:

  • e83b371 Ensure vital configuration is filled.

If you're upgrading from a version earlier than v1.2.0, make sure to read the changelog for v1.2.0.