The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.10 - 2003-07-15

  • Prepearing a new release. Jumped from 0.02 to 0.10. This module is more complete now.
  • Fixed some regexps/spellings in Hybrid6.pm (SNICK, KILL, MODE, SJOIN)
  • Added DB.pm to handle users and channels. Uses a hash for storing all information. (YEAH, I know, DB is a bad name, live with it! :)
    • Added an &ircsend alias to &irc_send. For some reason perl halted when I had a underscore in the sub name... ?? :)

Changes for version 0.10 - 2003-07-15

  • o IRCService.pm / Hybrid6.pm
    • Fixed the CAPAB regexp, and added two hash's to hold our (%our_capab) and the remote capab (%remote_capab). The first updated after init, the remote on connect.
    • Removed a debug line in a dummy-ping function.
  • o DB.pm
    • Added a hash to hold info on linked servers.
    • Added support for CAP_QS, no need to send a QUIT storm on SQUIT.
    • Added some more functions to extract information from the DB.
    • Fixed the channel counting, some channels was counted more than once :/
    • Fixed channel_list() not to return "^\." elements. Same with user_list().
    • Removed some debug code in user_list().
  • o THANKS
    • Added some lines. Just to mention some of the people I respect.
  • o MANIFEST
    • Added DB.pm
  • o Makefile.PL
    • Added DB.pm

Changes for version 0.10 - 2003-07-18

  • o MANIFEST
    • Added a directory named 'demo', and moved demo.pl to demo/fortune.pl. Planning to add more demos to show how to use Net::IRCService.
    • Added tsfuuk.pl and wallrelay.pl to demo/.
  • o DB.pm
    • Added channel_exists(), is_member(),
  • o IRCService.pm
    • Added EVENT_OPERWALL. HOW COULD I FORGET THIS ONE?! :)
  • o Hybrid6.pm, Hybrid7.pm
    • Added EVENT_OPERWALL regexp.

Changes for version 0.10 - 2003-07-22

  • o Hybrid[67].pm / Bahamut3.pm
    • Fixed the SQUIT regexp to include client SQUITS. So it will return 3 vars, not 2.

Changes for version 0.10 - 2003-07-24

  • o Makefile.PL
    • Added a funny(?) comment.
  • o README
    • Fixed some spellings.
  • o IRCervice.pm
    • Started on the documention.
    • Fixed the close_connection(), was never working right.
    • Moved from some blocking in IO::Select, to none. Nice speedup.

Changes for version 0.10 - 2003-07-25

  • o README
    • Updated the TODO lit. Added the planned Interface.pm part.
  • o IRCService.pm / Hybrid6.pm
    • Added EVENT_KNOCK to parse KNOCK requests.

Changes for version 0.10 - 2003-07-28

  • o NEW RELEASE
    • Removed Output.pm from MANIFEST
    • Updated to CPAN/PAUSE.

Modules

Perl extension for creating a irc services for:

Provides