summaryrefslogtreecommitdiff
path: root/src/net/tmwa/loginhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-26add restrict into loginhandler.Andrei Karas1-6/+8
2013-09-15remove unused includes from net directory.Andrei Karas1-2/+1
2013-09-12add server version check for "new" tmw servers.Andrei Karas1-2/+24
2013-08-24improve getState/setState in Client.Andrei Karas1-4/+4
2013-08-08Add support for different server flags in server version packet.Andrei Karas1-2/+7
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-8/+8
2013-04-07fix cide style.Andrei Karas1-1/+1
2013-04-06improve loginhandler class.Andrei Karas1-10/+8
2013-01-20Last part with FOR_EACH changes.Andrei Karas1-2/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-11-30Add support for email field in registration form.Andrei Karas1-13/+39
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+2
2012-10-16Fix some signed/unsigned chars issues.Andrei Karas1-5/+5
2012-09-08Improve constructors in some classes.Andrei Karas1-1/+3
2012-09-02Add const to more classes.Andrei Karas1-6/+6
2012-08-23Remove useless includes.Andrei Karas1-3/+1
2012-06-17Replace SDL int types to C++ types.Andrei Karas1-1/+1
2012-04-25Improve iterators part 2.Andrei Karas1-3/+2
2012-03-29Replace vectors with strings to short names.Andrei Karas1-2/+2
2012-03-09Add support for many update hosts (evol server only).Andrei Karas1-0/+48
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-12-18Ad comments for "unused" data from server packets.Andrei Karas1-1/+1
2011-10-19Hide passwords from packets logs.Andrei Karas1-3/+3
2011-10-08Add checks and fix code style.Andrei Karas1-5/+3
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-07-29Extract shared logic from chathandler and gamehandler netcode to ea namespace.Andrei Karas1-4/+0
2011-07-28Extract shared logic from charserverhandler and loginhandler netcode to ea na...Andrei Karas1-224/+32
2011-07-09Fix compilation error from last commit.Andrei Karas1-1/+2