On 2005-10-06, Norman Rasmussen wrote:
> This bug was fixed in Psi a while ago.  0.10-test2 is available if you
> want to test it out.

Thanks.  I'll give that a try.

It also seems that if the PyMSNt transport goes down, or otherwise 
becomes disconnected, and then comes back again, the same thing 
happens -- my MSN presence is set as Online instead of whatever my 
Jabber presence is set to.  (i.e. it's not just when I click "log 
out", then "log in".)  (Which was annoying, because some times strange 
things would happen when I was away, and then the server would hiccup, 
and then people would think I was there, and try to talk to me.)  Is 
this also a bug in Psi that was fixed in 0.10-test?

Thank you all for the quick response, after the initial delay of 
getting my message onto the list.  I've been administering mailing 
lists too, so I understand the frustration of dealing with spam.  
Daniel, do you do any automatic spam filtering using SpamAssassin, or 
something else?  I found this page helpful in cutting down the amount 
of spam on my mailing lists:

http://www.jamesh.id.au/articles/mailman-spamassassin/

On 06/10/05, James Bunton <james at delx.cjb.net> wrote:
>> So you know, Daniel Henninger is the list maintainer 
>> <[EMAIL PROTECTED]> is.
>> 
>> I'm assuming you're talking about the log out feature, like in Psi 
>> where you 
>> can right-click the transport and choose log out?
>> If you're seeing this behaviour then its a client bug. I know that 
>> Psi has 
>> this problem.
>> When you "log out" of the transport using Psi, PyMSNt thinks you 
>> have 
>> disconnected from Jabber. It can't tell the difference between you 
>> clicking 
>> "log in", and you actually logging in with your Jabber client.
>> What the client does now is sends a <presence to="msn.host.com"/>. 
>> It needs 
>> to send a full presence packet, with the <show/> and <status/>, and 
>> any other 
>> information (avatar hash, etc where appropriate).
> 
> ---
> 
> James
> 
> 
> On 06/10/2005, at 11:44 AM, Hubert Chan wrote:
> 
>> Does nobody check the moderation queue on the py-transports mailing 
>> list? 
>> I sent this message last Friday, and again on Monday, and it hasn't 
>> shown 
>> up in the archive, and hence no replies.
>> 
>> -- 
>> Hubert Chan <[EMAIL PROTECTED]> - http://www.uhoreg.ca/
>> PGP/GnuPG key: 1024D/124B61FA
>> Fingerprint: 96C5 012F 5F74 A5F7 1FF7  5291 AF29 C719 124B 61FA
>> Key available at wwwkeys.pgp.net.   Encrypted e-mail preferred.
>> ---------- Forwarded message ----------
>> Date: 2005-09-30 20:06:39 -0400
>>   From: Hubert Chan <[EMAIL PROTECTED]>
>> To: py-transports@blathersource.org
>> Subject: presence/status message when logging in
>> 
>> It seems like PyMSNt does not check my presence or status message 
>> when I 
>> log in.  e.g. If I have set my presence/status message, log out of 
>> the 
>> PyMSNt transport, and log back in, my MSN ID is listed as the 
>> default 
>> Online with no status message; I must re-set my presence before my 
>> MSN ID 
>> changes its status.
>> 
>> I'm using PyMSNt 0.10rc4.  The same thing happens with PyICQt 0.6.  
>> (I 
>> don't have PyAIMt, so I haven't tried it on that.)
>> 
>> Please cc: me, since I am not subscribed to this list.
>> 
>> P.S.  Thanks for all your good work on the transport.
> 

-- 
Hubert Chan <[EMAIL PROTECTED]> - http://www.uhoreg.ca/
PGP/GnuPG key: 1024D/124B61FA
Fingerprint: 96C5 012F 5F74 A5F7 1FF7  5291 AF29 C719 124B 61FA
Key available at wwwkeys.pgp.net.   Encrypted e-mail preferred.
From [EMAIL PROTECTED]  Thu Oct  6 19:52:37 2005
From: [EMAIL PROTECTED] (Oscar =?ISO-8859-1?Q?Hellstr=F6m?=)
Date: Thu Oct  6 19:52:44 2005
Subject: [py-transports] SVN Download Tarballs
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

Not that I'm you shouldn't do this but is bleeding edge code really
suitable for people not familiar with version control systems. The thing
is, one does not have to be familiar with a particular version control
system to manage a checkout or update. If you don't know anything about
software development, why use unstable code? If the SVN/CVS version is
"stable enough", why not make a RC or beta release?

On Thu, 2005-10-06 at 10:12 +0000, Andreas van Cranenburgh wrote:
> On 10/6/2005, "Daniel Henninger" <[EMAIL PROTECTED]> wrote:
> >Folk,
> >
> >As of now, there are links on the project pages on
> >www.blathersource.org that will provide you with a tarball of the
> >contents of the repositories as they stand when you choose Download.
> >This should provide an easily mechanism for those not familiar with
> >SVN to try out the absolute latest work if you so desire.  I'm aiming
> >to kill my nightly tarballs off my home server.  Too many times have
> >I accidentally included information that I didn't mean to include.  =)
> 
> Nice idea. Could PyMSNt do this too please?
> 
> 
> 
> _______________________________________________
> py-transports mailing list
> py-transports@blathersource.org
> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
-- 
Oscar Hellstr?m, [EMAIL PROTECTED]
web: personal.oscarh.net
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/20051006/72f5475f/attachment.pgp
From [EMAIL PROTECTED]  Thu Oct  6 19:58:15 2005
From: [EMAIL PROTECTED] (Daniel Henninger)
Date: Thu Oct  6 19:58:24 2005
Subject: [py-transports] SVN Download Tarballs
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

Because I'm not ready to put out a new release, and because I want as  
many people to have access to test new code as I can get.

Daniel

On Oct 6, 2005, at 3:52 PM, Oscar Hellstr?m wrote:

> Not that I'm you shouldn't do this but is bleeding edge code really
> suitable for people not familiar with version control systems. The  
> thing
> is, one does not have to be familiar with a particular version control
> system to manage a checkout or update. If you don't know anything  
> about
> software development, why use unstable code? If the SVN/CVS version is
> "stable enough", why not make a RC or beta release?
>
> On Thu, 2005-10-06 at 10:12 +0000, Andreas van Cranenburgh wrote:
>
>> On 10/6/2005, "Daniel Henninger" <[EMAIL PROTECTED]> wrote:
>>
>>> Folk,
>>>
>>> As of now, there are links on the project pages on
>>> www.blathersource.org that will provide you with a tarball of the
>>> contents of the repositories as they stand when you choose Download.
>>> This should provide an easily mechanism for those not familiar with
>>> SVN to try out the absolute latest work if you so desire.  I'm  
>>> aiming
>>> to kill my nightly tarballs off my home server.  Too many times have
>>> I accidentally included information that I didn't mean to  
>>> include.  =)
>>>
>>
>> Nice idea. Could PyMSNt do this too please?
>>
>>
>>
>> _______________________________________________
>> py-transports mailing list
>> py-transports@blathersource.org
>> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
>>
> -- 
> Oscar Hellstr?m, [EMAIL PROTECTED]
> web: personal.oscarh.net
> jid: [EMAIL PROTECTED]
> icq: 52604556
> _______________________________________________
> py-transports mailing list
> py-transports@blathersource.org
> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
>

Reply via email to