810 Commits (50b6b49f4503aa13f24573dc176f2b419cd24de0)
 

Author SHA1 Message Date
Nikita Koksharov 888407ea91 Update README.md 10 years ago
Nikita e1d33da54a [maven-release-plugin] prepare for next development iteration 10 years ago
Nikita f59545cfaa [maven-release-plugin] prepare release netty-socketio-1.7.8 10 years ago
Nikita 691a9164f7 maven-release-plugin updated 10 years ago
Nikita Koksharov 6993d9606a Merge pull request #224 from andreaspalm/namespace-memory-leak 10 years ago
Nikita Koksharov 954c81a637 Update README.md 10 years ago
Nikita b000c498b6 WebSocketServerHandshaker.allowExtensions = true. #253 10 years ago
Nikita 556e593827 libs updated 10 years ago
Nikita d4e8d81980 maven-release-plugin updated 10 years ago
Nikita 54a8fbb7d5 Json exception handling. #198 10 years ago
Nikita Koksharov 76a76eb08d Update README.md 10 years ago
Nikita Koksharov e590c45ebf Merge pull request #245 from ryandietrich/master 10 years ago
Ryan Dietrich 5067894bab Added a simple method to get all the rooms for a single namespace. 10 years ago
Nikita Koksharov c1d134a2de Update README.md 10 years ago
Nikita Koksharov 4ce97f0a79 Update README.md 10 years ago
Nikita f61b5e9801 'firstDataTimeout' param added 10 years ago
Nikita 3e926dde39 "silent channel" attack prevented 10 years ago
andpal 4cc361a1e7 Changed how clientRooms map is cleaned up after a client leaves. It should be removed from the map even if the client was connected to one or more rooms. Otherwise the entry will stay in memory, causing a leak. 10 years ago
Nikita Koksharov f1527ee2da Update README.md 10 years ago
Nikita b550e8fc84 [maven-release-plugin] prepare for next development iteration 10 years ago
Nikita 4d9c06f1f2 [maven-release-plugin] prepare release netty-socketio-1.7.7 10 years ago
Nikita 4c9335ab30 license fixed 10 years ago
Nikita 8a8cd9e62d Merge branch 'master' of github.com:mrniko/netty-socketio 10 years ago
Nikita b82a465c8f "invalid namespace" message in case of wrong namespace name received from client 10 years ago
Nikita cf266bc738 Jackson lib absence correct handling. #213 10 years ago
Nikita Koksharov 614b091a02 Merge pull request #214 from alim-akbashev/fix-orphaned-timeouts 10 years ago
Alim Akbashev aca0205a96 fix multithreaded problem with orphaned timeouts that appears in highly concurrent non-atomic sequence cancel() -> schedule() 10 years ago
Nikita c965ab9c9c Polling encoding fixed. #207 10 years ago
Nikita d977d5ebf4 license header added 10 years ago
Nikita f869b39f03 Optimal maps used 10 years ago
Nikita 8231d2946e Polling encoding fixed. #209 10 years ago
Nikita e8e0492857 \n and encoding optimization. #205 10 years ago
Nikita da7032be4a \n handling fixed. #205 10 years ago
Nikita Koksharov 2b0001e8e0 Merge pull request #206 from alim-akbashev/issue-205 10 years ago
Alim Akbashev d6a7e4e5c5 cleanup 10 years ago
Alim Akbashev 506e018011 fix unescaped single quote 10 years ago
Alim Akbashev e69f93b1a9 fix unescaped \n, " etc in json inside packet + minor optimization. #205 10 years ago
Nikita Koksharov 9ac8038ec0 Merge pull request #202 from alim-akbashev/master 10 years ago
Alim Akbashev 3f72c6f76c fix tests after changes in 800128d 10 years ago
Nikita 800128dd0b minor optimization. #200 10 years ago
Nikita e84b7bfa81 PacketDecoder fixed. #200 10 years ago
Nikita ed2d98555f Merge branch 'master' of github.com:mrniko/netty-socketio 10 years ago
Nikita 14b95b310f Packet length decoding fixed. #200 10 years ago
Nikita Koksharov 9fc725a046 Update README.md 10 years ago
Nikita d6245df34c [maven-release-plugin] prepare for next development iteration 10 years ago
Nikita Koksharov b3c53da6b5 Update README.md 10 years ago
Nikita 17a3637c3a [maven-release-plugin] prepare release netty-socketio-1.7.6 10 years ago
Nikita Koksharov a92e4861b6 Update README.md 10 years ago
Nikita 1bdb94e865 getName() exposed in SocketIONamespace. #196 10 years ago
Nikita 3a2b92641a WebSocket frames handling fixed. #195 10 years ago