summaryrefslogtreecommitdiff
path: root/src/net/tmwserv/loginhandler.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-05-07Moved two files which held net data into the net folder. ConsideringTametomo1-1/+1
their function, this is a much better place to put them. Signed-off-by: Tametomo <irarice@gmail.com> Signed-off-by: Bjørn Lindeijer <bjorn@lindeijer.nl>
2009-05-07Made error strings in tmwserv login handler translatableBjørn Lindeijer1-23/+25
2009-04-12Append _F or _M to username in eAthena network layerBjørn Lindeijer1-3/+4
Abstracts it away and out of main.cpp and register.cpp.
2009-04-07Make GeneralHandlers for both networksJared Adams1-5/+54
Also make Net::LogoutHandler
2009-03-27Changed the includes for the net/tmwserv/ directoryBjørn Lindeijer1-5/+6
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-23Move all TMWServ-specific code to net/tmwservJared Adams1-0/+225
Also fix several instances where the same net handler was being used for both servers, and a few other related oddities.