From cc87c15b2105f1a494c96bd3b47d002bf2be3dc0 Mon Sep 17 00:00:00 2001 From: Chord Date: Fri, 4 Mar 2016 14:47:14 -0500 Subject: [PATCH] Add minimal readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000..901de90f5 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# 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