GameProgressive / UniSpyServer

An Open source GameSpy emulator written in C#
GNU Affero General Public License v3.0
134 stars 18 forks source link

Web Services Server #18

Closed arves100 closed 1 week ago

arves100 commented 4 years ago

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 one application that will manage all of them.

WebAuthentication This is a new authentication system used for loggin into GameSpy or WebServices itself.

SAKE SAKE server is used as a small storage server where users can upload and download small pieces of data (for example: Mario Kart Wii uses it to store ghosts)

Statistics A new stats authentication system that was found in some modern games. A research about this server needs to be done before implementation.

Direct2Game This server was used for DLCs, we currently don't have any plan for implementing this server.

arves100 commented 4 years ago

Updated.