vonway
c7782760aa
Fix NumberFormatException when b64 is bool value.
Cause:
- when the b64 is set as bool value like "http://<hostaddress>/socket.io/1/?EIO=2&transport=polling&b64=true",
Exception [java.lang.NumberFormatException: For input string: "true"] will throw.
Because it try to parse a string "true" to Integer.
Fix:
- take true as 1 and take false as 0
7 years ago
Nikita Koksharov
057014f348
Merge pull request #506 from wuxudong/master
restore sessionId from io Cookie. #505
8 years ago
xudong82113
34bf4d7541
restore sessionId from io Cookie. #505
8 years ago
Nikita Koksharov
0c4764e93c
Update README.md
8 years ago
Nikita
c9845abe9c
Merge branch 'master' of github.com:mrniko/netty-socketio
8 years ago
Nikita Koksharov
e6ced55452
Update README.md
8 years ago
Nikita
c80d6f0c14
netty and redisson updated
8 years ago
Nikita
f9206f9792
Merge branch 'master' of github.com:mrniko/netty-socketio
8 years ago
Nikita
1ab1abffef
ByteBuffer leak fixed
8 years ago
Nikita Koksharov
4740582132
Merge pull request #485 from SergeyGrigorev/add-local-address-info
Add local socket address for the connection
8 years ago
Nikita Koksharov
2d83c9bb39
Merge pull request #488 from robymus/master
Fix for issue #481
8 years ago
Robert Elek
63eb8f0086
Merge branch 'master' of github.com:robymus/netty-socketio
8 years ago
Robert Elek
fcc7d33df8
Issue #481 - changed SO_LINGER to be handled as child channel (not server channel) option
8 years ago
Robert Elek
05ec7d3e22
changed SO_LINGER to be handled as child channel (not server channel) option
8 years ago
sergeygrigorev
b32ae8ce61
Add local socket address for the connection #484
* add local address to HandshakeData
8 years ago
Nikita Koksharov
567ad9550e
Merge pull request #479 from MineHeroes/master
Set version of netty-transport to 4.1.15.Final as well
8 years ago
Alexander
22d651b3dd
Set version of netty-transport to 4.1.15.Final as well.
I had a java.lang.NoSuchMethodError: io.netty.util.internal.PlatformDependent.newAtomicIntegerFieldUpdater because of conflicting netty versions.
This pr updates the old(maybe forgotten) netty dependencies to 4.1.15.Final.
8 years ago
Nikita
d54dd59089
[maven-release-plugin] prepare for next development iteration
8 years ago
Nikita
a38b84c437
[maven-release-plugin] prepare release netty-socketio-1.7.13
8 years ago
Nikita
8d8e15f8eb
libs updated
8 years ago
Nikita Koksharov
78fbe63dd2
Merge pull request #472 from robymus/master
WebSocket encoder, improved promise handling
8 years ago
Robert Elek
66d769c462
stylistic fixes, method typo, import grouping
8 years ago
Robert Elek
36867d7f0c
improved websocket write promise handling - issue #402
8 years ago
Nikita Koksharov
ba26d0d702
Merge pull request #469 from robymus/master
fix for issue #402 , marking channel promise as success twice
8 years ago
Robert Elek
a9e0aae4da
fix for issue #402 , marking channel promise as success twice
8 years ago
Nikita Koksharov
05811fcaf7
Merge pull request #466 from tazija/master
Fixes regression introduced after BINARY_ACK change, should skip body parsing if attachments aren't loaded
8 years ago
Sergey Bushik
28a7fb8331
Skip body parsing if attachments aren't loaded
8 years ago
Sergey Bushik
a31da6080f
Fixed regression introduced after BINARY_ACK change
8 years ago
Nikita Koksharov
e998b0f1b2
Merge pull request #464 from tazija/master
Add support for BINARY_ACK(6, true) packet, which is used when the ar…
8 years ago
Sergey Bushik
a748461389
Add support for BINARY_ACK(6, true) packet, which is used when the arguments for an ACK function contain binary data; encodes packet in the BINARY_EVENT style documented in https://github.com/socketio/socket.io-protocol
8 years ago
Nikita Koksharov
362f377999
Merge pull request #420 from robymus/master
Added option to change the SSL KeyManagerFactoryAlgorithm using Configuration.
9 years ago
Robert Elek
ef59f7083a
Added option to change the SSL KeyFactoryAlgorithm using Configuration.
Also fixed some javadoc @param inconsistencies.
9 years ago
Nikita Koksharov
febf030905
Update README.md
9 years ago
Nikita Koksharov
6f174bed96
Update README.md
9 years ago
Nikita
a345f49fff
[maven-release-plugin] prepare for next development iteration
9 years ago
Nikita
f0ab9a1ed6
[maven-release-plugin] prepare release netty-socketio-1.7.12
9 years ago
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