Commit Graph

17 Commits

Author SHA256 Message Date
Dominique Leuenberger
8d5973c8db Accepting request 923045 from server:irc
- Update to version 0.4.3+7.g607f988:
  * Fix empty gateway->path with glib > 2.68
  * Additional debuginfo on websocket upgrade
- Update to version 0.4.3+5.g068ed17:
  * Basic implementation of discord's replies
  * Update README.md
  * Update and rename README to README.md
  * Add verbosity toggle

OBS-URL: https://build.opensuse.org/request/show/923045
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bitlbee-discord?expand=0&rev=5
2021-10-04 16:40:48 +00:00
Mia Herkt
da3a93c711 Accepting request 923044 from home:mia
- Update to version 0.4.3+7.g607f988:
  * Fix empty gateway->path with glib > 2.68
  * Additional debuginfo on websocket upgrade
- Update to version 0.4.3+5.g068ed17:
  * Basic implementation of discord's replies
  * Update README.md
  * Update and rename README to README.md
  * Add verbosity toggle

OBS-URL: https://build.opensuse.org/request/show/923044
OBS-URL: https://build.opensuse.org/package/show/server:irc/bitlbee-discord?expand=0&rev=16
2021-10-04 14:14:06 +00:00
Dominique Leuenberger
12b5ba71a2 Accepting request 792976 from server:irc
- Update to version 0.4.3+0.g9466079:
  * Correct command in README

OBS-URL: https://build.opensuse.org/request/show/792976
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bitlbee-discord?expand=0&rev=4
2020-04-11 21:46:35 +00:00
Mia Herkt
0af4c37ff4 - Update to version 0.4.3+0.g9466079:
* Correct command in README

OBS-URL: https://build.opensuse.org/package/show/server:irc/bitlbee-discord?expand=0&rev=14
2020-04-10 17:54:33 +00:00
Dominique Leuenberger
d37fbd4270 Accepting request 773489 from server:irc
- Update to version 0.4.2+20200207.g69e16be:
  * Call imcb_connected only after we parsed the whole READY message
  * Sync private groups as well
  * Per-channel sync
  * Remove pending sync var
  * Don't wait for GUILD_SYNC on login
  * Add BITLBEE_LIBS to discord_la_LDFLAGS
  * Fix paste_buffer
- Remove obsolete Groups tag (fate#326485)

OBS-URL: https://build.opensuse.org/request/show/773489
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bitlbee-discord?expand=0&rev=3
2020-02-11 21:25:53 +00:00
Mia Herkt
8bd8615cc8 OBS-URL: https://build.opensuse.org/package/show/server:irc/bitlbee-discord?expand=0&rev=12 2020-02-11 16:17:32 +00:00
Mia Herkt
1e5a3ce958 - Update to version 0.4.2+20200207.g69e16be:
* Call imcb_connected only after we parsed the whole READY message
  * Sync private groups as well
  * Per-channel sync
  * Remove pending sync var
  * Don't wait for GUILD_SYNC on login
  * Add BITLBEE_LIBS to discord_la_LDFLAGS
  * Fix paste_buffer

OBS-URL: https://build.opensuse.org/package/show/server:irc/bitlbee-discord?expand=0&rev=11
2020-02-11 16:08:32 +00:00
Mia Herkt
50353eecd0 Accepting request 739981 from home:RBrownSUSE:branches:server:irc
Remove obsolete Groups tag (fate#326485)

OBS-URL: https://build.opensuse.org/request/show/739981
OBS-URL: https://build.opensuse.org/package/show/server:irc/bitlbee-discord?expand=0&rev=10
2019-10-17 22:51:32 +00:00
Dominique Leuenberger
34060daf12 Accepting request 654098 from server:irc
- Update to version 0.4.2
  This release contains mostly fixes to catch up with recent
  changes in the way discord operates plus a couple of new
  convenience options.

OBS-URL: https://build.opensuse.org/request/show/654098
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bitlbee-discord?expand=0&rev=2
2018-12-05 08:45:50 +00:00
Mia Herkt
abd3dee534 - Update to version 0.4.2
This release contains mostly fixes to catch up with recent
  changes in the way discord operates plus a couple of new
  convenience options.

OBS-URL: https://build.opensuse.org/package/show/server:irc/bitlbee-discord?expand=0&rev=8
2018-12-04 19:21:19 +00:00
Mia Herkt
2cac51c04d - Reintroduce _service -- current release no longer works
- Update to version 0.4.1+52.g167450a:
  * Remove account-wide nonce
  * Make nonces unique
  * websockets: handel SSL_AGAIN in non-connecting state
  * websockets: continue logging in on SSL_AGAIN
  * Additional debuginfo on websocket switch failure.
  * Set user real name to untouched nickname
  * Add auto_join* option description to readme
  * Fixed crashing problems upon rejecting more than one friend request. (#172)

OBS-URL: https://build.opensuse.org/package/show/server:irc/bitlbee-discord?expand=0&rev=7
2018-12-03 22:40:40 +00:00
Dominique Leuenberger
f92a8bab25 Accepting request 562666 from server:irc
- Switch to 0.4.1 release tarball, remove _service files
  * Allow getting backlog of private messages
  * Fix use-after-free on OPCODE_RECONNECT/INVALID_SESSION
- 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)
- Update to version 0f0485e:
  * Add a fake "guild" for global frineds.
  * Fix imcb_error format.
  * Add a debug option to configure.
  * Don't allow backlog fetches with limit < 1.
  * Debugging updates.
  * Make sure chan names are unique.
  * Remove bci from chatlist on channel deletion.
  * Add fetch_pinned option.
  * Detect (un)pins properly.
  * Report "email" errors on login.
- Initial package based on 0f0485e as there are no upstream releases

OBS-URL: https://build.opensuse.org/request/show/562666
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bitlbee-discord?expand=0&rev=1
2018-01-09 13:56:02 +00:00
Mia Herkt
34a19195fe OBS-URL: https://build.opensuse.org/package/show/server:irc/bitlbee-discord?expand=0&rev=5 2018-01-09 06:14:18 +00:00
Mia Herkt
92ae2e2eb4 - Switch to 0.4.1 release tarball, remove _service files
OBS-URL: https://build.opensuse.org/package/show/server:irc/bitlbee-discord?expand=0&rev=4
2018-01-09 06:11:21 +00:00
Mia Herkt
14e649a10e - Change version format of _service file: version+offset.gh
* Filed upstream issue to tag version bumps in the future so that
    we can hopefully stop packaging random Git commits, or at least
    use them for PARENT_TAG
- Update to version 0.4.1+0.g3e435b0:
  * Allow getting backlog of private messages
  * Fix use-after-free on OPCODE_RECONNECT/INVALID_SESSION

OBS-URL: https://build.opensuse.org/package/show/server:irc/bitlbee-discord?expand=0&rev=3
2018-01-07 05:40:09 +00:00
Oliver Kurz
8ea55ebd31 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
2018-01-01 10:26:54 +00:00
ed4efd283e Accepting request 477322 from home:okurz:bitlbee
Initial submission

OBS-URL: https://build.opensuse.org/request/show/477322
OBS-URL: https://build.opensuse.org/package/show/server:irc/bitlbee-discord?expand=0&rev=1
2017-03-29 13:03:42 +00:00