From 451cbf047bf864a8c1b9c94c1b31779fa29a90182f600a62f4970c353e0c02c8 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Wed, 25 Jan 2017 11:19:49 +0000 Subject: [PATCH] Accepting request 452099 from home:SShyukriev:branches:server:irc Update to v3.5 OBS-URL: https://build.opensuse.org/request/show/452099 OBS-URL: https://build.opensuse.org/package/show/server:irc/bitlbee?expand=0&rev=39 --- bitlbee-3.4.2.tar.gz | 3 --- bitlbee-3.5.tar.gz | 3 +++ bitlbee.changes | 51 ++++++++++++++++++++++++++++++++++++++++++++ bitlbee.spec | 2 +- 4 files changed, 55 insertions(+), 4 deletions(-) delete mode 100644 bitlbee-3.4.2.tar.gz create mode 100644 bitlbee-3.5.tar.gz diff --git a/bitlbee-3.4.2.tar.gz b/bitlbee-3.4.2.tar.gz deleted file mode 100644 index fa106b3..0000000 --- a/bitlbee-3.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69c85554def74f314e3b6e390389a30b0e748f23ef37883e9d7545ee2c45ea57 -size 719456 diff --git a/bitlbee-3.5.tar.gz b/bitlbee-3.5.tar.gz new file mode 100644 index 0000000..41cf1c2 --- /dev/null +++ b/bitlbee-3.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:549d02181ab303dfe8a219faafd7a1aea7ee642eb071b767f668782a57388319 +size 657177 diff --git a/bitlbee.changes b/bitlbee.changes index ec8ff72..31a8544 100644 --- a/bitlbee.changes +++ b/bitlbee.changes @@ -1,3 +1,54 @@ +------------------------------------------------------------------- +Tue Jan 24 08:20:23 UTC 2017 - shshyukriev@suse.com + +- Version update to 3.5: + * ui: + "chat list": shows a list of existing server-side chatrooms. + With some protocols, this is often the only way to add new channels. + See 'help chat list' for details. + "plugins": lists the installed plugins and their versions + Add 'nick_lowercase' and 'nick_underscores' settings. + "handle_unknown" can be set per-account, not just globally + * jabber: + Add "always_use_nicks" channel setting, for non-anonymous MUCs (trac #415) + See 'help set always_use_nicks' for possible side effects. + Properly handle rejected file transfers + Don't send parts in a chat if someone is still connected from other devices + hipchat: support personal oauth tokens (manually generated ones) + * twitter: + Hide muted tweets / no-retweets, add mute/unmute commands + Show full version of extended tweets (with slightly more than 140 chars) + * purple: + Support setting chat room topics + Support for extra groupchat settings. Shows an error if any required ones are missing. + Look for purple_ prefixed settings in "chan #... set" + SIPE: persistent chats can be joined now, thanks to the "chat list" command + and the above ("purple_uri" channel setting) + Fix a file transfer crash bug (Mainly affected telegram) + Honor protocol flag to not require a password (used in hangouts, telegram) + Set the contacts' nicks to the %full_name for a few whitelisted protocols (hangouts, funyahoo, icq, line) + LINE: added a hack to save its auth token, to avoid re-auth every time + Show self-messages in groupchat backlogs (before join) + *yahoo: + Removed because they killed their old protocol on a two month notice. + Use EionRobb's funyahoo purple plugin, or better yet, don't use yahoo. + *Stuff for enterprise deployments: + Locked down accounts, useful when pregenerating user config files. + An account that is marked with the locked="true" attribute can't be removed + and its username/password can't be changed. + Locked down settings. Same as above, but for individual account settings. + AllowAccountAdd setting in bitlbee.conf, to disable adding new accounts. + PAM and LDAP authentication backends (not compiled by default) + *For packagers: + Enabled debug symbols in non-debug builds, disabled stripping by default. + This is closer to the default behavior of autotools, + and --debug=1 is mostly to set the DEBUG macro and disable optimization. + *For plugin devs: + Plugins should now include an "init_plugin_info" function which will be used + for ABI version checking in the future. + It's optional for now, but will be enforced later. + + ------------------------------------------------------------------- Sun Jun 19 22:14:19 UTC 2016 - jengelh@inai.de diff --git a/bitlbee.spec b/bitlbee.spec index dd1a477..c4e96d3 100644 --- a/bitlbee.spec +++ b/bitlbee.spec @@ -19,7 +19,7 @@ %define daemon_piddir /run/%{name} Name: bitlbee -Version: 3.4.2 +Version: 3.5 Release: 0 Summary: IRC to other Chat Networks Gateway License: GPL-2.0