sstephenson / hector

A private group chat server for people you trust
MIT License
131 stars 15 forks source link

Implement /LIST #8

Closed clintecker closed 14 years ago

clintecker commented 14 years ago

Returns a list of channels. Would list all open channels and should be written with the future in mind in that channels a user does not have access too shouldn't be listed (i.e. they are private).

leedo commented 14 years ago

This would also need to be split up to fit the 512 byte length limit. This is still needed for NAMES as well.

clintecker commented 14 years ago

We are not completely sure we wanna do this any more. If anything its super low priority