- priority: 5 --> 7
Grouping/filltering of pasting to groups.
Ability to copy to a defined group - and to paste from
that group on the target side. only requesting paste
targets that belong to that group will get the "data"
and only those paste targets that belong to that group
will see the available content to paste.
Implementation notes:
1) A Netpaste client (source/destination) can belong to
multiple groups.
2) Keep group ID in configuration file, to initialize from
3) Allow creation/deletion of groups from the netpaste
GUI, another option in the taskbar icon context menu
named Groups will open the groups dialog.
4) there will be a default group, that all the install
netpaste clients share. this group is the general
group. users can delete this group and create their
own. deleting the general group can totaly segment the
copy/pasting groups (this is not recomended )
5) each group should have it's own copy buffer, where
you can copy A to group "dev1", and C to group "dev2"
when pasting from group "dev1" it should bring A, and
from "dev2" will paste C (if client belongs to same
group or not)