2109 Commits

Author SHA1 Message Date
Mark Nadal
49bc20ee95 nodejs fixes, some tmp 2020-05-16 01:33:41 -07:00
Mark Nadal
880947afe8 fix cache miss of cache hit 2020-05-16 01:23:40 -07:00
Mark Nadal
5a430bc812 stats should not swallow errors 2020-05-02 18:05:51 -07:00
Mark Nadal
985cfa2b4d build/unbuild 2020-05-01 19:13:13 -07:00
Mark Nadal
51be588a74 nomem for Meething! 2020-05-01 19:08:25 -07:00
Mark Nadal
c93305ae11 fix ws noServer 2020-05-01 18:54:16 -07:00
Mark Nadal
ff99a4639d
Merge pull request #936 from joedakroub/master
Fix for ES Modules when using a peer
2020-04-24 11:50:36 -07:00
rogowski
06a4a0bfeb
Merge pull request #868 from rogowski/bug-850
Test for bug-850 - Saving a deep object under a user node seems to lose public key at some depth. Add test.
2020-04-23 21:45:06 -03:00
Mark Nadal
29d596baf7 Merge branch 'master' of http://github.com/amark/gun 2020-04-22 14:31:54 -07:00
Mark Nadal
018fa8cc1e FIX user.set({obj not secure, + try fix hash & predictable souls + beta forgetfulness 2020-04-22 14:31:27 -07:00
Mark Nadal
5bedffc864
Merge pull request #930 from lmangani/patch-1
Allow externally provided websockets in constructor
2020-04-19 06:46:58 -07:00
Lorenzo Mangani
4124a2db50
Allow externally provided websockets in constructor
For consideration (this can also be overloaded in stock gun)
The current ws.js code does not allow providing an external websocket while initializing Gun. This one line patch makes it possible:

```
        var myWS= new WebSocket.Server({ noServer: true, path: pathname});
        var myGun = new Gun({ 
            ws: { noServer: true, path: '/mygun', web: myWS }, 
            web: myWS 
        });
```
2020-04-16 21:54:02 +02:00
Joe Dakroub
1a71145b4d
Merge pull request #1 from joedakroub/jd/gun-mesh-this-error-esm-fix
Test fix - Loading gun via ES Modules throws error when setting a peer
2020-04-10 11:03:25 -04:00
joedakroub
46b0fb6dc5 Added this check on ine 2151 to prevent an error when using ESM 2020-04-10 10:48:01 -04:00
Mark Nadal
17f90d6d10
Merge pull request #927 from genderev/master
Explains Unubo issue
2020-04-10 02:17:59 -07:00
genderev
b0de4027e3
Update README.md 2020-04-10 01:44:09 +00:00
Mark Nadal
ce78d7a4c9
Merge pull request #924 from estebanrfp/patch-1
Create screen.html - vanilla javascript version
2020-04-06 21:36:36 -07:00
Mark Nadal
2f34d8cb4e
Merge pull request #906 from jussiry/patch-1
react todo example: fixes input clear on submit
2020-04-06 21:35:06 -07:00
Mark Nadal
e2f4f11e6a
Merge pull request #923 from smpsnr/fix-private-example
update private.html to fix #808
2020-04-06 21:29:21 -07:00
Esteban Fuster Pozzi
31abc3eaa0
Create screen.html
Vanilla javascript version, video streaming using Gun
2020-04-06 23:33:09 +02:00
sam
6a3c55cc69 update private.html to fix #808 2020-04-06 15:07:46 -04:00
Mark Nadal
47e7c495d7 up not found ack count before new soul + use more predictable offline souls + content address hash fix 2020-04-06 01:34:41 -07:00
Mark Nadal
87955288a0
Merge pull request #921 from amark/dev
Dev
2020-04-06 00:30:34 -07:00
Mark Nadal
fc58d3552a important offline fixes & assumption/default changes 2020-04-05 17:41:51 -07:00
Mark Nadal
ce865da613
Merge pull request #916 from rayros/master
Fix: Angular - Cannot find module 'ts-type'
2020-04-05 17:19:16 -07:00
Mark Nadal
879cd84ccc
Merge pull request #920 from brysgo/patch-1
clean up subscription when component unmounts
2020-04-05 17:17:23 -07:00
Bryan Goldstein
8ec8e394b8
clean up subscription when component unmounts 2020-04-04 19:45:47 -04:00
Mark Nadal
156b84acee
Create FUNDING.yml 2020-04-04 16:15:49 -07:00
Mark Nadal
ec8808735b Merge branch 'master' into dev 2020-04-02 13:10:48 -07:00
Mark Nadal
7857c70b6e
Create yson.js 2020-03-31 23:19:36 -07:00
rayros
7ba9aa1c3d remove ts-type devdeps 2020-03-29 20:46:14 +02:00
rayros
cba32c1040 remove ts-type import 2020-03-29 20:45:57 +02:00
Mark Nadal
12ff85aa2f
Merge pull request #914 from jussiry/dev
meta cmd hold, backspace etc.
2020-03-22 13:09:14 -07:00
Jussi Rytkönen
28205fe69e
Merge branch 'dev' into dev 2020-03-22 22:01:37 +02:00
Jussi Rytkönen
ee7a01675f meta cmd hold, backspace etc. 2020-03-22 21:38:12 +02:00
Mark Nadal
54a50d62ff
Merge pull request #879 from rogowski/bug-783
Test file for bug-783
2020-03-18 12:06:58 -07:00
Mark Nadal
dec75be45e
Merge pull request #888 from rogowski/bug-686
Test for bug-686: Cannot put string 'null' as value in put. SEA error…
2020-03-18 12:05:50 -07:00
Mark Nadal
1b002bd49d
Merge pull request #884 from rogowski/bug-322
Test for bug-322: modify returned node in callback leaks thru
2020-03-18 12:04:31 -07:00
Mark Nadal
fbcb369aa8
Merge pull request #908 from amark/manhattan
Manhattan
2020-03-06 02:03:41 -08:00
Mark Nadal
6bdc99da1a Merge branch 'master' into manhattan 2020-03-06 01:49:31 -08:00
Mark Nadal
4163687acb check if migration needed 2020-03-06 01:35:14 -08:00
Mark Nadal
9de7d0f38d fix chain emit & faith 2020-03-04 22:58:25 -08:00
Mark Nadal
da7c243fb0 rad check node read, important puffs 2020-03-04 02:18:49 -08:00
Mark Nadal
97065b70fa in s not ms 2020-03-03 11:27:45 -08:00
Mark Nadal
b4568e52c3 prof back in 2020-03-03 11:25:23 -08:00
Mark Nadal
c58e412208 puff it 2020-03-03 04:24:54 -08:00
Mark Nadal
2540818665 don't lose ref 2020-03-02 15:26:26 -08:00
Mark Nadal
ccf2c303b9 puff say loop? see how it goes. 2020-03-02 15:03:18 -08:00
Mark Nadal
3733473115 perf notes 2020-03-02 13:14:04 -08:00
Mark Nadal
6f053b6327 restore 2020-02-27 19:45:32 -08:00