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
This commit is contained in:
parent
cc91f925dd
commit
451cbf047b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:69c85554def74f314e3b6e390389a30b0e748f23ef37883e9d7545ee2c45ea57
|
|
||||||
size 719456
|
|
3
bitlbee-3.5.tar.gz
Normal file
3
bitlbee-3.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:549d02181ab303dfe8a219faafd7a1aea7ee642eb071b767f668782a57388319
|
||||||
|
size 657177
|
@ -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
|
Sun Jun 19 22:14:19 UTC 2016 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%define daemon_piddir /run/%{name}
|
%define daemon_piddir /run/%{name}
|
||||||
Name: bitlbee
|
Name: bitlbee
|
||||||
Version: 3.4.2
|
Version: 3.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: IRC to other Chat Networks Gateway
|
Summary: IRC to other Chat Networks Gateway
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user