Skip to content

Releases: timraay/HLLLogUtilities

v2.2.10 - U15.3 support

04 Nov 22:17
Compare
Choose a tag to compare

Changes

  • Added new and updated map names from U15.3 (@Guskit)
    • Fixed an error when exporting a session that had Purple Heart Lane running
  • Fixed "The application did not respond" error when exporting larger sessions (@FlorianSW)

Update guide for self-hosters

git fetch --all --tags
git stash
git checkout v2.2.10
git stash apply

Now close and reopen the bot.py file.

v2.2.9 - U15.2 support

01 Sep 13:45
Compare
Choose a tag to compare

Changes

  • Fixed most logs for gamepass and console players failing to be captured since U15.2
  • Added map names for U15.2
  • Fixed HeLO API Key submission form being too restrictive (@FlorianSW)

Update guide for self-hosters

git fetch --all --tags
git stash
git checkout v2.2.9
git stash apply

Now close and reopen the bot.py file.

v2.2.8 - U15.1 support & bug fixes

02 Jul 11:53
Compare
Choose a tag to compare

Changes

  • Added upcoming map names for U15.1
  • Fixed certain player_score_update events sometimes getting lost #38
  • Fixed scoreboard exports falsely incrementing the playercount by one

Update guide for self-hosters

git fetch --all --tags
git stash
git checkout v2.2.8
git stash apply

Now close and reopen the bot.py file.

v2.2.7 - U15 support & AutoSession fix

22 Apr 20:01
Compare
Choose a tag to compare

Changes

  • Added upcoming map names for U15
  • Fixed a rare issue that could cause AutoSession to get stuck and ultimately not start any sessions

Update guide for self-hosters

git fetch --all --tags
git stash
git checkout v2.2.7
git stash apply

Now close and reopen the bot.py file.

v2.2.6 - Gamepass & U14.8 compatibility

15 Apr 13:29
Compare
Choose a tag to compare

Apparently I hadn't done this yet and it was causing some issues. Whoops.

Changes

  • Added support for Gamepass players (i.e. players without a Steam64ID)
  • Added missing U14.8 weapons and maps
  • Fixed an issue causing exporting to fail if the logs included an unrecognized map

Update guide for self-hosters

git fetch --all --tags
git stash
git checkout v2.2.6
git stash apply

Now close and reopen the bot.py file.

v2.2.5 - Milestone preparation

02 Feb 11:28
Compare
Choose a tag to compare

HLU has been added to nearly 100 servers! Here's a small patch to make the public bot compliant with Discord's bot verification program guidelines, as well as fix a few issues that have surfaced over the past few months.

Changes

  • Changed AutoSession to fully disable itself after prolonged failures
    After AutoSession fails to connect to your server for 100 iterations in a row (roughly 24 hours), it now automatically disables itself, without warning, requiring you to manually turn it back on.

  • Miscellaneous...
    -- Added weapon names that were added or changed in U14.5
    -- Reduced the likelihood of a timeout occurring while connecting to distant servers
    -- Fixed an error that could occur when exporting a scoreboard

Update guide for self-hosters

  • Removed developer mode
    UnlockDeveloperCommands and CommandPrefix have been removed from the config. The bot can no longer be configured to use any priviliged intents and the command prefix has been replaced in favor of mentioning the bot at the start of your message.
git fetch --all --tags
git stash
git checkout v2.2.5
git stash apply

Your config.ini will likely have conflicts! Resolve those first, then close and reopen the bot.py file.

v2.2.4a - You win, medics

27 Oct 17:05
3f66854
Compare
Choose a tag to compare

Now you can get private Johnson back home to his mumma from Utah Beach again.

Changes

  • Removed the No Medic modifier

Update guide for self-hosters

git fetch --all --tags
git stash
git checkout v2.2.4a
git stash apply

Now close and reopen the bot.py file.

v2.2.4 - Improved reliability & no more medics >:)

25 Oct 20:02
Compare
Choose a tag to compare

This patch updates the underlying protocol implementation to make it more reliable and efficient, makes some improvements to the HeLO export flow, resolves some issues, and adds a new modifier to help prevent glitch abuse.

Changes

  • Updated the underlying protocol
    The implementation of the RCON protocol has been updated. Without going into too much detail, the protocol is now much less likely to fail, and can recover more quickly in the event that it does.

  • Added a new No Medic modifier
    With this modifier enabled, no one is able to take the medic role without being removed from their squad and thus role as well. This to avoid people using revives to get others into a glitched state that allows them to fly around the map freely.

  • Miscellaneous...
    -- Made the HeLO export notification only appear once per eligible match
    -- Added a new /export to_helo command to select and submit a match to HeLO
    -- Fixed an error that could occur when attempting to export
    -- Updated some weapon names that were changed in U14.3
    -- Added files for building with Docker and Docker Compose (#5 by @FlorianSW)

Update guide for self-hosters

git fetch --all --tags
git stash
git checkout v2.2.4
git stash apply

Now close and reopen the bot.py file.

v2.2.3 - Fix for truck snipes

02 Sep 21:06
Compare
Choose a tag to compare

So apparently when you snipe an enemy truck with arty, the server can report back to RCON that the artillery gunner killed truck passengers using the truck they sniped. Truly a HLL moment.

Changes

  • Added roadkills to the list of weapons DAPs are allowed to use to avoid false violations
  • Added a new AllowCMDAbilities config value for self hosters that lets the DAP use command abilities. Note that by default this setting is disabled!

Update guide for self-hosters

git fetch --all --tags
git stash
git checkout v2.2.3
git stash apply

Now close and reopen the bot.py file.

v2.2.2 - Fix for installation issues

23 Jul 17:33
17a5a28
Compare
Choose a tag to compare

This release fixes an issue that would prevent the tool from working after a fresh install or update.

Changes

  • Improved reliability of large responses
  • Fixed an issue causing the tool to stop working after an update or fresh installation
  • Fixed an issue where credentials could get stuck in a bad state and could not be used
  • Fixed an issue where GB vehicles are not recognized as vehicles

Update guide for self-hosters

NOTE: If you were having issues installing or updating, try running pip install -r requirements.txt

git fetch --all --tags
git stash
git checkout v2.2.2
git stash apply

Now close and reopen the bot.py file.