Hi,

I'm the author of POE::Component::Server::IRC, no please don't hit me >:o)

I'll give a little bit of background. I started coding POE::Component::Server::IRC nearly two years ago now, mainly after I realised that POE::Component::IRC::Service just wasn't going to do what I wanted it to do. The first fruits of that labour were version 0.3 which is on CPAN.

This version is okay, but it has a number of problems with it, mainly that it is a monolithic monster that doesn't lend itself to being extended, there was no server-to-server protocol support and it didn't have 'hooks' so one could write services.

So I released what I had as there was some interest in the POE community in what I had been working on.

Time passed, I had other stuff to do, mainly working on POE::Component::IRC.

I went back to the drawing board and redesigned POE::Component::Server::IRC from the ground-up. It's modular, extensible, has server-to-server protocol support (TSora5), hooks for writing IRC services and supports a plugin system that looks surprisingly like POE::Component::IRC's >:o)

The upshot of all this rambling is that version 0.99 of POE::Component::Server::IRC will be hitting CPAN in the next week or so (I am currently finishing off writing the documentation and testing against a four hybrid ircd network).

In the meantime if you want, you can harass me either via my listed CPAN email contact address or via IRC: I am on Quakenet, EFNet, Freenode and MAGnet.

CB <-> IRC has been much mooted and incidently was one of reasons I started the POE::Component::Server::IRC rewrite, after someone pointed out how shit version 0.3 was for doing this kind of thing.

Watch this space

BinGOs
"If it isn't broke, you haven't hit it hard enough"

In reply to Re: PoCo::Server::IRC: getting code of mine executed on event by bingos
in thread PoCo::Server::IRC: getting code of mine executed on event by Hue-Bond

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.