From 4d7c6e59db263bd4c89b1fe39e6d807813d174d5 Mon Sep 17 00:00:00 2001 From: jrayhawk Date: Fri, 21 Jan 2011 21:08:38 -0800 Subject: Bug: repo name limit: new --- docs/issues/repo_name_limit.mdwn | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/issues/repo_name_limit.mdwn (limited to 'docs/issues') diff --git a/docs/issues/repo_name_limit.mdwn b/docs/issues/repo_name_limit.mdwn new file mode 100644 index 0000000..a7725c8 --- /dev/null +++ b/docs/issues/repo_name_limit.mdwn @@ -0,0 +1,9 @@ +* Status: [[!taglink open]] +* Assigned to: [[!taglink jrayhawk]], [[!taglink jblake]] +* Priority: [[!taglink now]] +* Opened by: jrayhawk + +### Discussion +Problem: Repository names are restricted to 24 characters by the groupname limit in libc6 plus our use of the ikiwiki- 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 -- cgit v1.2.3