Emulated PlanetSide 1 world and login server by the PSForever project.
Find a file
Chord 1318ebd751 New SLF4J logger log4s. ANSI colors
Used jANSI for Windows console color support. Log4s for a Scala logging
facade (which uses SLF4J). Using logback as the logging driver.
2016-05-01 04:37:36 -04:00
common/src New SLF4J logger log4s. ANSI colors 2016-05-01 04:37:36 -04:00
notes Added document notes 2016-02-16 00:31:33 -05:00
project Migrate to sbt-pack vs assembly for faster packing 2016-04-22 23:02:47 -04:00
pslogin/src/main/scala New SLF4J logger log4s. ANSI colors 2016-05-01 04:37:36 -04:00
scripts Add copyrights to top of all files 2016-03-04 15:14:50 -05:00
.gitignore Ignore binary files 2016-03-04 15:16:20 -05:00
build.sbt New SLF4J logger log4s. ANSI colors 2016-05-01 04:37:36 -04:00
README.md Add minimal readme 2016-03-04 14:47:14 -05:00

PlanetSide Login Server

This project contains the code to run and manage the login server role for PlanetSide 1.

Features

  • Crypto session establishment
  • Username and password (or token) acceptance
  • Able to specify a custom server name and IP:Port combos

Planned Features

  • Database integration for account lookup
  • Further netcode integration