Date: Thursday, June 22, 2017 @ 11:41:36
  Author: spupykin
Revision: 239537

clean up

Deleted:
  pyicqt/trunk/ficq.patch
  pyicqt/trunk/unicode-error-fix.diff

------------------------+
 ficq.patch             |   11 -----------
 unicode-error-fix.diff |   14 --------------
 2 files changed, 25 deletions(-)

Deleted: ficq.patch
===================================================================
--- ficq.patch  2017-06-22 11:33:23 UTC (rev 239536)
+++ ficq.patch  2017-06-22 11:41:36 UTC (rev 239537)
@@ -1,11 +0,0 @@
---- oscar.py.orig       2009-01-06 20:31:38.000000000 +0300
-+++ oscar.py    2009-01-22 19:03:51.000000000 +0300
-@@ -598,7 +598,7 @@
- class OscarConnection(protocol.Protocol):
-     def connectionMade(self):
-         self.state=""
--        self.seqnum=0
-+        self.seqnum=10000
-         self.buf=''
-         self.outRate=6000
-         self.outTime=time.time()

Deleted: unicode-error-fix.diff
===================================================================
--- unicode-error-fix.diff      2017-06-22 11:33:23 UTC (rev 239536)
+++ unicode-error-fix.diff      2017-06-22 11:41:36 UTC (rev 239537)
@@ -1,14 +0,0 @@
---- icqt.py.org        2009-01-12 19:55:44.000000000 +0300
-+++ icqt.py    2009-01-23 12:57:41.000000000 +0300
-@@ -321,7 +321,10 @@
-                       self.oscarcon.legacyList.delCustomStatus(user.name, 
savemask=mask)
-                       
-               LogEvent(WARN, self.session.jabberID, "Status message: %s" % 
status)
-+              try:
--              status = status.encode("utf-8", "replace")
-+                      status = status.encode("utf-8", "replace")
-+                except UnicodeDecodeError:
-+                        status = "unicode error"
-               # status = status.encode(config.encoding, "replace")
-               
-               if config.xstatusessupport:             

Reply via email to