sunenielsen / tribaltrouble

GNU General Public License v2.0
175 stars 58 forks source link

Please provide more information on setting up registration services #3

Closed team-penguin closed 10 years ago

team-penguin commented 10 years ago

I have built the contents of the tribaltrouble/server directory. The matchmaker service is running without errors now that I have a complete DB, thanks for the help. I have created my own authoritative oddlabs.com domain and I am pointing update, registration and matchmaking to my server. I can see the following registation request:

"GET /oddlabs/registration?key=ABCD-EFGH-IJKL-MNOP&current_affiliate_id=oddlabs.com&affiliate_id=oddlabs.com HTTP/1.1"

Is it the 'regservice' script that executes this request, or is it the 'oddlabs' regservlet?

-- or --

Since the game is open now, can I just insert account details into the database and not mess with the registration interface? If that is legal, is there any special encoding used for the registration data?

eliasnaur commented 10 years ago

It's the game itself that submits the request. Take a look at createRegistrationParameters in Renderer.java

team-penguin commented 10 years ago

I will continue my work. Thanks again.