infocalypse
 

Incoming commits

(Steve Dougherty)
2013-08-16: Fix being able to omit --truster from setupwot.

Fix being able to omit --truster from setupwot.

(Steve Dougherty)
2013-08-16: Fix inconsistent resolution failure messages; formatting.

Fix inconsistent resolution failure messages; formatting.

(Steve Dougherty)
2013-08-16: Add descriptive truster resolution failure messages.

Add descriptive truster resolution failure messages.

(Steve Dougherty)
2013-08-20: Add local repo list.

Add local repo list.

(Steve Dougherty)
2013-08-28: Add support for querying remote repo lists.

Add support for querying remote repo lists.

(Steve Dougherty)
2013-08-30: Set default-push when creating a repo with clone.

Set default-push when creating a repo with clone. This allows updating the repo with hg push. Previously only the request URI was defined, which Infocalypse could not reverse into an insert URI. Also resolves a clone path bug: fixed in fb4b23fd7089 Also adds a bug. Also always prints identity when resolved.

(Steve Dougherty)
2013-08-30: Add --truster support to built-in commands.

Add --truster support to built-in commands. Truster is only relevant to pull URIs.

(Steve Dougherty)
2013-08-30: Update repo list when creating with clone.

Update repo list when creating with clone. Layer separation difficulties mean the local identity is resolved twice. This adds some USK functionality that didn't end up being used, yet still seems likely to be relevant. "USK@" is no longer considered part of the key.

(Steve Dougherty)
2013-08-30: Prompt to remove existing name conflicts.

Prompt to remove existing name conflicts. Duplicate names make references to repositories ambiguous.

(Steve Dougherty)
2013-08-30: Fix removing freenet:// protocol.

Fix removing freenet:// protocol.

(Steve Dougherty)
2013-08-30: Set a path after resolving a push URI.

Set a path after resolving a push URI. This is to avoid problems with deceptive nickname collisions when doing lookups without the full identity ID.

(Steve Dougherty)
2013-09-07: Fix the repository list not updating on push.

Fix the repository list not updating on push. This means returning the request URIs from execute_push() as intended, which highlights the inconsistency between returning it from execute_create() and execute_push() but nothing else. It is somewhat awkward to have to query WoT for the identity, as the insert URI is present in insert_uri, but wot.py functions largely require a WoT_ID or Local_WoT_ID.

(Steve Dougherty)
2013-09-07: Document WoT identity configuration.

Document WoT identity configuration. The identity ID is the part that is stored.

(Steve Dougherty)
2013-11-10: Support trailing slash after an edition number. tip

Support trailing slash after an edition number. A trailing slash on a repo path would abort with an uninformative "cannot parse" error.

Outgoing commits

(Arne Babenhauserheide)
2010-08-15: Fix maximum recursion depth exceeded error:

Fix maximum recursion depth exceeded error: factored out recursive parents function into a while and a for loop.

(Arne Babenhauserheide)
2014-05-07: merge old max recursion depth fix.

merge old max recursion depth fix.

(Arne Babenhauserheide)
2014-05-07: avoid leaking the timezone on infocalypse repositories cloned from

avoid leaking the timezone on infocalypse repositories cloned from freenet with hg clone.

(Arne Babenhauserheide)
2014-05-07: 09:42:30

09:42:30

(Arne Babenhauserheide)
2014-05-07: mark timezone bug as solved

mark timezone bug as solved

(Arne Babenhauserheide)
2014-05-07: polish readme tip

polish readme