forked from amark/gun
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
merge with latest gun master #13
Open
sirpy
wants to merge
340
commits into
GoodDollar:manhattanv2
Choose a base branch
from
amark:master
base: manhattanv2
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SEA.certify() small bug fix + more unit test
SEA.certify(): Urgent bug fix for blacklist
Wave.js comments and spaces to structure code
New landing page
* NODE_ENV=development for heroku deployment * Use NPM_CONFIG_PRODUCTION=false instead * Update app.json * Update app.json
`certificants.indexOf('*') !== -1` appears to be correct way of using this function. `certificants.includes` may be another option, but it may be too modern for compatibility concern
* Warn on automatic redirect to HTTPS * Don't redirect to HTTPS on loopback IP addresses * Check if current location is a local loopback IP address (127.0.0.0/8) and do not redirect
* bug: fixes issue with reverse sorting * chore: updates unit test * bug: new array not needed as filter already return a new one
…with s3 if opts.s3 has been configured. (#1064)
* improving retry logic * Trigger Build
* Fixing non-existant err variable in localStorage * Update localStorage.js
Git needs to be added to the docker image or the build fails at the npm install stage. _Looks at iris_ ... npm ERR! path git npm ERR! errno -2 npm ERR! enoent undefined ls-remote -h -t ssh://git@github.com/irislib/iris-messenger.git ...
* chain.d.ts: add options argument to put & set * chain.d.ts: set cb may be null when providing opts Co-authored-by: Norman Reed <norman.s.reed@gmail.com>
* Update wire.js * Update wire.js * Update wire.js
* update src/index * update * src/index fix * added src/core
* sea blobs! * and null origins * null fix * null check is last
* react-native detection * added lib mobile * changed back to gun. for another solution
…he so I can reject @bmatusiak 's lS change O:) O:) I love you you're a hero! later with @bmatusiak check sea.then for '../gun.js' vs '../' vs ... note: src/index -> core.js TODO: something about WebRTC candidates hitting ack decrement limits?
* does this load better * check window.Gun too in rfs
Commented out sipgate.net STUN server. Added Cloudflare STUN server.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.