Subject: PR/32488 CVS commit: pkgsrc/chat/bsflite
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-bugs
Date: 01/11/2006 18:15:04
The following reply was made to PR pkg/32488; it has been noted by GNATS.

From: Thomas Klausner <wiz@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/32488 CVS commit: pkgsrc/chat/bsflite
Date: Wed, 11 Jan 2006 18:13:25 +0000 (UTC)

 Module Name:	pkgsrc
 Committed By:	wiz
 Date:		Wed Jan 11 18:13:25 UTC 2006
 
 Modified Files:
 	pkgsrc/chat/bsflite: Makefile distinfo
 	pkgsrc/chat/bsflite/patches: patch-aa patch-ab
 
 Log Message:
 Update to 0.81, provided by Evan Hall in PR 32488:
 
 0.81 - 01/08/2006
 
  Changes by neutronscott (thanks):
    * Wordwrap works with <br> on incoming messages.
    * Fixed buddy list size bug when squelch_connect is on
    * Moved beep_on_incoming from compile-time to a config option
 
  * Outgoing messages are displayed with HTML removed.
 
  * HTML links are now displayed in-line
 
  * Fixed most problems relating to buddy list management.
 
  * Added raw input mode, toggled by ctrl-R, to input HTML characters.
 
  * Added command 'z!' to reload away messages and profile while running.
 
  * Added 'p' command for pasting messages.
 
  * Removed the 'b' command due to multiple reports of crashes.
 
  * Made improvements to the wordwrap routine, which should fix crashes
    when pasting or receiving a long link or other long, uninterrupted
    line.
 
  * Replaced getchar() with read(), eliminating the odd bug when pasting a
    line - you don't need to press another key to get display the line.
 
  * Added option "set_window_title" that sets the xterm/screen window title
    with your screen name.
 
  * Added 'I' command to request profile of the last person who sent you
    a message.
 
  * 'wf' command now displays idle times. This was actually sent to me in a
    patch by Matt Walters a long time ago, but I just cleaned it up and
    implemented it now.
 
  * New config option "oscarport"
 
  * Fixed some memory leaks in bsflite and imcomm. Thanks to Toby Peterson for
    submitting this patch.
 
  * Added support for connecting through proxy servers.
    Added to config file:
     - proxy <proxy server> - the hostname or IP of the server
     - proxyport <port> - port on which the proxy is listening
     - proxytype <type> - currently either socks5 or https
 
    Authentication should be added soon.
 
  * Made timestamps a run-time option. Add 'timestamps false' to
    the config file.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.5 -r1.6 pkgsrc/chat/bsflite/Makefile
 cvs rdiff -r1.4 -r1.5 pkgsrc/chat/bsflite/distinfo
 cvs rdiff -r1.1 -r1.2 pkgsrc/chat/bsflite/patches/patch-aa \
     pkgsrc/chat/bsflite/patches/patch-ab
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.