summaryrefslogtreecommitdiff
path: root/src/login/lclif.p.h
AgeCommit message (Collapse)AuthorFilesLines
2020-01-13Update copyright headers for year 2020Haru1-1/+1
Signed-off-by: Haru <haru@dotalux.com>
2018-12-12Add ifdefs for packet limits defines in lclif.p.hAndrei Karas1-0/+6
2018-12-12Increase default value for MAX_PACKET_LOGIN_DB to 0xad0Andrei Karas1-1/+1
2018-12-12Move packets struct in login server into separate files for AC and CA packets.Andrei Karas1-292/+0
2018-12-12Rename structs packet_* into PACKET_*Andrei Karas1-37/+32
2018-12-12Rename defines PACKET_ID_* to HEADER_*Andrei Karas1-41/+39
2018-11-27Add incomplete packet CA_OTP_CODE.Andrei Karas1-1/+13
2018-11-27Add packet AC_REQ_MOBILE_OTPAndrei Karas1-2/+1
2018-11-27Add incomplete packet CA_ACK_MOBILE_OTP.Andrei Karas1-0/+22
2018-11-14Add interface for packets in common.Andrei Karas1-2/+2
For now supported only packet length fields.
2018-06-29Add support for new auth error packet in zero.Andrei Karas1-0/+1
Add support for known auth error packets in map server (before was used only old packet).
2018-06-13Add some missing fields into AC_ACCEPT_LOGIN.Andrei Karas1-1/+2
2018-02-10Clean up trailing whitespace and non-indent tabsHaru1-1/+1
Signed-off-by: Haru <haru@dotalux.com>
2017-12-08Fix otp packet for zero clients before 2017-11-13bRagexe.Andrei Karas1-0/+2
2017-12-02Add support for OTP login packet.Andrei Karas1-1/+14
This packet totally ignored and for now need only for zero clients.
2017-06-03Add packet 0x0ac4 for 2017-03-15+ based on 3CeAM commit:Andrei Karas1-0/+8
commit 70e0efb7035707542a091c8f2edb533f89b2552f Author: rytech16 <rytech16@cad27aaa-dce3-4a30-a00a-e4fd67c11881> Date: Tue Apr 18 21:42:40 2017 +0000 =General *Added temporarly support for the 2017-03-29dRagexeRE -This is for experimental testing and will not stay in the future. *Added support for the AC_ACCEPT_LOGIN4 packet. -March 2017 and newer clients require this since they no longer -support the legacy AC_ACCEPT_LOGIN packet. git-svn-id: svn://svn.code.sf.net/p/v1-3ceam/code/trunk@816 cad27aaa-dce3-4a30-a00a-e4fd67c11881
2016-04-16Moved packet_db to the private interface of lclifHaru1-0/+9
Signed-off-by: Haru <haru@dotalux.com>
2016-04-16Added missing documentationHaru1-45/+84
Signed-off-by: Haru <haru@dotalux.com>
2016-04-16Added lclif packet handlers to the lclif interfaceHaru1-0/+12
Signed-off-by: Haru <haru@dotalux.com>
2016-04-16Rewrite client interface for login server (part 7)hemagx1-0/+264
Added private interface in lclif.p.h Signed-off-by: Haru <haru@dotalux.com>