Was it because of a fix in Twisted or in PyAIM-t? For what it's worth, you might want to include a note saying that a minimum version of Twisted is required if it's so.
On Sat, 15 Jan 2005, Daniel Henninger wrote: > No requirement of patched twisted anymore. =) (yay!) Yeah, I have a lot > of outstanding bugs to take care of, but wanted to get this more recent > version out so I can get more people playing with it and have more "up to > date" bug reports. =) > > Daniel > > -- > "The most addictive drug in the world is music." > - The Lost Boyz > >> Does this release still require the patched version of twister? >> >> It's working great, though the problem with rate limiting is still >> there... But then, I think that's a problem in twister. >> >> ~Chris >> >> On Sat, 15 Jan 2005, Daniel Henninger wrote: >> >>> This new release includes a wealth of updates and changes. Some of the >>> biggest changes are the new xml-based configuration file (you no longer >>> need to edit a python source file), command line arguments, a web admin >>> interface that can be enabled, typing notifications, and support for >>> ejabberd. Please see NEWS for a list of new features. >>> >>> IMPORTANT: Please make note of the new config file and style. You can >>> not >>> simply copy your old config file over. >>> >>> This version still has some known bugs here and there, but y'all tend to >>> be my best testers, so please report any bugs you come across! >>> >>> Daniel >>> >>> -- >>> "The most addictive drug in the world is music." >>> - The Lost Boyz >>> >>> >>> _______________________________________________ >>> py-transports mailing list >>> [EMAIL PROTECTED] >>> http://mail.jabber.org/mailman/listinfo/py-transports >>> >> _______________________________________________ >> py-transports mailing list >> [EMAIL PROTECTED] >> http://mail.jabber.org/mailman/listinfo/py-transports >> > > _______________________________________________ > py-transports mailing list > [EMAIL PROTECTED] > http://mail.jabber.org/mailman/listinfo/py-transports > From [EMAIL PROTECTED] Sat Jan 15 23:27:17 2005 From: [EMAIL PROTECTED] (Daniel Henninger) Date: Sat Jan 15 23:27:17 2005 Subject: [py-transports] PyAIM-t 0.4 released In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Combination of things. 1. the im portions of twisted are being removed from twisted, so the developer of oscar.py and such suggested we just copy the source out of twisted and use it "locally" 2. james put his fixes in a 'local' copy of domish.py and such because they weren't being accepted into twisted itself (no idea why) As for the minimum version, yeah, I should add stuff like that. =D (probably same with min version of python) Right now, for the record, it's Twisted 1.3.0. It may work with earlier ones, who knows. Daniel -- "The most addictive drug in the world is music." - The Lost Boyz > Was it because of a fix in Twisted or in PyAIM-t? For what it's worth, you > might want to include a note saying that a minimum version of Twisted is > required if it's so. > > On Sat, 15 Jan 2005, Daniel Henninger wrote: > >> No requirement of patched twisted anymore. =) (yay!) Yeah, I have a >> lot >> of outstanding bugs to take care of, but wanted to get this more recent >> version out so I can get more people playing with it and have more "up >> to >> date" bug reports. =) >> >> Daniel >> >> -- >> "The most addictive drug in the world is music." >> - The Lost Boyz >> >>> Does this release still require the patched version of twister? >>> >>> It's working great, though the problem with rate limiting is still >>> there... But then, I think that's a problem in twister. >>> >>> ~Chris >>> >>> On Sat, 15 Jan 2005, Daniel Henninger wrote: >>> >>>> This new release includes a wealth of updates and changes. Some of the >>>> biggest changes are the new xml-based configuration file (you no >>>> longer >>>> need to edit a python source file), command line arguments, a web >>>> admin >>>> interface that can be enabled, typing notifications, and support for >>>> ejabberd. Please see NEWS for a list of new features. >>>> >>>> IMPORTANT: Please make note of the new config file and style. You can >>>> not >>>> simply copy your old config file over. >>>> >>>> This version still has some known bugs here and there, but y'all tend >>>> to >>>> be my best testers, so please report any bugs you come across! >>>> >>>> Daniel >>>> >>>> -- >>>> "The most addictive drug in the world is music." >>>> - The Lost Boyz >>>> >>>> >>>> _______________________________________________ >>>> py-transports mailing list >>>> [EMAIL PROTECTED] >>>> http://mail.jabber.org/mailman/listinfo/py-transports >>>> >>> _______________________________________________ >>> py-transports mailing list >>> [EMAIL PROTECTED] >>> http://mail.jabber.org/mailman/listinfo/py-transports >>> >> >> _______________________________________________ >> py-transports mailing list >> [EMAIL PROTECTED] >> http://mail.jabber.org/mailman/listinfo/py-transports >> > _______________________________________________ > py-transports mailing list > [EMAIL PROTECTED] > http://mail.jabber.org/mailman/listinfo/py-transports >
