summaryrefslogtreecommitdiff
path: root/src/login/lclif.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-12Move packets struct in login server into separate files for AC and CA packets.Andrei Karas1-0/+2
2018-12-12Rename structs packet_* into PACKET_*Andrei Karas1-19/+19
2018-12-12Rename defines PACKET_ID_* to HEADER_*Andrei Karas1-11/+11
2018-11-27Add incomplete packet CA_OTP_CODE.Andrei Karas1-0/+12
2018-11-27Add incomplete packet CA_ACK_MOBILE_OTP.Andrei Karas1-0/+12
2018-11-14Add interface for packets in common.Andrei Karas1-2/+2
2018-07-12Add new auth error packet for main and re packet versions.Andrei Karas1-1/+1
2018-07-01Change functions to static where possible (Part 2 - login)Haru1-40/+40
2018-06-29Add support for new auth error packet in zero.Andrei Karas1-1/+4
2018-02-09Add interface into loginlog.c.Andrei Karas1-1/+1
2018-02-09Add interface into ipban.c.Andrei Karas1-1/+1
2018-02-09Add server[MAX_SERVERS] into login interface.Andrei Karas1-11/+11
2018-02-09Add loginlog_ prefix to all functions in loginlog.cAndrei Karas1-1/+1
2017-12-02Add support for OTP login packet.Andrei Karas1-1/+12
2017-10-29Add configurable way to show char servers with color in list in client.Andrei Karas1-1/+1
2017-06-03Add packet 0x0ac4 for 2017-03-15+ based on 3CeAM commit:Andrei Karas1-0/+4
2016-07-12Interface md5calc.chemagx1-5/+5
2016-04-16Moved packet_db to the private interface of lclifHaru1-9/+9
2016-04-16Added missing documentationHaru1-1/+29
2016-04-16Added lclif packet handlers to the lclif interfaceHaru1-5/+17
2016-04-16Rewrite client interface for login server (part 7)hemagx1-232/+8
2016-04-16Rewrite client interface for login server (part 6)hemagx1-0/+750