summaryrefslogtreecommitdiff
path: root/src/net/tmwserv/charserverhandler.h
AgeCommit message (Collapse)AuthorFilesLines
2009-04-07Make GeneralHandlers for both networksJared Adams1-3/+2
Also make Net::LogoutHandler
2009-04-06Implement TMWServ's CharHandlerJared Adams1-4/+15
Also cleanup character creation, which isn't functional at the moment.
2009-03-27Changed the includes for the net/tmwserv/ directoryBjørn Lindeijer1-12/+8
2009-03-26Fixes to file headers and header guardsBjørn Lindeijer1-6/+6
Mostly removal of branding for tmwserv related files, as was done for the eAthena client before.
2009-03-23Move all TMWServ-specific code to net/tmwservJared Adams1-0/+72
Also fix several instances where the same net handler was being used for both servers, and a few other related oddities.