login-server

command module
v0.0.0-...-fb597f4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 13, 2014 License: GPL-2.0 Imports: 10 Imported by: 0

README

Login Server

A re-implementation in Go of the eAthena/rAthena login-server.

###TODO

  • case 0x2714: logchrif_parse_ackusercount(fd, cid)
  • case 0x2715: logchrif_parse_updmail(fd, cid, ip)
  • case 0x2722: logchrif_parse_reqchangemail(fd, cid, ip)
  • case 0x2724: logchrif_parse_requpdaccstate(fd, cid, ip)
  • case 0x2725: logchrif_parse_reqbanacc(fd, cid, ip)
  • case 0x2727: logchrif_parse_reqchgsex(fd, cid, ip)
  • case 0x2728: logchrif_parse_updreg2(fd, cid, ip)
  • case 0x272a: logchrif_parse_requnbanacc(fd, cid, ip)
  • case 0x272b: logchrif_parse_setacconline(fd, cid)
  • case 0x2736: logchrif_parse_updcharip(fd, cid)
  • case 0x2737: logchrif_parse_setalloffline(fd, cid)
  • case 0x2738: logchrif_parse_updpincode(fd)
  • case 0x2739: logchrif_parse_pincode_authfail(fd)
  • case 0x2740: logchrif_parse_bankvault(fd, cid, ip)
  • case 0x2742: logchrif_parse_reqvipdata(fd) //Vip sys

Documentation

Overview

Char server packets handler functions

Client packet handlers

Binary packet parser. Parses varios packets based on its packet_id. This binary parser is needed since we need to communicate with some legacy services.

Directories

Path Synopsis
Auth db is a map with data related to authenticated clients The char and map server uses it to authenticate incoming connection requests with this server
Auth db is a map with data related to authenticated clients The char and map server uses it to authenticate incoming connection requests with this server
Char db Contains a table with all connected char-servers
Char db Contains a table with all connected char-servers
Binary reader/writer.
Binary reader/writer.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL