This is the first big update to framechat.
Here's a summary of the additions and fixes:

inbox

  • Updated to use the message archive feature recently added to perlmonks.
  • msgchat opens a private chat session with another user!

    The illusion of a dedicated private chat channel is acheived by:

    1. Sending two /msg for each message you enter. One has "/msg $username " prepended before it's sent to your partner. The other is sent to you with a To="$username"-> prefix.
    2. Receiving and filtering your inbox to only display the relevant messages.

    So it doesn't matter if your partner is using framechat or not! Be sure to delete or save private chat sessions as they progress to clear out the clutter. Take a peek at the selection process and a private chat session.

    help

  • The help page now has a button that checks for an update when selected.

    fixes

  • Proxy support fully implemented this time.
  • Refresh link in history works now.
  • History file browser with view and delete.
  • Fixed bug that could cause loss of the last few chrs of a cc to self /msg.
  • Remainder of all messages larger than 255 bytes now returned to the textarea for resend
  • Two new config vars determine message order in inbox and msgchat.

    Please post a reply or /msg me with any ideas for additions and improvements. Quite a few enchancements have already been made this way.

    root node = framechat
    d/l code

    Have fun!


    In reply to framechat private messaging update by epoptai

    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.