summaryrefslogtreecommitdiff
path: root/src/net/accountserver
AgeCommit message (Collapse)AuthorFilesLines
2009-03-23Move all TMWServ-specific code to net/tmwservJared Adams6-356/+0
Also fix several instances where the same net handler was being used for both servers, and a few other related oddities.
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer6-0/+356
This merge involved major changes on both sides, and as such took several weeks. Lots of things are expected to be broken now, however, we now have a single code base to improve and extend, which can be compiled to support either eAthena or tmwserv. In the coming months, the plan is to work towards a client that supports both eAthena and tmwserv, without needing to be recompiled. Conflicts: Everywhere!
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer6-12/+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 Ferreira2-4/+2
2008-04-23Replaced SHA-256 implementation with the one from InspIRCd. Thanks to BertramBjørn Lindeijer2-12/+9
for initial modifications.
2008-04-21Added password encryption client-side using SHA256.Yohann Ferreira3-18/+31
2007-12-18Updated attribute system to the latest design decisions (removed charisma, ↵Philipp Sehmisch2-3/+2
kept agility in)
2007-11-21Renamed {read,write}{Byte,Short,Long} to {read,write}{Int8,Int16,Int32}. ThisBjørn Lindeijer2-14/+14
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 Sehmisch2-3/+4
2007-02-23Added unregistering, logout_then_exit, switch_character and ↵Rogier Polak4-4/+21
switch_accountserver.
2007-01-10Accepted bugfixes for character creation from Rogier Polak.Bjørn Lindeijer2-2/+2
2006-12-30Updated protocol.Guillaume Melquiond2-18/+0
2006-11-02Network layer refactoring.Björn Steinbrink6-0/+361