summaryrefslogtreecommitdiff
path: root/src/net/ea/loginhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-10-24Enable password remembering in user loginkeep_passwordjonkoorm1-10/+9
2020-05-07Fix code style after merged switch port codeAndrei Karas1-2/+4
2020-04-25add "SAVE_PASSWORD" define optioncpasjuste1-5/+13
2020-03-13Fix alternate ip address for char and map servers [ci skip]Andrei Karas1-0/+1
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-06-30Rename "other" gender into "hidden" gender.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-06-30Remove extra includes from headers.Andrei Karas1-0/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-5/+5
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-02-20Add missing const in net directory.Andrei Karas1-1/+1
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-11-16Convert State enum into strong typed.Andrei Karas1-2/+2
2015-09-04Remove some useless includes.Andrei Karas1-1/+0
2015-08-29Fix code style.Andrei Karas1-7/+1
2015-08-27Move receive code from loginhandler into separate file.Andrei Karas1-143/+27
2015-06-20Move processUpdateHost2 from ea namespace into eathena.Andrei Karas1-23/+0
2015-06-20Fix code style.Andrei Karas1-0/+2
2015-05-29Add strong typed int type BeingId.Andrei Karas1-1/+1
2015-03-17Remove useless includes from .h files.Andrei Karas1-0/+1
2015-03-16Remove useless includes from cpp filesAndrei Karas1-1/+0
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-16Move processCharPasswordResponse from ea namespace into tmwa.Andrei Karas1-36/+0
2014-11-12Add missing packet field comments.Andrei Karas1-4/+3
2014-11-10eathnea; add support for update hosts.Andrei Karas1-0/+23
2014-10-23Add packet fields comments in loginhandler.Andrei Karas1-5/+5
2014-10-17Add static in loginhandler.Andrei Karas1-9/+14
2014-09-06add packet comments into login handler.Andrei Karas1-19/+17
2014-07-14Rename readInt8 into readUInt8 because it really read uint8_t.Andrei Karas1-4/+5
2014-05-31Add missing notfinal/final to classes.Andrei Karas1-0/+2
2014-05-29Move many variables from client into settings.Andrei Karas1-1/+2
2014-05-18fix code style.Andrei Karas1-4/+4
2014-05-08Fix code style in net.Andrei Karas1-1/+1
2014-05-02Add option "use same ip" for each server.Andrei Karas1-2/+3
2014-05-02Add missing const.Andrei Karas1-1/+1
2014-03-08fix code style.Andrei Karas1-1/+1
2014-03-06improve a bit different code.Andrei Karas1-0/+24
2014-02-27Remove manaserv ifdefs code.Andrei Karas1-5/+0
2014-02-20improve includes.Andrei Karas1-0/+2
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-09-30move windows classes to windows directory.Andrei Karas1-1/+1
2013-09-28add const for methods return values.Andrei Karas1-1/+1
2013-09-18fix name conflicts.Andrei Karas1-9/+9
2013-08-24improve some mode methods in Client.Andrei Karas1-1/+1
2013-08-24improve getState/setState in Client.Andrei Karas1-6/+6
2013-05-03add comments for translators.Andrei Karas1-0/+17
2013-04-20fix style in net directory.Andrei Karas1-1/+4
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-5/+1
2013-04-07fix cide style.Andrei Karas1-1/+1