summaryrefslogtreecommitdiff
path: root/src/net/accountserver/accountserver.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-03-23Move all TMWServ-specific code to net/tmwservJared Adams1-81/+0
Also fix several instances where the same net handler was being used for both servers, and a few other related oddities.
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-23Replaced SHA-256 implementation with the one from InspIRCd. Thanks to BertramBjørn Lindeijer1-4/+3
for initial modifications.
2008-04-21Added password encryption client-side using SHA256.Yohann Ferreira1-1/+9
2007-11-21Renamed {read,write}{Byte,Short,Long} to {read,write}{Int8,Int16,Int32}. ThisBjørn Lindeijer1-2/+2
is less confusing in 64-bit context and less conflicting with the 0.0 client.
2007-02-23Added unregistering, logout_then_exit, switch_character and ↵Rogier Polak1-1/+9
switch_accountserver.
2006-11-02Network layer refactoring.Björn Steinbrink1-0/+68