summaryrefslogtreecommitdiff
path: root/src/monitor
AgeCommit message (Collapse)AuthorFilesLines
2014-03-16Clean up header organizationBen Longbons2-9/+2
2014-02-08Implement AStringBen Longbons1-11/+10
2014-02-06Wrap remaining FDs in a classBen Longbons1-9/+12
2014-01-25Implement unified config parsing (mostly)Ben Longbons1-4/+20
2013-11-15Another step towards proper header orderingBen Longbons1-1/+1
2013-11-15Use new IO classesBen Longbons1-5/+4
2013-10-05Remove owning slicesBen Longbons1-4/+2
They were hardly ever used, hid errors, and were obsoleted by baseful x'es.
2013-10-05Split string header into piecesBen Longbons1-2/+9
2013-09-21Use the One Makefile to build them allBen Longbons2-0/+224
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.