summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
2018-04-05sorry! stop yelling at me!gumi1-0/+2
2018-04-05gcc doesn't like it when we initialize in the wrong ordergumi1-1/+1
2018-04-05make sessions expire after 5 minutes of being unreachablegumi2-10/+39
2015-07-29replace socket write with send with MSG_NOSIGNALmekolat1-1/+1
2015-01-23Use generated config for loginBen Longbons2-1/+30
2015-01-22Have I mentioned that I hate ADL?Ben Longbons3-4/+5
2014-10-26Fix header rankingBen Longbons10-719/+150
2014-10-05Add pretty-printers for timeBen Longbons1-0/+117
2014-08-27Debug debuggingBen Longbons1-2/+4
2014-07-01Stupid lenient newer compilerBen Longbons1-7/+7
2014-06-30Finally get around to decoupling the warning systemBen Longbons2-17/+11
2014-06-30It's about time I did thisBen Longbons2-4/+26
2014-06-27This is more reliableBen Longbons6-60/+42
2014-06-26Stick everything in a namespaceBen Longbons12-1/+44
2014-06-26Low hanging fruitBen Longbons3-2/+5
2014-06-23SwatBen Longbons1-1/+1
2014-06-23Compatibility with libc++Ben Longbons2-0/+4
2014-06-23Remove vomitBen Longbons5-378/+27
2014-06-23Use the generated char server protocol in the map serverBen Longbons1-1/+1
2014-06-23Generate the map server protocolBen Longbons2-54/+201
2014-05-27Generate the char server protocolBen Longbons2-2/+169
2014-05-20Generate login/user protocolBen Longbons1-0/+33
2014-05-19make packets be non-type templatesBen Longbons2-124/+95
2014-05-19Convert login/char and login/admin server components to proto-v2Ben Longbons5-13/+461
2014-05-12split out the horrible unchecked buffer accessorsBen Longbons3-236/+285
2014-05-12Split net/ from mmo/Ben Longbons10-0/+1971