openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
J
java-game-server
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 4 hours
ago. based on code collected
about 4 hours
ago.
Mar 02, 2025 — Mar 02, 2026
Showing page 4 of 12
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Package "jetserver" has been added. This has resulted in changes to mostly all classes.
menacher
More...
almost 14 years ago
onConnect event will in turn send the start event to client. This logic which was earlier part of AbstractNettySessionHandler was re-factored to this class.
menacher
More...
almost 14 years ago
SessionHandler now extends AbstractSessionHandler instead of NettySessionHandler
menacher
More...
almost 14 years ago
Removed un-necessary files
menacher
More...
almost 14 years ago
Fixed bug where event instance got corrupted. New event is created while encoding now.
Abraham Menacherry
More...
almost 14 years ago
Commented out perf test "test" annotation to reduce install time.
Abraham Menacherry
More...
almost 14 years ago
AMF3Protocol will only serialize event payload rather than whole event. New codec classes are hence used for this protocol. Corresponding changes done to spring xml configuration.
menacher
More...
almost 14 years ago
Initial commit of event source decoder and encoder.
menacher
More...
almost 14 years ago
Added comment.
menacher
More...
almost 14 years ago
Fixed bug with buffer.array() method. Now readable bytes are checked before the .array() is called.
menacher
More...
almost 14 years ago
Trivial change in enum access mode.
menacher
More...
almost 14 years ago
AMF3Protocol will only serialize event payload rather than whole event.
menacher
More...
almost 14 years ago
AMF3 binary protocol pipeline was modified to remove EventEncoder. Test and xml were modified.
menacher
More...
almost 14 years ago
Increased sleep time due to failing test.
menacher
More...
almost 14 years ago
classpath modified to add blazeds common jar file
menacher
More...
almost 14 years ago
Classpath file modified to add blazeds common jar file
menacher
More...
almost 14 years ago
Adding blazeds common jar which is required for AMF3 serialization and de-serialization.
Abraham Menacherry
More...
almost 14 years ago
Unit test for AMF3 string protocol encoding and decoding.
Abraham Menacherry
More...
almost 14 years ago
Modifications for AMF3StringProtocol
Abraham Menacherry
More...
almost 14 years ago
Added dependency on blazeds common jar.
Abraham Menacherry
More...
almost 14 years ago
Removed bytearraystreamdecoder and renamed frameSize to maxFrameSize
Abraham Menacherry
More...
almost 14 years ago
Encoding is done for whole object instead of events source alone.
Abraham Menacherry
More...
almost 14 years ago
Modified class to decode the whole object instead of event's source.
Abraham Menacherry
More...
almost 14 years ago
Test to see if the encoding and decoding of default MessageBuffer protocol works as expected.
Abraham Menacherry
More...
almost 14 years ago
createLengthFieldBasedFrameDecoder now returns LengthFieldBasedFrameDecoder instead of the superclass ChannelHandler
Abraham Menacherry
More...
almost 14 years ago
Spring lookup-method style injection is removed. Frame decoders are created by the AbstractNettyProtocol class
Abraham Menacherry
More...
almost 14 years ago
Added class DummyProtocol to prevent code duplication. Also modified number of sessions per game room to 25 since it is causing oom exception in older machines.
Abraham Menacherry
More...
almost 14 years ago
Change in variable access modifier
Abraham Menacherry
More...
almost 14 years ago
Modified to reflect change in new networkEvent method added to Events class.
Abraham Menacherry
More...
almost 14 years ago
Added shutdown logic.
Abraham Menacherry
More...
almost 14 years ago
←
1
2
3
4
5
6
7
8
9
10
11
12
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree