[Python-modules-commits] r16710 - in packages/papyon/trunk/debian (3 files)

dfiloni-guest at users.alioth.debian.org dfiloni-guest at users.alioth.debian.org
Sat Apr 23 08:39:35 UTC 2011


    Date: Saturday, April 23, 2011 @ 08:39:26
  Author: dfiloni-guest
Revision: 16710

Add patch.

Added:
  packages/papyon/trunk/debian/patches/
  packages/papyon/trunk/debian/patches/00-twice_handle_QNG.diff
  packages/papyon/trunk/debian/patches/series

Added: packages/papyon/trunk/debian/patches/00-twice_handle_QNG.diff
===================================================================
--- packages/papyon/trunk/debian/patches/00-twice_handle_QNG.diff	                        (rev 0)
+++ packages/papyon/trunk/debian/patches/00-twice_handle_QNG.diff	2011-04-23 08:39:26 UTC (rev 16710)
@@ -0,0 +1,21 @@
+Description: fix a nasty bug in MSNP notification. The bug consists in the
+ method that handles QNGs from the server being defined twice, and the 2nd
+ one being the BAD version. So you will (not!) see the server thinking your
+ client is offline after some time and silently disconnecting you. But you
+ won't get any notification about it because your client is like network
+ timed out.
+Author: Riccardo (C10uD) <c10ud.dev at gmail.com>
+Index: papyon-0.5.5/papyon/msnp/notification.py
+===================================================================
+--- papyon-0.5.5.orig/papyon/msnp/notification.py	2011-04-23 10:27:07.067895071 +0200
++++ papyon-0.5.5/papyon/msnp/notification.py	2011-04-23 10:27:38.707895071 +0200
+@@ -695,9 +695,6 @@
+         self.emit("switchboard-invitation-received", session, inviter)
+ 
+     # --------- Challenge ----------------------------------------------------
+-    def _handle_QNG(self, command):
+-        pass
+-
+     def _handle_QRY(self, command):
+         pass
+ 

Added: packages/papyon/trunk/debian/patches/series
===================================================================
--- packages/papyon/trunk/debian/patches/series	                        (rev 0)
+++ packages/papyon/trunk/debian/patches/series	2011-04-23 08:39:26 UTC (rev 16710)
@@ -0,0 +1 @@
+00-twice_handle_QNG.diff




More information about the Python-modules-commits mailing list