summaryrefslogtreecommitdiff
path: root/src/login/login.hpp
AgeCommit message (Collapse)AuthorFilesLines
2019-01-10completely remove the auth fifo queue in login servergumi1-11/+0
it isn't even being used anymore
2018-12-30make char server notify login server of successful authgumi1-0/+1
2016-04-10consolidate client version handlingmekolat1-0/+1
2015-05-19handle old client in login server toomekolat1-2/+0
2015-01-23Use generated config for loginBen Longbons1-0/+58
2015-01-22Remove unsupportable config settingsBen Longbons1-0/+2
2014-10-26Fix header rankingBen Longbons1-2/+0
2014-10-08Split script.cppBen Longbons1-2/+2
2014-06-27This is more reliableBen Longbons1-6/+3
2014-06-26Stick everything in a namespaceBen Longbons1-0/+5
2014-06-23Generate the map server protocolBen Longbons1-0/+2
Sigh, map server will have no smart filters yet
2014-04-22Make travis happyBen Longbons1-1/+1
2014-04-09Add all the missing copyright headersBen Longbons1-1/+24
2013-09-21Use the One Makefile to build them allBen Longbons1-0/+1
This changes the names of the built binaries: login-server -> tmwa-login char-server -> tmwa-char map-server -> tmwa-map ladmin -> tmwa-admin eathena-monitor -> tmwa-monitor It also gets rid of the 'deps.make' file.
2013-02-01Remove unnecessary includes, speeding up recompilationBen Longbons1-36/+0
2013-01-09Make incoming packets read-onlyBen Longbons1-2/+2
2012-12-24Cleanup headers and remove all uses of va_list except loggingBen Longbons1-7/+2
2012-12-14Some formatting fixes before I go insaneBen Longbons1-5/+5
Also delete the French translation from ladmin.
2012-08-30Rename files for C++ conversion. Does not compile.Ben Longbons1-0/+41
After updating, you can remove these files, as shown in 'git status': Untracked files: (use "git add <file>..." to include in what will be committed) src/map/magic-interpreter-lexer.c src/map/magic-interpreter-parser.c src/map/magic-interpreter-parser.h