summaryrefslogtreecommitdiff
path: root/chat/p5-POE-Component-IRC/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2005-10-14Update to 4.71adrianp1-4/+4
From Changes: > 4.71 Thu Oct 13 19:04:01 BST 2005 > - Documentation bug in IRC.pm, spotted by cnelson. > - Fixed ::State.pm for channel admin/owner support, > spotted by Sebastien Wernerus. > > 4.70 Fri Sep 16 16:45:05 BST 2005 > - Fixed a bug where 'irc_raw' events were being switched off after > a connect() without parameters was called. > > 4.69 Mon Sep 05 12:30:01 BST 2005 > - 3_connect.t was causing problems on Cygwin. Skipped this test > on Cygwin for now. > > 4.68 Fri Sep 02 14:00:00 BST 2005 > - Altered Connector plugin so it starts the auto_ping on > 'irc_connected' rather than 'irc_001'. Thanks to British > Telecom for enabling me to spot that one. >:] > > 4.67 <Date> > - Documentation amendments to Plugin.pm. Well spotted, perigrin :D > - Added POD test. > - Filter-CTCP.pm fixed. All 'warn's only enabled when debug is set. > Thanks to ketas for spotting that one. > - Fixed a typo made doing the previous fix. >;) > - Added Projects.pm, hopefully a list of PoCo-IRC using projects. > - Added placeholder for State::Lite, a lightweight version of State. > - Tidied up main PoCo-IRC POD. Added a much better SYNOPSIS. > > 4.66 Thu Jul 28 17:55:01 BST 2005 > - Committed patches from Jeff 'japhy' Pinyan who has hacked > prioritisation into the plugin system. Check Plugin.pm and > Pipeline.pm for details. > > 4.65 Wed Jul 13 17:47:08 BST 2005 > - Fixed the anamoly where plugins weren't deleted if shutdown() > is called. This should fix plugins that based around POE::Session.
2005-07-14POE::Component::IRC is a POE component (who'd have guessed?) which acts as anadrianp1-0/+5
easily controllable IRC client for your other POE components and sessions. You create an IRC component and tell it what events your session cares about and where to connect to, and it sends back interesting IRC events when they happen. You make the client do things by sending it events.