changelog
- Mon, 26 Jun 2017 03:48:51 -0300
- by dx <dx@dxzone.com.ar> [Mon, 26 Jun 2017 03:48:51 -0300] rev 38405
- facebook: add "Mark messages as read only when available" setting
- Mon, 26 Jun 2017 02:08:12 -0300
- by dx <dx@dxzone.com.ar> [Mon, 26 Jun 2017 02:08:12 -0300] rev 38404
- facebook: save names of non-friends in the local alias in blist.xml
- Mon, 26 Jun 2017 02:04:55 -0300
- by dx <dx@dxzone.com.ar> [Mon, 26 Jun 2017 02:04:55 -0300] rev 38403
- facebook: don't save access token if not remembering password
- Mon, 26 Jun 2017 01:11:28 -0300
- by dx <dx@dxzone.com.ar> [Mon, 26 Jun 2017 01:11:28 -0300] rev 38402
- facebook: Add everyone to "Facebook Friends" group and persist Non-Friends
- Sun, 25 Jun 2017 04:57:28 -0300
- by dx <dx@dxzone.com.ar> [Sun, 25 Jun 2017 04:57:28 -0300] rev 38401
- facebook: Fix return type of "error" signal
Might fix a crash when the error signal is raised and glib has G_ENABLE_DEBUG,
but not sure if it affects this version of the code.
See bitlbee-facebook commit 99e31624 for details.
- Sun, 25 Jun 2017 04:55:42 -0300
- by dx <dx@dxzone.com.ar> [Sun, 25 Jun 2017 04:55:42 -0300] rev 38400
- facebook: Fix receiving attachments
Broke in earlier refactoring
- Sun, 25 Jun 2017 04:53:16 -0300
- by dx <dx@dxzone.com.ar> [Sun, 25 Jun 2017 04:53:16 -0300] rev 38399
- facebook: Fix creating threads, inviting, kicking members (misc api changes)
- Sun, 25 Jun 2017 04:45:40 -0300
- by dx <dx@dxzone.com.ar> [Sun, 25 Jun 2017 04:45:40 -0300] rev 38398
- facebook: Fix setting channel topics (tid=t_id.1234 is no longer valid)
The server expects the tid parameter to be just the tid now.
- Sun, 25 Jun 2017 04:44:19 -0300
- by dx <dx@dxzone.com.ar> [Sun, 25 Jun 2017 04:44:19 -0300] rev 38397
- facebook: Handle new style topic/groupchat membership events
Looks like the mercury topics were deprecated and instead we get these:
* deltaThreadName
* deltaParticipantsAddedToGroupThread
* deltaParticipantLeftGroupThread
Also slightly modified the handlers on the UI side to add users
directly without requiring a thread fetch, and to show a kick message
- Sun, 25 Jun 2017 04:16:48 -0300
- by dx <dx@dxzone.com.ar> [Sun, 25 Jun 2017 04:16:48 -0300] rev 38396
- facebook: Refactor, split fb_api_cb_publish_ms into ..._new_message