0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 22, 2025 — Feb 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Since sessions are now built using the builder pattern as per Josh Bloch. The corresponding change has been done to this subclass. More... about 14 years ago
With the use of @Configuration spring java class the contents of this file have been removed. More... about 14 years ago
Updated beans files to mirror the ones in the jetserver. More... about 14 years ago
Lookup service definition is responsibility of lib user. Hence commented out More... about 14 years ago
Removed session from server beans. More... about 14 years ago
GameRoomMap is now a final variable. More... about 14 years ago
Trivial change. Updated some comments. More... about 14 years ago
Refactored methods to have more meaningful names. More... about 14 years ago
The cast to ChannelBuffer is no longer required due to use of Generics. More... about 14 years ago
Initial commit More... about 14 years ago
Session and PlayerSession are now built using the builder pattern as per Josh Bloch. More... about 14 years ago
Session is now built using the builder pattern as per Josh Bloch. More... about 14 years ago
PlayerSession is now built using the builder pattern as per Josh Bloch. More... about 14 years ago
GameRoomSession is now built using the builder pattern as per Josh Bloch. More... about 14 years ago
Event dispatcher is now a final variable on the the session. More... about 14 years ago
Set player method is removed since it is supposed to be supplied via a constructor argument. The playersession now has it as a final variable. More... about 14 years ago
Removed get and set unique id methods. More... about 14 years ago
Executors in now using a singleThread instead of a cached thread pool More... about 14 years ago
Jetlang is now moved to maven central with new version 0.2.9. Modifications done to pom.xml, and .classpath for the same. More... about 14 years ago
Session is now injected to the servers More... about 14 years ago
Added method for getting and setting ISession. Server will have its own session such that connect events can be published to it. More... about 14 years ago
Removed constructor and added session variable to server. More... about 14 years ago
Removed constructor More... about 14 years ago
Using different version of blaze-ds jar now More... about 14 years ago
New version of binaries More... about 14 years ago
udp.port was mentioned wrongly for tcp server, this variable has now been renamed to tcp.port More... about 14 years ago
Added logging and exception handling. More... about 14 years ago
Added logging and exception handling. More... about 14 years ago
Methods can now throw exception. More... about 14 years ago
New methods were added. startServer method is now accepting INetSocketAddress class. More... about 14 years ago