From 8ea55ebd310b22814fe92078c8811971d26e80df207a7be1eebb1d1ca24edd80 Mon Sep 17 00:00:00 2001 From: Oliver Kurz Date: Mon, 1 Jan 2018 10:26:54 +0000 Subject: [PATCH] Accepting request 560503 from home:lachs0r - Update to version 0.1514391956.6a03db1: * Don't send acks on old messages * Handle rate limiting * Add a function to send raw http requests * Update away handlers * Bump plugin version * Group DMs don't really have topics * Group DMs (fixes #54) * imcb_log on reconnect opcode * respond to heartbeats and obey reconnect requests * additional unhandled events * Fix lastmsg/lastread logic * Convert custom emoji to the code and URL * Friendship mode * Read all available data from the SSL buffer * login message: wrong password * Enable self messages * Don't fail to login when no servers exist * Add 'help discord' * discord_ws_send_payload: fixup char casting * discord-websockets: fix implicit int to gchar cast * discord-websockets: fix some warnings * Fix lingering writable event source * Make server_prefix_len truncate by utf8 characters instead of bytes * Use proper conversion specifiers in prints (fixes segfaults) OBS-URL: https://build.opensuse.org/request/show/560503 OBS-URL: https://build.opensuse.org/package/show/server:irc/bitlbee-discord?expand=0&rev=2 --- bitlbee-discord-0.1487713838.0f0485e.tar.xz | 3 --- bitlbee-discord-0.1514391956.6a03db1.tar.xz | 3 +++ bitlbee-discord.changes | 29 +++++++++++++++++++++ bitlbee-discord.spec | 3 ++- 4 files changed, 34 insertions(+), 4 deletions(-) delete mode 100644 bitlbee-discord-0.1487713838.0f0485e.tar.xz create mode 100644 bitlbee-discord-0.1514391956.6a03db1.tar.xz diff --git a/bitlbee-discord-0.1487713838.0f0485e.tar.xz b/bitlbee-discord-0.1487713838.0f0485e.tar.xz deleted file mode 100644 index 0e52d92..0000000 --- a/bitlbee-discord-0.1487713838.0f0485e.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18f708b49aef0ffc8bac10f9dd6a048662658224ca759ca61ce66473add628c1 -size 21960 diff --git a/bitlbee-discord-0.1514391956.6a03db1.tar.xz b/bitlbee-discord-0.1514391956.6a03db1.tar.xz new file mode 100644 index 0000000..c2beaa6 --- /dev/null +++ b/bitlbee-discord-0.1514391956.6a03db1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ae781a4ce9a76a003e5957d7f80d677e9f35763e83d3c8223217706ae083add +size 24732 diff --git a/bitlbee-discord.changes b/bitlbee-discord.changes index c045504..18b2f9b 100644 --- a/bitlbee-discord.changes +++ b/bitlbee-discord.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Fri Dec 29 09:24:46 UTC 2017 - 9@cirno.systems + +- Update to version 0.1514391956.6a03db1: + * Don't send acks on old messages + * Handle rate limiting + * Add a function to send raw http requests + * Update away handlers + * Bump plugin version + * Group DMs don't really have topics + * Group DMs (fixes #54) + * imcb_log on reconnect opcode + * respond to heartbeats and obey reconnect requests + * additional unhandled events + * Fix lastmsg/lastread logic + * Convert custom emoji to the code and URL + * Friendship mode + * Read all available data from the SSL buffer + * login message: wrong password + * Enable self messages + * Don't fail to login when no servers exist + * Add 'help discord' + * discord_ws_send_payload: fixup char casting + * discord-websockets: fix implicit int to gchar cast + * discord-websockets: fix some warnings + * Fix lingering writable event source + * Make server_prefix_len truncate by utf8 characters instead of bytes + * Use proper conversion specifiers in prints (fixes segfaults) + ------------------------------------------------------------------- Wed Mar 01 20:24:09 UTC 2017 - okurz@suse.com diff --git a/bitlbee-discord.spec b/bitlbee-discord.spec index c920735..75cdaeb 100644 --- a/bitlbee-discord.spec +++ b/bitlbee-discord.spec @@ -18,7 +18,7 @@ %define github_user sm00th %define short_name discord Name: bitlbee-%{short_name} -Version: 0.1487713838.0f0485e +Version: 0.1514391956.6a03db1 Release: 0 Summary: Bitlbee plugin for Discord License: GPL-2.0 @@ -52,5 +52,6 @@ rm %{buildroot}%{_libdir}/bitlbee/%{short_name}.la %doc LICENSE README %dir %{_libdir}/bitlbee %{_libdir}/bitlbee/%{short_name}.so +%{_datadir}/bitlbee/%{short_name}-help.txt %changelog