Skip to content

Commit

Permalink
v1.1.6 - 18/10/2024 (18:00)
Browse files Browse the repository at this point in the history
- Renamed project file `\Modules\capture\sync_capture.py` to `capture.py`.
- Fixed a bug where players were shown as "disconnected" after rejoining (the script now enforces the use of Tshark v4.2.8).
- Fixed an issue where players who leaves the session, would occasionally be first marked as "disconnected" then returns with a couple packets, and finally again be marked as "disconnected". This was resolved by changing the default value of the `STDOUT_DISCONNECTED_PLAYERS_TIMER` setting from `6.0` to `16.0`. (Basically, we are just waiting longer before marking them as "disconnected".)
- Improved code.
- Updated URLs to match my new GitHub profile.
- Updated project dependencies:
  - `"prettytable"` from `3.10.2` to `3.11.0`
  - `"urllib3"` from `2.2.2` to `2.2.3`
- Updated the `DISPLAY_FILTER` by adjusting from `frame.len<=999` to `frame.len<=1032`
- Added a new method, `live_capture`, to `\Modules\capture\capture.py` (currently unused).
- Added IP ranges for "BattlEye", "UK Ministry of Defence", and "Others".
- Added the script's crash-handling mechanisms for enhanced safety on function definitions.
  • Loading branch information
BUZZARDGTA committed Oct 18, 2024
1 parent 2cd4bd9 commit 8ef294c
Show file tree
Hide file tree
Showing 2 changed files with 340 additions and 269 deletions.
Loading

0 comments on commit 8ef294c

Please sign in to comment.