summaryrefslogtreecommitdiff
path: root/src/net/tmwa/loginhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-25Add packet CMSG_LOGIN_OTP_CODE 0x0ad0Andrei Karas1-0/+4
2019-01-25Add packet CMSG_LOGIN_MOBILE_OTP 0x09a3Andrei Karas1-0/+5
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-07-26Add support for changed item id size in packets.Andrei Karas1-0/+2
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-08-03Remove network handlers in general handler was deleted.Andrei Karas1-0/+1
2017-06-09Fix code style.Andrei Karas1-1/+0
2017-06-08Remove useless extern declarations.Andrei Karas1-1/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-3/+6
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-04-15Change packet version to 6 (tmwa)Andrei Karas1-2/+12
2016-03-22Add support for packet version in servers list xml and in editor.Andrei Karas1-0/+4
2016-03-11Fix code style.Andrei Karas1-2/+0
2016-03-05Remove outdated protocol version checks from tmwa net code.Andrei Karas1-11/+2
2016-02-20Add missing const in net directory.Andrei Karas1-2/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-11-13Remove manaserv related RegistrationOptions.Andrei Karas1-5/+0
2015-09-09Remove virtual method call from MessageOut constructor.Andrei Karas1-0/+2
2015-09-07Split protocol.h into protocolin.h and protocolout.hAndrei Karas1-1/+1
2015-09-04Remove some useless includes.Andrei Karas1-2/+2
2015-09-02Remove MessageHandler classAndrei Karas1-42/+0
2015-09-02Remove mNetwork field from MessageHandlersAndrei Karas1-6/+6
2015-08-29Fix code style.Andrei Karas1-3/+0
2015-08-27Move receive code from loginhandler into separate file.Andrei Karas1-91/+9
2015-06-20Fix compilation warnings.Andrei Karas1-3/+3
2015-06-20Remove some useless server feature checks from tmwa.Andrei Karas1-4/+1
2015-06-20Remove evol server version check from tmwa.Andrei Karas1-12/+2
2015-06-20Remove unused old evol packets from tmwa namespace.Andrei Karas1-45/+19
2015-05-20Send net code version also to login server in tmwa net code.Andrei Karas1-1/+11
2015-04-15eathena: add support for change password.Andrei Karas1-3/+1
2015-03-22eathena: add packet CMSG_LOGIN_PING 0x0200.Andrei Karas1-0/+4
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-16Move processCharPasswordResponse from ea namespace into tmwa.Andrei Karas1-0/+38
2014-11-21fix code style.Andrei Karas1-2/+0
2014-11-12Add missing packet field comments.Andrei Karas1-1/+1
2014-11-10eathnea; add support for update hosts.Andrei Karas1-23/+0
2014-11-07eathena: add support for sending client version to map server.Andrei Karas1-0/+4
2014-11-06eathena: add packets SMSG_SERVER_VERSION_RESPONSE 0x7531Andrei Karas1-1/+2
2014-10-23Add packet fields comments in loginhandler.Andrei Karas1-5/+5
2014-10-17Add static in loginhandler.Andrei Karas1-2/+2
2014-09-26Fix code style.Andrei Karas1-1/+0
2014-09-19Add comments for all output packets header.Andrei Karas1-5/+5
2014-09-17Remove getter for serverFeatures.Andrei Karas1-1/+1
2014-09-16Add server feature haveEmailOnRegister.Andrei Karas1-1/+4
2014-09-06add packet comments into login handler.Andrei Karas1-20/+20
2014-07-14Rename readInt8 into readUInt8 because it really read uint8_t.Andrei Karas1-6/+6
2014-05-21Fix code style.Andrei Karas1-2/+0
2014-05-20Move registrationoptions into separate file.Andrei Karas1-2/+6
2014-02-02Add missing const and static into net classes.Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1