summaryrefslogtreecommitdiff
path: root/service/pixelated/config/args.py
AgeCommit message (Collapse)Author
2014-11-27Card #149 - enables https on servicePatrick Maia and Victor Shyba
2014-11-24Added capability to read credentials from stdin.Folker Bernitt
- See issue https://github.com/pixelated-project/pixelated-dispatcher/issues/40
2014-11-06Issue #100: Read credentials from pipe.Folker Bernitt
2014-10-22remove unused importVictor Shyba
2014-10-22fix pep8Victor Shyba
2014-10-22Added metavar to register command line switch so the help will be clearerBruno Wagner
2014-10-22Fixed register after latest changes to runner, the format is ↵Bruno Wagner
pixelated-user-agent --register <provider> <username> now
2014-10-22Host and port are now user agent switches, not depending on .pixelated file ↵Bruno Wagner
anymore
2014-10-15moving things out of user_agent. now it is called runserver and only does ↵Duda Dornelles
basic app setup and delegates to other "classes".