osuthailand / Ragnarok

/web/ and bancho emulator
GNU Affero General Public License v3.0
2 stars 0 forks source link

remove api and make use of redis to communicate player sessions to ragnarokapi #43

Closed jeenyuhs closed 5 months ago

jeenyuhs commented 5 months ago

solves #10

This PR removes the current code for ragnarok's API, as I'm writing the API beside this repo. To prevent creating an API on the main server, I've decided to make use of Redis to store the players session, so the API can contain the player's status and playtime for that session.