diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2011-04-24 15:40:24 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2011-04-24 15:40:24 -0700 |
commit | 6a91a25be9a955fc1c0e13e1bda09906225d99d1 (patch) | |
tree | 7af30264eafcceb819ad1d40e71cb6a4349b8bee /docs/issues/repo_name_limit.mdwn | |
parent | 4d19e0af572486ff0cd38b365dfc7411a8207837 (diff) | |
download | piny-code-6a91a25be9a955fc1c0e13e1bda09906225d99d1.tar.gz piny-code-6a91a25be9a955fc1c0e13e1bda09906225d99d1.zip |
Noting completion of some tasks.
Diffstat (limited to 'docs/issues/repo_name_limit.mdwn')
-rw-r--r-- | docs/issues/repo_name_limit.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
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. |