Re: [Twisted-Python] Assigning AMP box senders & receivers from the responder

2012-07-04 Thread Glyph
Le Jul 4, 2012 à 12:39 AM, Laurens Van Houtven <_...@lvh.cc> a écrit : > On 03 Jul 2012, at 23:53, Glyph wrote: > >> >> On Jul 3, 2012, at 12:08 AM, Laurens Van Houtven <_...@lvh.cc> wrote: >> >>> I'm trying to implement a command called "Become" that allows a staff >>> member to work as if h

Re: [Twisted-Python] Assigning AMP box senders & receivers from the responder

2012-07-04 Thread Laurens Van Houtven
On 03 Jul 2012, at 23:53, Glyph wrote: > > On Jul 3, 2012, at 12:08 AM, Laurens Van Houtven <_...@lvh.cc> wrote: > >> I'm trying to implement a command called "Become" that allows a staff member >> to work as if he was the user himself. The most obvious way (to me at least) >> to do that to c

Re: [Twisted-Python] Assigning AMP box senders & receivers from the responder

2012-07-03 Thread Glyph
On Jul 3, 2012, at 12:08 AM, Laurens Van Houtven <_...@lvh.cc> wrote: > I'm trying to implement a command called "Become" that allows a staff member > to work as if he was the user himself. The most obvious way (to me at least) > to do that to create the customer API (an IBoxReceiver/amp.BoxDi

[Twisted-Python] Assigning AMP box senders & receivers from the responder

2012-07-03 Thread Laurens Van Houtven
Hi, I have an AMP service that does cred-based auth with IBoxReceiver as the interface (see mantissa). On login, the user gets a different API depending if they're a staff member or not. Additionally, I wrote a composing IResponderLocator. It takes a bunch of responder locators and calls them