Server:Loginserver

From The Al`Kabor Project Wiki
Jump to navigation Jump to search

Configuration[edit]

The login server is configured using the login.ini file which also defines the names of the login server's database tables.

Supported Clients[edit]

The login server supports three types of clients:

  • Windows PC
  • Windows PC Ticketed
  • MacOS

Each client follows a slightly different login process.

Header Files[edit]

  • client.h
  • client_manager.h
  • config.h
  • database.h
  • eq_crypto.h
  • login_server.h
  • login_structures.h
  • options.h
  • server_manager.h
  • world_server.h

Source Files[edit]

  • client.cpp
  • client_manager.cpp
  • config.cpp
  • database.cpp
  • eq_crypto.cpp
  • main.cpp
  • server_manager.cpp
  • world_server.cpp