Subject: CVS commit: pkgsrc/chat/p5-Net-AOLIM
To: None <pkgsrc-changes@netbsd.org>
From: Amitai Schlair <schmonz@netbsd.org>
List: pkgsrc-changes
Date: 05/12/2002 18:40:16
Module Name: pkgsrc
Committed By: schmonz
Date: Sun May 12 15:40:16 UTC 2002
Modified Files:
pkgsrc/chat/p5-Net-AOLIM: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/chat/p5-Net-AOLIM/Makefile \
pkgsrc/chat/p5-Net-AOLIM/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.