summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2014-02-04Convert fd to Session* where meaningfulBen Longbons2-153/+164
2014-01-26Also do db/const.txt and data/resnametable.txtv14.1.27Ben Longbons1-2/+0
2014-01-25Implement unified config parsing (mostly)Ben Longbons8-32/+258
2013-12-24Add non-indenting indenter for C++Ben Longbons1-1/+0
2013-12-06Add basic source formatting toolsBen Longbons14-123/+123
2013-12-01Add some debug printers for scriptsBen Longbons1-26/+0
2013-11-15Another step towards proper header orderingBen Longbons24-321/+22
2013-11-15Unbreak buildBen Longbons2-76/+0
2013-11-15Use new IO classesBen Longbons6-24/+40
2013-10-31Add some more pretty printersBen Longbons1-0/+14
2013-10-19Rewrite @command dispatch and helpBen Longbons2-0/+9
2013-10-15Use config for internal server userid/passwd instead of accounts.txtBen Longbons1-5/+3
2013-10-10Enumify sexBen Longbons1-1/+32
2013-10-05Remove owning slicesBen Longbons3-13/+9
2013-10-05Split string header into piecesBen Longbons26-1500/+64
2013-09-30Automatically generate version informationBen Longbons2-39/+36
2013-09-29Return branch to developmentBen Longbons1-1/+1
2013-09-29Release v13.9.29v13.9.29Ben Longbons1-2/+2
2013-09-28Return branch to developmentBen Longbons1-1/+1
2013-09-28Release v13.9.28v13.9.28Ben Longbons1-2/+2
2013-09-27Return branch to developmentBen Longbons1-1/+1
2013-09-27Release v13.9.27v13.9.27Ben Longbons1-2/+2
2013-09-21Return to developmentBen Longbons1-1/+1
2013-09-21Release v13.9.21v13.9.21Ben Longbons1-2/+2
2013-09-21Use the One Makefile to build them allBen Longbons1-1/+1
2013-09-12Return to developmentBen Longbons1-1/+1
2013-09-12Release v13.9.12, add CHANGELOGv13.9.12Ben Longbons1-3/+3
2013-09-09Use IP4 classes and rename conf variablesBen Longbons7-42/+57
2013-09-07Add IPv4 classesBen Longbons3-0/+593
2013-08-28Return the branch to developmentBen Longbons1-1/+1
2013-08-28Release v13.8.28v13.8.28Ben Longbons1-2/+2
2013-08-28Fix bug with mapnames being falsyBen Longbons2-1/+5
2013-08-27Handle far extensions in the mapname extractorBen Longbons2-0/+15
2013-08-22Don't break gcc < 4.8 with warnings onBen Longbons1-0/+4
2013-08-22Suppress some warnings that only seem to appear on FedoraBen Longbons1-0/+2
2013-08-22Fix an overzealous warning on 32-bit systemsBen Longbons1-0/+7
2013-08-21Untag for developmentBen Longbons1-1/+1
2013-08-21Tag for releasev13.8.21Ben Longbons1-2/+4
2013-08-05Use attoconf and proper versionsv13.8.5Ben Longbons1-20/+57
2013-08-01Poison std::string and use the various string classesBen Longbons32-721/+1915
2013-06-29Add all conversions, and optimize a temporary caseBen Longbons2-28/+132
2013-06-26Don't crash for another thing that probably shouldn't happen, but doesBen Longbons1-1/+2
2013-06-26Should really use variant and the new strings, but that's too hardBen Longbons1-1/+1
2013-06-25Fix bugsBen Longbons1-3/+12
2013-06-23add new stuff stuff (with tests!), poison memcmp and strncpyBen Longbons9-8/+696
2013-06-18Also poison memcpy, memmove, and memsetBen Longbons6-56/+178
2013-06-11Allegedly remove all manual memory managementBen Longbons12-73/+435
2013-05-25Switch block_list and subclasses to dumb_ptrBen Longbons3-7/+49
2013-05-18Fix silly bugs in the previous patchBen Longbons1-0/+1
2013-05-18Tweak a little memory management in char-serverBen Longbons4-35/+49