Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-05 | added srp dependency | kali | |
2012-10-03 | updated readme with some clarifications | kali | |
hopefully it's a bit more clear now. developer: feedback welcome. are you able to get it running with the instructions listed here? | |||
2012-10-02 | removed configuration lib from deps | kali | |
2012-09-24 | add schema to JSONLeapConfig classes | kali | |
and a jsonvalidate function too, that calls to jsonchemea.validate(self, data) with self.schema We're using the specs to both purposes now: * providing a type casting system for our config options (work in progress for the type casting) * json schema validation | |||
2012-09-14 | force 1.1.9 version of python-gnutls | kali | |
2012-09-12 | time boundary check of certificate using gnutls | kali | |
2012-09-12 | add netifaces to requirements | kali | |
2012-09-10 | Implemented basic networks checks: valid interface, default route, and can ↵ | antialias | |
ping the listed gateway. | |||
2012-09-06 | pkg.utils.parse_requirements used in setup | kali | |
renamed setup-->pkg because name collision |