blob: 7b42eb6cb5a89e8ad40c8058e4ffc8e4ccc9b7fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
* Status: [[!taglink open]] <!-- Choose one: open, closed -->
* Assigned to: [[!taglink jrayhawk]], [[!taglink jblake]] <!-- Choose one or more: jrayhawk, jblake -->
* Priority: [[!taglink now]] <!-- Choose one: now, soon, later -->
* Opened by: jrayhawk
### Discussion
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.
|