Accepting request 150258 from home:vmiklos:branches:server:irc
version update to 3.2 OBS-URL: https://build.opensuse.org/request/show/150258 OBS-URL: https://build.opensuse.org/package/show/server:irc/bitlbee?expand=0&rev=18
This commit is contained in:
parent
33ea9b7bdb
commit
10fd97e19d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a2b18ae0355650b7ec326b8ea7082eb06bb8f8816ad3b4985fe97f729ce84e59
|
||||
size 727982
|
3
bitlbee-3.2.tar.gz
Normal file
3
bitlbee-3.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1b43828e906f5450993353f2ebecc6c038f0261c4dc3f1722ebafa6ea3e62030
|
||||
size 666404
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 29 06:46:02 UTC 2013 - vmiklos@suse.com
|
||||
|
||||
- update to 3.2:
|
||||
* By far the most important change, a thorough update to the Twitter
|
||||
module:
|
||||
* Now using Twitter API 1.1,
|
||||
* which means it's now using JSON instead of XML,
|
||||
* which means access to the streaming API (Twitter only, other Twitter
|
||||
API services don't seem to have it). No more 60-second polls, #twitter
|
||||
looks even more like real IRC now!
|
||||
* Also, the streaming API means nice things like receiving DMs.
|
||||
* show_ids, already enabled by default for a while, now uses hexa-
|
||||
decimal numbers, which means a 256-entry backlog instead of just 100.
|
||||
* Added a mode=strict setting which requires everything to be a command.
|
||||
The "post" command should then be used to post a Tweet.
|
||||
* Jabber module bugfix that fixes connection issues with at least Google
|
||||
Talk but reportedly some other servers (OpenFire?) as well.
|
||||
* SSL modules improved a little bit. GnuTLS module now supports SNI and
|
||||
session caching. Shouldn't change much, but hopefully reduces latency
|
||||
and bandwidth usage a little bit.
|
||||
* A bunch of other fixes/improvements here and there.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 5 17:38:26 UTC 2012 - jmcdonough@suse.com
|
||||
|
||||
|
@ -12,12 +12,13 @@
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
|
||||
%if 0%{?suse_version} >= 1100
|
||||
# See http://bugs.bitlbee.org/bitlbee/ticket/1004
|
||||
%if 0%{?suse_version} >= 1100 && 0%{?suse_version} < 1230
|
||||
%define with_libotr 1
|
||||
%endif
|
||||
|
||||
Name: bitlbee
|
||||
Version: 3.0.5
|
||||
Version: 3.2
|
||||
Release: 0
|
||||
Summary: IRC to other Chat Networks Gateway
|
||||
Source: http://get.bitlbee.org/src/bitlbee-%{version}.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user