Releases: rehlds/ReUnion
Releases · rehlds/ReUnion
0.2.0.34
What's Changed
- fix: correct
volumeIdlogging in RevEmu authorization by @hilorioze in #12 - fix: compat of steamid generation with reunion2015 version, when authkey was shortest
- fix: compat with reunion2015 version (authdata->steamId should be always hash of full ticket)
- fix: compat with reunion2018 version
0.1.0.137(useAuthVersion = 4for reunion v2.0 and newer)
New Contributors
- @hilorioze made their first contribution in #12
Full Changelog: 0.2.0.25...0.2.0.34
0.2.0.25
0.2.0.25 - 2025-03-27
Fixed
- Fixed salt steamid for reunion2015 auth version
- Allow to disable salt for SteamIDs hashing >= reunion2018 (this is always required by default)
- Fixed default value for enable query limiter option
- Disable caching of g_ISteamGameServer, listen server may reassign instance after each map change
New Contributors
- @stamepicmorg made their first contribution in #3
Full Changelog: 0.2.0.13...0.2.0.25
0.2.0.13
0.2.0.13 - 2024-06-30
Added
- Added
reunion2018prefixes for SteamID as an authkey type for compatibility with dev version of ReunionAuthVersion >= 3
Fixed
- Fixed collisions of
SteamIDswithAuthVersion >= 3, due to truncation of authkey to 31 chars (Thanks for report, Alexs) - Fixed collisions of
SteamIDsissued to non-unique serial numbers0000_0000_0000_0000_0000_0100_0000_0000
(for clients with badHDDsn, SteamID will be based on VALVE_ by IP)
Warning
CONFIG UPDATED
Full Changelog: 0.2.0.6...0.2.0.13
0.2.0.6
0.2.0.6 - 2024-06-21
Added
- Added game tags using CVar
sv_tags. - Added new option
IDClientsLimitfor sets max number of clients from single steamid (Useful for debugging with multiple instances clients).
Fixed
- Fixed
*sidfrom userinfo. - Fixed can't connect to game server when server is paused.
Warning
CONFIG UPDATED
DO NOT UPDATE .SO WITHOUT CONFIG UPDATE
Caution
IN THIS VERSION THE LENGTH OF SteamIdHashSalt MUST EXCEED 31 CHARACTERS
Full Changelog: 0.2.0.6
Archive with old versions
Legacy Beta-releases
0.1.0.137 - 2023-01-20
Changed
- Major refactoring of
QueryLimiter
0.1.0.135 - 2019-10-26
Changed
APIexpanded.
Added
- Added IP Whitelist for
QueryLimiterExceptIPsetting.
0.1.0.133 - 2018-11-05
Changed
- Improved protection against attacks. Requires latest
ReHlds.
Fixed
- Fixed buggy client freeze fix not working.
0.1.0.130 - 2018-11-05
Fixed
- Fixed display of avatars
0.1.0.129 - 2018-11-05
Fixed
- Fixed a bug in processing
query requests(thxBombermaG). Most likely it has nothing to do with theTAB problem, but just in case.
0.1.0.127 - 2018-11-05
Fixed
- Fixed beta errors.
Added
- Now it runs HLTV and can separately filter requests from several ports of one IP (the number is specified in the config).
Warning
Don't forget to install hash salt.
0.1.0.125 - 2018-11-05
Added
- Backported old
APIsupport.
0.1.0.123 - 2018-11-05
Added
- New auth
0.1.0.113 - 2018-11-04
Fixed
- Fixed bug with sending empty list of players when
QueryFloodBanTime=0(thanks toHUNTERsp4x). Those who don't have0can stay on112.
0.1.0.112 - 2018-11-04
Changed
- Some code refactoring
0.1.0.92d - 2021-01-04
Added
- Added config option QueryFloodBanLevel
Fixed
- Fixed SmartSteamEmu authorization on linux servers
0.1.0.92c - 2019-10-26
Added
- Added some security checks.
Changed
- Extended
API.
0.1.0.92 - 2018-02-11
Added
- Added
EnableQueryLimiteroption
Changed
QueryFloodBanTimecan be set to 0 to block flood without ban
0.1.0.89 - 2018-01-07
Fixed
Hotfix: RequiresReHLDS APInot lower than3.4.X.X.