UniSpyServer icon indicating copy to clipboard operation
UniSpyServer copied to clipboard

An Open source GameSpy emulator written in C#

Results 25 UniSpyServer issues
Sort by recently updated
recently updated
newest added

RetroSpy servers only shared common data using a MySQL database. This method is not completely correct for storing temporany data such as Game server or session keys. The approach would...

enhancement

Add more information on how to contribute to the UniSpy project.

This issue contains all the Web services. All this servers uses SOAP XML. The original idea is implementing this servers using ASP.NET. All the servers will possibly be contained into...

enhancement
emulation
Web Services

This server is responsable for allowing users to browse server for any kind of game. Query Report 2 should be completed first, since QR is reponsable of saving the server...

enhancement
emulation
Server Browser

This server allows user to get the statistic of a game (like how many people are playing and so on). - [x] Adding a server to start receiving data -...

enhancement
Game Status

The Peerchat is the server used to allow chat communication between players. This server also process different connections to the other servers. The current PeerChat Server is hardcoded, required just...

enhancement
emulation
Chat

If SB does not find any online servers, we have to create a response so that the game client does not crash. ``` [14:59:31] [VERB] [SB] [ => ] [ServerInfoHandler]...

Server Browser

The search player server (also known as GPSP) is responsable for checking profile information and searching the player in all the Users and Profiles informations. This server is particularly relevant...

enhancement
emulation
Presence System

Perhaps the most important server of GameSpy, this is responsable of holding the server data (that will be used in the server browsing, such as IP, map and any other...

enhancement
emulation
Query Report

The NatNeg server is responsable of all NAT implementation. (It should also handle the incapsulated communication) There are 3 NAT servers that is known on the 2007 SDK, but probably...

enhancement
emulation
Nat Negotation