summaryrefslogtreecommitdiff
path: root/src/net/tmwa/loginhandler.cpp
AgeCommit message (Collapse)AuthorFilesLines
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 ↵Andrei Karas1-224/+32
namespace.
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
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it.
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
Usefull is player using some kind of port mapping.
2011-01-02Initial commit.Andrei Karas1-0/+342
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.