V-cards look ok, at least on with an ? (oe) if I ise windows-1252 encoding in config.xml. But hey, what does the encoding tag in the config file do? I find i rather amusing that it works with a windows codepage but not with utf8 or iso 8859 encoding since the gateway runs on a linux machine, same as the jabber server, and the jabber client runs on a linux machine (which only uses utf8). Just for information, when i used iso-8859-15 in config.xml i received utf8 but it was interpreted as iso, when i used utf8 in config.xml, i don't know what i received, but i guess it was utf16 (due to earlier bug report). I looking forward to try the patch for the status messages, is it committed to SVN?
On Tue, 2005-08-02 at 15:12 +0200, Oscar Hellstr?m wrote: > Changed form utf8 to iso-8859-15 to 8859-11 and now to windows-1252. > We'll see how it turns out. > > On Tue, 2005-08-02 at 08:59 +0400, Oleg Motienko wrote: > > Hello, > > > > Did you set proper encoding in config file? For me it works ok with > > Russian (windows-1251 codepage). > > > > On 8/2/05, Oscar Hellstr?m <[EMAIL PROTECTED]> wrote: > > > Installed the latest CVS tarball and look, i can recieve ???? and such > > > from ICQ folks. However, the Vcards and status messages are messed up > > > still. If someone doesn't know a quick fix, i'll tell you more about > > > what happends, when and what encoding, icq client etc... > > > > > _______________________________________________ > py-transports mailing list > [email protected] > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports -- Oscar Hellstr?m, [EMAIL PROTECTED] jid: [EMAIL PROTECTED] icq: 52604556 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://modevia.com/pipermail/py-transports/attachments/20050802/4d681fd1/attachment.pgp From [EMAIL PROTECTED] Wed Aug 3 08:19:09 2005 From: [EMAIL PROTECTED] (Trejkaz) Date: Wed Aug 3 08:16:09 2005 Subject: [py-transports] Deleting contacts In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> On Wed, 3 Aug 2005 00:29, Daniel Henninger wrote: > Well speaking for PyAIM and PyICQ, it's supposed to do that. ;D If it's > not, it's a bug. hehehe (it's supposed to delete them from ICQ/AIM, not > just locally) That's good to hear. I know that PyMSNt doesn't do it, because every time you register you get the nagflood again. JIT didn't do it, and I haven't upgraded to PyICQt, mainly because PyICQt uses about 7 times more memory and we can't afford it yet. :-/ TX -- Email: Trejkaz Xaoza <[EMAIL PROTECTED]> Web site: http://trypticon.org/ Jabber ID: [EMAIL PROTECTED] GPG Fingerprint: 9EEB 97D7 8F7B 7977 F39F A62C B8C7 BC8B 037E EA73 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://modevia.com/pipermail/py-transports/attachments/20050803/e128cf33/attachment.pgp From [EMAIL PROTECTED] Sat Aug 6 12:59:15 2005 From: [EMAIL PROTECTED] (Oleg Motienko) Date: Sat Aug 6 12:59:19 2005 Subject: [py-transports] Re: PyICQ-t patch for detecting IP address In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> On 8/1/05, Oleg Motienko <[EMAIL PROTECTED]> wrote: > Adding support for version detecting and changing a bit displaying > format of this information. > It can also detect non-official clients like Miranda, SIM, Kopete etc. This patch put version detection by protocol into icqt.py. But I think it's possible to move all version code into oscar.py. What are you think about that? -- Regards, Oleg From [EMAIL PROTECTED] Sun Aug 7 13:16:41 2005 From: [EMAIL PROTECTED] (Oleg Motienko) Date: Sun Aug 7 13:16:45 2005 Subject: [py-transports] Deleting contacts In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> On 8/3/05, Trejkaz <[EMAIL PROTECTED]> wrote: > JIT didn't do it, and I haven't upgraded to PyICQt, mainly because PyICQt uses > about 7 times more memory and we can't afford it yet. :-/ There is real problem with memory usage. You can see a bugreports http://blathersource.org/bugs_view.php?projid=pyicq-t&bugid=94 A question to python guru: How is it possible to detect memory leaks in python code? I guess some classes doesn't destroy after user's disconnection. -- Regards, Oleg From [EMAIL PROTECTED] Sun Aug 7 15:50:10 2005 From: [EMAIL PROTECTED] (Oleg Motienko) Date: Sun Aug 7 15:50:14 2005 Subject: [py-transports] State of the PyICQ In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Maybe you can put svn snapshot for users who can't use svn? Like pyicq-t-0.7alpha01.tar.gz etc, so such users can test it. On 8/2/05, Daniel Henninger <[EMAIL PROTECTED]> wrote: > Ok folk, obviously I'm not getting a PyICQ release out as fast as I'd > hoped. There are a slew of bugs that I feel should be fixed before I put > out anything dubbed a release, so please bear with me. -- Regards, Oleg From [EMAIL PROTECTED] Sun Aug 7 20:18:54 2005 From: [EMAIL PROTECTED] (James Bunton) Date: Sun Aug 7 20:19:20 2005 Subject: [py-transports] Deleting contacts In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> On 07/08/2005, at 11:16 PM, Oleg Motienko wrote: > On 8/3/05, Trejkaz <[EMAIL PROTECTED]> wrote: >> JIT didn't do it, and I haven't upgraded to PyICQt, mainly because >> PyICQt uses >> about 7 times more memory and we can't afford it yet. :-/ > > There is real problem with memory usage. You can see a bugreports > http://blathersource.org/bugs_view.php?projid=pyicq-t&bugid=94 > > A question to python guru: How is it possible to detect memory leaks > in python code? I guess some classes doesn't destroy after user's > disconnection. > -- > Regards, > Oleg It's very hard :) --- James
