Hi
Here's an update to bitlbee 3.4

Version 3.4:

Main repository migrated from bzr to git
Some API/ABI changes. Recompiling third party plugins is required!
Important bugfixes:
Fix memory leak when calling word_wrap() on groupchat messages (dx)
Fix segfault after a file transfer is complete (dx)
Fix bug where NSS would refuse to work in forkdaemon mode (dx)
Fix several bugs with UTF8 nicks (dx)
Fix some nasty deadlocks that appared mostly with libpurple (dx)
General changes:
Add a 'pattern' parameter to the blist command, to filter it (tribut)
Implemented /kick support, only supported by purple for now (jgeboski)
Add a "special" state to show_users (mapped to the % prefix) (jgeboski)
Improved support for cygwin, openbsd and darwin (jcopenha)
Create temporary users instead of showing "Message from unknown participant"
(jgeboski)
purple:
Local contact lists for gadugadu and whatsapp (dx)
Add topic and name_hint to groupchats (seirl)
Support for 'input' requests (such as telegram auth codes) (seirl) Note that
telegram-purple itself is rather unstable ATM, it may crash.
jabber:
Handle compressed DNS responses in SRV lookup (jcopenha)
Fix case sensitivity issues with JIDs (GRMrGecko, dx)
Implement XEP-0203 style message timestamps (dx)
Fix "Server claims your JID is X instead of Y" warnings (dx)
Account-wide display_name setting, mostly for hipchat (dx)
twitter:
Filter channels. Search by keyword/hashtag or a list of users (jgeboski)
Fix bug in "reply" command which removed the first quote character (dx)
Add "rawreply" command, like reply but bitlbee won't add @mention (WillP)
Add support for The United States of America (favorite/fav aliases) (dx)
Default show_old_mentions to 0 (dx)
Start stream from last tweet on connect/reconnect (roger)
msn:
Disabled module by default. The protocol we used (MSNP18) stopped working
last week. This is being worked on, but it's far from ready for release.
And lots of small bugfixes, too many to list here.

Cheers
Tom
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/bitlbee/Makefile,v
retrieving revision 1.55
diff -u -p -u -r1.55 Makefile
--- Makefile    21 Aug 2014 21:41:57 -0000      1.55
+++ Makefile    23 Apr 2015 20:13:07 -0000
@@ -1,8 +1,8 @@
 # $OpenBSD: Makefile,v 1.55 2014/08/21 21:41:57 sthen Exp $
 
-COMMENT=               IRC proxy to connect to AIM, ICQ, Jabber, MSN and Yahoo
+COMMENT=               IRC proxy to connect to AIM, ICQ, Jabber and Yahoo
 
-DISTNAME=              bitlbee-3.2.2
+DISTNAME=              bitlbee-3.4
 CATEGORIES=            net
 
 HOMEPAGE=              http://bitlbee.org/
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/bitlbee/distinfo,v
retrieving revision 1.26
diff -u -p -u -r1.26 distinfo
--- distinfo    21 Aug 2014 21:41:57 -0000      1.26
+++ distinfo    23 Apr 2015 20:13:07 -0000
@@ -1,2 +1,2 @@
-SHA256 (bitlbee-3.2.2.tar.gz) = ujiTkoHyPooOcQIse+DLaPZUQkhAQ2LF4gJF+npnVY4=
-SIZE (bitlbee-3.2.2.tar.gz) = 661757
+SHA256 (bitlbee-3.4.tar.gz) = zrrWRrv9F8gJI3QyRAOf2XDjyifowbfPhyYi53MjnV4=
+SIZE (bitlbee-3.4.tar.gz) = 761027

Reply via email to