Age | Commit message (Expand) | Author | Files | Lines |
2022-10-23 | Added get all reg2, get single reg2, set/add reg2 and del reg2 to tmwa-admin.... | HoraK-FDF | 1 | -3/+222 |
2019-01-11 | drop support for gcc-5, gcc-6, clang-4, clang-5 in travis and fix some misc i... | gumi | 1 | -3/+3 |
2019-01-10 | kill idle connections to login-server after a while | gumi | 1 | -1/+20 |
2019-01-10 | limit login requests to 1 per ip per X seconds | gumi | 1 | -1/+32 |
2019-01-10 | completely remove the auth fifo queue in login server | gumi | 5 | -55/+0 |
2019-01-10 | store login-server auth details directly in the session | gumi | 1 | -18/+8 |
2018-12-30 | make char server notify login server of successful auth | gumi | 2 | -131/+120 |
2018-12-30 | Improve login-server logging | Freeyorp | 1 | -100/+100 |
2018-04-05 | preemptively send auth details to char server | gumi | 1 | -15/+33 |
2018-04-03 | fix a possible race condition between login and char server | gumi | 1 | -10/+11 |
2018-04-03 | relay the actual char login error instead of a hardcoded 0x42 | gumi | 1 | -1/+3 |
2018-04-03 | always send a 0x2713 to char server when a 0x2712 is received | gumi | 1 | -3/+3 |
2016-04-10 | consolidate client version handling | mekolat | 2 | -5/+11 |
2016-02-08 | do not force logout after sex change | mekolat | 1 | -46/+0 |
2016-02-08 | Don't override char gender | wushin | 1 | -1/+0 |
2016-02-08 | Add third gender to account | wushin | 1 | -10/+4 |
2015-05-19 | handle old client in login server too | mekolat | 2 | -5/+1 |
2015-05-07 | remove leftovers from gm atcommand removal | mekolat | 1 | -25/+0 |
2015-04-18 | remove @gm atcommand | mekolat | 1 | -87/+0 |
2015-01-23 | Use generated config for login | Ben Longbons | 7 | -572/+403 |
2015-01-22 | Use Spanned<T> while parsing config | Ben Longbons | 1 | -79/+82 |
2015-01-22 | Have I mentioned that I hate ADL? | Ben Longbons | 1 | -1/+1 |
2015-01-22 | Remove unsupportable config settings | Ben Longbons | 3 | -97/+52 |
2015-01-03 | Document every network packet's pre, post, and desc | Ben Longbons | 1 | -214/+5 |
2014-10-26 | Fix header ranking | Ben Longbons | 5 | -53/+21 |
2014-10-13 | Convert container lookups to use Option<Borrowed<T>> | Ben Longbons | 1 | -4/+3 |
2014-10-08 | Split script.cpp | Ben Longbons | 1 | -2/+2 |
2014-08-27 | Debug debugging | Ben Longbons | 1 | -2/+9 |
2014-06-30 | Finally get around to decoupling the warning system | Ben Longbons | 1 | -3/+3 |
2014-06-30 | It's about time I did this | Ben Longbons | 1 | -10/+10 |
2014-06-30 | Finish packet naming | Ben Longbons | 1 | -32/+0 |
2014-06-27 | This is more reliable | Ben Longbons | 3 | -18/+9 |
2014-06-26 | Stick everything in a namespace | Ben Longbons | 5 | -0/+22 |
2014-06-26 | Everybody gets a date | Ben Longbons | 1 | -2/+4 |
2014-06-26 | Low hanging fruit | Ben Longbons | 1 | -3/+3 |
2014-06-24 | No one is .neutral() here (except IPv4 addresses) | Ben Longbons | 1 | -2/+2 |
2014-06-23 | Use the generated char server protocol in the map server | Ben Longbons | 1 | -1/+2 |
2014-06-23 | Generate the map server protocol | Ben Longbons | 4 | -27/+6 |
2014-05-27 | Generate the char server protocol | Ben Longbons | 1 | -1/+1 |
2014-05-20 | Generate login/user protocol | Ben Longbons | 3 | -175/+207 |
2014-05-19 | make packets be non-type templates | Ben Longbons | 1 | -83/+83 |
2014-05-19 | Fix a couple of real bugs and also some gcc 4.7 compatibility | Ben Longbons | 1 | -2/+2 |
2014-05-19 | Convert login/char and login/admin server components to proto-v2 | Ben Longbons | 1 | -766/+891 |
2014-05-12 | split out the horrible unchecked buffer accessors | Ben Longbons | 1 | -0/+1 |
2014-05-12 | Split net/ from mmo/ | Ben Longbons | 1 | -3/+4 |
2014-05-12 | Implement network protocol generation (incomplete wip) | Ben Longbons | 1 | -15/+15 |
2014-04-24 | Header cleanup | Ben Longbons | 2 | -7/+5 |
2014-04-22 | Make travis happy | Ben Longbons | 2 | -4/+4 |
2014-04-22 | Use strict ID types | Ben Longbons | 2 | -162/+158 |
2014-04-19 | Wouldn't it be nice to have some integers too? | Ben Longbons | 1 | -2/+2 |