userConnacancel
branchsbox/serverquerycancel

36 Commits over 0 Days - ∞cph!

14 Days Ago
Fix another issue with steam friends not being installed
14 Days Ago
Some extra fixes for that
14 Days Ago
TextRendering.GetOrCreateTexture, if we're headless, return Texture.Invalid
14 Days Ago
Steam Rich Present Join Game support for dedicated server by fake IP or steam id depending on connection type
14 Days Ago
Update servers list, fix NREs from things tryna access ISteamFriends when they're a dedicated server and that interface isnt loaded
14 Days Ago
Max players
14 Days Ago
Clean up all the logs, better reason code for invalid ticket closure
14 Days Ago
Properly leave closing remote connection, such as when they dont have a valid auth ticket Make sure reason code is clamped properly - only call socket disconnect if previously connected Cleanup
15 Days Ago
Authentication tests
15 Days Ago
Added internal c# methods for steam auth ticket authentication with game server - add some log output for test
15 Days Ago
Set some defaults now stuff is working. Set authentication=true, fakeip=true, and sharedqueryport=true. Servers can be queried in-game, and hide the real IP of the dedi, can be connected to via fake ip or steamid. Oddly though, the Steam Server Browser does not list the server, unless fake ip is off - can look into resolving that later as I don't know who really uses that
15 Days Ago
More configuration for debugging purposes
15 Days Ago
Fix compile error, remove debug log
15 Days Ago
Fix IP Address byte order retrieved from server list Add steamnetworkingfakeip to steam headers vpc .. Make sure we disconnect from the network when exiting the game (especially for dedicated servers, we need to clean up properly) Request and use Fake Ip when starting a dedicated server (test) Only pass the result, its all we need anyway Move net config bootstrap stuff to c# so we can set it there, now can be set after steamgameserver init too for custom opts
15 Days Ago
Fix param
15 Days Ago
Stun list test, fix game server callbacks for real, implement in dedi server
15 Days Ago
Revert "Fake Ip p2p socket test" This reverts commit f3bece1dc379452f19b89fad20a1676149deb71a. Extra debug convars
15 Days Ago
Fake Ip p2p socket test
15 Days Ago
Reset auth back to false, at least we can toggle it internally now without rebuilding native
15 Days Ago
Some more debug stuff
15 Days Ago
Add a way to get authentication status so I can debug it
15 Days Ago
Restore allow without auth - need to find out why it wont auth auto?
15 Days Ago
Strip that out - waste of time
15 Days Ago
Add Char
15 Days Ago
Return value
15 Days Ago
Add steamid param
15 Days Ago
Test
16 Days Ago
Auth tests
16 Days Ago
Dedicated server max players, map name (or scene name if no map package), game name - ip address and port if specified, later we should only have steam ids
16 Days Ago
DedicatedServer.Init waits until logon complete - this is when we'll have our anon steamid,
16 Days Ago
Disconnect properly when returning to main menu in some circumstances
16 Days Ago
Add net_shared_query_port - default to false for now until it's working
16 Days Ago
Shut down should be called after LogOff
16 Days Ago
some housekeeping Stash SocketShare stuff Remove that stuff - it should be automatic but it isn't working rn
17 Days Ago
Need to set version gametag on server. Use query port 27016 until implementation of ISteamGameServer::HandleIncomingPacket et al )
17 Days Ago
Feel like I'm getting somewhere, but still won't list