eirikb / weecloud

WeeChat web interface
https://weecloud.jit.su
125 stars 29 forks source link

_nicklist #4

Closed eirikb closed 11 years ago

eirikb commented 12 years ago

_nicklist is frequently sent to clients, this is causing large amount of bytes going over the cable.
Disabling nicklist sync might help

totalizator commented 12 years ago

Is it disabled by default? I can't get it to show up (nicklist).

eirikb commented 12 years ago

It's actually not implemented yet. This issue is actually related to fetching the nicks using the protocol, just to get them into weecloud server

totalizator commented 12 years ago

This explains a lot. Thanks!

eirikb commented 11 years ago

Closing this for now. There is a nicklist now, although __nicklistdiff is not used. I see no reason to implement this now when we still need to support older versions of WeeChat that does not have it.