Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-04-18 | Merge tag 'v14.4.18' into master | Ben Longbons | 1 | -34/+39 |
2014-04-18 | Die sensibly, take 2 | Ben Longbons | 1 | -21/+18 |
2014-04-17 | Die sensibly, take 1 | Ben Longbons | 1 | -31/+39 |
2014-04-14 | Ditch gcc 4.6 support | Ben Longbons | 1 | -418/+410 |
2014-04-09 | Add all the missing copyright headers | Ben Longbons | 3 | -2/+64 |
2014-03-31 | Unbreak @npcmove | Ben Longbons | 1 | -0/+1 |
2014-03-31 | Be stricter about most arrays | Ben Longbons | 1 | -15/+19 |
2014-03-16 | Clean up header organization | Ben Longbons | 3 | -19/+15 |