Ajay MT
23eefa527a
Fix usage example for Server#close.
2014-09-10 18:11:56 +05:30
Guillermo Rauch
16483375a7
Release 1.1.0
1.1.0
2014-09-04 12:06:06 +02:00
Guillermo Rauch
ec305bd8df
examples: minor fix of escaping
2014-09-04 11:44:02 +02:00
Guillermo Rauch
af07a1c649
package: bump engine.io
2014-09-04 01:57:58 +02:00
Tony Kovanen
5863903d44
Merge pull request #1729 from anupbishnoi/patch-1
...
Take "" and "/" as equivalent namespaces on server
2014-08-20 11:27:46 +03:00
Anup Bishnoi
f56d4acce6
testing for equivalence of namespaces starting with / or without
2014-08-19 22:19:50 +00:00
Anup Bishnoi
8ea37b7351
Update index.js
2014-08-19 16:17:45 -04:00
Anup Bishnoi
b3cb18d910
Added relevant tests
...
"" and "/" namespaces are checked for equivalence on server and client
2014-08-18 22:47:06 -04:00
Anup Bishnoi
0e41561d56
Take "" and "/" as equivalent namespaces on server
...
On server, `.of(name)` should use the same key in `.nsps` object for "" and "/"
Important to use `String(name)` and `===` to keep out keys that don't cast to ""
2014-08-18 22:38:47 -04:00
Guillermo Rauch
83709e9487
Merge pull request #1714 from PeterDaveHello/patch-2
...
Use svg instead of png to get better image quality
2014-08-12 15:47:12 -07:00
Guillermo Rauch
6f4051aaa7
Merge pull request #1713 from PeterDaveHello/patch-1
...
make CI build faster
2014-08-12 15:45:58 -07:00
Peter Dave Hello
87bf6910b5
Use svg instead of png to get better image quality
2014-08-12 10:56:04 +08:00
Peter Dave Hello
8946b4ed4c
make CI build faster
2014-08-12 10:51:01 +08:00
Guillermo Rauch
a40068b5f3
Merge pull request #1688 from fdellabetta/server_side_namespace
...
client cannot connect to non-existing namespaces
2014-08-01 13:45:32 +01:00
Guillermo Rauch
9e29ec9b2b
Merge pull request #1700 from rase-/fix/rooms
...
Fix splice arguments and `socket.rooms` value update in `socket.leaveAll`
2014-08-01 13:45:01 +01:00
Tony Kovanen
624e7cb14f
Fix splice arguments and socket.rooms value update in socket.leaveAll.
...
Hat tip @Marreck
2014-08-01 13:20:18 +02:00
Filippo Della Betta
f6eb53f5e1
client cannot connect to non-existing namespaces
2014-07-22 13:58:13 +02:00
Guillermo Rauch
9c80317574
Merge pull request #1685 from rase-/fix/remote-address-in-handshake-obj
...
Fix remote address in handshake obj
2014-07-18 19:47:26 -07:00
Tony Kovanen
d163d891ef
Bump engine.io version to get the cached IP address
2014-07-19 04:49:51 +03:00
Tony Kovanen
54726105cb
Fixed handshake object address property and made the test case more strict.
2014-07-19 04:43:03 +03:00
Guillermo Rauch
3d9e52cf93
Merge branch 'master' of github.com:Automattic/socket.io
2014-07-17 12:20:17 -07:00
Guillermo Rauch
ad74f2ff88
package: bump engine.io
2014-07-17 12:17:46 -07:00
Guillermo Rauch
cf1c1273b3
Merge pull request #1682 from kevin-roark/fix/disconnect-connectbuffer-crash
...
Fixed the failing test where server crashes on disconnect involving connectBuffer
2014-07-16 10:58:54 -07:00
Kevin Roark
1f43c4abb5
Fixed the failing test where server crashes on disconnect involving connectBuffer
...
Source of bug: after connection to nsp '/', the socket's connectBuffer
was being deleted. On attempt to reconnect to a different namespace,
the connect buffer was deleted and we attempted to push to it. Instead
of the deleting the connect buffer, it is now emptied.
2014-07-16 08:35:16 -07:00
Guillermo Rauch
d6e6e8a2f8
Merge pull request #1673 from bryanburgers/patch-1
...
Fix repo in package.json
2014-07-15 18:25:59 -07:00
Guillermo Rauch
fbd36b613d
npmignore: ignore .gitignore ( fixes #1607 )
2014-07-15 10:55:34 -07:00
Guillermo Rauch
480b1a05bd
test: added failing case for socket.disconnect and nsps
2014-07-15 10:52:23 -07:00
Bryan Burgers
ef729b72b4
Fix repo in package.json
2014-07-09 07:28:45 -05:00
Guillermo Rauch
968e94e42b
Merge pull request #1655 from ysmood/fix_etag_header
...
We should use the standard http protocol to handler the etag header
2014-06-30 23:32:23 -07:00
Guillermo Rauch
c18ed5fd4d
Merge pull request #1646 from narcisoguillen/close_sio
...
Close sio
2014-06-30 19:10:26 -07:00
Narciso Guillen
1f7da938bd
Improve Close documentation
2014-06-30 15:57:21 -05:00
Narciso Guillen
4b89bce182
use ephemeral ports
2014-06-30 15:49:08 -05:00
Yad Smood
8c19eef07a
fix: We should use the standard http protocol to handler the etag
...
header.
2014-06-29 21:42:57 +08:00
Guillermo Rauch
662b30669b
Merge pull request #1653 from acusti/patch-1
...
Override default browser font-family for inputs
2014-06-28 10:55:22 -07:00
Andrew Patton
001373ee17
Override default browser font-family for inputs
...
For consistent typography, explicitly declare font-family stack for `input` in addition to `html` (in Chrome and Safari on mac, the input will otherwise use default font for such elements, like Lucida Grande)
2014-06-28 13:14:33 -04:00
Guillermo Rauch
246f3bb5c3
Merge pull request #1648 from kevin-roark/update/has-binary-data
...
update has-binary-data to 1.0.3
2014-06-23 20:20:39 -07:00
Kevin Roark
68d06ec94c
update has-binary-data to 1.0.3
2014-06-23 20:19:26 -07:00
Narciso Guillen
a1feca1bd3
Add close specs
2014-06-23 21:03:31 -05:00
Narciso Guillen
968105a239
Add ability to stop the http server even if not created inside socket.io
2014-06-23 21:03:12 -05:00
Narciso Guillen
2e8e26613a
Update README
2014-06-23 20:02:39 -05:00
Narciso Guillen
fbdb94d146
make sure server gets close
2014-06-23 19:55:02 -05:00
Tony Kovanen
55572122f3
Merge pull request #1642 from rase-/add/test
...
Duplicate events test for `reconnect_failed`
2014-06-21 17:28:37 +03:00
Tony Kovanen
a1170a3aa6
Bump client
2014-06-21 17:26:55 +03:00
Tony Kovanen
0954301d7e
Add test case for checking that reconnect_failed is fired only once upon failure
2014-06-21 17:14:15 +03:00
Guillermo Rauch
328a9df8eb
package: bump socket.io-parser for component-emitter dep fix
...
cc @davglass @reid
2014-06-20 16:57:54 -07:00
Guillermo Rauch
d99e30fca7
Release 1.0.6
1.0.6
2014-06-19 14:57:50 -07:00
Guillermo Rauch
561dd6fd79
package: bump engine.io for utf8 fix ( fixes #1622 )
2014-06-19 14:51:37 -07:00
Guillermo Rauch
e9e2a91cea
package: bump socket.io-client
2014-06-19 08:05:38 -07:00
Guillermo Rauch
8a3a111a7f
Merge pull request #1635 from rase-/add/test
...
Test for duplicate events on manual reconnect
2014-06-18 15:54:23 -07:00
Tony Kovanen
bd87e4dc35
Bump socket.io-client to latest commit so that duplicate events test passes
2014-06-19 01:52:34 +03:00