Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dequis/purple-facebook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2017-06-26 09:59:40 +0300
committerdequis <dx@dxzone.com.ar>2017-06-26 10:51:59 +0300
commit2c3b6bf43c4a04f97606661e4deba4cfe5f5f6e7 (patch)
treefce0e2b23b6b75468b4a6c89f536e3cda5798635
parentb7aa06d4bbb12121bdb418c0b0941b9cd0dd4ffa (diff)
VERSION: update to 833846fe6fb6
Changes previously included in this repository as patches: * Send user agent strings in all HTTP requests and in MQTT connect * Add new ThreadListQuery-like hash, for initial seq id only * Add content-type header to all requests, fixes http error 400 * Change error message when sync_sequence_id is missing, for clarity Changes ported from bitlbee-facebook: * Don't fail on groupchats with only two members including self Those are created by the "Marketplace" feature * Use FetchContactsDeltaQuery for contact sync This has a number of benefits: - Most of the time the contact sync reply will be empty - We can do contact sync more frequently (It's 5 mins now, was 30) - Figuring out what contacts were added or removed is much simpler and less likely to get things wrong. - Non-friends are no longer accidentally removed because there's no need to compare contact lists - On accounts with lots of friends this gets rid of one source of CPU usage spikes - Less load for facebook's servers (lol) * Don't disconnect when trying to join a chat after being kicked * Extract target url from fbrpc:// URLs * Handle new style topic/groupchat membership events * Fix setting channel topics (tid=t_id.1234 is no longer valid) * Fix creating threads, inviting, kicking members (misc api changes) Changes specific to purple-facebook: * Add everyone to "Facebook Friends" group and persist Non-Friends * Don't save access token if not remembering password * Save names of non-friends in the local alias in blist.xml * Add "Mark messages as read only when available" setting
-rw-r--r--VERSION2
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION b/VERSION
index a76e224..e85de8a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-c9b74a765767
+833846fe6fb6