Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-31 | Added support for ssl fingerprint validation. | Folker Bernitt | |
- Issue #333 - Needed to patch urrlib3 for older requests versions - Use --leap-cert-fingerprint <SHA1> to validate fingerprint | |||
2015-02-19 | Adds the close parenthesis to -lc message | Tiago Ferraz | |
2015-02-18 | #280 Made the changes on args helper as varac recommended | Jefferson Stachelski | |
2015-02-11 | #280 changed the help on args.py added more details for server's key and ↵ | Jefferson Stachelski | |
server's certificate | |||
2015-01-23 | plaftform #53 adding --leap-cert option to UA | Duda Dornelles | |
2015-01-19 | Issue #169: Allow custom home folder. | Folker Bernitt | |
- add option --home /some/path to set a custom location for all user agent files. | |||
2014-12-03 | Card #149 - does not open two ports when running with SSL | Patrick Maia | |
2014-11-27 | Card #149 - enables https on service | Patrick Maia and Victor Shyba | |
2014-11-24 | Added capability to read credentials from stdin. | Folker Bernitt | |
- See issue https://github.com/pixelated-project/pixelated-dispatcher/issues/40 | |||
2014-11-06 | Issue #100: Read credentials from pipe. | Folker Bernitt | |
2014-10-22 | remove unused import | Victor Shyba | |
2014-10-22 | fix pep8 | Victor Shyba | |
2014-10-22 | Added metavar to register command line switch so the help will be clearer | Bruno Wagner | |
2014-10-22 | Fixed register after latest changes to runner, the format is ↵ | Bruno Wagner | |
pixelated-user-agent --register <provider> <username> now | |||
2014-10-22 | Host and port are now user agent switches, not depending on .pixelated file ↵ | Bruno Wagner | |
anymore | |||
2014-10-15 | moving things out of user_agent. now it is called runserver and only does ↵ | Duda Dornelles | |
basic app setup and delegates to other "classes". |