summaryrefslogtreecommitdiff
path: root/src/login
AgeCommit message (Expand)AuthorFilesLines
2014-08-27Debug debuggingBen Longbons1-2/+9
2014-06-30Finally get around to decoupling the warning systemBen Longbons1-3/+3
2014-06-30It's about time I did thisBen Longbons1-10/+10
2014-06-30Finish packet namingBen Longbons1-32/+0
2014-06-27This is more reliableBen Longbons3-18/+9
2014-06-26Stick everything in a namespaceBen Longbons5-0/+22
2014-06-26Everybody gets a dateBen Longbons1-2/+4
2014-06-26Low hanging fruitBen Longbons1-3/+3
2014-06-24No one is .neutral() here (except IPv4 addresses)Ben Longbons1-2/+2
2014-06-23Use the generated char server protocol in the map serverBen Longbons1-1/+2
2014-06-23Generate the map server protocolBen Longbons4-27/+6
2014-05-27Generate the char server protocolBen Longbons1-1/+1
2014-05-20Generate login/user protocolBen Longbons3-175/+207
2014-05-19make packets be non-type templatesBen Longbons1-83/+83
2014-05-19Fix a couple of real bugs and also some gcc 4.7 compatibilityBen Longbons1-2/+2
2014-05-19Convert login/char and login/admin server components to proto-v2Ben Longbons1-766/+891
2014-05-12split out the horrible unchecked buffer accessorsBen Longbons1-0/+1
2014-05-12Split net/ from mmo/Ben Longbons1-3/+4
2014-05-12Implement network protocol generation (incomplete wip)Ben Longbons1-15/+15
2014-04-24Header cleanupBen Longbons2-7/+5
2014-04-22Make travis happyBen Longbons2-4/+4
2014-04-22Use strict ID typesBen Longbons2-162/+158
2014-04-19Wouldn't it be nice to have some integers too?Ben Longbons1-2/+2
2014-04-18Merge tag 'v14.4.18' into masterBen Longbons1-34/+39
2014-04-18Die sensibly, take 2Ben Longbons1-21/+18
2014-04-17Die sensibly, take 1Ben Longbons1-31/+39
2014-04-14Ditch gcc 4.6 supportBen Longbons1-418/+410
2014-04-09Add all the missing copyright headersBen Longbons3-2/+64
2014-03-31Unbreak @npcmoveBen Longbons1-0/+1
2014-03-31Be stricter about most arraysBen Longbons1-15/+19
2014-03-16Clean up header organizationBen Longbons3-19/+15
2014-02-28Lower process priority when saving login/char databasesMadCamel1-0/+6
2014-02-08Implement AStringBen Longbons1-17/+17
2014-02-07Name the terminal escapesBen Longbons1-5/+6
2014-02-04Convert fd to Session* where meaningfulBen Longbons1-511/+510
2014-01-26Also do db/const.txt and data/resnametable.txtv14.1.27Ben Longbons1-1/+1
2014-01-25Implement unified config parsing (mostly)Ben Longbons1-86/+106
2014-01-20Implement core formatterBen Longbons1-3/+3
2013-11-15Another step towards proper header orderingBen Longbons1-1/+1
2013-11-15Use new IO classesBen Longbons1-77/+59
2013-10-15Use config for internal server userid/passwd instead of accounts.txtBen Longbons1-19/+23
2013-10-10Enumify sexBen Longbons1-49/+40
2013-10-05Remove direct packet buffer item assignments (not clones)Ben Longbons1-2/+5
2013-10-05Remove owning slicesBen Longbons1-7/+5
2013-10-05Split string header into piecesBen Longbons1-0/+8
2013-09-28Apply the load speed hack to the login server, tooBen Longbons1-5/+13
2013-09-21Use the One Makefile to build them allBen Longbons3-2/+5
2013-09-09Use IP4 classes and rename conf variablesBen Longbons1-244/+149
2013-08-28Fix bug with mapnames being falsyBen Longbons1-2/+2
2013-08-22Fix an overzealous warning on 32-bit systemsBen Longbons1-1/+1