Your users seem to map to a set of permissions on a distibuted filesystem. Or a git repository.
This is my point: the idea is already implemented many times, but all the applications are too different from the field I want to work in. For example, kludging ssh and rsync to do instant messaging would solve the problem, but it's way too painful to deploy and maintain.

However, there's no description of your constraints or requirements. The words 'cryptography' or 'secure' do not appear in the question. Is the protocol destined to run on a local network with well-behaving agents?
Not on a local network, but through SSL, and node users will have to explicitly trust each other's public keys before the connection is possible, so the agents should be considered well-behaved. My major is far from cryptography, so I try to go for well-known cryptographic primitives instead of trying to roll my own.


In reply to Re^2: [OT] Merging messages between users on different machines by Anonymous Monk
in thread [OT] Merging messages between users on different machines by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.