So let's just say I magically found time to work on the rate limiting 
that's missing from twisted. Would I commit it to a PyAIM-t copy, or to 
the distribution from twisted?

~Chris

On Sun, 16 Jan 2005, Daniel Henninger wrote:

> 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
>>
>
> _______________________________________________
> py-transports mailing list
> [EMAIL PROTECTED]
> http://mail.jabber.org/mailman/listinfo/py-transports
>
From [EMAIL PROTECTED]  Mon Jan 17 00:17:15 2005
From: [EMAIL PROTECTED] (Daniel Henninger)
Date: Mon Jan 17 00:17:15 2005
Subject: [py-transports] PyAIM-t 0.4 released
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
 <[EMAIL PROTECTED]>
 <[EMAIL PROTECTED]>
 <[EMAIL PROTECTED]>
 <[EMAIL PROTECTED]>
 <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

Hrm.  Well, if it's all handled in oscar.py, then committed to pyaim-t. 
"ideally" I would say if you do it to the main twisted tree, it should be
committed to them.  However, depending on the particular tree, you may or
may not get much of a response.  So...  if you do something with the main
Twisted tree, I guess, if you don't mind, send it my way as well and I'll
patch within PyAIM-t "for now" in hopes that Twisted fixes it in the
future.  (if it because a twisted issue)  src/tlib/ is where the twisted
pulls go.  (meaning, things I pulled out of [EMAIL PROTECTED] point and now
carry along with pyaim/icq)  Anyway  =D  If you get this going that would
be awesome!

Daniel

-- 
"The most addictive drug in the world is music."
     - The Lost Boyz

> So let's just say I magically found time to work on the rate limiting
> that's missing from twisted. Would I commit it to a PyAIM-t copy, or to
> the distribution from twisted?
>
> ~Chris
>
> On Sun, 16 Jan 2005, Daniel Henninger wrote:
>
>> 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
>>>
>>
>> _______________________________________________
>> 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
>

Reply via email to