Sun, 25 Jun 2017 04:55:42 -0300 dx facebook: Fix receiving attachments file | diff | annotate
Sun, 25 Jun 2017 04:53:16 -0300 dx facebook: Fix creating threads, inviting, kicking members (misc api changes) file | diff | annotate
Sun, 25 Jun 2017 04:45:40 -0300 dx facebook: Fix setting channel topics (tid=t_id.1234 is no longer valid) file | diff | annotate
Sun, 25 Jun 2017 04:44:19 -0300 dx facebook: Handle new style topic/groupchat membership events file | diff | annotate
Sun, 25 Jun 2017 04:16:48 -0300 dx facebook: Refactor, split fb_api_cb_publish_ms into ..._new_message file | diff | annotate
Sun, 25 Jun 2017 04:07:39 -0300 Mickaƫl Thomas facebook: Extract target url from fbrpc:// URLs file | diff | annotate
Sun, 25 Jun 2017 04:01:56 -0300 dx facebook: Use FetchContactsDeltaQuery for contact sync file | diff | annotate
Sun, 25 Jun 2017 02:18:22 -0300 dx facebook: Update some graphql query hashes file | diff | annotate
Sun, 25 Jun 2017 02:14:56 -0300 dx facebook: Refactor, split off contact nodes parsing from fb_api_cb_contacts file | diff | annotate
Sun, 25 Jun 2017 01:56:20 -0300 dx facebook: Don't disconnect when trying to join a chat after being kicked file | diff | annotate
Sat, 24 Jun 2017 23:58:35 -0300 dx facebook: Don't fail on groupchats with only two members including self file | diff | annotate
Sat, 24 Jun 2017 23:11:11 -0300 dx facebook: Change error message when sync_sequence_id is missing, for clarity file | diff | annotate
Sat, 24 Jun 2017 23:09:47 -0300 dx facebook: Add content-type header to all requests, fixes http error 400 file | diff | annotate
Sat, 24 Jun 2017 23:08:09 -0300 dx facebook: Add new ThreadListQuery-like hash, for initial seq id only file | diff | annotate
Sat, 24 Jun 2017 23:05:13 -0300 dx facebook: Send user agent strings in all HTTP requests and in MQTT connect file | diff | annotate
Sun, 04 Jun 2017 22:05:28 -0500 Mike Ruprecht facebook: Use generic marshaller for GObject signals file | diff | annotate
Sat, 22 Oct 2016 04:32:07 -0300 dequis facebook: fb_api_cb_contacts: Make all the other fields optional too file | diff | annotate
Sat, 22 Oct 2016 04:13:02 -0300 dequis facebook: Prevent disconnections on 509 errors, "Invalid attachment id" file | diff | annotate
Sat, 22 Oct 2016 03:51:49 -0300 dequis facebook: Make $.hugePictureUrl.uri optional file | diff | annotate
Sat, 22 Oct 2016 02:16:30 -0300 dequis facebook: Store sent message id in lastmid, to deduplicate echoed messages file | diff | annotate
Sat, 09 Apr 2016 14:07:55 -0300 dx facebook: fix contacts pagination, use page_info.end_cursor file | diff | annotate
Sat, 16 Jan 2016 10:01:23 -0500 James Geboski facebook: use the icon URL as a backup checksum file | diff | annotate
Sat, 09 Jan 2016 12:41:48 -0500 James Geboski facebook: fixed incorrect handling of unknown XMA types file | diff | annotate
Thu, 07 Jan 2016 14:06:04 -0500 James Geboski facebook: ignore messages which are sequentially duplicated file | diff | annotate
Mon, 04 Jan 2016 19:54:13 -0500 James Geboski facebook: migrated key mappings to the GTK-Doc file | diff | annotate
Mon, 04 Jan 2016 19:28:45 -0500 James Geboski facebook: attempt to silently reconnect the MQTT stream file | diff | annotate
Mon, 04 Jan 2016 17:17:32 -0500 James Geboski facebook: implemented queued message sending file | diff | annotate
Thu, 31 Dec 2015 16:11:55 -0500 James Geboski facebook: properly handle optional Thrift fields and scoping file | diff | annotate
Mon, 28 Dec 2015 16:02:59 -0500 James Geboski facebook: fixed the self contact being ignored file | diff | annotate
Sat, 26 Dec 2015 18:01:00 -0500 James Geboski facebook: preserve the timestamp on incoming messages file | diff | annotate
Fri, 25 Dec 2015 15:20:41 -0500 James Geboski facebook: fixed broken contact counting with non-friends file | diff | annotate
Thu, 24 Dec 2015 18:13:38 -0500 James Geboski facebook: coding style consistencies file | diff | annotate
Mon, 21 Dec 2015 21:34:55 -0500 James Geboski facebook: implemented better HTTP connection handling file | diff | annotate
Sun, 20 Dec 2015 18:40:49 -0500 James Geboski facebook: fixed non-friend contacts showing as buddies file | diff | annotate
Wed, 16 Dec 2015 15:13:36 -0500 James Geboski facebook: refactored util naming and GTK-Doc file | diff | annotate
Tue, 15 Dec 2015 22:35:05 -0500 James Geboski facebook: use the GConverter interface instead of zlib file | diff | annotate
Sat, 17 Oct 2015 22:33:20 -0400 James Geboski facebook: fixed extra whitespacing facebook file | diff | annotate
Tue, 15 Sep 2015 21:40:59 -0300 dequis facebook-api: fix groupchat self messages facebook file | diff | annotate
Wed, 26 Aug 2015 19:48:29 -0400 James Geboski facebook: fixed deleted XMAs being fatal facebook file | diff | annotate
Tue, 25 Aug 2015 20:02:11 -0400 James Geboski facebook: fixed the contact query not fetching non-users facebook file | diff | annotate
Tue, 25 Aug 2015 16:48:44 -0400 James Geboski facebook: implemented group chat topic change events facebook file | diff | annotate
Tue, 25 Aug 2015 16:30:00 -0400 James Geboski facebook: fixed possible NULL string comparison facebook file | diff | annotate
Mon, 24 Aug 2015 19:57:50 -0400 James Geboski facebook: do not auto close the MQTT connection on error facebook file | diff | annotate
Mon, 24 Aug 2015 19:34:23 -0400 James Geboski facebook: fixed improper handling of queue errors facebook file | diff | annotate
Mon, 24 Aug 2015 19:29:57 -0400 James Geboski facebook: removed weird usage of g_slist_copy_deep() facebook file | diff | annotate
Fri, 21 Aug 2015 22:35:13 -0400 James Geboski facebook: use NULL not 0 facebook file | diff | annotate
Fri, 21 Aug 2015 00:41:38 -0400 James Geboski facebook: fetch URLs for all messages attachments facebook file | diff | annotate
Thu, 20 Aug 2015 21:45:58 -0400 James Geboski facebook: display stickers in-line facebook file | diff | annotate
Thu, 20 Aug 2015 16:31:46 -0400 James Geboski facebook: fixed memory leak with HTTP error checking facebook file | diff | annotate
Thu, 20 Aug 2015 16:19:06 -0400 James Geboski facebook: ignore canceling HTTP requests facebook file | diff | annotate
Thu, 20 Aug 2015 15:49:25 -0400 James Geboski facebook: refactored data structure usage facebook file | diff | annotate
Wed, 19 Aug 2015 21:50:10 -0400 James Geboski facebook: display images in-line facebook file | diff | annotate
Tue, 18 Aug 2015 19:58:40 -0400 James Geboski facebook: gobjectified the FbJsonValues interface facebook file | diff | annotate
Tue, 18 Aug 2015 19:11:42 -0400 James Geboski facebook: fixed memory leak with contact parsing facebook file | diff | annotate
Tue, 18 Aug 2015 19:11:10 -0400 James Geboski facebook: refactored for future inline images facebook file | diff | annotate
Tue, 18 Aug 2015 00:12:28 -0400 James Geboski facebook: fixed MIME types being required facebook file | diff | annotate
Tue, 18 Aug 2015 00:04:50 -0400 James Geboski facebook: display thread URL for videos facebook file | diff | annotate
Mon, 17 Aug 2015 23:15:10 -0400 James Geboski facebook: fixed URL comparisons being overly strict facebook file | diff | annotate
Sat, 15 Aug 2015 17:16:29 -0400 James Geboski Backed out changeset ce9c78335820 facebook file | diff | annotate
Sat, 15 Aug 2015 16:25:23 -0400 James Geboski facebook: added GTK-Doc for the internal APIs facebook file | diff | annotate
(0) -100 -60 tip

mercurial