[Twisted-Python] (newbie!) smtp to message object

2013-11-06 Thread Fabio Sangiovanni
Hello list, I'm new to twisted and to python in general, so still deep in the learning process. Please forgive any faulty assumptions you'll find in this post :) I'm trying to accomplish to the following task: realize a tool that acts as a proxy between the SMTP domain and the 'objects' domai

[Twisted-Python] Error unmerging r40589

2013-11-06 Thread Laurens Van Houtven
Hi, I tried to review #2053. Unfortunately, the patch had a wrong name and a wrong topfile (the author was convinced they were working on 2503). I noticed the wrong patch name, but missed the wrong topfile. So, I'm trying to unmerge that revision (40589) from trunk using "svn merge -c -40589 .".

Re: [Twisted-Python] (newbie!) smtp to message object

2013-11-06 Thread Stacey Sern
Hi, I also tried to figure out how to deliver one copy of a message instead of one for every recipient for a Twisted server tutorial (ticket #3324) which hasn't yet been finalized. Here's the way I went about it but I'd appreciate comments on the approach as well. For the IMessageDelivery.val

Re: [Twisted-Python] (newbie!) smtp to message object

2013-11-06 Thread Fabio Sangiovanni
Il 06/11/13 12:09, Stacey Sern ha scritto: Hi, I also tried to figure out how to deliver one copy of a message instead of one for every recipient for a Twisted server tutorial (ticket #3324) which hasn't yet been finalized. Here's the way I went about it but I'd appreciate comments on the ap

Re: [Twisted-Python] Error unmerging r40589

2013-11-06 Thread Laurens Van Houtven
Hi everyone, This was resolved. The error message is (of course) incorrect; the issue relates to trying to reopen a different ticket from the topfile you're removing. I've filed a ticket on twisted's trac integration: https://bugs.launchpad.net/twisted-trac-integration/+bug/1248491 cheers lvh __

[Twisted-Python] Determine TLS version from within request handler ? (twisted web)

2013-11-06 Thread Rob Meijer
I'm using twisted web for an https connection. At first I start with creating and configuring a ssl.DefaultOpenSSLContextFactory derived class that disables SSLv2 and SSLv3. So (basically we're left with TLS1.0 and up) and forces the use of a single strong (non RC4 but BEAST vulnerable) cipher. Th

Re: [Twisted-Python] (newbie!) smtp to message object

2013-11-06 Thread exarkun
On 11:35 am, sangiova...@nweb.it wrote: Il 06/11/13 12:09, Stacey Sern ha scritto: Hi, I also tried to figure out how to deliver one copy of a message instead of one for every recipient for a Twisted server tutorial (ticket #3324) which hasn't yet been finalized. Here's the way I went about

Re: [Twisted-Python] (newbie!) smtp to message object

2013-11-06 Thread Fabio Sangiovanni
Il 06/11/13 15:20, exar...@twistedmatrix.com ha scritto: On 11:35 am, sangiova...@nweb.it wrote: Il 06/11/13 12:09, Stacey Sern ha scritto: Hi, I also tried to figure out how to deliver one copy of a message instead of one for every recipient for a Twisted server tutorial (ticket #3324) whic

Re: [Twisted-Python] Determine TLS version from within request handler ? (twisted web)

2013-11-06 Thread exarkun
On 11:43 am, rmei...@xs4all.nl wrote: I'm using twisted web for an https connection. At first I start with creating and configuring a ssl.DefaultOpenSSLContextFactory derived class that disables SSLv2 and SSLv3. So (basically we're left with TLS1.0 and up) and forces the use of a single strong

[Twisted-Python] Strange DataLoosing Problem after some time of connection

2013-11-06 Thread Toni Rosemann
Hey there,   Setup: -i got a Server which is running a Delphi application on Windows7 using WinSocketComponents -i got a Client (Raspberry Pi) which is running my python client application with twisted -the server collects data which the client is sending, sometimes the server sends back   P

Re: [Twisted-Python] Strange DataLoosing Problem after some time of connection

2013-11-06 Thread Gelin Yan
On Thu, Nov 7, 2013 at 1:31 AM, Toni Rosemann wrote: > Hey there, > > Setup: > -i got a Server which is running a Delphi application on Windows7 using > WinSocketComponents > -i got a Client (Raspberry Pi) which is running my python client > application with twisted > -the server collects data whi