Will this be fixed if I do yet another CVS update? On Thu, 2005-09-15 at 15:34 +1000, James Bunton wrote: > Thanks :) > > That was a very silly mistake :P > > --- > > James > > > > On 15/09/2005, at 6:52 AM, Lars T. Mikkelsen wrote: > > > On Wed, Sep 14, 2005 at 10:03:23PM +1000, James Bunton wrote: > >> Please report any bugs. Enjoy! > > > > In 0.10-rc3 the avatar cache broke. A simple patch to fix it is > > attached. > > > > Best regards, > > Lars > > <AvatarCache.patch>_______________________________________________ > > py-transports mailing list > > py-transports@blathersource.org > > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports > > _______________________________________________ > 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/20050915/2f7432b2/attachment.pgp From [EMAIL PROTECTED] Thu Sep 15 08:02:46 2005 From: [EMAIL PROTECTED] (Oscar =?ISO-8859-1?Q?Hellstr=F6m?=) Date: Thu Sep 15 08:02:49 2005 Subject: [py-transports] PyMSNt 0.10-rc3 In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]>
I can answer this myself, and yes it is fixed after cvs update :) You are pretty fast James! On Thu, 2005-09-15 at 09:47 +0200, Oscar Hellstr?m wrote: > Will this be fixed if I do yet another CVS update? > > On Thu, 2005-09-15 at 15:34 +1000, James Bunton wrote: > > Thanks :) > > > > That was a very silly mistake :P > > > > --- > > > > James > > > > > > > > On 15/09/2005, at 6:52 AM, Lars T. Mikkelsen wrote: > > > > > On Wed, Sep 14, 2005 at 10:03:23PM +1000, James Bunton wrote: > > >> Please report any bugs. Enjoy! > > > > > > In 0.10-rc3 the avatar cache broke. A simple patch to fix it is > > > attached. > > > > > > Best regards, > > > Lars > > > <AvatarCache.patch>_______________________________________________ > > > py-transports mailing list > > > py-transports@blathersource.org > > > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports > > > > _______________________________________________ > > py-transports mailing list > > py-transports@blathersource.org > > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports > _______________________________________________ > 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/20050915/da26d8c0/attachment.pgp From [EMAIL PROTECTED] Thu Sep 15 19:21:49 2005 From: [EMAIL PROTECTED] (Gonzalo Barrio) Date: Thu Sep 15 19:21:55 2005 Subject: [py-transports] PyMSNt 0.10-rc3 In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> James, this is what I did to make the epoll reactor work, take a look and tell me if this is going to break something else. In the file epollreactor.py I change the Edge Triggered on the POLL_READ and POLL_WRITE constants. This lines: POLL_READ = epoll.EPOLLIN | epoll.EPOLLPRI | epoll.EPOLLET POLL_WRITE = epoll.EPOLLOUT | epoll.EPOLLET to this ones: POLL_READ = epoll.EPOLLIN | epoll.EPOLLPRI POLL_WRITE = epoll.EPOLLOUT James ? Gonzalo Barrio. Pedro Melo wrote: > Hi, > > On Sep 14, 2005, at 9:11 PM, Gonzalo Barrio wrote: > >> Only one more question, are you seeing this error on your server ? >> >> /usr/lib/python2.3/site-packages/twisted/internet/tcp.py:216: >> UserWarning: SSL connection shutdown possibly unreliable, please upgrade >> to ver 0.XX >> "please upgrade to ver 0.XX", category=UserWarning) > > > hmms.... > > I saw that error somewhere today, but i'm not seeing it now. > > I'll search my logs tomorow. > > Best regards, > -- > HIId: Pedro Melo > SMTP: [EMAIL PROTECTED] > XMPP: [EMAIL PROTECTED] > > _______________________________________________ > py-transports mailing list > py-transports@blathersource.org > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports >