Releases: luskaner/ageLANServer
Releases · luskaner/ageLANServer
v1.3.0-rc.2
Changelog
- f4b92d6 Corrected README.md and .goreleaser.yaml regarding 'full' string in the archives.
Changes since latest stable version
Changes since latest pre-release version
v1.3.0-rc.1
Relevant changes
- Improve PID handling for process monitoring its status.
- Disable by default isolation of profiles marking it as experimental.
- Fixes that official server maintenance does not affect local server.
- Added options to execute commands for setup and revert in launcher.
Changelog
- a14f3e0 Updated dependencies relative to launcher-common module's update.
- df42f98 Updated dependencies relative to common module's update.
- 39dc711 Launcher: if already selected best IP for an announced server, don't repeat the work potentially and wrongly selecting another IP.
- 3f5c7fe Launcher: fixes #29 - game refusing to connect if official server is under maintenance. Improved killing of process in launcher-config. Proper unexpected shutdown in launcher-config-admin-agent. Improved selection of server ip to connect if it was configured manually with a host.
- 6f3ed50 Launcher: common module updated to improve PID handling.
- 97d4257 Updated security policy to mark v1.3.0 as the only supported (changed from v1.2.0).
- ff3770d Launcher: renamed complete archive to include 'full' string.
- 719664e Launcher: setupCommand now is awaited and must return a 0 exit code to continue.
- 695e257 Launcher: Added support to windows-style vars in arguments. Fixed config not reverting if launcher was killed unexpectedly. Changed clientExeArgs and serverpathArgs type (and they equivalent config) to string. Introduced setupCommand and revertCommand to execute external commands.
- 93f6a2c Launcher: Updated launcher-common dependency.
- 7630138 Launcher: Updated launcher-common module to run an arbitrary command.
- ac29795 Launcher: When connecting to an announced server, the ip to connect to now properly checks it is our server (and not just any https server) and use of loopback interface is prioritized. Fixes #28
- 297a463 Updated dependencies relative to launcher-common module's update.
- 1c278ad Updated dependencies relative to common module's update.
- 001649b Launcher: update common module's dependencies.
- f4dec41 Launcher: Fixed parsing of Server.ExecutableArgs and Client.ExecutableArgs.
- af90738 Pid files now use /var/run/ and temp directories before current exe dir, allowing to work cross-version and being consistent with other programs (now use project prefix).
- 4ce87fe Launcher: Now server lookup path for consistency (with former path 3) include for 2nd priority ./server/server.exe.
- c8793f9 Launcher: Set by default Config.IsolateProfiles to false and mark as experimental. Closes #14.
- 89ee665 Remove Plan 9 as buildable target for server, it is not compatible
See Github differences v1.2.2...v1.3.0-rc.1
v1.2.2
Changelog
- 9da893c Update README.md, added more details and some corrections.
- 4592412 Added missing tips for when firewall permission might be needed
- 53f9cb7 Added missing tips when starting some executables that might require accepting dialogs
- 141ac7c Fixed version flag in all executables that have it
See Github differences v1.2.1...v1.2.2
v1.2.1
Changelog
- 3bea5a3 Launcher: updated some messages that were no longer valid
- 10b8a40 Server: fixed game/party/reportMatch stub
- 12fbacb Server: fixed using log instead of fmt
- dc78482 Server: when starting match now the WSS message sent is targetted to the particular user and not the host
- 8b6da39 Server: renamed typo models2 to models
- 8dab067 Server: fixed code not using shared RNG
- 7048557 Server: advertisement now return started match flag instead of always 0
- 9157848 Server: now detects unexpected shutdowns and acts accordingly
- c922ac7 Server: lobbies are no longer visible nor joinable when the match starts
- d356030 Server: add stub for missing route achievement/applyOfflineUpdates (same stub as leaderboard)
- c99324b Server: remove leftover file from windows-all package
- 866034c Updated launcher-common dependency (v2)
- 065a136 Updated launcher-common dependency
- a83793c Updated common and battle-server-broadcast dependencies (v2)
- ecbd57a Updated common and battle-server-broadcast dependencies
- ab14eac Updated common module
- bf59ee1 Fixed go.work.example's not including battle-server-broadcast module.
- 7feabb9 Updated go.work.example's battle-server-broadcast to v1.2.0 version.
- c945f09 Launcher: Update server.go, removed useless assignment
- ac4c7a2 Update README.md
- 6b9100e Added gocard to server-genCert module
- 1861427 Added gocard to launcher module
- db4f972 Added gocard to launcher-config module
- c8b2787 Added gocard to launcher-config-admin module
- 0b3fa30 Added gocard to launcher-config-admin-agent module
- 92d6f66 Added gocard to launcher-common module
- 2acae96 Added gocard to launcher-agent module
- 473c770 Added gocard to common module
- 0e5218e Update SECURITY.md
See Github differences v1.2.0...v1.2.1
v1.2.0
What's Changed
Since latest stable version
- 1.2.0 in #17
Full Changelog: 1.1.7...v1.2.0
Since latest pre-release version
Full Changelog: v1.2.0-rc.8...v1.2.0
v1.2.0-rc.8
v1.2.0-rc.7
Changelog
- 508adb5 Updated battle-server-broadcast. Now launcher-common and common modules do not have tagged versions.
v1.2.0-rc.6
Changelog
- 84f3c61 Renamed modules to match folder names. Separated battle-server-broadcast as independent module.