Skip to content

Commit

Permalink
initial commit to git
Browse files Browse the repository at this point in the history
  • Loading branch information
cbarton committed Feb 2, 2011
1 parent d4cf6e5 commit 631f927
Show file tree
Hide file tree
Showing 25 changed files with 37 additions and 0 deletions.
Binary file added bin/game/multiplayer/game/GameImpl$1.class
Binary file not shown.
Binary file added bin/game/multiplayer/game/GameImpl$2.class
Binary file not shown.
Binary file added bin/game/multiplayer/game/GameImpl$3.class
Binary file not shown.
Binary file added bin/game/multiplayer/game/GameImpl$4.class
Binary file not shown.
Binary file added bin/game/multiplayer/game/GameImpl.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added bin/logger/Logger.class
Binary file not shown.
Binary file added bin/server/WordMoleClientList.class
Binary file not shown.
Binary file added bin/server/WordMoleServerImpl$1.class
Binary file not shown.
Binary file added bin/server/WordMoleServerImpl$2.class
Binary file not shown.
Binary file added bin/server/WordMoleServerImpl$3.class
Binary file not shown.
Binary file added bin/server/WordMoleServerImpl$4.class
Binary file not shown.
Binary file added bin/server/WordMoleServerImpl$5.class
Binary file not shown.
Binary file added bin/server/WordMoleServerImpl$6.class
Binary file not shown.
Binary file added bin/server/WordMoleServerImpl.class
Binary file not shown.
Binary file not shown.
Binary file added bin/server/callbacks/AsyncCallback.class
Binary file not shown.
Binary file added bin/server/callbacks/Callback.class
Binary file not shown.
Binary file added bin/server/callbacks/CallbackRequest.class
Binary file not shown.
Binary file added bin/server/callbacks/Notifier.class
Binary file not shown.
Binary file added bin/server/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions bin/server/security.policy
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
// This file was generated by the RMI Plugin for Eclipse.

///////////////////////////////////////////////////////////////
// This is a sample policy file that grants the application all permissions.
// A policy file is needed by the RMISecurityManager and your application might
// not work after installing the RMISecurityManager unless you provide a
// security policy file at launch.
//
// You can configure the security policy of a launched application using either
// the RMI Launcher or by manually setting the java.security.policy property.
//
// SECURITY NOTE: This security policy is good for development. For deployment
// you may need a stricter security policy.
//
// For more information see:
// http://java.sun.com/docs/books/tutorial/rmi/running.html
// http://java.sun.com/j2se/1.5.0/docs/guide/security/PolicyFiles.html
//

grant {
permission java.security.AllPermission;
permission java.net.SocketPermission "*", "accept, connect, listen, resolve";

// Other options:
// permission java.net.SocketPermission "127.0.0.1:1024-", "accept, connect, listen, resolve";
// permission java.net.SocketPermission "localhost:1024-", "accept, connect, listen, resolve";

// From http://java.sun.com/docs/books/tutorial/rmi/running.html
// Copyright 1995-2005 Sun Microsystems, Inc. Reprinted with permission

// permission java.net.SocketPermission "*:1024-65535", "connect,accept";
// permission java.net.SocketPermission "*:80", "connect";

// permission java.net.SocketPermission "*:1024-65535", "connect,accept";
// permission java.io.FilePermission "c:\\home\\ann\\public_html\\classes\\-", "read";
// permission java.io.FilePermission "c:\\home\\jones\\public_html\\classes\\-", "read";
};

0 comments on commit 631f927

Please sign in to comment.