I was thinking it would be nice to be able to enable another user to act as ones proxy in limited circumstances. The way it would work is that the user would send a special private message to the proxy account, stipulating what resources the proxy may access on its behalf. So for instance i might want to let im2 send public chatter on my behalf, so i would do something like:

/msg im2 permit:chatter

and then when im2 when to send chatter on my behalf op message would look to see if there was a message like that from me, if there was, then it would be allowed. By deleting the message from the users inbox the permission would disappear. A bit of added infrastructure would allow sending the right message, and of putting it in the archive inbox automatically, and not in the deleted as normally happens.

It seems a simple way to provide this type of functionality, and it doesnt compromise our user communities resources.

---
$world=~s/war/peace/g


In reply to proxy resource access. by demerphq

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.