This wiki is archived and useful information is being migrated to the main bzflag.org website

Talk:BZAuthd

From BZFlagWiki
Jump to: navigation, search

--JeffM2501 16:55, 27 May 2008 (EDT) ServerLink isn't needed by auth, as it handles in game protocll to game servers from the client. There is no need to use the game format for auth. Time should not be spent on making NetHandler generic when there are many other socket wrapers that can be used for development (SDL.NET, or the TCPConnection classes from libIRC ). We can have other developers make NetHandler generic enough and just replace the network connections at a later date. The primary concern for this should be the actual auth code not the low level networking.