Re: [Twisted-Python] perspective argument missing from Viewable.view_*

2013-11-18 Thread Flint
Hi Daniel. To get the perspective you have to implements the IPerspective interface (generally throw subclassing pb.Avatar class), and attach a login portal to your server. Client then have to authenticate to the server, only then you will receive the perspective object representing the "logged" u

Re: [Twisted-Python] FreeBSD buildslaves: change proposal

2013-11-18 Thread Tobias Oberstein
Alright, the new buildslave is active, the old ones retired. http://buildbot.twistedmatrix.com/buildslaves/tavendo-freebsd-9.2-amd64 There are a couple of env issues as well as test issues .. I'll look into both .. /Tobias ___ Twisted-Python mailing

Re: [Twisted-Python] perspective argument missing from Viewable.view_*

2013-11-18 Thread Daniel Sank
> Client then have to authenticate to the server, only then you will receive the > perspective object representing the "logged" user into your view_ and > perspective_ method. I am confused by this. When I use the cred system the client gets a remote reference to an Avatar on which it can call per

Re: [Twisted-Python] perspective argument missing from Viewable.view_*

2013-11-18 Thread Daniel Sank
>> Client then have to authenticate to the server, only then you will receive >> the perspective object representing the "logged" user into your > view_ and perspective_ method. > I am confused by this. When I use the cred system the client gets a > remote reference to an Avatar on which it can c