View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003314 | unreal | ircd | public | 2007-05-02 16:16 | 2007-05-03 08:22 |
| Reporter | Stealth | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | wont fix | ||
| Product Version | 3.3-alpha0 | ||||
| Summary | 0003314: Real Name Length | ||||
| Description | I've always notice Unreal's only allows 50 characters for the real name on someone's nick. This can be a little longer. I did the math with a who reply (longest line I was able to think of which included the real name), and the longest it could be is 316 with the current limits. (I think 316 is a little more than it can be, and I'm pretty sure I did the math right). I have attached a patch to increase the length from 50 to 70. I chose a length of 70 because that's what mIRC's max is. If anyone feels it should be more, feel free to make it larger. | ||||
| Attached Files | realname_len.patch (616 bytes) | ||||
| 3rd party modules | |||||
|
|
I'm going to state the obvious .. what about the NICK command? as in, the s2s one. |
|
|
Even with NICKv2+NICKUP+CLK (from serverprotocol.html), the absolute most characters that would be sent is 398 (without the realname), so this leaves 512-398-4 (-4 for space, colon, and CRLF) = 110 characters for the realname field. A realname length of 70 would bring it up to 472, so there will still be room to spare. |
|
|
I would honestly rather have the space for extra fields in NICKv2. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2007-05-02 16:16 | Stealth | New Issue | |
| 2007-05-02 16:16 | Stealth | File Added: realname_len.patch | |
| 2007-05-03 00:21 |
|
Note Added: 0013988 | |
| 2007-05-03 00:22 |
|
Status | new => feedback |
| 2007-05-03 00:23 |
|
Status | feedback => closed |
| 2007-05-03 00:23 |
|
Resolution | open => wont fix |
| 2007-05-03 00:36 | Stealth | Status | closed => feedback |
| 2007-05-03 00:36 | Stealth | Resolution | wont fix => reopened |
| 2007-05-03 00:36 | Stealth | Note Added: 0013989 | |
| 2007-05-03 08:22 |
|
Status | feedback => closed |
| 2007-05-03 08:22 |
|
Note Added: 0013990 | |
| 2007-05-03 08:22 |
|
Resolution | reopened => wont fix |