summaryrefslogtreecommitdiff
path: root/src/net/eathena/loginrecv.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-01-08some more renamingrename_and_cleanupjak11-1/+1
2023-01-08added manaverse' copyright line to src/jak11-0/+1
2023-01-08[WIP] renamed the client to ManaVersejak11-1/+1
2019-01-25Add packet SMSG_LOGIN_MOBILE_OTP 0x09a2Andrei Karas1-0/+6
2019-01-25Add packet SMSG_LOGIN_OTPAndrei Karas1-0/+26
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-03Drop support for server version 19.Andrei Karas1-1/+1
2018-09-06Drop support for plugin version 15.Andrei Karas1-1/+1
2018-06-08Add some missing fields into LoginRecv::processLoginData.Andrei Karas1-5/+2
2018-01-08Fix int to bool conversion in loginrecv.cppAndrei Karas1-2/+2
2018-01-05Add support for packets type flag.Andrei Karas1-0/+15
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-08-16Load evol packet offset from first packet from server.Andrei Karas1-1/+6
2017-06-30Fix packets for 20170329.Andrei Karas1-2/+15
2017-06-29Move foreach macroses into separate file.Andrei Karas1-0/+1
2017-06-09Fix code style.Andrei Karas1-1/+1
2017-06-05Add packet SMSG_LOGIN_DATA 0x0ac4.Andrei Karas1-1/+60
2017-04-20Drop support server packet version 7.Andrei Karas1-13/+5
2017-04-10Fix packet version for evol servers.Andrei Karas1-1/+7
2017-02-21Move other fs related files into fs directory.Andrei Karas1-1/+2
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-11-11Fix typo implimented -> implemented.Andrei Karas1-2/+2
2016-07-20In client too old error messages, show manaplus.org url.Andrei Karas1-1/+2
2016-03-10For unknown packet field values show packet id and field value.Andrei Karas1-1/+1
2016-02-21Remove useless checks.Andrei Karas1-1/+1
2016-01-28Improver error message about old client. Now it show also what server type ca...Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-11-16Convert State enum into strong typed.Andrei Karas1-6/+6
2015-09-23Allow add conditions into out packets definition.Andrei Karas1-0/+3
2015-09-09Read server packet version from server (hercules).Andrei Karas1-0/+16
2015-08-29Fix code style.Andrei Karas1-5/+1
2015-08-27Move receive code from loginhandler into separate file.Andrei Karas1-0/+201