I have configured smartfox to have a limbo room and different game rooms. We have uCount update on and the uCounts are being received by the client, but the problem is that the ucountupdate is very slow. It typically takes around 30-40secs for the ucount to reflect. Any idea how to decrease ...
Thank you for your reply. Essentially, even I was thinking that it would be good if there was some kind of ACL for smartfox as well. But from what you speak, does smartfox have any inbuilt privilege system? I have seen only one about Spectator, Player, Moderator.
I am planning to develop a plugin manager for my smartfox extension. In brief, I would want to implement a functionality that is independent of the extensions but would get executed before and after handleEvent() and handleInternalEvent. like
If we create a dynamic room (from the client) using an xtName, xtScript. Would an internal event be fired on the server side for room creation? Can this even be caught in xtScript and can the properties of that room be changed from within the xtScript?
I have a set of classes that are common to all the extensions e.g: To read config, check for webserver session existance etc. And most of them are singletons, so just one instance of them is good enough through out the installation.
Is there a way that all these classes are initialized ...
Say a user X logged on to the website and a user Y can easily hijack X's session by simply sending X's login name to SFS. A work around can be to track IP, but that would mean users behind proxy might not be able to login or users behind proxy can hijack ...
1. How do I import JSON? I tried using simplejson with SFS Python, but its throwing some errors. So I didnt want to use external libs and wanted to use core JAVA libs. Is there a way I can directly import Java's JSON Classes? I have copied ...