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:
authorjgeboski <jgeboski@gmail.com>2015-07-19 03:40:58 +0300
committerjgeboski <jgeboski@gmail.com>2015-07-19 03:40:58 +0300
commit81edfb44b06d7a37b1538e5759abd65b1a1a0e46 (patch)
treec2bb8e485376652eeee7af88072e10d2a579f155
parent3dc40991009286c248b9d3dd8770f0f4977c856d (diff)
VERSION: updated to 565fbae05259565fbae05259
-rw-r--r--ChangeLog9
-rw-r--r--VERSION2
-rw-r--r--patches/02-plugin.patch30
3 files changed, 25 insertions, 16 deletions
diff --git a/ChangeLog b/ChangeLog
index 329f2ca..4caa337 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+purple-facebook-565fbae05259 (2015-07-18):
+ - Dropped required glib version to 2.20.0
+ - Fixed libpurple check within autoconf
+ - Fixed memory leak with HTTP requests
+ - Fixed the fetching of large amounts of contacts
+ - Migrated all instructions from the README to the wiki
+ - Migrated from FQL to GraphQL
+ - Removed useless CFLAGS options from autoconf
+
purple-facebook-305f27dd23c0 (2015-07-15):
- Added debugging log information to the README
- Added HTTP statues to debug messages
diff --git a/VERSION b/VERSION
index 4a07ea9..fbf61e0 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-305f27dd23c0
+565fbae05259
diff --git a/patches/02-plugin.patch b/patches/02-plugin.patch
index 8e2ec45..f9034d8 100644
--- a/patches/02-plugin.patch
+++ b/patches/02-plugin.patch
@@ -1,7 +1,7 @@
-diff -r 4098e875ebcb libpurple/protocols/facebook/facebook.c
---- a/libpurple/protocols/facebook/facebook.c Sun Jul 12 23:10:49 2015 -0400
-+++ b/libpurple/protocols/facebook/facebook.c Sun Jul 12 23:18:57 2015 -0400
-@@ -408,7 +408,7 @@
+diff -r 565fbae05259 libpurple/protocols/facebook/facebook.c
+--- a/libpurple/protocols/facebook/facebook.c Sat Jul 18 20:24:08 2015 -0400
++++ b/libpurple/protocols/facebook/facebook.c Sat Jul 18 20:28:07 2015 -0400
+@@ -413,7 +413,7 @@
GSList *select = NULL;
PurpleConnection *gc;
@@ -10,7 +10,7 @@ diff -r 4098e875ebcb libpurple/protocols/facebook/facebook.c
return;
}
-@@ -549,7 +549,7 @@
+@@ -554,7 +554,7 @@
PurpleConnection *gc;
PurpleMenuAction *act;
@@ -19,7 +19,7 @@ diff -r 4098e875ebcb libpurple/protocols/facebook/facebook.c
return NULL;
}
-@@ -572,7 +572,8 @@
+@@ -577,7 +577,8 @@
}
static gint
@@ -29,7 +29,7 @@ diff -r 4098e875ebcb libpurple/protocols/facebook/facebook.c
{
const gchar *name;
const gchar *text;
-@@ -584,10 +585,10 @@
+@@ -589,10 +590,10 @@
fata = purple_connection_get_protocol_data(gc);
api = fb_data_get_api(fata);
@@ -42,7 +42,7 @@ diff -r 4098e875ebcb libpurple/protocols/facebook/facebook.c
sext = purple_markup_strip_html(text);
fb_api_message(api, uid, FALSE, sext);
g_free(sext);
-@@ -709,7 +710,8 @@
+@@ -714,7 +715,8 @@
}
static gint
@@ -52,7 +52,7 @@ diff -r 4098e875ebcb libpurple/protocols/facebook/facebook.c
{
const gchar *name;
const gchar *text;
-@@ -728,15 +730,15 @@
+@@ -733,15 +735,15 @@
name = purple_conversation_get_name(PURPLE_CONVERSATION(chat));
tid = FB_ID_FROM_STR(name);
@@ -71,7 +71,7 @@ diff -r 4098e875ebcb libpurple/protocols/facebook/facebook.c
time(NULL));
return 0;
}
-@@ -890,85 +892,6 @@
+@@ -895,85 +897,6 @@
}
static void
@@ -157,7 +157,7 @@ diff -r 4098e875ebcb libpurple/protocols/facebook/facebook.c
fb_cmds_register(void)
{
PurpleCmdId id;
-@@ -980,13 +903,13 @@
+@@ -985,13 +908,13 @@
g_return_if_fail(fb_cmds == NULL);
id = purple_cmd_register("kick", "s", PURPLE_CMD_P_PROTOCOL, cflags,
@@ -173,7 +173,7 @@ diff -r 4098e875ebcb libpurple/protocols/facebook/facebook.c
_("leave: Leave the chat"),
NULL);
fb_cmds = g_slist_prepend(fb_cmds, GUINT_TO_POINTER(id));
-@@ -1005,43 +928,78 @@
+@@ -1010,43 +933,78 @@
g_slist_free_full(fb_cmds, fb_cmds_unregister_free);
}
@@ -282,9 +282,9 @@ diff -r 4098e875ebcb libpurple/protocols/facebook/facebook.c
+ inited = TRUE;
+ return purple_plugin_register(plugin);
+}
-diff -r 4098e875ebcb libpurple/protocols/facebook/facebook.h
---- a/libpurple/protocols/facebook/facebook.h Sun Jul 12 23:10:49 2015 -0400
-+++ b/libpurple/protocols/facebook/facebook.h Sun Jul 12 23:18:57 2015 -0400
+diff -r 565fbae05259 libpurple/protocols/facebook/facebook.h
+--- a/libpurple/protocols/facebook/facebook.h Sat Jul 18 20:24:08 2015 -0400
++++ b/libpurple/protocols/facebook/facebook.h Sat Jul 18 20:28:07 2015 -0400
@@ -25,29 +25,4 @@
#include "glibcompat.h"
#include "protocol.h"