summarylogtreecommitdiffstats
path: root/fix_groupchat.patch
diff options
context:
space:
mode:
authorNarrat2020-01-11 18:02:10 +0100
committerNarrat2020-01-11 18:02:10 +0100
commit4d70324ed5ccfe011aebbd34d2cee56e34a79157 (patch)
treeb26f70b39bf50d394c439d15c2679904aef82b42 /fix_groupchat.patch
parente956f19d8e0b35af5b59c5c344162cd9adc70beb (diff)
downloadaur-4d70324ed5ccfe011aebbd34d2cee56e34a79157.tar.gz
update to 1.1.1
With this release the patches for the broken-status and the glib includes are obsolete See: https://github.com/obriencj/meanwhile/commit/c49837f276202ede0c8afcc9151f3054663091ad https://github.com/obriencj/meanwhile/commit/b2db429b554e6167c4762da6843b28d186d1d96a fix_groupchat remains und still applies. But dunno if really needed.
Diffstat (limited to 'fix_groupchat.patch')
-rw-r--r--fix_groupchat.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/fix_groupchat.patch b/fix_groupchat.patch
index 433eaa323257..e55fe5b1e9c8 100644
--- a/fix_groupchat.patch
+++ b/fix_groupchat.patch
@@ -1,6 +1,6 @@
--- a/src/srvc_place.c 2013-10-02 13:49:18.048588870 -0500
+++ b/src/srvc_place.c 2013-10-02 13:50:18.027648225 -0500
-@@ -39,6 +39,16 @@
+@@ -37,6 +37,16 @@
#define PROTOCOL_TYPE 0x00
#define PROTOCOL_VER 0x05
@@ -17,7 +17,7 @@
enum incoming_msg {
msg_in_JOIN_RESPONSE = 0x0000, /* ? */
-@@ -165,6 +175,7 @@
+@@ -163,6 +173,7 @@
guint16 login_type;
guint32 unknown_a;
guint32 unknown_b;
@@ -25,7 +25,7 @@
};
-@@ -189,6 +200,7 @@
+@@ -187,6 +198,7 @@
mwIdBlock_clear(&p->idb);
g_free(p->login_id);
g_free(p->name);
@@ -33,7 +33,7 @@
g_free(p);
}
-@@ -394,6 +406,9 @@
+@@ -392,6 +404,9 @@
guint16_get(b, &pm->login_type);
guint32_get(b, &pm->unknown_a);
guint32_get(b, &pm->unknown_b);
@@ -43,7 +43,7 @@
PUT_MEMBER(place, pm);
if(srvc->handler && srvc->handler->peerJoined)
-@@ -519,8 +534,18 @@
+@@ -517,8 +532,18 @@
static int recv_SECTION_LIST(struct mwPlace *place,
struct mwGetBuffer *b) {
@@ -63,7 +63,7 @@
mwGetBuffer_advance(b, 4);
guint32_get(b, &sec);
-@@ -545,6 +570,10 @@
+@@ -542,6 +567,10 @@
guint32_get(b, &m->unknown_a);
guint32_get(b, &m->unknown_b);