diff options
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. |