Update match-maker-client.js#125
Draft
sevenbitbyte wants to merge 31 commits into
Draft
Conversation
sevenbitbyte
commented
May 24, 2026
Member
Author
|
Package
StaticFile
Service
|
sevenbitbyte
commented
Jun 7, 2026
sevenbitbyte
commented
Jun 7, 2026
sevenbitbyte
commented
Jun 7, 2026
sevenbitbyte
commented
Jun 7, 2026
| @@ -0,0 +1,86 @@ | |||
| const debug = require('debug')('dataparty.task.cleanup-ephemeral-sessions') | |||
Member
Author
There was a problem hiding this comment.
Move to src/service/tasks
sevenbitbyte
commented
Jun 7, 2026
| @@ -1,6 +1,7 @@ | |||
| const debug = require('debug')('dataparty.auth.venue-auth') | |||
Member
Author
There was a problem hiding this comment.
Move to src/service/auth/admin_only-auth.js
sevenbitbyte
commented
Jun 7, 2026
sevenbitbyte
commented
Jun 12, 2026
| type: 'string', | ||
| description: 'websocket url' | ||
| }, | ||
| url: { |
Member
Author
There was a problem hiding this comment.
ws
i2p
api
app
billing
https://github.com/datapartyjs/match-maker/blob/stripe-webhook/schema/billable-service.js
sevenbitbyte
commented
Jun 12, 2026
| if (!Config){ return } | ||
|
|
||
|
|
||
| if(ctx.req.source && ctx.req.source == 'PeerComms'){ |
Member
Author
There was a problem hiding this comment.
write a comment explaining this
//! peercomms connections are already pq-aes encrypted so we skip that on response
sevenbitbyte
commented
Jun 12, 2026
| const identityUrl = parsed.url+'/identity' | ||
| const versionUrl = parsed.url+'/version' | ||
|
|
||
| const identity = await Dataparty.Comms.RestComms.HttpGet(identityUrl) |
Member
Author
There was a problem hiding this comment.
Should support every type of comms client here.
- RestComms
- WebsocketComms
- I2pComms
- PeerComms via MatchMaker call
…party-api into billing-checkout-client
Member
Author
sevenbitbyte
commented
Jun 13, 2026
This file contains hidden or 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
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.

Issues resolved:
EphemeralClientvenuedcommandsvenued hostvenued admin addvenued admin listvenuecommandsvenue identity genvenue identity listvenue identity showvenue remote addvenue remote listvenue remote showvenue remote checkvenue contact add [pairing-code/username/key-hash]venue contact import [json-file/bson-file]venue contact listvenue contact showvenue identity share [remote-name]venue build package [package-code] [identity-name]venue build project [project-code] [identity-name]venue deploy package [package-code] [remote-name]venue deploy project [project-code] [remote-name]