Commit Graph

2097 Commits

Author SHA1 Message Date
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
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
Mark Nadal
5a70f506d3 TEMPORARILY disable RAD 2020-02-27 19:40:21 -08:00
Mark Nadal
8f78669997 must be defined undefined 2020-02-25 12:34:47 -08:00
Mark Nadal
e5c06e7491 put debug (dbg) 2020-02-25 12:29:28 -08:00
Mark Nadal
74f6638227 DO NOT PUBLISH! ECHO TEST. 2020-02-25 03:32:42 -08:00
Mark Nadal
9a3225e387 file serve stats 2020-02-25 02:31:34 -08:00
Mark Nadal
105d81f7a6 undo temporary test 2020-02-21 23:53:02 -08:00
Mark Nadal
5bf425d2c4 TEMPORARY test 2020-02-21 23:32:37 -08:00
Mark Nadal
79fac4cb45 fix large records saving to RAD 2020-02-21 22:39:06 -08:00
Mark Nadal
50a7373d00 woops, what? 2020-02-21 19:46:25 -08:00
Mark Nadal
1c29092af8 -log +stat, not gets or dbg yet tho 2020-02-21 16:38:26 -08:00