Daniel Baulig
da95094998
Add disconnect from namespace test-case for issue #795
2012-03-19 21:54:20 +01:00
einaros
6ca42fdc8f
well thats five minutes of my life ill never get back. thanks.
2011-10-25 22:53:37 +02:00
einaros
57b0ce73c7
resolve race condition
2011-10-25 13:09:04 +02:00
Arnout Kazemier
ecd20b0e1f
Added support for blacklisting events that are emitted from the client side.
...
Currently it's possible for a client do .emit('disconnect') and this will trigger
the disconnect event on the server.. Which can lead to major issues.
We should black list that by default. You can override or add more events by adding
them to the `blacklist` setting
2011-10-11 10:40:22 +02:00
Arnout Kazemier
159c75096d
Removed console statement
2011-07-05 00:38:24 +02:00
Arnout Kazemier
a70347b15f
Fixed #285
2011-07-05 00:37:19 +02:00
Arnout Kazemier
1a2c8aa31f
It was emitting uknown room, so the messages where never send fixes #291
2011-07-05 00:17:02 +02:00
Arnout Kazemier
af5960bc28
address.remoteAddress -> address.address just like node's
2011-07-02 19:50:18 +02:00
Arnout Kazemier
65d7229079
.address() returned server ip >_<, solved with this patch and adjusted the test
...
suite
2011-07-02 17:49:32 +02:00
Arnout Kazemier
299e097fa7
Added storage for socket.handshake & updated test suite to check for it
2011-06-28 23:50:33 +02:00
Arnout Kazemier
a1963fcf7d
Added missing test suite
2011-06-28 21:49:45 +02:00