userConnacancel
branchsbox/serverquerycancel

36 Commits over 0 Days - ∞cph!

29 Minutes Ago
Fix another issue with steam friends not being installed
31 Minutes Ago
Some extra fixes for that
52 Minutes Ago
TextRendering.GetOrCreateTexture, if we're headless, return Texture.Invalid
57 Minutes Ago
Steam Rich Present Join Game support for dedicated server by fake IP or steam id depending on connection type
1 Hour Ago
Update servers list, fix NREs from things tryna access ISteamFriends when they're a dedicated server and that interface isnt loaded
1 Hour Ago
Max players
1 Hour Ago
Clean up all the logs, better reason code for invalid ticket closure
1 Hour 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
4 Hours Ago
Authentication tests
5 Hours Ago
Added internal c# methods for steam auth ticket authentication with game server - add some log output for test
5 Hours 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
6 Hours Ago
More configuration for debugging purposes
Today
Fix compile error, remove debug log
Today
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
Today
Fix param
Today
Stun list test, fix game server callbacks for real, implement in dedi server
Today
Revert "Fake Ip p2p socket test" This reverts commit f3bece1dc379452f19b89fad20a1676149deb71a. Extra debug convars
Today
Fake Ip p2p socket test
Today
Reset auth back to false, at least we can toggle it internally now without rebuilding native
Today
Some more debug stuff
Yesterday
Add a way to get authentication status so I can debug it
Yesterday
Restore allow without auth - need to find out why it wont auth auto?
Yesterday
Strip that out - waste of time
Yesterday
Add Char
Yesterday
Return value
Yesterday
Add steamid param
Yesterday
Test
Yesterday
Auth tests
Yesterday
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
Yesterday
DedicatedServer.Init waits until logon complete - this is when we'll have our anon steamid,
Yesterday
Disconnect properly when returning to main menu in some circumstances
Yesterday
Add net_shared_query_port - default to false for now until it's working
Yesterday
Shut down should be called after LogOff
Yesterday
some housekeeping Stash SocketShare stuff Remove that stuff - it should be automatic but it isn't working rn
2 Days Ago
Need to set version gametag on server. Use query port 27016 until implementation of ISteamGameServer::HandleIncomingPacket et al )
2 Days Ago
Feel like I'm getting somewhere, but still won't list