View Issue Details

IDProjectCategoryView StatusLast Update
0002025unrealircdpublic2004-08-16 20:06
ReporterWhite_Magic Assigned To 
PrioritynormalSeverityminorReproducibilityN/A
Status closedResolutionopen 
Summary0002025: /list bug?
DescriptionIn 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

Activities

aquanight

2004-08-16 16:19

reporter   ~0007377

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 .)

White_Magic

2004-08-16 19:28

reporter   ~0007378

wops ok sorry :D thanks :D

codemastr

2004-08-16 20:06

reporter   ~0007380

* 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.

Issue History

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 codemastr Status new => closed
2004-08-16 20:06 codemastr Note Added: 0007380