summaryrefslogtreecommitdiff
path: root/src/net/accountserver/account.cpp
AgeCommit message (Collapse)AuthorFilesLines
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
I don't know why we dealt with these things for so long. Did we ever get anything out of it?
2008-04-25Made the Email address change work more nicely with the server.Yohann Ferreira1-2/+1
2008-04-23Replaced SHA-256 implementation with the one from InspIRCd. Thanks to BertramBjørn Lindeijer1-8/+6
for initial modifications.
2008-04-21Added password encryption client-side using SHA256.Yohann Ferreira1-12/+17
2007-12-18Updated attribute system to the latest design decisions (removed charisma, ↵Philipp Sehmisch1-2/+1
kept agility in)
2007-11-21Renamed {read,write}{Byte,Short,Long} to {read,write}{Int8,Int16,Int32}. ThisBjørn Lindeijer1-12/+12
is less confusing in 64-bit context and less conflicting with the 0.0 client.
2007-03-15Implemented 7 atribute system in character creation.Philipp Sehmisch1-2/+3
2007-02-23Added unregistering, logout_then_exit, switch_character and ↵Rogier Polak1-1/+6
switch_accountserver.
2007-01-10Accepted bugfixes for character creation from Rogier Polak.Bjørn Lindeijer1-1/+1
2006-12-30Updated protocol.Guillaume Melquiond1-14/+0
2006-11-02Network layer refactoring.Björn Steinbrink1-0/+116