summaryrefslogtreecommitdiff
path: root/src/net/tmwa/loginhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-07Remove undescore from variables and defines.Andrei Karas1-4/+4
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-04-14Add missing auth failure reasonsBen Longbons1-0/+9
2011-03-02Add serverversion checks. And disable some advanced features in old servers.Andrei Karas1-9/+17
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-11Add new login return code 10 what mean wrong name.Andrei Karas1-0/+3
2011-01-10Add persistent ip as connection option.Andrei Karas1-1/+4
2011-01-02Initial commit.Andrei Karas1-0/+342