summaryrefslogtreecommitdiff
path: root/src/net/ea/loginhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-06improve loginhandler class.Andrei Karas1-13/+12
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-25Improve empty strings manipulation.Andrei Karas1-2/+2
2012-12-09Reset saved in memory password if login server return "wrong password".Andrei Karas1-0/+3
2012-11-30Add support for email field in registration form.Andrei Karas1-2/+5
2012-09-08Improve constructors in some classes.Andrei Karas1-2/+3
2012-09-02Add const to more classes.Andrei Karas1-5/+5
2012-08-23Remove useless includes.Andrei Karas1-1/+1
2012-07-17Fix more code style and additional warnings.Andrei Karas1-1/+1
2012-03-14Add support for other gender.Andrei Karas1-2/+16
2012-03-09Add support for many update hosts (evol server only).Andrei Karas1-0/+1
2012-02-05Move path functions from stringutils to paths.Andrei Karas1-0/+1
2012-01-08Validate update host.Andrei Karas1-0/+5
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-12-18Ad comments for "unused" data from server packets.Andrei Karas1-4/+5
2011-12-14Add last login time to char selection dialog.Andrei Karas1-1/+5
2011-10-08Add checks and fix code style.Andrei Karas1-5/+3