Feature #80
Buffer activity change needs to be stored in Core rather than in Client
Status:
Closed
Priority:
High
Assignee:
Category:
General / Unspecified
Target version:
Start date:
Due date:
% Done:
0%
Estimated time:
OS:
Any
Description
Reconnecting a client must not invalidate the activity notification for the buffers. Thus, those need to be stored in the core (possibly as timestamps which are then compared by the client).
History
#1 Updated by Sputnick over 16 years ago
Activity states need to be stored in core, but synced between connected clients. If a buffer is selected in one client, this needs to be reflected in all other clients too. So it would be best to have a SyncableObject in the core for that, I guess...