summaryrefslogtreecommitdiff
path: root/cli.cpp
AgeCommit message (Collapse)Author
2015-04-15Cleanup, drop 32-bit from Mac build flags since i386 is pretty thoroughly ↵Adam Ierymenko
deprecated and dead on OSX. We will have to make our updater stop updating on any 32-bit Macs that might actually still be running ZT1.
2015-04-15Rename One to OneService, create separate sources for other tools.Adam Ierymenko
2013-11-08Incorporate CLI functionality into core binary with binary name aliasing to ↵Adam Ierymenko
save space in updater/installer.
2013-09-17Add port and control port command line options to daemon and command line ↵Adam Ierymenko
client, add new supernode keys to Defaults.
2013-08-07Make cli try to read auth token from global home if possible (unix-like systems)Adam Ierymenko
2013-08-05CLI communication now working.Adam Ierymenko
2013-08-05CLI now actually sends commands... :PAdam Ierymenko
2013-08-05CLI debugging, got rid of nasty old Thread class and replaced with newer ↵Adam Ierymenko
cleaner portable idiom.
2013-07-18Command line interface.Adam Ierymenko