Releases: TonyWhitley/rF2_serverNotify
Update pyinstaller to overcome vulnerability GHSA-7fcj-pq9j-wh2r
Added "Smart" on-the-fly identification of AI.
-- exes deleted to eliminate security warning --
Get connected "durations" of all players and if the longest two are the same say that is the duration of AI players.
Add those names to drivers.txt
(Fix "We found a potential security vulnerability in one of your dependencies.")
Add rF2_joinServer which automates joining a server
rF2_joinServer.json and rF2_joinServer2.json are sample files for rF2_joinServer.exe
(Close ServerQuerier after use.)
Multi-threaded
Multi-thread querying all servers to speed things up
(perhaps at the cost of missing some servers).
Add rF2_serversWithHumans that lists all servers with human drivers
New executable on top of existing code that goes through all servers finding the ones with drivers whose names are not in the list of known AI drivers (drivers.txt)
Report if server name is not in server list
V0.4 Server not in list of servers reported separately
Minor update to use new python-valve API
No code changes otherwise.
Filters out AI drivers
Players who are in the file drivers.txt are treated as AI.
Drivers.txt was created by extracting the .veh files from all the .mas files in MY "c:\Program Files (x86)\Steam\steamapps\common\rFactor 2\Installed\Vehicles". It's not complete, feel free to edit the file.
Show all drivers
Now shows all the drivers on the server in the pop up.
V0.1
(Delete data file)