Releases: GhoulofGSG9/NS2_WorkshopBackup
Releases · GhoulofGSG9/NS2_WorkshopBackup
Beta 5.3
- Fixed that https api request failed unless the certs were set up in the python environment
- Fix that the backup server could crash due to a missing api key.
Note the python script now requires the httprequests (https://github.com/requests/requests) library!
Beta 5.2
- Added new config options to set the steamworks web api url and access key used to fetch the mod details.
- Replaced the previously no longer working api url with a undocumented url still working with normal api access keys.
Beta 5.1
- Fixed a bug that caused the workshop backup server to crash in some cases when steam was not available
- Added a DISALLOWED_MOD_IDS option
Beta 5
Change-log:
- If a folder inside the backup server's running path fits to the demanded mod-token and no zip file is available, the server will now zip up that folder instead of requesting the given mod from steam.
This makes it easier to host a backup server directly from the workshop folder of a ns2 server.
Beta 4
Changelog:
- Added the version number to the start message
- Corrected some syntax issues in the code
Beta 3
Changelog to 0.2:
- Updated readme with more details about the config values
- Fixed that json config param did not work as intended
- Fixed that denied_app_id returned 404 instead 403
- Added config param 'INTERFACE'
- Fixed bug where enforcement of allowed_mod_ids was comparing int to hex string.
- Moved GET request logging to log.txt instead of log-err.txt.
- Added extra output on startup
Beta 2
This is the second release of the workshop backup software.