1
Fork 0
mirror of https://bitbucket.org/Ioncannon/project-meteor-server.git synced 2025-04-25 22:27:45 +00:00
project-meteor-server/FFXIVClassic_Lobby_Server
2015-10-05 19:37:03 -04:00
..
common Blowfish reimplemented in C#, get's rid of the dll dependency allowing server to be run on Linux (Mono) as well. 2015-10-02 19:03:07 -04:00
dataobjects Changing how appearance works, pulled from a DB now. 2015-10-05 19:37:03 -04:00
packets Changing how appearance works, pulled from a DB now. 2015-10-05 19:37:03 -04:00
Properties Initial commit of the FFXIV 1.0 lobby server. 2015-08-26 13:38:58 -04:00
app.config Finished character creator DB calls, moved DB stuff to Dapper, started work on get characters. 2015-09-09 00:08:46 -04:00
ClientConnection.cs Added account and select character packet creators. Fixed wrong field being read for session id. Most of the server is now NOT hardcoded and customizable from the DB. Only hardcoded packet left is the initial handshake. 2015-09-13 18:21:41 -04:00
ConfigConstants.cs Replace ini file reader with full .NET implementation so it can run on Mono. 2015-09-10 19:00:44 -04:00
Database.cs Changing how appearance works, pulled from a DB now. 2015-10-05 19:37:03 -04:00
FFXIVClassic_Lobby_Server.csproj Changing how appearance works, pulled from a DB now. 2015-10-05 19:37:03 -04:00
packages.config Finished character creator DB calls, moved DB stuff to Dapper, started work on get characters. 2015-09-09 00:08:46 -04:00
PacketProcessor.cs Added account and select character packet creators. Fixed wrong field being read for session id. Most of the server is now NOT hardcoded and customizable from the DB. Only hardcoded packet left is the initial handshake. 2015-09-13 18:21:41 -04:00
Program.cs Initial commit of the FFXIV 1.0 lobby server. 2015-08-26 13:38:58 -04:00
Server.cs Replace ini file reader with full .NET implementation so it can run on Mono. 2015-09-10 19:00:44 -04:00