summaryrefslogtreecommitdiff
path: root/src/net_server.c
AgeCommit message (Expand)Author
2006-01-08Send keepalives if the connection is not doing anything else.Simon Howard
2006-01-08Move common connection code into net_common.c, shared by serverSimon Howard
2006-01-07Send player name and address in the waiting data packets. Display theseSimon Howard
2006-01-02fix client connected functionSimon Howard
2006-01-02Create NET_SV_Shutdown function to shut down the server. Call itSimon Howard
2006-01-02Refer to connected clients by their AddrToString() output rather than justSimon Howard
2006-01-02Remove test codeSimon Howard
2006-01-02Fix packet not freed back after being sent.Simon Howard
2006-01-02Neater prefixes: NET_Client -> NET_CL_. NET_Server -> NET_SV_.Simon Howard
2006-01-01Client disconnect codeSimon Howard
2005-12-30Fix client code to correctly send reply to server on connection.Simon Howard
2005-12-29Working client connect codeSimon Howard
2005-12-29Add initial client/server connect code. Reorganise sources list inSimon Howard