Mark Nadal
4a41ec4075
Sean Matheson is awesome! Thanks for supporting the project, @ctrlplusb !
2017-01-19 13:28:47 -08:00
Mark Nadal
0ee3229cff
Merge pull request #264 from amark/develop
...
Develop
2016-11-13 10:16:42 -08:00
Mark Nadal
fe624166cc
fix #263 for @imomin and limit back off
2016-11-13 10:05:03 -08:00
Mark Nadal
30b4aaa6f7
Merge branch 'master' into develop
2016-11-13 10:02:42 -08:00
Mark Nadal
71afcc52f7
Update README.md
2016-11-10 09:49:28 -08:00
Jesse Gibson
1a6e52dd76
Merge pull request #260 from PsychoLlama/hotfix-offline-sync
...
Fix reconnection replication
2016-11-02 17:19:57 -06:00
Jesse Gibson
4aed97ae44
Bump patch number
...
For offline queueing fix.
[ci skip]
2016-11-02 15:28:25 -06:00
Jesse Gibson
878dad4153
Fix reconnection replication
...
Fixes issue #259 , where edits made offline wouldn't be queued for when a
socket comes back online.
I didn't quite follow the logic of the previous queuing system, so I
refined it and the issue was fixed, so.... yay!
2016-11-02 15:08:05 -06:00
Mark Nadal
d868d0c03d
Merge pull request #256 from amark/develop
...
nam version bump for @alancnet !
2016-10-26 05:17:27 +02:00
Mark Nadal
04ee088ab9
nam version bump for @alancnet !
2016-10-25 20:14:06 -07:00
Mark Nadal
738bc7f3fa
Merge branch 'master' into develop
2016-10-25 20:12:36 -07:00
Mark Nadal
c006690ced
Merge pull request #252 from alancnet/off
...
.off for .on, .map, and .path
2016-10-23 23:39:49 +02:00
Mark Nadal
1242e4b971
Merge pull request #253 from alancnet/set-usability
...
Enable .set with node, or new soul.
2016-10-23 23:28:52 +02:00
Alan Colon
b00b27ceaf
Enable .set with node, or new soul.
2016-10-23 14:33:56 -06:00
Alan Colon
1ab36fa3e1
.off for .on, .map, and .path
2016-10-23 00:24:54 -06:00
Mark Nadal
e355816da4
Merge pull request #247 from amark/develop
...
Develop
2016-10-17 23:49:28 -06:00
Mark Nadal
c3b4bf7d66
Update package.json
2016-10-17 22:37:46 -07:00
Mark Nadal
5f0f96664f
Merge pull request #244 from BartNetJS/patch-1
...
check for window.localStorage
2016-10-17 23:36:18 -06:00
Mark Nadal
4efb634c76
Merge pull request #243 from amark/develop
...
Develop
2016-10-14 15:59:33 -06:00
Mark Nadal
4eafadc279
Merge pull request #242 from PsychoLlama/psychollama-update-travis-ci-config
...
Update Travis CI config
2016-10-14 15:04:29 -06:00
Mark Nadal
f73154c2e5
Merge pull request #241 from PsychoLlama/master
...
Add ability to stop broadcast
2016-10-14 15:04:17 -06:00
Jesse Gibson
0d41b5114c
Add node v6
...
Adds node version 6.8 to the list of tested versions on Travis CI.
2016-10-14 14:54:37 -06:00
Jesse Gibson
abce408c65
Bump patch version
2016-10-14 14:49:06 -06:00
Jesse Gibson
455cec4a10
Add ability to stop broadcast
...
Sometimes you just wanna send data to only one client, not the whole
bunch. Now, with new advances in gun technology, you can disable the
default broadcasting behavior.
Feature implemented under the direction and guidance of @amark.
2016-10-14 14:39:59 -06:00
BartVDACodeware
fc8aa597a7
check for window.localStorage
...
Hi, the window.localStorage gives an exception when you use it in Edge on localHost or from a file based html.
I've added a check for the localStorage.
The code is a snipped from here: https://mathiasbynens.be/notes/localstorage-pattern
2016-10-14 22:04:03 +02:00
Mark Nadal
f146f0a864
Merge pull request #232 from amark/develop
...
this to window
v0.3.995
2016-10-08 16:42:02 -06:00
Mark Nadal
cdfd411ec8
this to window
2016-10-08 15:31:57 -07:00
Mark Nadal
3cff0e0a09
Merge pull request #230 from amark/develop
...
Develop
2016-10-07 15:29:55 -06:00
Mark Nadal
20349076e0
bump version
2016-10-07 14:11:38 -07:00
Mark Nadal
17ab1d291c
fix React Native breaking Webpack live reload scope
2016-10-07 14:10:20 -07:00
Mark Nadal
c4138d1616
Merge branch 'master' into develop
2016-10-07 14:08:36 -07:00
Mark Nadal
7464ec9e97
Update README.md
2016-09-30 20:45:03 -07:00
Mark Nadal
e3379fd05a
Update README.md
2016-09-30 20:44:27 -07:00
Mark Nadal
5fbf9a5d4d
Merge branch 'master' into develop
2016-09-17 14:51:03 -07:00
Mark Nadal
4bd25b039c
Merge pull request #217 from amark/develop
...
Develop
2016-09-17 15:48:54 -06:00
Mark Nadal
fdf08154ba
Merge pull request #215 from Stefdv/patch-1
...
ws error on send
2016-09-17 15:36:38 -06:00
Stefdv
3258354af6
bumped version for ws.send error
2016-09-17 23:28:40 +02:00
Stefdv
1760900d73
ws error on send
...
node might throw an error on sending through a websocket that is not open. Adding an empty calback seems o fix this
2016-09-17 23:13:30 +02:00
Stefdv
562e1dba96
ws error on send
...
node might throw an error when sending through a not open websocket. Adding an empty callback fixes this
2016-09-17 23:08:30 +02:00
Stefdv
aff0720e69
ws error on send
...
When sending through a ws socket you might get an error saying that the socket is not open.
by adding an empty callback to `ws.send` this seems to fixe it
2016-09-17 22:56:31 +02:00
Mark Nadal
5b201d64f2
Merge pull request #214 from amark/master
...
Merge pull request #209 from amark/develop
2016-09-17 14:44:35 -06:00
Mark Nadal
bd39fa42dd
Merge pull request #209 from amark/develop
...
Develop
2016-08-13 17:39:36 -06:00
Mark Nadal
ffa79f2d69
bump jesse's update
2016-08-13 16:20:29 -07:00
Mark Nadal
4c5f5a4f76
Merge remote-tracking branch 'origin/develop' into develop
2016-08-13 16:18:11 -07:00
Mark Nadal
4881b1e4a9
Merge pull request #208 from PsychoLlama/develop
...
Make it easier to start the demo apps
2016-08-13 17:17:49 -06:00
Jesse Gibson
4a0fb994be
Merge branch 'develop' of https://github.com/amark/gun into develop
2016-08-08 17:40:36 -06:00
Jesse Gibson
3e7df721cb
Change default port to 8080
...
Since it's made as an example app, might as well make it easy to get
started. Port 80 throws an error if the server hasn't been started as
sudo, requiring port 8080 to be explicitly passed if you want to run the
demo locally.
2016-08-08 17:38:13 -06:00
Mark Nadal
21a6a2f035
Merge branch 'master' into develop
2016-08-03 17:20:56 -07:00
Mark Nadal
dead567698
Merge pull request #206 from amark/develop
...
Develop
2016-08-03 18:20:39 -06:00
Mark Nadal
8cea0bc5f8
add node filter for map
2016-08-03 17:11:49 -07:00