summaryrefslogtreecommitdiffstats
path: root/cid
AgeCommit message (Collapse)Author
2014-06-30Refactor node ID handling, use check digits (fixes #269)Jakob Borg
New node ID:s contain four Luhn check digits and are grouped differently. Code uses NodeID type instead of string, so it's formatted homogenously everywhere.
2014-06-01Add license headerJakob Borg
2014-03-29The Great Rewrite (fixes #36, #61, #94, #101)Jakob Borg
Rewrite of the file model and pulling mechanism. Needs lots of cleanup and bugfixes, now...
2014-03-12Package descriptions for godocJakob Borg
2014-03-01Add some support packagesJakob Borg