Commit graph

5 commits

Author SHA1 Message Date
he
ac5edd3af7 Update from version 1.5 to 1.61. Changes:
1.61  Tue Jul 27, 2004
	Made a small change to the example.pl script to keep it from
	dumping deref warnings.  Thanks to an anonymous person who sent
	this suggestion through the CPAN bug tracking system.

1.6   Mon Jan 26, 2004
        Patched around yet another undocumented "feature" of the TOC
        protocol---namely, in order to successfully sign on, you must have
        at least one buddy in your buddy list.  At sign-on, in the absence
        of a real buddy list, Net::AOLIM inserts the current user as a
        buddy in group "Me."  Don't bother removing this buddy, as it
        doesn't really exist---as soon as you add any real buddies, this
        one will go away.  Thanks to Galen Johnson and Jay Luker for
        emailing with the symptoms.
2008-08-07 09:22:54 +00:00
schmonz
4d06196c07 Update to 1.5, quell pkglint, and relinquish MAINTAINER. From the
changelog:

- Added a very simple t/use.t test script that just makes sure the
  module loads properly.
2007-03-24 06:14:55 +00:00
agc
0cbe9b3900 Add RMD160 digests in addition to SHA1 ones 2005-02-23 15:59:10 +00:00
schmonz
80963ef125 Update to 1.4, and update my email address. Changes:
Changed (defined @tci_buddies) to (@tci_buddies) in
        toc_chat_invite.  Fixed a potential infinite loop in
        set_srv_buddies involving an off-by-one error in a for() test.
        Thanks to Bruce Winter for pointing this out.

        Changed the way that Net::AOLIM sends the login command string
        because AOL apparently changed their server software, breaking
        the previous implementation.  The new method requires that only
        the user agent string be in double quotes; all other fields
        should not be quoted.  Note that this does not affect the user
        interface at all---it's all handled internally.  Thanks to Bruce
        Winter, Fred Frey, Aryeh Goldsmith, and tik for help in tracking
        down and fixing this error.

        Also added additional checks to read_sflap_packet so that if the
        other end of the connection dies we don't go into an infinite
        loop.  Thanks to Chris Nelson for pointing this out.
2002-05-12 15:40:15 +00:00
martti
2842dd73f7 Imported p5-Net-AOLIM-1.2 (provided by Amitai Schlair in pkg/15210)
Object-Oriented interface to the AOL Instant Messenger TOC client protocol.
2002-01-31 07:34:51 +00:00