infocalypse
 
(Steve Dougherty)
2013-07-03: Follow redirect when fetching repo listing.

Follow redirect when fetching repo listing.

(Steve Dougherty)
2013-07-03: Fetch key following redirects.

Fetch key following redirects. Fetching a USK may give redirects.

(Steve Dougherty)
2013-07-03: Use USK class instead of manual string operations.

Use USK class instead of manual string operations.

(Steve Dougherty)
2013-07-02: Replace split('\n') with splitlines().

Replace split('\n') with splitlines(). Good to know splitlines() exists!

(Steve Dougherty)
2013-07-02: Merge arnebab bugs and typo fixes.

Merge arnebab bugs and typo fixes.

(Steve Dougherty)
2013-07-02: Use util.Abort instead of ui.warn(); return None.

Use util.Abort instead of ui.warn(); return None. More straightforward - the effect was similar. Note this can still be caught if exiting is not desirable.

(Arne Babenhauserheide)
2013-07-06: added cloning bug

added cloning bug

(Arne Babenhauserheide)
2013-07-02: merge changes from operhiem1 with some comments.

merge changes from operhiem1 with some comments.

(Steve Dougherty)
2013-07-02: Add partial pull request support; other things.

Add partial pull request support; other things. Exit when unable to resolve WoT URI. (Possibly would be better to use ui.abort()) Add listing of WoT dependencies and pull request syntax to readme.

(Steve Dougherty)
2013-07-02: Return inserted URI if it has changed.

Return inserted URI if it has changed.

(Steve Dougherty)
2013-07-02: Add parsing for named WoT properties.

Add parsing for named WoT properties.

(Steve Dougherty)
2013-06-25: Add WoT path resolution to clone.

Add WoT path resolution to clone.

(Steve Dougherty)
2013-06-25: Comments.

Comments.

(Arne Babenhauserheide)
2013-07-02: bug report

bug report

(Arne Babenhauserheide)
2013-06-26: usability bug

usability bug

(Arne Babenhauserheide)
2013-06-26: edit simplify dependencies bug.

edit simplify dependencies bug.

(Arne Babenhauserheide)
2013-06-26: typo

typo

(Arne Babenhauserheide)
2013-06-26: added a bug for minimizing dependencies of infocalypse.

added a bug for minimizing dependencies of infocalypse.

(Steve Dougherty)
2013-06-25: Fix Freemail password setup resetting config; saving.

Fix Freemail password setup resetting config; saving.

(Steve Dougherty)
2013-06-25: Fix KeyError on Config save.

Fix KeyError on Config save.

(Steve Dougherty)
2013-06-25: Simplfy argument parsing expressions.

Simplfy argument parsing expressions. Empty lists are False when converted to a boolean.

(Steve Dougherty)
2013-06-25: PEP8 whitespace, line lengths, comments, imports.

PEP8 whitespace, line lengths, comments, imports.

(Steve Dougherty)
2013-06-25: Add more work on freenet:// path resolution for WoT.

Add more work on freenet:// path resolution for WoT.

(Steve Dougherty)
2013-06-25: Fix more terminology.

Fix more terminology.

(Steve Dougherty)
2013-06-25: Add freenet://WoT path resolution.

Add freenet://WoT path resolution.

(Steve Dougherty)
2013-06-25: Add terminology documentation; begin to conform.

Add terminology documentation; begin to conform.

(Steve Dougherty)
2013-06-24: Document --truster format.

Document --truster format.

(Steve Dougherty)
2013-06-24: Update identity search to reflect LCWoT changes.

Update identity search to reflect LCWoT changes. It is no longer an error for more than MaxIdentites to match. There is a field containing the number of matched identities. It also became clear that nicknames require a wildcard to match as with startswith(), whereas the ID uses startswith() already.

(Steve Dougherty)
2013-06-24: Add feedback when identity to pull from is found.

Add feedback when identity to pull from is found.

(Steve Dougherty)
2013-06-24: Fix crash on nonexistent identity to pull from.

Fix crash on nonexistent identity to pull from.

(Steve Dougherty)
2013-06-24: Remove outdated todo.

Remove outdated todo.

(Steve Dougherty)
2013-06-24: Look up pull truster - don't require public key hash.

Look up pull truster - don't require public key hash.

(Steve Dougherty)
2013-06-24: Add missing --truster to fn-pull.

Add missing --truster to fn-pull.

(Steve Dougherty)
2013-06-21: Add per-repo Freemail password configuration.

Add per-repo Freemail password configuration.

(Steve Dougherty)
2013-06-21: Fix whitespace / line length.

Fix whitespace / line length.

(Steve Dougherty)
2013-06-21: More specific no-Freemail warnings.

More specific no-Freemail warnings. Also adds newlines.

(Steve Dougherty)
2013-06-21: Add missing os import.

Add missing os import.

(Steve Dougherty)
2013-06-20: Merge previous head with fixed merge.

Merge previous head with fixed merge.

(Steve Dougherty)
2013-06-20: Correct mistaken merge.

Correct mistaken merge.

(Steve Dougherty)
2013-06-20: Merge previous head.

Merge previous head.

(Steve Dougherty)
2013-06-20: Merge freenet-scheme branch closure.

Merge freenet-scheme branch closure.

(Steve Dougherty)
2013-06-20: Close freenet-scheme branch. freenet-scheme

Close freenet-scheme branch. This is not needed anymore - it it merged into default.

(Steve Dougherty)
2013-06-20: More semantically meaningful string stripping.

More semantically meaningful string stripping.

(Steve Dougherty)
2013-06-20: Merge Freemail address fixes.

Merge Freemail address fixes.

(Steve Dougherty)
2013-06-20: Merge ArneBab merge of freenet-schema and vcs.

Merge ArneBab merge of freenet-schema and vcs.

(Steve Dougherty)
2013-06-20: Fix formatting of derived Freemail addresses.

Fix formatting of derived Freemail addresses. Padding is omitted, the entire thing is lower case, and there is a '.' before 'freemail'.

(Steve Dougherty)
2013-06-20: Fix typo.

Fix typo.

(Steve Dougherty)
2013-06-19: Merge ArneBab freenet-scheme.

Merge ArneBab freenet-scheme.

(Steve Dougherty)
2013-06-18: Remove redundant full-key local identity matching.

Remove redundant full-key local identity matching. Partial key matching works for full key matching too.

(Steve Dougherty)
2013-06-18: Add missing newline.

Add missing newline.

(Steve Dougherty)
2013-06-18: Update docstring. These parameters have merged.

Update docstring. These parameters have merged.

(Steve Dougherty)
2013-06-18: Add TODOs.

Add TODOs.

(Steve Dougherty)
2013-06-18: Formatting.

Formatting.

(Steve Dougherty)
2013-06-18: Add support for resolving local identities by key.

Add support for resolving local identities by key.

(Steve Dougherty)
2013-06-18: Add missing --nowot option to fn-setup.

Add missing --nowot option to fn-setup.

(Steve Dougherty)
2013-06-17: Move name/identity parsing into function.

Move name/identity parsing into function. Less duplication and better readability.

(Steve Dougherty)
2013-06-17: Remove outdated TODO.

Remove outdated TODO.

(Steve Dougherty)
2013-06-17: Whitespace.

Whitespace.

(Arne Babenhauserheide)
2013-06-20: added bug report for missing default truster entry.

added bug report for missing default truster entry.

(Arne Babenhauserheide)
2013-06-20: adapt the schemes code to provide the options needed by the wot

adapt the schemes code to provide the options needed by the wot code.

(Arne Babenhauserheide)
2013-06-20: merge schemes code from bab into wot-code from operhiem1.

merge schemes code from bab into wot-code from operhiem1.

(Arne Babenhauserheide)
2013-06-20: forgot to remove hexlify import

forgot to remove hexlify import

(Arne Babenhauserheide)
2013-06-20: moved commands out to infocalypse/commands.py to match the scheme

moved commands out to infocalypse/commands.py to match the scheme changes (easier merging)

(Steve Dougherty)
2013-06-14: Remove debug: return instead of print response.

Remove debug: return instead of print response.

(Steve Dougherty)
2013-06-14: Change repo list get and put to interactive.

Change repo list get and put to interactive.

(Steve Dougherty)
2013-06-13: Add repository names lookup from WoT repo list.

Add repository names lookup from WoT repo list. One can now pull a repository with hg fn-pull --wot AnID/reponame

(Steve Dougherty)
2013-06-13: Return default truster when no insert URI is set.

Return default truster when no insert URI is set.

(Steve Dougherty)
2013-06-12: Fix regression in repo list URI.

Fix regression in repo list URI.

(Steve Dougherty)
2013-06-12: Add contexts to WoT identity parsing.

Add contexts to WoT identity parsing.

(Steve Dougherty)
2013-06-12: Add progress update when inserting repo listing.

Add progress update when inserting repo listing.

(Steve Dougherty)
2013-06-10: Whitespace.

Whitespace.

(Steve Dougherty)
2013-06-10: Generate and insert WoT repo list on change.

Generate and insert WoT repo list on change.

(Steve Dougherty)
2013-06-10: Return inserted URI on create and push.

Return inserted URI on create and push.

(Steve Dougherty)
2013-06-10: Allow checking if a repo has an associated WoT ID.

Allow checking if a repo has an associated WoT ID.

(Steve Dougherty)
2013-06-10: Allow local identity lookup by id.

Allow local identity lookup by id. Useful for looking up identities by their wot_identities entries.

(Steve Dougherty)
2013-06-10: Whitespace.

Whitespace.

(Steve Dougherty)
2013-06-10: Key wot_identities by request URI for consistency.

Key wot_identities by request URI for consistency. Everything else uses request URI hash.

(Steve Dougherty)
2013-06-07: Document additional optional dependencies.

Document additional optional dependencies.

(Steve Dougherty)
2013-06-07: Fix typo.

Fix typo.

(Steve Dougherty)
2013-06-07: Mention what part of a repo bundles constitute.

Mention what part of a repo bundles constitute.

(Steve Dougherty)
2013-06-07: Add WoT fn-pull support; default WoT truster.

Add WoT fn-pull support; default WoT truster. * Set up with fn-setupwot or fn-setup without --nowot. Takes --truster. * Add --truster override for fn-pull. Currently fn-pull with --wot uses WoT only to resolve the base key, but it would be desirable to be able to resolve the repo edition and handle its redundancy level via the WoT vcs XML.

(Steve Dougherty)
2013-06-07: Refactor to reduce indentation.

Refactor to reduce indentation.

(Steve Dougherty)
2013-06-07: Add initial WoT support to fn-pull.

Add initial WoT support to fn-pull. * Refactor WoT module to allow functions for parsing responses. * WoT not currently supported, but LCWoT is. * See https://bugs.freenetproject.org/view.php?id=5729

(Steve Dougherty)
2013-06-04: Save truster identity during fn-create.

Save truster identity during fn-create. To be used for later WoT-enabled fn-pulls to the same repo.

(Steve Dougherty)
2013-06-04: Tell which local identity is found by fn-create.

Tell which local identity is found by fn-create.

(Steve Dougherty)
2013-06-04: Move status messages out of wot module.

Move status messages out of wot module. Error messages makes sense as the module knows best what the error is, but it does not know the context of usage.

(Steve Dougherty)
2013-06-04: Rename "own identity" to "local identity".

Rename "own identity" to "local identity". More idiomatic English.

(Steve Dougherty)
2013-06-04: Refactor variable names for conciseness.

Refactor variable names for conciseness.

(Steve Dougherty)
2013-06-04: Fix ambiguous local identity message.

Fix ambiguous local identity message. String was not properly formatted.

(Steve Dougherty)
2013-06-04: Refactor own identity resolution into module.

Refactor own identity resolution into module.

(Steve Dougherty)
2013-05-31: Add --wot option to fn-create.

Add --wot option to fn-create. Like --uri, but gets the insert URI from (LC)WoT based on a nickname supplied in place of "USK@."

(Arne Babenhauserheide)
2013-05-03: added the exported patches for bug 4 (UTC). Not yet finished, but I

added the exported patches for bug 4 (UTC). Not yet finished, but I want to ensure that the patches stay available.

(Arne Babenhauserheide)
2013-05-03: mark fixed mime-type bug as resolved

mark fixed mime-type bug as resolved

(Arne Babenhauserheide)
2013-05-03: fix bug in readme (ducks… :) )

fix bug in readme (ducks… :) )

(drak)
2013-02-05: added a readme

added a readme

(Arne Babenhauserheide)
2012-12-17: merge from djk

merge from djk

(Arne Babenhauserheide)
2012-12-17: added fix-timezone-attack bug

added fix-timezone-attack bug

(djk)
2012-12-02: Update bootstrap bundle in html doc.

Update bootstrap bundle in html doc.

(Arne Babenhauserheide)
2012-11-26: choosing the fix from djk for mime types, because he is the main

choosing the fix from djk for mime types, because he is the main coder.

earlier

later