aboutsummaryrefslogtreecommitdiffstats
path: root/facebook
Commit message (Expand)AuthorAgeLines
* Load is_work through FbData, fixes api key issues after the first login.HEADmasterdequis2017-10-17-0/+25
* Work chat login support (enable the "work" setting to use it)dequis2017-10-16-9/+467
* Document the unknownsAbyr Valg2017-10-16-12/+50
* Fix "Failed to read thrift" with unknown fields in /t_p payloaddevelopmentdequis2017-08-30-1/+11
* Fix login hang/timeout when the last page of contacts is emptydequis2017-07-12-1/+1
* Add tweak values 1-15, sets orca version in the user agentdequis2017-07-07-2/+49
* Add "tweak" hidden setting, does nothing for now.dequis2017-07-07-0/+30
* Revert "Makefile.am: add -no-undefined for cygwin"dequis2017-05-29-1/+1
* Makefile.am: add -no-undefined for cygwindequis2017-05-13-1/+1
* Send orca-formatted user agent for all HTTP requests toodequis2017-03-30-9/+19
* fb_api_http_query: Handle FB_API_QUERY_SEQ_ID in the switchdequis2017-03-29-0/+1
* Use the new ThreadListQuery hash for seq id only, not for thread queriesdequis2017-03-29-2/+12
* Set the MQTT user agent to look like Orca-Android 38.0.0.22.155dequis2017-03-29-1/+17
* Update ThreadListQuery hash, fixes sync_sequence_id issues, thanks Eiondequis2017-03-29-1/+1
* Fix crash when the error signal is raised and glib has G_ENABLE_DEBUGdequis2017-02-25-2/+2
* Fixed receiving attachmentsKamal Galrani2017-02-24-1/+1
* Fix creating threads, inviting, kicking members (misc api changes)dequis2017-02-24-6/+6
* Fix setting channel topics (tid=t_id.1234 is no longer valid)dequis2017-02-24-1/+1
* Handle new style topic/groupchat membership eventsdequis2017-02-24-7/+132
* Refactor, split fb_api_cb_publish_ms into ..._new_messagedequis2017-02-24-29/+63
* Extract target url from fbrpc:// URLsMickaƫl Thomas2017-02-23-1/+12
* Fix some compiler warningsdequis2017-02-23-6/+3
* Fix infinite loop in previous commit when being added by a non-frienddequis2017-01-22-2/+8
* Use FetchContactsDeltaQuery for contact syncdequis2017-01-08-30/+181
* Refactor, split off sync-contacts timeout code from fb_cb_api_contactsdequis2017-01-07-13/+20
* Update some graphql query hashesdequis2017-01-07-6/+21
* Refactor, split off contact nodes parsing from fb_api_cb_contactsdequis2017-01-07-11/+26
* Don't disconnect when trying to join a chat after being kickeddequis2017-01-07-3/+54
* Refactor, split chat topic string generation to a separate functiondequis2017-01-07-19/+30
* Don't fail on groupchats with only two members including selfdequis2017-01-06-1/+3
* Set a non-empty HTTP User-Agentdequis2016-11-21-1/+8
* fb_api_cb_contacts: Make all the other fields optional toodequis2016-06-06-5/+5
* fb_http_urlcmp: more loose comparison, to avoid showing urls twicedequis2016-06-02-0/+4
* Added support for the new bitlbee plugin informationdequis2016-06-02-0/+21
* Prevent disconnections on 509 errors, "Invalid attachment id"dequis2016-06-02-2/+13
* Make $.hugePictureUrl.uri optionaldequis2016-06-02-22/+27
* Store sent message id in lastmid, to deduplicate echoed messagesdequis2016-05-16-0/+1
* mqtt: Fix double free on ssl handshake failuresdequis2016-05-09-0/+3
* Consistency changes for 69b90b5jgeboski2016-03-29-41/+44
* Mark as read on reply, mark as read only when availableMarius Halden2016-03-29-7/+85
* facebook-api: fix contacts pagination, use page_info.end_cursordequis2016-03-29-18/+15
* Properly initialize the bee_user datajgeboski2016-03-10-2/+16
* facebook-api: use the icon URL as a backup checksumjgeboski2016-01-16-2/+13
* Updated copyright dates for 2016jgeboski2016-01-15-17/+17
* Refactored the fbchats printingjgeboski2016-01-14-25/+14
* Unbreak gtk-docJorge VillaseƱor2016-01-14-1/+1
* facebook-api: fixed incorrect handling of unknown XMA typesjgeboski2016-01-09-2/+2
* facebook-api: ignore messages which are sequentially duplicatedjgeboski2016-01-07-5/+17
* facebook-api: migrated key mappings to the GTK-Docjgeboski2016-01-04-82/+76
* facebook-api: attempt to silently reconnect the MQTT streamjgeboski2016-01-04-1/+15