Nikita
41a764eb50
netty updated
9 years ago
Nikita
54fbdf32b1
redisson updated
9 years ago
Nikita
425d2ddffd
BroadcastOperations.sendEvent with excludedClient added. #389
9 years ago
Nikita
b86b49fbf1
fixed message release handling in WrongUrlHandler. #384
9 years ago
Nikita
d3fd0dc294
Redisson updated to 2.3.0
9 years ago
Nikita
ed45e5805b
netty updated
9 years ago
Nikita
c90a19c07c
removeAllListeners method added. #399
9 years ago
Nikita Koksharov
c1eec2021a
Update README.md
9 years ago
Nikita
b7e628ddcb
Compilation fixed
9 years ago
Nikita Koksharov
087c56a2b6
Merge pull request #381 from CrazyIvan007/patch-1
Update Namespace.java
9 years ago
CrazyIvan007
4838017366
Update Namespace.java
Added missing joinedRoom Object
9 years ago
Nikita Koksharov
d8d61a5e27
Merge pull request #377 from XYangX/patch-1
Update WrongUrlHandler.java
9 years ago
SuperPDX
3cf56579b1
Update WrongUrlHandler.java
fix memory leak bug
9 years ago
Nikita Koksharov
5650d77305
Update README.md
9 years ago
Nikita Koksharov
3cb613df9a
Merge pull request #370 from CrazyIvan007/patch-1
Bug when using leaveRoom
9 years ago
CrazyIvan007
1b7f44b161
Update Namespace.java
9 years ago
Nikita
acae1b1bff
[maven-release-plugin] prepare for next development iteration
9 years ago
Nikita
f59091e340
[maven-release-plugin] prepare release netty-socketio-1.7.11
9 years ago
Nikita
51fc7fe43c
libs updated
9 years ago
Nikita
0c2d26f86c
libs updated
9 years ago
CrazyIvan007
4857f89b76
Bug when using leaveRoom
When using leaveRoom, the complete clientRooms Instance get removed, which causes the SocketIOClient getAllRooms Method to returns a empty list, even when your client is still in some rooms. This doesn't harm SocketIOServer getRoomOperations Method (which still returns all clients from the given room), but harms for example the onDisconnectListener, when you override the onDisconnect Method, which than returns a empty list for the joinedRooms.
9 years ago
Nikita Koksharov
fc5be6fb83
Merge pull request #361 from christisall/patch-1
Update README.md
9 years ago
christisall
8c6c7ed153
Update README.md
change 2015 to 2016
9 years ago
Nikita
1d7860a0cf
dependencies updated
9 years ago
Nikita
914c24c4d7
license added
9 years ago
Nikita
9cc8c06d1a
Throw error if transport not supported. #343
9 years ago
Nikita
f8fbde34f7
missed license added. #347
9 years ago
Nikita
2d59a91ffe
Merge branch 'master' of github.com:mrniko/netty-socketio
9 years ago
Nikita
8d63b89515
IndexOutOfBoundsException fixed. #349
9 years ago
Nikita Koksharov
01d0cd10cb
Merge pull request #355 from JohnnyMarnell/json_support_protected
Change Jackson support members from private to protected
9 years ago
Johnny Marnell
3eccd8f5af
Change Jackson support members from private to protected
- Allows easy overrides of Jackson internals (notably, ObjectMapper) to
easily extend JacksonJsonSupport and override with custom config
9 years ago
Nikita Koksharov
891c467a84
Merge pull request #342 from whg333/master
fix implementation classes of the PubSubStore interface with PubSubType
9 years ago
whg333
e00cd159c9
import the socketio PubSubType not the redisson PubSubType
9 years ago
whg333
805dfbd6d9
4 spaces for tabs
9 years ago
whg333
5f771b703b
fix implementation classes of the PubSubStore interface with PubSubType
9 years ago
Nikita Koksharov
3c11d17811
Merge pull request #331 from Leonya/master
Fix compatibility with standard Markdown
9 years ago
Nikita Koksharov
51423ade7e
Merge pull request #341 from whg333/master
'TODO refactor to enum' in PubSubStore interface
9 years ago
whg
1f74462484
'TODO refactor to enum' in PubSubStore interface
9 years ago
Leonid Khachaturov
9334b50985
Fix compatibility with standard Markdown
9 years ago
Nikita Koksharov
9a37a6ad9f
Update README.md
9 years ago
Nikita
d05e37e544
Merge branch 'master' of github.com:mrniko/netty-socketio
9 years ago
Nikita
13b0655d29
"Blocked wrong request" message removed
9 years ago
Nikita Koksharov
30c105477f
Update README.md
9 years ago
Nikita
c0db2aaaab
[maven-release-plugin] prepare for next development iteration
9 years ago
Nikita
4e2b916636
[maven-release-plugin] prepare release netty-socketio-1.7.10
9 years ago
Nikita
213cf8ee9e
Merge branch 'master' of github.com:mrniko/netty-socketio
9 years ago
Nikita
e26bff5631
netty updated
9 years ago
Nikita Koksharov
008552a55d
Merge pull request #326 from winstonli/master
Bug fix - IllegalStateException thrown on valid binary packet when placeholder fields in opposite order
9 years ago
Winston Li
b66bc0f421
Fix in src/main/java/com/corundumstudio/socketio/protocol/PacketDecoder.java:
Fix parsing of binary packets in the case where the binary member's placeholder object contains the num and _placeholder members in the opposite order (num, _placeholder instead of _placeholder, num).
Some socket.io clients do this and it's valid.
9 years ago
Nikita Koksharov
421003f50a
Update README.md
9 years ago