summaryrefslogtreecommitdiff
path: root/docs/issues
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@omgwallhack.org>2011-04-24 15:40:24 -0700
committerJoe Rayhawk <jrayhawk@omgwallhack.org>2011-04-24 15:40:24 -0700
commit6a91a25be9a955fc1c0e13e1bda09906225d99d1 (patch)
tree7af30264eafcceb819ad1d40e71cb6a4349b8bee /docs/issues
parent4d19e0af572486ff0cd38b365dfc7411a8207837 (diff)
downloadpiny-code-6a91a25be9a955fc1c0e13e1bda09906225d99d1.tar.gz
piny-code-6a91a25be9a955fc1c0e13e1bda09906225d99d1.zip
Noting completion of some tasks.
Diffstat (limited to 'docs/issues')
-rw-r--r--docs/issues/postinstall_key_generation.mdwn6
-rw-r--r--docs/issues/repo_name_limit.mdwn4
2 files changed, 9 insertions, 1 deletions
diff --git a/docs/issues/postinstall_key_generation.mdwn b/docs/issues/postinstall_key_generation.mdwn
index 011e887..9706f22 100644
--- a/docs/issues/postinstall_key_generation.mdwn
+++ b/docs/issues/postinstall_key_generation.mdwn
@@ -1,4 +1,4 @@
-* Status: [[!taglink open]] <!-- Choose one: open, closed -->
+* Status: [[!taglink closed]] <!-- Choose one: open, closed -->
* Assigned to: [[!taglink jblake]] <!-- Choose one or more: jrayhawk, jblake -->
* Priority: [[!taglink now]] <!-- Choose one: now, soon, later -->
* Opened by: jrayhawk
@@ -7,3 +7,7 @@
I need a key with which to, at the moment, do HMAC for double-opt-in emails.
This should presumably happen in a post-install script somewhere.
+
+## 20110424 jrayhawk
+
+this is done
diff --git a/docs/issues/repo_name_limit.mdwn b/docs/issues/repo_name_limit.mdwn
index 6059178..7b42eb6 100644
--- a/docs/issues/repo_name_limit.mdwn
+++ b/docs/issues/repo_name_limit.mdwn
@@ -7,3 +7,7 @@
Problem: Repository names are restricted to 28 characters by the groupname limit in libc6 plus our use of the iki- prefix.
Possible solution: optional use of truncated md5 (the first character needing to be a letter) hash of reponame as groupnames, restriction of usernames to 31 characters to keep namespaces isolated, check in newrepo for hash collision before actions are taken
+
+## 20110424 jrayhawk
+
+Added 31-character limit to usernames, still need to do the rest.