summaryrefslogtreecommitdiff
path: root/src/net/manaserv/loginhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-05-05Removed the shared base classes of MessageIn and MessageOutThorbjørn Lindeijer1-5/+5
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2011-08-10Client logs in with salted password now.Stefan Beller1-2/+24
2011-01-27Send the correct protocol version when registering on Manaserv.Yohann Ferreira1-1/+1
2011-01-11Remove the protocol version magic number.Yohann Ferreira1-1/+1
2010-12-30Renamed protocol.h to manaserv_protocol.h to follow server's changes.Yohann Ferreira1-1/+1
2010-12-16Made the client handle the number of slots given by the server.Yohann Ferreira1-3/+10
2010-11-09Fix client successful unregister behaviour for manaserv.Yohann Ferreira1-1/+1
2010-08-26Fixing segmentation fault when creating a new accountStefan Dombrowski1-0/+2
2010-05-03synchronised protocol.h between manaserv, mana and manamobileMaximilian Philipps1-4/+4
2010-04-09Add support for registration disabled for eAthenaJared Adams1-0/+5
2010-02-22Warn when receiving an empty update hostThorbjørn Lindeijer1-4/+10
2010-02-21Made tick counter and framerate limiter work during login sequenceThorbjørn Lindeijer1-18/+18
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-19Fixed a crash when trying to switch serversThorbjørn Lindeijer1-0/+2
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-01-12Standardize header orderJared Adams1-4/+4
2010-01-10Change code styleAndrei Karas1-7/+14
2009-12-05Syncronize registration info with ManaServJared Adams1-3/+1
2009-12-04Remove password length info for manaservJared Adams1-12/+2
2009-12-04Moved password hashing during registration to the clientPhilipp Sehmisch1-4/+2
2009-12-04Register credentials information serviceJared Adams1-0/+61
2009-12-02Centralize netcode handler instances in NetJared Adams1-2/+1
2009-11-21Remove another support ifdefJared Adams1-0/+5
2009-11-03Fix switching characters under ManaServJared Adams1-1/+1
2009-11-03Simplify ManaServ netcode some moreJared Adams1-16/+51
2009-11-03Remove more _SUPPORT ifdefs and do some cleanupJared Adams1-14/+12
2009-10-24REplace instances of TMW with ManaJared Adams1-0/+359