View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002025 | unreal | ircd | public | 2004-08-16 12:29 | 2004-08-16 20:06 |
| Reporter | White_Magic | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | N/A |
| Status | closed | Resolution | open | ||
| Summary | 0002025: /list bug? | ||||
| Description | In my /list i did i got 25 or more channels that simply was an asteriks. it lists all the channels with # then after a list of nothing but * * * * * is this a bug or? i cant seem to join them or anthing so im kinda confused | ||||
| 3rd party modules | |||||
|
|
Those * channels are actually channels that are using the channel mode +p which means the name is hidden from /list. This means that you can only know that there are private channels, just not what they are called. (RFC1459 says they're supposed to be listed as "Prv" or something like that, but I guess all the ircd coders decided to use * and so Unreal followed :P .) |
|
|
wops ok sorry :D thanks :D |
|
|
* was decided on over Prv simply because it causes less stuff to be sent. Before SAFELIST, the amount of text sent in /list was a real issue. Just with /who now, you would type /list and you'd get disconnected for flooding. So the idea was, why send 3 characters for each private channel when 1 character can do the same job, and do it at less cost. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2004-08-16 12:29 | White_Magic | New Issue | |
| 2004-08-16 16:19 | aquanight | Note Added: 0007377 | |
| 2004-08-16 19:28 | White_Magic | Note Added: 0007378 | |
| 2004-08-16 20:06 |
|
Status | new => closed |
| 2004-08-16 20:06 |
|
Note Added: 0007380 |