Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: Vauff/Maunz-Discord

r37

05 Mar 18:36

Choose a tag to compare

r37
  • Reverted previous logging changes as they were unnecessary (need to pass -XX:-OmitStackTraceInFastThrow in startup options)
  • Fixed ServiceProcessThreads not getting run anymore if the corresponding ServerRequestThread ran into an exception
  • Added checks to the getServerInfo() HashMap to ensure the necessary values for tracking are there
  • Added a config option to always show the server name

To make an r36 database compatible with this release in a self-hosted environment, run the following in MongoDB:
db.services.update({}, {$set: {alwaysShowName: false}}, false, true)

r36

04 Mar 19:56

Choose a tag to compare

r36
  • Potentially fixed exception stack trace logging

r35

07 Jan 17:43

Choose a tag to compare

r35
  • Fixed *map and server tracking messages breaking when DNS resolving is not working
  • Fixed *help not working with command name arguments
  • Multiple changes to help keep the main server tracking timer executing on time only

r34

04 Jan 23:32

Choose a tag to compare

r34
  • Updated steam-condenser-java to only send challenges with the A2S_INFO packet when asked to by the server, the previous behaviour broke certain custom query implementations that were not expecting extra data appended to the packet

r33

04 Jan 21:02

Choose a tag to compare

r33
  • Updated steam-condenser-java to support challenges with the A2S_INFO packet

r32

02 Jan 21:51

Choose a tag to compare

r32
  • Updated bot invite link for slash command support in the future

r31

06 Nov 03:44

Choose a tag to compare

r31
  • Significantly reduced the number of API calls to Discord by only running the user guild check when someone is actually going to be sent a notification, rather than before checking their notifications
  • Fixed an issue where server tracking threads could rarely work off of outdated data if the previous thread run took ~60 seconds

r30

30 Oct 23:53

Choose a tag to compare

r30
  • Fixed the check that made sure map notifications weren't sent to people if they originated from a guild they've left

r29

28 Oct 21:27

Choose a tag to compare

r29
  • Removed the *quote command due to the service being retired (thanks PolarizedIons!)
  • Fixed getGuildById exception handling in ServerTimer

r28

10 Sep 23:20

Choose a tag to compare

r28
  • Optimized database write operations in server tracking
  • Fixed a rare hang in averageColorFromURL