Commit Graph
9876 Commits
Author SHA1 Message Date
Jordan DominionandGitHub 9c4a97b1ef Merge pull request #1764 from tgstation/FixPortReuse
More logging when the port reuse bug happens
2024-01-08 14:13:49 -05:00
Jordan Dominion 9ce9cd9814 More logging when the port reuse bug happens 2024-01-08 12:51:51 -05:00
tgstation-server 9689a964dc Merge branch 'master' into dev 2024-01-07 01:11:37 +00:00
Jordan DominionandGitHub 005a1957c3 Merge pull request #1763 from tgstation/PortInUseDiagnosis [TGSDeploy]
Log warnings as to why ports cannot be allocated. Fix DME's with spaces
tgstation-server-v6.1.2
2024-01-06 20:10:33 -05:00
Jordan Dominion 86dab93156 Version bump to 6.1.2 2024-01-06 17:34:04 -05:00
Jordan Dominion efb73f504d Fix issues with spaces in .dme names 2024-01-06 17:34:04 -05:00
Jordan Dominion f374921278 Log warnings as to why ports cannot be allocated.
Also fix raciness in `PortAllocator`.
2024-01-06 17:21:45 -05:00
Jordan Dominion ec8a12c5ac Releasing DMAPI 7.0.1 [DMDeploy] dmapi-v7.0.1 2023-12-29 18:20:22 -05:00
Jordan DominionandGitHub 2c986de3cd Merge pull request #1762 from tgstation/FixWindowsProfileCleanup [TGSDeploy]
v6.1.1: Fixxessseeeessss!!!!!
tgstation-server-v6.1.1
2023-12-29 16:55:24 -05:00
Jordan Dominion 77a4d276bd Fix DMAPI/Interop Version issue with TGS5 servers 2023-12-29 15:32:15 -05:00
Jordan Dominion 44c0c7cc8c Log the service user on ServiceLifetime creation 2023-12-29 15:32:15 -05:00
Jordan Dominion 7015e4d502 Handle exceptions when deleting the BYOND cache folder 2023-12-29 15:32:15 -05:00
Jordan Dominion 0932d3acb8 When recursively deleting, attempt to delete every file and throw an AggregateException 2023-12-29 15:32:14 -05:00
Jordan Dominion 43639c3753 Fix not detecting the correct BYOND cache path in Windows service 2023-12-29 09:46:30 -05:00
Jordan Dominion 5ba90e4096 Additional instance manager startup log line 2023-12-28 20:33:40 -05:00
Jordan DominionandGitHub c2701c4a9a Merge pull request #1760 from tgstation/MoreFixesNShit [TGSDeploy]
v6.1.1: Fix a Repository exception
2023-12-28 15:47:19 -05:00
Jordan Dominion e11ff8bccf Version bump to 6.1.1 2023-12-28 09:46:24 -05:00
Jordan Dominion 15f0fb7be7 Fix NonFastForwardException in Repository.CommittishIsParent 2023-12-28 09:46:00 -05:00
Jordan Dominion c9024ebcf1 Simplify a new() expression 2023-12-27 22:08:43 -05:00
Jordan DominionandGitHub 2268d7a363 Merge pull request #1759 from tgstation/610Release [TGSDeploy]
v6.1.0
tgstation-server-v6.1.0
2023-12-27 17:05:32 -05:00
Jordan Dominion 0a82b86bf4 Version bump to 6.1.0 2023-12-27 14:11:13 -05:00
Jordan Dominion c82f07e085 Update webpanel to v5.4.2 2023-12-27 14:02:17 -05:00
Jordan Dominion 3d34ce8cdb Remove bad launchSettings 2023-12-27 14:02:02 -05:00
tgstation-server deef7924f3 Merge branch 'master' into dev 2023-12-27 17:56:32 +00:00
Jordan DominionandGitHub 1f95addfc7 Merge pull request #1757 from tgstation/FixTopicPortPersist
Fix `TopicPort` not being included in session persistence
2023-12-27 12:55:35 -05:00
Jordan DominionandGitHub d66b1fd999 Merge pull request #1758 from tgstation/AddEngineInstallComplete
Add the `EngineInstallComplete` event
2023-12-27 12:05:30 -05:00
Jordan Dominion 4a17bdf720 Fix uploads being too large 2023-12-27 10:47:16 -05:00
Jordan Dominion 77fa5588d8 Reduce JobService.MaxHubUpdatesPerSecond to 1 2023-12-27 10:40:55 -05:00
Jordan Dominion 9ddda5b866 Fix homepage control panel link again 2023-12-27 10:18:40 -05:00
Jordan Dominion 36667aecf5 If the server exits with code 0, don't call it a crash 2023-12-27 08:32:59 -05:00
Jordan Dominion bbb5efe32d Attempt 10 times for port grab 2023-12-27 08:32:43 -05:00
Jordan Dominion b9b4733b0f Make port use test bind to any IP 2023-12-27 08:20:35 -05:00
Jordan Dominion abcf062c10 Add the EngineInstallComplete event 2023-12-26 20:28:00 -05:00
Jordan Dominion 15014ba108 Fix TopicPort not being included in session persistence 2023-12-26 20:00:05 -05:00
Jordan DominionandGitHub bcdca8cea1 Merge pull request #1751 from tgstation/FinalFixRound [TGSDeploy]
v6.0.1: Final round of patches
tgstation-server-v6.0.1
2023-12-26 13:41:50 -05:00
0e1e550127 OpenDream documentation wording rework
Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
2023-12-26 10:22:14 -05:00
Jordan Dominion 0df926900b Fix submodule updates not being recursive 2023-12-26 10:21:29 -05:00
Jordan Dominion c14d7992c2 Update OD documentation now that they use .NET 8 2023-12-26 10:20:38 -05:00
Jordan Dominion f0cb0e22e8 Correct a field typo 2023-12-26 10:20:36 -05:00
Jordan Dominion 8b281ea0dd Rename DreamDaemon DEFCONs to Game server 2023-12-26 10:19:47 -05:00
Jordan DominionandGitHub 7b1fa895f4 Merge pull request #1749 from tgstation/FixDiscordNoAccess [NugetDeploy][TGSDeploy]
v6.0.1 Patches
2023-12-25 23:46:35 -05:00
Jordan Dominion 41762f7e6e Fix ErrorMessageResponse improperly deserializing from 401 responses 2023-12-25 22:29:12 -05:00
Jordan Dominion fb9d0f6d27 Fix authorization filter issues
- Remove `AuthenticationContextAuthorizationFilter` as it wasn't being called. Properly move functionality to `TgsAuthorizeAttribute`
- Fix unauth/forbid decision being skipped for tokens with password updates.
- Fix issues if a user used a token at the exact same second of a password update.
- Update auth documentation.
2023-12-25 22:28:20 -05:00
Jordan Dominion ec59596dcd Add failing test for relog issue 2023-12-25 22:23:57 -05:00
Jordan Dominion 1974d67bf1 Increase a deployment test timeout 2023-12-25 21:38:07 -05:00
Jordan Dominion eea3ec71d4 Workaround for random-ass port allocation failures 2023-12-25 16:48:05 -05:00
Jordan Dominion 256732618c Adjust test server startup timeout to 60s 2023-12-25 16:48:04 -05:00
Jordan Dominion 80695b8f73 Version bump to 6.0.1 2023-12-25 08:41:38 -05:00
Jordan Dominion 1f480ce28d Maybe fix issues with rooted API paths? 2023-12-25 08:37:01 -05:00
Jordan Dominion b9562f17bd Fix a README typo 2023-12-25 08:37:00 -05:00