UniSpyServer icon indicating copy to clipboard operation
UniSpyServer copied to clipboard

Search Player Server

Open arves100 opened this issue 5 years ago • 2 comments

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 for GameSpy Arcade and similar applications.

Missing features:

  • [x] Search if the unique nickname requested is really unique (Max 5 search with random numbers added in, \uniquesearch)
  • [x] Handling of check profile id (\check)
  • [x] Search other friends (\others)
  • [x] Creating of a new user (\newuser)
  • [x] Search for players that are playing (matchmaking?, \pmatch)
  • [x] Search a profile (\search)
  • [x] Any missing request not already discovered

arves100 avatar Aug 07 '19 17:08 arves100

TODO: the key/value pairs in different request are different, we have to implement multiple method to use the information in request to search a user in our database!

xiaojiuwo1993 avatar Sep 22 '19 02:09 xiaojiuwo1993

NOTE: Missing messaging system (bm, ...)

arves100 avatar Mar 25 '20 18:03 arves100