Commit Graph

55 Commits

Author SHA1 Message Date
Damien Arrachequesne
35987a5c0f [chore] Bump socket.io-parser to version 2.3.1 (#43) 2016-11-20 01:48:52 +01:00
tatellos
97bdbab37c [docs] Fix typo in Readme.md (#37) 2016-10-18 03:58:00 +02:00
Guillermo Rauch
efd6141dbd Release 0.4.0 2015-12-03 10:12:35 -08:00
Guillermo Rauch
d16e46df36 Merge pull request #30 from manubb/master-patched
Use a Room class to efficiently track room size.
2015-12-03 09:41:32 -08:00
Guillermo Rauch
6e0ecb4d3a package: bump debug 2015-11-19 09:44:13 -08:00
Manuel Baclet
bac5b0ec32 Simplify and clarify. 2015-06-11 11:37:24 +02:00
Manuel Baclet
55274af45a Small fix. 2015-06-11 11:36:06 +02:00
Manuel Baclet
1a5b6d4485 Comments on Room methods. 2015-06-11 10:58:40 +02:00
Manuel Baclet
f7e7c07fae Remove some spaces. 2015-06-11 10:58:20 +02:00
Manuel Baclet
89bd58129d Merge pull request #1 from kapouer/patch-1
Add missing closing curly brace
2015-06-11 10:37:30 +02:00
Jérémy Lal
930741ffa5 Add missing closing curly brace 2015-06-11 01:01:49 +02:00
Manuel Baclet
8e5bae4ad9 Add a newline at end of file. 2015-06-03 10:49:09 +02:00
Manuel Baclet
5c79d6ec27 Use a Room class to efficiently track room size. 2015-06-03 10:36:27 +02:00
Guillermo Rauch
de5cba46ce Merge pull request #26 from nkzawa/patch-0
Fix to apply volatile and compress flags when bloadcasting
2015-04-05 15:52:02 -07:00
Guillermo Rauch
4a1a66ac70 Merge pull request #27 from mikaturunen/patch-1
Update package.json license
2015-04-05 15:50:32 -07:00
Guillermo Rauch
ce4048d9cf Merge pull request #28 from nevir/patch-1
Add a LICENSE file
2015-04-05 15:50:24 -07:00
Ian MacLeod
53073e6a8c Add a LICENSE file
To appease the lawyery folk
2015-04-02 14:55:54 -07:00
Mika Turunen
17a2097f6d Update package.json license 2015-03-20 11:33:00 +02:00
Naoyuki Kanezawa
bd48c2f292 set flags as an option object 2015-02-15 03:08:45 +09:00
Guillermo Rauch
ae79d87274 allow clients(fn) 2015-01-31 08:41:21 -08:00
Guillermo Rauch
cb6e0d8b45 Merge pull request #24 from cha0s/clients
Suggestion for implementation of clients API
2015-01-31 08:40:16 -08:00
Ruben Rodriguez II
cba037ffa2 Suggestion for implementation of clients API 2015-01-25 18:59:07 -06:00
Guillermo Rauch
304a93d68f Merge pull request #21 from marcooliveira/master
Fix confusing comment in `add`
2015-01-17 12:28:41 +00:00
Guillermo Rauch
ddf8e61cd6 Merge pull request #20 from marcooliveira/patch-1
Call the callback on `delAll`
2015-01-17 12:27:47 +00:00
Marco Oliveira
73a1ae89de Fix confusing comment in add 2014-11-01 15:05:52 +00:00
Marco Oliveira
29d2e46900 Call the callback on delAll 2014-11-01 14:52:27 +00:00
Guillermo Rauch
e66ea47c80 Merge pull request #19 from rase-/remove/keys-dependency
Remove unnecessary dependency
2014-10-27 19:15:16 -07:00
Tony Kovanen
e0220b7ce5 remove unnecessary dependency 2014-10-28 02:08:56 +02:00
Guillermo Rauch
c22e10f635 Release 0.3.1 2014-10-27 11:46:21 -07:00
Tony Kovanen
591cfb3cfe Merge pull request #16 from rase-/fix/bump-parser
Bump parser version.
2014-10-18 21:25:01 +03:00
Tony Kovanen
7789a22eee Bump parser version. 2014-10-18 21:22:35 +03:00
Guillermo Rauch
d4b4051290 Merge pull request #7 from keskival/master
Updated the dependency version to be compatible with a current stack.
2014-09-25 10:20:50 -07:00
Tero Keski-Valkama
f2cdb95985 Merged. 2014-09-25 19:50:29 +03:00
Guillermo Rauch
006f19a225 Merge pull request #12 from rase-/fix/room-autopruning
Fix room autopruning
2014-09-19 23:25:17 -06:00
Tony Kovanen
3e6489bf71 Make the room exists when autopruning. 2014-09-19 18:07:08 -06:00
Tony Kovanen
2e061ee733 Fix room autopruning 2014-09-19 18:02:44 -06:00
Tony Kovanen
7793a33e04 Merge pull request #10 from rase-/patch-1
Add autoprunning of empty rooms - rebased
2014-09-11 16:52:38 +03:00
Tony Kovanen
b49b781f12 Style 2014-09-11 16:47:07 +03:00
hallucynogenyc
a9142147f7 Add autoprunning of empty rooms 2014-09-11 16:44:43 +03:00
Guillermo Rauch
fc5930c5d1 Merge pull request #8 from tencircles/master
Do not set key/value pairs on arrays
2014-08-06 10:05:52 -07:00
chris_coniglio
ce93e2adaa A new room should be created as an object instead of an array since the id/true is set as a key value pair. Not an array element. 2014-08-06 09:40:18 -07:00
Tero Keski-Valkama
435a759d9b Added the repository field.
...to fix the npm warnings like:
npm WARN package.json socket.io-adapter@0.3.0 No repository field.
2014-07-01 11:32:51 +03:00
Tero Keski-Valkama
16d7767088 Updated the debug dependency.
... to be compatible with express and connect.
2014-07-01 11:12:05 +03:00
Guillermo Rauch
0b6a00cbec Merge pull request #6 from poldridge/patch-1
Patch 1
2014-06-24 16:08:21 -07:00
poldridge
1dd2bad757 Update index.js
Added missing hasOwnProperty check to for .. in loop.
2014-06-24 15:38:51 -07:00
poldridge
19d41920d9 Update index.js
Added missing hasOwnProperty checks to two for .. in loops.
2014-06-24 15:36:34 -07:00
Guillermo Rauch
22aaae4135 Release 0.3.0 2014-05-30 21:33:58 -07:00
Guillermo Rauch
1f4baa6f82 Merge pull request #3 from hiddenmin/patch-1
Update package.json
2014-05-30 21:32:46 -07:00
Amin Cheloh
e46f60ba3e Update package.json 2014-05-31 11:30:03 +07:00
Guillermo Rauch
668b9cfb47 Release 0.2.0 2014-03-14 15:04:31 -03:00