Guillermo Rauch
|
84f0099c1d
|
Release 0.7.5
0.7.5
|
2011-06-30 12:57:44 -03:00 |
|
Guillermo Rauch
|
c6a883c8a9
|
Fixed dispatching to clients that are disconnected.
|
2011-06-30 12:56:42 -03:00 |
|
Guillermo Rauch
|
af2d9f285b
|
Release 0.7.4
0.7.4
|
2011-06-30 12:48:00 -03:00 |
|
Guillermo Rauch
|
40c1f8da2b
|
Fixed; only clear handlers if they were set. [level09]
|
2011-06-30 12:47:02 -03:00 |
|
Guillermo Rauch
|
9b40977616
|
Release 0.7.3
0.7.3
|
2011-06-30 10:38:03 -03:00 |
|
Guillermo Rauch
|
964f040b58
|
Merge pull request #318 from dvv/patch-1
normalize SocketNamespace local eventing
|
2011-06-30 06:22:26 -07:00 |
|
Vladimir Dronnikov
|
44919189ec
|
normalize SocketNamespace local eventing
|
2011-06-30 03:12:55 -07:00 |
|
Guillermo Rauch
|
6c4cc5113f
|
Merge pull request #315 from 3rd-Eden/intentional
disconnect
|
2011-06-29 13:23:45 -07:00 |
|
Arnout Kazemier
|
06e29fef67
|
Use packet.reason or default to 'packet'
|
2011-06-29 21:58:13 +02:00 |
|
Arnout Kazemier
|
16518c0715
|
Added a small indicator + test suite so you can see how a user is disconnected
|
2011-06-29 21:45:14 +02:00 |
|
Guillermo Rauch
|
09a713da18
|
Merge pull request #314 from nyxtom/master
Issue #313 TypeError: Object #<CleartextStream> has no method 'address'
|
2011-06-29 10:52:56 -07:00 |
|
Thomas Holloway
|
3e0239ed07
|
Quick fix to issues #313 to check if an address exists on a connection
|
2011-06-29 12:29:00 -05:00 |
|
Guillermo Rauch
|
d3d2a70944
|
Added MemoryStore expiration tests.
|
2011-06-29 11:38:28 -03:00 |
|
Guillermo Rauch
|
1bcf87eb14
|
Added RedisStore expiration tests.
|
2011-06-29 11:38:18 -03:00 |
|
Guillermo Rauch
|
f9c210c11c
|
Added expiration support to RedisStore.Client#destroy through EXPIRE command.
|
2011-06-29 11:37:58 -03:00 |
|
Guillermo Rauch
|
06421dd008
|
Added expiration support to MemoryStore.Client#destroy.
|
2011-06-29 11:37:26 -03:00 |
|
Guillermo Rauch
|
af7c7141f0
|
Changed; for consistency across stores, undefined becomes null.
|
2011-06-29 11:36:14 -03:00 |
|
Guillermo Rauch
|
def5498f61
|
Added expiration parameters to Store#destroyClient and Store#destroy
|
2011-06-29 11:35:44 -03:00 |
|
Guillermo Rauch
|
494b2d4487
|
Added Socket#has
Added `Socket#del`
|
2011-06-29 11:35:13 -03:00 |
|
Guillermo Rauch
|
ba3b854190
|
Changed; make sure to cache a reference to the client object so that it can be
referenced after its destroying and before the data expires.
|
2011-06-29 11:33:54 -03:00 |
|
Guillermo Rauch
|
abc3723b54
|
Changed; make sure to pass client store expiration to Store#destroyClient.
|
2011-06-29 11:33:24 -03:00 |
|
Guillermo Rauch
|
ba10280071
|
Added a client store expiration option with a 15 seconds default.
|
2011-06-29 11:32:47 -03:00 |
|
Guillermo Rauch
|
fc95d340ef
|
Merge pull request #306 from 3rd-Eden/namespace.auth
Namespace.auth
|
2011-06-29 04:14:29 -07:00 |
|
Arnout Kazemier
|
d47bcd51ba
|
Merge branch 'master' of github.com:LearnBoost/socket.io into namespace.auth
|
2011-06-29 13:10:23 +02:00 |
|
Guillermo Rauch
|
be7f56b819
|
Merge branch 'master' of github.com:LearnBoost/socket.io
|
2011-06-29 07:55:21 -03:00 |
|
Guillermo Rauch
|
6a83d6879c
|
Added redis store tests
|
2011-06-29 07:54:26 -03:00 |
|
Guillermo Rauch
|
56f5911b60
|
Added memory store tests
|
2011-06-29 07:54:13 -03:00 |
|
Guillermo Rauch
|
2fd38866d2
|
Finished redis store
|
2011-06-29 07:53:51 -03:00 |
|
Guillermo Rauch
|
4398271ff5
|
Added MemoryClient#has, MemoryClient#del
Refactored MemoryClient#destroy
|
2011-06-29 07:51:54 -03:00 |
|
Guillermo Rauch
|
6ce89b80ef
|
Added Store#destroyClient
Refactored Store#destroy
|
2011-06-29 07:51:21 -03:00 |
|
Guillermo Rauch
|
1449b18681
|
Added docs
|
2011-06-29 07:50:23 -03:00 |
|
Guillermo Rauch
|
f921164bf8
|
Removed Store instrumentation
|
2011-06-29 07:50:04 -03:00 |
|
Guillermo Rauch
|
ea1f5822ae
|
Removed Store#log since they're manager-independent.
|
2011-06-29 07:49:47 -03:00 |
|
Guillermo Rauch
|
2fd406f7b2
|
Fixed; make sure to clean up store upon client disconnect.
|
2011-06-29 07:49:22 -03:00 |
|
Guillermo Rauch
|
34d0cbdbf0
|
Merge pull request #310 from 3rd-Eden/websocket.write
Having a stab at issue #295
|
2011-06-29 03:20:49 -07:00 |
|
Arnout Kazemier
|
2110bac72d
|
Having a stab at issue #295
|
2011-06-29 12:17:20 +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 |
|
Arnout Kazemier
|
8abe712294
|
Passes test suite
|
2011-06-28 21:41:46 +02:00 |
|
Guillermo Rauch
|
df21bea4df
|
Fixed store references
|
2011-06-28 16:32:40 -03:00 |
|
Arnout Kazemier
|
45f2718954
|
Cleaned up the websocket test
|
2011-06-28 21:05:53 +02:00 |
|
Guillermo Rauch
|
24aef9e40b
|
Merge branch 'master' of github.com:LearnBoost/Socket.IO-node
|
2011-06-28 15:50:19 -03:00 |
|
Guillermo Rauch
|
a00ce7eee6
|
Fix for client side namespaces.
|
2011-06-28 15:49:48 -03:00 |
|
Guillermo Rauch
|
17dd94e3c9
|
Merge pull request #300 from 3rd-Eden/static.write
Create a new branch for fixing #287
|
2011-06-28 11:45:40 -07:00 |
|
Guillermo Rauch
|
81fe9e0117
|
Merge pull request #302 from 3rd-Eden/readme
Readme fixes
|
2011-06-28 11:45:05 -07:00 |
|
Arnout Kazemier
|
c9bf814580
|
Readme fixes
|
2011-06-28 20:43:24 +02:00 |
|
Arnout Kazemier
|
78b546e185
|
Incorporated feedback from @guille
|
2011-06-28 20:37:58 +02:00 |
|
Arnout Kazemier
|
e7deb32a6f
|
Create a new branch for fixing #287
|
2011-06-28 20:23:13 +02:00 |
|
Guillermo Rauch
|
4e4199c15e
|
Added test for SocketNamespace#clients
|
2011-06-28 13:33:09 -03:00 |
|
Guillermo Rauch
|
fb79657476
|
Added SocketNamespace#clients
|
2011-06-28 13:33:01 -03:00 |
|