Move some low-level object access control into Presents from Crowd (default all
objects to non-modifiable, restrict client object subscriptions to the client in question). Modified Peer code to not log a warning when a peer is not online in an expected way (not listening for connections). git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4598 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -49,15 +49,6 @@ public class CrowdClient extends PresentsClient
|
||||
}
|
||||
}
|
||||
|
||||
// documentation inherited
|
||||
protected void sessionWillStart ()
|
||||
{
|
||||
super.sessionWillStart();
|
||||
|
||||
// configure a specific access controller for the client object
|
||||
_clobj.setAccessController(CrowdObjectAccess.USER);
|
||||
}
|
||||
|
||||
// documentation inherited
|
||||
protected void sessionWillResume ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user