1479 Commits

Author SHA1 Message Date
mhelander
6fd2c0c1fa Something more minor typo fixes to authrecall 2018-01-29 20:47:26 +02:00
mhelander
fa8882b66a Something more fixes to authrecall 2018-01-29 20:41:58 +02:00
mhelander
c5043c92a8 Some more little fixes to authrecall 2018-01-29 20:35:20 +02:00
mhelander
ac05d24d88 Some more fixes to authrecall 2018-01-29 20:26:50 +02:00
mhelander
97a8df2e0e More fixes to authrecall 2018-01-29 20:04:36 +02:00
mhelander
d900b1407d Fixed async usage bug in authrecall 2018-01-29 19:57:44 +02:00
Mark Nadal
f6462f498a contact nav 2018-01-28 14:47:54 -08:00
Mark Nadal
9ace3c06f3 Merge branch 'master' of https://github.com/amark/gun 2018-01-28 13:40:38 -08:00
Mark Nadal
1926964eb9 contact nav 2018-01-28 13:37:57 -08:00
Mark Nadal
75f8f9243a
Merge pull request #489 from moses5407/master
First contribution to gun!
2018-01-27 15:42:13 -08:00
Mark Nadal
7ecd09ec87 UI contact 2018-01-27 15:02:51 -08:00
mhelander
dd0c05dcb7 Changed how to obtain SEA from sea.js 2018-01-27 11:06:38 +02:00
Mika
bf460165ae
Fixed missing variable declaration. 2018-01-26 12:32:23 +02:00
Mika
ac743b11e5
Buffer fight continues
Gun & SEA need better modularization to support other than html script tags properly!
2018-01-26 10:43:31 +02:00
Mika
b8a78cc128
Still fighting with Mocha wrapup & Buffer 2018-01-26 10:22:59 +02:00
Mika
44181b983e
Root missing from Gun.SEA usage prior to actual tests 2018-01-26 09:39:09 +02:00
mhelander
19a662bf62 Refactored use of IndexedDB - still some tests are failing 2018-01-25 23:35:56 +02:00
mhelander
faf4c1e658 'public' not OK as function argument in Chrome so renamed now 2018-01-24 22:40:00 +02:00
mhelander
ea886af1b4 Refactoring in-progress and some more clarity 2018-01-24 22:21:41 +02:00
Robert Heessels
2935a21a19 Small fixes for Chrome compatibility 2018-01-24 10:30:18 +01:00
moses5407
082a87db05
First contribution to gun! 2018-01-23 16:59:18 +02:00
Brock Atkinson
b9e1429dac correctly scope const pub.id 2018-01-23 17:55:34 +08:00
Brock Atkinson
537f2ed23d update sea's init code from chat discussion 2018-01-23 17:54:11 +08:00
mhelander
14497ac7ad Refactoring in-progress but mostly done 2018-01-23 01:04:28 +02:00
Mark Nadal
ee91ae7612 Baby Rocklin!!! :D :) 2018-01-21 05:32:35 -08:00
Mark Nadal
cb1d6d709e Baby Rocklin! 2018-01-21 05:16:25 -08:00
Mark Nadal
b2da673f4c no lS in Travis 2018-01-21 00:36:18 -08:00
Mark Nadal
073f46b9b4 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	gun.min.js
2018-01-20 22:18:27 -08:00
Mark Nadal
226e7f2796
Merge pull request #488 from amark/sea
Sea
2018-01-20 22:14:12 -08:00
Mark Nadal
b895143a60 fix race. 2018-01-20 22:11:47 -08:00
Mika
eb8d0dfcce
Merge pull request #2 from mhelander/master
Merge pull request #1 from mhelander/sea
2018-01-19 23:43:28 +02:00
Mark Nadal
1d66aecdc7
Merge pull request #487 from mhelander/sea
Sea
2018-01-19 13:12:49 -08:00
mhelander
a4cdf4ab53 Fixed some more Buffer/Uint8Array issues 2018-01-19 23:00:47 +02:00
mhelander
5b655ffbfb More Uint8Array conversions to subtle calls & fix one UInt8Array typo 2018-01-19 21:47:13 +02:00
mhelander
c9c072b3df Merge branch 'sea' of https://github.com/mhelander/gun into sea 2018-01-19 08:01:04 +02:00
mhelander
25f7582a5e Added Uint8Array conversion to subtle calls to beat the darn stupid API's 2018-01-19 08:00:54 +02:00
Mark Nadal
15f76f85b9
Merge pull request #486 from mhelander/sea
Sea
2018-01-18 20:46:18 -08:00
Mark Nadal
ce590fd332
Merge branch 'sea' into sea 2018-01-18 20:46:02 -08:00
mhelander
2cdf5340d4 Finally SEA has built-in Buffer : no module dependencies for browsers! 2018-01-19 02:31:28 +02:00
mhelander
68d8da1fdd Refactored SafeBuffer & fixed two failing tests 2018-01-18 01:17:13 +02:00
mhelander
4a8423ea15 SEA has work-in-progress SafeBuffer but not in use yet 2018-01-17 01:40:45 +02:00
Mark Nadal
eccc9449f7
Update sea.js 2018-01-16 12:24:54 -08:00
Mark Nadal
1de6e4bdc2
Update .travis.yml 2018-01-16 12:11:27 -08:00
Mark Nadal
071381acad
Update package.json 2018-01-16 12:10:01 -08:00
Mark Nadal
f410695e18
Merge pull request #483 from mhelander/sea
Sea
2018-01-16 12:07:44 -08:00
Mark Nadal
7e7a17f66a
Merge pull request #482 from amark/master
pull latest
2018-01-16 12:03:34 -08:00
mhelander
8f5c67a9e6 Fixed safe-buffer usage again 2018-01-16 01:06:20 +02:00
mhelander
0b76a6cffb Fixed safe-buffer usage 2018-01-15 23:33:44 +02:00
mhelander
21c49b41a0 Removed Spark-MD5 and replaced MD5 key hashing with SHA-256 from Web Crypto subtle 2018-01-15 23:05:14 +02:00
mhelander
59e5b01b17 Buffer module replace by safe-buffer in SEA 2018-01-15 20:32:50 +02:00