Commits on Source 7

  • henry's avatar
    fixup! Lox integration · 5ebc9fc7
    henry authored
    Bug 42597: Fix `#updatePubkeys`.
    5ebc9fc7
  • henry's avatar
    fixup! Lox integration · 704133b3
    henry authored
    Bug 42597: Fix generateInvite.
    
    We make sure to call handle_issue_invite to convert the response from
    "issueinvite" into credentials.
    
    We also stop stringifying the lox credentials, which are already a
    string.
    704133b3
  • henry's avatar
    fixup! Lox integration · 27ec12e5
    henry authored
    Bug 42597: Made sure we're always using `JSON.parse(request).request`
    where `request` is generated by lox_wasm.
    27ec12e5
  • henry's avatar
    fixup! Lox integration · 8ca54076
    henry authored
    Bug 42597: Move duplicate logic into `#makeRequest`.
    
    Moreover, we pass in the common fetch arguments into buildPostRequest
    and treat the return value as a string instead of a JSON object.
    8ca54076
  • henry's avatar
    fixup! Lox integration · d7c52d55
    henry authored
    Bug 42597: Refactor error handling.
    
    A lot of the errors can be propagated to the caller.
    d7c52d55
  • henry's avatar
    fixup! Bug 40597: Implement TorSettings module · f08fc6e4
    henry authored
    Bug 42597: Make buildPostRequest accept fetch arguments.
    
    This allows the request to buildPostRequest in the Lox module use the
    same arguments that would be passed to `fetch`.
    
    Also, return the text stream, rather than JSON.
    f08fc6e4
  • henry's avatar
    fixup! Lox integration · 8dbd8dd6
    henry authored
    Bug 42597: Add note for missing trusted invites.
    8dbd8dd6
Loading
Loading