summaryrefslogtreecommitdiff
path: root/src/admin/ladmin.cpp
AgeCommit message (Collapse)AuthorFilesLines
2014-02-04Convert fd to Session* where meaningfulBen Longbons1-220/+221
2014-01-25Implement unified config parsing (mostly)Ben Longbons1-31/+36
2013-11-17tmwa-admin should no longer log passwords in cleartextMadCamel1-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-17Updated help output a bitMadCamel1-26/+26
2013-11-15Another step towards proper header orderingBen Longbons1-1/+1
2013-11-15Use new IO classesBen Longbons1-11/+11
2013-10-13Fix reversed error condition in ladmin changesexBen Longbons1-1/+2
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-0/+8
2013-09-28Changed ladmin help output to reflect rename of passwd command to password.MadCamel1-5/+5
2013-09-21Use the One Makefile to build them allBen Longbons1-0/+2872
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.