summaryrefslogtreecommitdiff
path: root/src/login/login.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-20The Mana World modifications for Evolved Server.Jesusaves1-0/+2
2021-09-18removed unusable console outputjak11-10/+10
2020-07-21Fix dnsbl vector cleanup on exitAndrei Karas1-1/+1
2020-05-04Dont validate packet in login_char_server_connection_statusAndrei Karas1-4/+4
2020-01-13Update copyright headers for year 2020Haru1-2/+2
2019-02-01Merge pull request #2151 from dastgirp/login/messageHaru1-7/+8
2019-02-01Updated login-server to give appropriate response code to char-server when IP...Dastgir1-7/+8
2018-12-12Update packet AC_LOGIN_OTP.Andrei Karas1-27/+16
2018-12-12Move packets struct in login server into separate files for AC and CA packets.Andrei Karas1-8/+1
2018-12-12Rename defines PACKET_ID_* to HEADER_*Andrei Karas1-1/+1
2018-11-27Add packet AC_REQ_MOBILE_OTPAndrei Karas1-0/+22
2018-11-14Add send packet validation for connections between server and clients.Andrei Karas1-0/+2
2018-07-01Change functions to static where possible (Part 2 - login)Haru1-78/+84
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2018-02-27fix null pointer in login.c in login->accounts.Andrei Karas1-1/+3
2018-02-09Add account_engine into login interface.Andrei Karas1-11/+12
2018-02-09Add interface into loginlog.c.Andrei Karas1-9/+10
2018-02-09Create lchrif interface in login.cAndrei Karas1-8/+21
2018-02-09Rename in login.c methods chrif_* into lchrif_*.Andrei Karas1-11/+11
2018-02-09Add interface into ipban.c.Andrei Karas1-4/+4
2018-02-09Add interface into account.c.Andrei Karas1-3/+7
2018-02-09Add server[MAX_SERVERS] into login interface.Andrei Karas1-56/+57
2018-02-09Add loginlog_ prefix to all functions in loginlog.cAndrei Karas1-6/+6
2018-02-09Add account_ prefix to all functions in account.cAndrei Karas1-2/+2
2017-12-08Update 0x0ae3 packet for new zero clients.Andrei Karas1-1/+9
2017-12-02Add support for OTP login packet.Andrei Karas1-0/+28
2017-10-29Add configurable way to show char servers with color in list in client.Andrei Karas1-0/+60
2017-10-27Add missing interface members in login.c.Andrei Karas1-16/+28
2016-08-20Re-added HPM support for configuration settingsHaru1-1/+2
2016-08-19Ported socket.conf (was packet.conf) to libconfigHaru1-0/+1
2016-08-19Ported login-server.conf to libconfigHaru1-122/+425
2016-08-10Fix login and char servers null pointer access if packet handler in plugin in...Andrei Karas1-1/+4
2016-07-12Interface md5calc.chemagx1-7/+7
2016-07-10Fixed some issues with NULL dates in the login tableHaru1-1/+1
2016-07-03Add --run-once flag into login server.Andrei Karas1-0/+14
2016-04-16Added missing documentationHaru1-0/+4
2016-04-16Rewrite client interface for login server (part 6)hemagx1-714/+18
2016-04-16Rewrite client interface for login server (part 5)hemagx1-15/+24
2016-04-16Rewrite client interface for login server (part 4)hemagx1-3/+7
2016-04-16Rewrite client interface for login server (part 3)hemagx1-213/+294
2016-04-16Rewrite client interface for login server (part 2)hemagx1-159/+203
2016-04-16Rewrite client interface for login server (part 1)hemagx1-168/+445
2016-03-20Dropped typedefs from union DBKey and struct DBDataHaru1-3/+3
2016-02-24Removed various redundant typecastsHaru1-6/+6
2016-02-24Removed several unnecessary explicit casts of the WFIFOP resultHaru1-15/+15
2016-02-24Removed several unnecessary RFIFOP typecastsHaru1-11/+11
2016-02-24Added const qualifier to several variable/argument pointersHaru1-2/+2
2016-02-19Fix all known warnings from compiler flags -Wformat*Andrei Karas1-5/+5
2016-02-17Replaced some now unnecessary includes with forward declarations in header filesHaru1-1/+0
2016-01-25Fix packet id being sent encrypted to Hercules Plugin Manager.hemagx1-6/+6