Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-03 | Document every network packet's pre, post, and desc | Ben Longbons | 1 | -370/+0 | |
With pretty pictures (not a submodule because large images). Part of this commit was originally made by Rawng. | |||||
2014-10-26 | Fix header ranking | Ben Longbons | 3 | -5/+18 | |
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-27 | This is more reliable | Ben Longbons | 2 | -10/+4 | |
2014-06-26 | Stick everything in a namespace | Ben Longbons | 4 | -0/+17 | |
2014-06-26 | Low hanging fruit | Ben Longbons | 1 | -1/+1 | |
2014-06-26 | Add null pointer checks for disconnected internals | Ben Longbons | 1 | -0/+1 | |
2014-06-23 | Use the generated char server protocol in the map server | Ben Longbons | 1 | -0/+6 | |
2014-05-20 | :%s/^\( *\)\([^ ].*\)\?\(LOG\|PRINTF\)[A-Z_]*(\(.*,\n\)\+\zs\(\1 [^ ↵ | Ben Longbons | 1 | -7/+7 | |
]\)\@! */\1 / | |||||
2014-05-20 | Generate client half of login/admin protocol | Ben Longbons | 1 | -265/+324 | |
2014-05-19 | Convert login/char and login/admin server components to proto-v2 | Ben Longbons | 1 | -1/+1 | |
2014-05-12 | split out the horrible unchecked buffer accessors | Ben Longbons | 1 | -1/+1 | |
2014-05-12 | Split net/ from mmo/ | Ben Longbons | 1 | -2/+3 | |
2014-04-24 | Header cleanup | Ben Longbons | 2 | -4/+6 | |
2014-04-22 | Make travis happy | Ben Longbons | 2 | -3/+4 | |
2014-04-22 | Use strict ID types | Ben Longbons | 2 | -70/+83 | |
Possibly some missing for the far side of the network. AccountId and BlockId are still terribly entangled. | |||||
2014-04-18 | Merge tag 'v14.4.18' into master | Ben Longbons | 1 | -15/+16 | |
Conflicts: src/admin/ladmin.cpp src/char/char.cpp src/login/login.cpp src/map/chrif.cpp src/map/clif.cpp src/mmo/socket.cpp | |||||
2014-04-18 | Die sensibly, take 2 | Ben Longbons | 1 | -4/+3 | |
2014-04-17 | Die sensibly, take 1 | Ben Longbons | 1 | -13/+15 | |
2014-04-14 | Ditch gcc 4.6 support | Ben Longbons | 1 | -716/+714 | |
2014-04-09 | Add all the missing copyright headers | Ben Longbons | 3 | -2/+63 | |
2014-03-31 | Be stricter about most arrays | Ben Longbons | 1 | -8/+10 | |
2014-03-16 | Clean up header organization | Ben Longbons | 3 | -15/+11 | |
2014-02-08 | Implement AString | Ben Longbons | 1 | -13/+13 | |
2014-02-07 | Name the terminal escapes | Ben Longbons | 1 | -14/+8 | |
2014-02-06 | Wrap remaining FDs in a class | Ben Longbons | 1 | -1/+1 | |
2014-02-04 | Convert fd to Session* where meaningful | Ben Longbons | 1 | -220/+221 | |
2014-01-25 | Implement unified config parsing (mostly) | Ben Longbons | 1 | -31/+36 | |
2013-11-17 | tmwa-admin should no longer log passwords in cleartext | MadCamel | 1 | -2/+21 | |
This is ugly. I'd rather X-out the password in the buffer while in the addaccount function and THEN log the buffer afterwards, but I can't figure out how to do that with all this weird string typing. I guess it's a "good thing" I can't even figure out how to mash memory outside of the local function? | |||||
2013-11-17 | Updated help output a bit | MadCamel | 1 | -26/+26 | |
2013-11-15 | Another step towards proper header ordering | Ben Longbons | 1 | -1/+1 | |
2013-11-15 | Use new IO classes | Ben Longbons | 1 | -11/+11 | |
2013-10-13 | Fix reversed error condition in ladmin changesex | Ben Longbons | 1 | -1/+2 | |
2013-10-05 | Remove owning slices | Ben Longbons | 1 | -4/+2 | |
They were hardly ever used, hid errors, and were obsoleted by baseful x'es. | |||||
2013-10-05 | Split string header into pieces | Ben Longbons | 1 | -0/+8 | |
2013-09-28 | Changed ladmin help output to reflect rename of passwd command to password. | MadCamel | 1 | -5/+5 | |
2013-09-21 | Use the One Makefile to build them all | Ben Longbons | 4 | -0/+2882 | |
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. |