Changelog for
pidgin-plugin-slack-0.2+git.1684171289.1cfcf66-lp154.1.3.noarch.rpm :
* Wed Jul 12 2023 mceplAATTcepl.eu- Update to version 0.2+git.1684171289.1cfcf66:
* Cleanup and document merged finduserhack
* Try trivial fix for #174, hope for the best
* temporary hack to test using email as userid
* Update Makefile
* Don\'t display old message if not changed
* Actually display expanded URLs if expand_urls is enabled
* fix \"Get history\" for aliased channels
* update json-parser
* Convert URL for incoming calls
* simplify thread history caching a bit, all conversations
* Ignore edits which do not change anything.
* Add option to Expand URLs or not.
* Cache the last used thread ID for each channel.
* Fix for compiling on Windows, which doesn\'t have support for localtime_r()
* README.md typo fix
* Fix github bot output
* Fix library names.
* Create Debian packaging rules.
* Display parent message when /getthread is used
* avoid a crash introduced in d9c6acd52c3b8192c91f5cfbb17df286885183fd
* Display old/new message in edits in opposite order and make them gray.
* Fix bugs
* FIX: typos and arguments in some Slack apis.
* bump version number given to libpurple to reflect latest git tag
* Tue Aug 31 2021 mceplAATTcepl.eu- Update to version 0.0+git.1626011342.57fffc7:
* fix ratelimit api retry and add more defensive checks #145
* properly handle immediate errors from fetch url
* add some more documentation on configuration options
* add /history command (same as blist menu option)
* update README commands and /help doc to match
* fix: Remove outdated caveats
* feat: Add threading documentation to readme
* We don\'t actually have format-truncation issues anymore anyway
* Fix compilation error for gcc versions <= 7.1
* Don\'t do unnecessary remove_alls; preserve self in users
* Tweak thread time parsing to give better error messages
* Thu Sep 24 2020 Link Porterfield
- Update to 0.0+git20200921 (changes since 0.0+git20181206)
* Parse the fields in an attachment using slack_message_to_html().
* Remove old commented out code that is no longer used.
* Add simple annotation for threaded messages
* thread reply format: use unicode
* Call setPresence auto whenever unidle
* Revert \"Display sent IM, but only if not last_mesg: #79
* Deallocate sa->ping_timer whenever we deallocate sa->rtm due to the former\'s dependence on the latter.
* rtm tickle for set_idle 0 rather than presence=auto
* Merge pull request #100 from zer0def/dealloc-old-ping-timer
* Send tickle instead of ping when unidle
* Make sure rtm is connected before send #102
* Fix #102: set_idle is called from \"signing-off\"
* Implement the authentication flow that the mobile clients use
* Remove an unused variable
* Clean up some issues with the auth.
* Update json-parser
* Make slack_api_call json free optional
* Fix use-after-free when receiving IM from unknown user
* Support group chat typing notifications
* Fix memleak and corruption
* Use install -D rather than separate -d
* Merge remote-tracking branch \'grimmy/mobile-auth\'
* Cleanup warnings; update auth with new api call api
* make: don\'t use install -D
* Add information about Bitlbee login information
* Merge pull request #114 from cptMikky/update-readme
* Fix incorrect warning and possible out-of-bounds access
* Fix typo in last
* Fix #17: use paginated conversations.list
* travis: run make install, too
* Add /delete and /edit commands
* Fix auth when using legacy tokens
* Merge remote-tracking branch \'eionrobb/legacy-token-authfix\'
* Thu Dec 06 2018 sor.alexeiAATTmeowr.ru- Update to 0.0+git20181206 (changes since 0.0+git20180803):
* Suppress chat sent msg display if ts matches last .
* Display sent IM, but only if not last_mesg (gh#dylex/slack-libpurple#79).
* Call serv_got_alias with display_name.
* Continue trying to download avatars if one fails.
* Several improvements to Slack away and status handling. The status now correctly reflects the away status in Pidgin, instead of only looking at the idle time. In addition, status messages are also reflected and will be seen in the roster, and in Slack as a custom status.
* Sanitise status message and serialise profile set.
* Thu Aug 09 2018 sor.alexeiAATTmeowr.ru- Initial package.