summaryrefslogtreecommitdiff
path: root/libpurple/protocols/facebook
Commit message (Expand)AuthorAgeFilesLines
* Rename purple_menu_action_* to purple_action_menu_*Gary Kramlich2018-02-151-1/+1
* Rename PurpleMenuAction to PurpleActionMenuGary Kramlich2018-02-151-1/+1
* Move the MenuAction stuff to the new action.[ch] filesGary Kramlich2018-02-011-0/+1
* meson: Fix formattingPetteri Pitkänen2019-03-011-3/+1
* meson: Generate docs for facebook only when plugin itself is builtPetteri Pitkänen2019-02-281-4/+6
* Use G_DEFINE_TYPE_WITH_PRIVATE on PurpleBuddy.Elliott Sales de Andrade2019-02-071-4/+8
* Use G_DEFINE_TYPE_WITH_PRIVATE in facebook prpl.Elliott Sales de Andrade2019-02-075-35/+14
* libpurple: Drop capability to statically build prplsMike Ruprecht2018-12-081-5/+1
* facebook: Fix -Wdiscarded-qualifiers warningsMike Ruprecht2018-11-301-2/+2
* Fix indentation into tabs, and make truthiness of gint explicit.Shlomi Fish2018-11-221-17/+17
* Sort the facebook contacts by name/alias in group chat.Shlomi Fish2018-11-211-1/+23
* facebook: Limit received images to 10MiBMike Ruprecht2018-10-222-1/+8
* facebook: Allow sizes larger than 1MiB for received imagesMike Ruprecht2018-10-221-1/+8
* facebook: Port to use refactored PurpleQueuedOutputStreamMike Ruprecht2018-05-281-9/+8
* facebook: Fix duplicate const declaration specifiersMike Ruprecht2018-05-232-2/+2
* Initial purple of autotools and the mingw stuffGary Kramlich2017-10-202-146/+0
* facebook: Fix "Failed to read thrift" with unknown fields in /t_p payloaddx2017-08-301-1/+11
* Remove now unused direct references and checks of zlibMike Ruprecht2017-07-181-1/+0
* Merge with default.Elliott Sales de Andrade2017-07-062-7/+7
|\
| * Remove purple_timeout_* function usageMike Ruprecht2017-06-152-7/+7
* | Merge with default.Elliott Sales de Andrade2017-06-295-144/+649
|\ \ | |/
| * Merged in dequisdequis/pidgin (pull request #222)Gary Kramlich2017-06-294-120/+629
| |\
| | * facebook: add "Mark messages as read only when available" settingdx2017-06-261-10/+29
| | * facebook: save names of non-friends in the local alias in blist.xmldx2017-06-261-1/+1
| | * facebook: don't save access token if not remembering passworddx2017-06-262-1/+5
| | * facebook: Add everyone to "Facebook Friends" group and persist Non-Friendsdx2017-06-261-9/+10
| | * facebook: Fix return type of "error" signaldx2017-06-251-1/+1
| | * facebook: Fix receiving attachmentsdx2017-06-251-2/+1
| | * facebook: Fix creating threads, inviting, kicking members (misc api changes)dx2017-06-252-6/+6
| | * facebook: Fix setting channel topics (tid=t_id.1234 is no longer valid)dx2017-06-251-1/+1
| | * facebook: Handle new style topic/groupchat membership eventsdx2017-06-252-7/+136
| | * facebook: Refactor, split fb_api_cb_publish_ms into ..._new_messagedx2017-06-251-29/+63
| | * facebook: Extract target url from fbrpc:// URLsMickaël Thomas2017-06-252-1/+12
| | * facebook: Use FetchContactsDeltaQuery for contact syncdx2017-06-252-30/+201
| | * facebook: Refactor, split off sync timeout code from fb_cb_api_contactsdx2017-06-251-11/+23
| | * facebook: Update some graphql query hashesdx2017-06-252-6/+21
| | * facebook: Refactor, split off contact nodes parsing from fb_api_cb_contactsdx2017-06-251-12/+24
| | * facebook: Don't disconnect when trying to join a chat after being kickeddx2017-06-252-3/+59
| | * facebook: Don't fail on groupchats with only two members including selfdx2017-06-241-1/+3
| | * facebook: Change error message when sync_sequence_id is missing, for claritydx2017-06-241-2/+8
| | * facebook: Add content-type header to all requests, fixes http error 400dx2017-06-241-0/+1
| | * facebook: Add new ThreadListQuery-like hash, for initial seq id onlydx2017-06-242-1/+12
| | * facebook: Send user agent strings in all HTTP requests and in MQTT connectdx2017-06-242-1/+27
| * | facebook: Fix reading MQTT ping responsesMike Ruprecht2017-06-271-24/+20
| |/
* | Remove old marshalling files.Elliott Sales de Andrade2017-06-201-6/+0
* | Add documentation to Meson build.Elliott Sales de Andrade2017-06-191-0/+6
* | Merge with default.Elliott Sales de Andrade2017-06-195-63/+18
|\ \ | |/
| * facebook: Use generic marshaller for GObject signalsMike Ruprecht2017-06-045-64/+18
* | Merge with 'default'.Elliott Sales de Andrade2016-12-187-180/+243
|\ \ | |/
| * facebook: fb_api_cb_contacts: Make all the other fields optional toodequis2016-10-221-5/+5