summaryrefslogtreecommitdiff
path: root/src/net/tmwserv/logouthandler.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-09-30Merge login state machines for both clientsJared Adams1-275/+0
Also do some cleanup and refactoring of related code.
2009-04-07Make GeneralHandlers for both networksJared Adams1-3/+60
Also make Net::LogoutHandler
2009-03-27Changed the includes for the net/tmwserv/ directoryBjørn Lindeijer1-10/+13
2009-03-26Fixes to file headers and header guardsBjørn Lindeijer1-4/+4
Mostly removal of branding for tmwserv related files, as was done for the eAthena client before.
2009-03-25A host of code style fixesBjørn Lindeijer1-1/+1
Mostly putting & and * in the right place and making some getters const.
2009-03-23Move all TMWServ-specific code to net/tmwservJared Adams1-0/+215
Also fix several instances where the same net handler was being used for both servers, and a few other related oddities.