Commit Graph

  • beaceff513
    Merge c04306a48e into 44d0eecbfb dependabot[bot] 2024-10-10 18:59:59 +0200
  • 28309fb60f
    Merge c79f383e56 into 44d0eecbfb dependabot[bot] 2024-10-10 18:59:58 +0200
  • a7bfaaa801
    Merge ce4bf5143c into 44d0eecbfb dependabot[bot] 2024-10-10 18:59:58 +0200
  • d2059402f9
    Merge 19ab33e292 into 44d0eecbfb dependabot[bot] 2024-10-10 18:59:58 +0200
  • 44d0eecbfb
    Merge pull request #62 from EmilIvanichkovv/fix/empty-payload-error master Sasha 2024-04-29 17:43:39 +0200
  • 698b8c9802 fix: Send non-empty payload during handshake Emil Ivanichkov 2024-04-29 16:15:07 +0300
  • 056e6509a1
    feat!: add pubsub topic as parameter Sasha 2024-04-18 23:55:25 +0200
  • 64485c8c14
    lint weboko/pubsub-contenttopic Sasha 2024-04-18 23:51:05 +0200
  • 10ce3a6dee
    up tests Sasha 2024-04-18 23:49:15 +0200
  • 64e59328fa
    fix lint Sasha 2024-04-18 23:38:27 +0200
  • fa5cc104a1
    remove unused Sasha 2024-04-18 23:33:18 +0200
  • f039d8fdd2
    Merge branch 'master' of github.com:waku-org/js-noise into weboko/pubsub-contenttopic Sasha 2024-04-18 23:27:21 +0200
  • 7100f31ed8
    feat: add pubsub topic parameter Sasha 2024-04-18 23:26:47 +0200
  • 814512cbcc
    feat!: determine pubsubTopic based on contentTopic Sasha 2024-04-16 02:09:52 +0200
  • 69159ec74a
    fix lint Sasha 2024-04-16 02:08:53 +0200
  • 76deae2cff
    fix test Sasha 2024-04-16 02:07:28 +0200
  • 45bd8d4233
    fix test Sasha 2024-04-16 02:03:43 +0200
  • 3dbe54b7f1
    up test Sasha 2024-04-16 01:58:29 +0200
  • 7bb0d29ee4
    up test Sasha 2024-04-16 01:56:27 +0200
  • 810d832226
    remove unused Sasha 2024-04-16 01:53:27 +0200
  • 3fb88c12dc
    feat: determine pubsubTopic based on contentTopic Sasha 2024-04-16 01:50:18 +0200
  • da1f593fb5
    chore: duplicate PR#57 and update lock Sasha 2024-04-11 17:16:28 +0200
  • 62dfa331b6
    up spec Sasha 2024-04-11 17:15:28 +0200
  • 2f03427e23
    fix lint Sasha 2024-04-11 17:12:59 +0200
  • 4f925c6599
    chore: duplicate PR#57 and update lock Sasha 2024-04-11 17:08:55 +0200
  • d79b23553f fix: Set default `pubsubTopic` Emil Ivanichkov 2024-04-09 19:25:54 +0300
  • 292ccd68ee chore: Update `@waku/interfaces`, `@waku/core` & `@waku/proto` Emil Ivanichkov 2024-04-09 16:17:57 +0300
  • 8251106499
    Merge a5916e0c95 into dc9b7974bb dependabot[bot] 2024-02-16 19:06:09 +0000
  • a5916e0c95
    chore(deps): bump protobufjs from 6.11.3 to 6.11.4 dependabot/npm_and_yarn/protobufjs-6.11.4 dependabot[bot] 2024-02-16 19:06:07 +0000
  • ef51bb5807
    Merge c6229417da into dc9b7974bb dependabot[bot] 2024-02-16 17:10:33 +0000
  • c6229417da
    chore(deps): bump undici from 5.21.0 to 5.28.3 dependabot/npm_and_yarn/undici-5.28.3 dependabot[bot] 2024-02-16 17:10:32 +0000
  • dc9b7974bb
    Merge pull request #54 from EmilIvanichkovv/fix-logging-in-pairing-module Sasha 2024-02-15 11:17:26 +0100
  • dc2fd56797 refactor: Use `log` instead of `console.log` in `pairing` module Emil Ivanichkov 2024-02-15 11:59:42 +0200
  • 8bafd89ca4 refactor: Remove forgotten debugging line Emil Ivanichkov 2024-02-15 11:58:31 +0200
  • a19e968c85 refactor: Make `csOutbound` & `csInbound` fields of `HandshakeResult` protected Emil Ivanichkov 2024-01-26 17:42:04 +0200
  • e436becaf7 feat: Add `getCSOutbound` & `getCSInbound` methods to `HandshakeResult` Emil Ivanichkov 2024-01-26 17:48:49 +0200
  • 4d6d4ca5bd feat: Add `getNametagPosition` & `getNametagAtPosition` method to `MessageNametagBuffer` Emil Ivanichkov 2024-01-26 17:40:16 +0200
  • 1a0b044451 chore: Add exports for `CipherState`, `Nonce` & `PayloadV2` Emil Ivanichkov 2024-01-25 16:18:33 +0200
  • a6c232defb refactor: Make `csOutbound` & `csInbound` fields of `HandshakeResult` protected Emil Ivanichkov 2024-01-26 17:42:04 +0200
  • 26218bb08a feat: Add `getCSOutbound` & `getCSInbound` methods to `HandshakeResult` Emil Ivanichkov 2024-01-26 17:48:49 +0200
  • 38f213559b feat: Add `getNametagPosition` & `getNametagAtPosition` method to `MessageNametagBuffer` Emil Ivanichkov 2024-01-26 17:40:16 +0200
  • 4d9832bdff chore: Add exports for `CipherState`, `Nonce` & `PayloadV2` Emil Ivanichkov 2024-01-25 16:18:33 +0200
  • 17c6d49446 chore: Export `NoiseSecureMessage` & `PayloadV2` class Emil Ivanichkov 2024-01-25 16:18:33 +0200
  • 54e0fd5759 fix: Implementation of `rotateLeft` function in `src/messagenametag.ts` Emil Ivanichkov 2024-01-25 14:18:53 +0200
  • 33fe46e56e fix: Implementation of `rotateLeft` function in `src/messagenametag.ts` Emil Ivanichkov 2024-01-25 14:18:53 +0200
  • 4be1418b58 fix: Fix call of `HKDF` in the `genMessageNametagSecrets` function Emil Ivanichkov 2024-01-24 20:21:41 +0200
  • 2b18d30b4f fix: Fix call of `HKDF` in the `genMessageNametagSecrets` function Emil Ivanichkov 2024-01-24 20:21:41 +0200
  • c04306a48e
    chore(deps-dev): bump follow-redirects from 1.15.2 to 1.15.4 dependabot/npm_and_yarn/follow-redirects-1.15.4 dependabot[bot] 2024-01-10 08:25:00 +0000
  • 0f9b146776 refactor: cipher specific endianness for nonce Richard Ramos 2023-11-21 13:19:09 -0400
  • 32e64030ed refactor: cipher type as parameter Richard Ramos 2023-11-21 12:38:43 -0400
  • 932d9a0263 chore: add missing `.js` suffix Richard Ramos 2023-11-21 12:36:23 -0400
  • 37086a523f chore: removing ChaChaPolyCipherState and NoisePublicKey encryption/decryption, as it is only used for tests, and not during normal usage Richard Ramos 2023-11-21 12:36:01 -0400
  • 1cacb2f548 refactor: removed taglen as parameter as it is defined in spec that it is always`16` Richard Ramos 2023-11-20 16:56:33 -0400
  • 3cd683c2f1 refactor: `commitPublicKey` receives a hashing function Richard Ramos 2023-11-20 16:40:40 -0400
  • 6baa061f0e refactor: key type as parameter Richard Ramos 2023-11-20 15:56:52 -0400
  • d9b8fdc98e refactor: tagLen as parameter Richard Ramos 2023-11-20 15:14:02 -0400
  • 5d54dc28be refactor: SHA256 as parameter Richard Ramos 2023-11-20 14:34:08 -0400
  • 2670bf72ce
    Merge a21b59ccc2 into 31510dac38 dependabot[bot] 2023-11-22 22:56:24 +0000
  • a21b59ccc2
    chore(deps): bump the npm_and_yarn at /. security update group with 3 updates dependabot/npm_and_yarn/achingbrain/nat-port-mapper-and-xml2js-and-achingbrain/ssdp-1.0.12 dependabot[bot] 2023-11-22 22:56:22 +0000
  • 5819fb90d9
    refactor: cipher specific endianness for nonce feat/aesgcm Richard Ramos 2023-11-21 13:19:09 -0400
  • 550e26533f
    refactor: cipher specific endianness for nonce refactor/params Richard Ramos 2023-11-21 13:19:09 -0400
  • 938789d7cd
    refactor: cipher type as parameter Richard Ramos 2023-11-21 12:38:43 -0400
  • 85c235e7f5
    chore: add missing `.js` suffix Richard Ramos 2023-11-21 12:36:23 -0400
  • 9aa0761c0f
    chore: removing ChaChaPolyCipherState and NoisePublicKey encryption/decryption, as it is only used for tests, and not during normal usage Richard Ramos 2023-11-21 12:36:01 -0400
  • ece0b95c81
    refactor: removed taglen as parameter as it is defined in spec that it is always`16` Richard Ramos 2023-11-20 16:56:33 -0400
  • bdead7e3a9
    refactor: `commitPublicKey` receives a hashing function Richard Ramos 2023-11-20 16:40:40 -0400
  • 62836e847b
    refactor: key type as parameter Richard Ramos 2023-11-20 15:56:52 -0400
  • 83d6d553a3
    refactor: tagLen as parameter Richard Ramos 2023-11-20 15:14:02 -0400
  • bf665a0222
    refactor: SHA256 as parameter Richard Ramos 2023-11-20 14:34:08 -0400
  • 19ab33e292
    chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 dependabot/npm_and_yarn/word-wrap-1.2.4 dependabot[bot] 2023-07-20 01:31:51 +0000
  • ce4bf5143c
    chore(deps): bump socket.io-parser from 4.2.2 to 4.2.4 dependabot/npm_and_yarn/socket.io-parser-4.2.4 dependabot[bot] 2023-07-08 02:10:44 +0000
  • c79f383e56
    chore(deps): bump tough-cookie from 4.1.2 to 4.1.3 dependabot/npm_and_yarn/tough-cookie-4.1.3 dependabot[bot] 2023-07-08 02:10:16 +0000
  • 408a4287f2
    Merge b551bfa8a7 into 31510dac38 dependabot[bot] 2023-07-07 23:08:03 +0000
  • b551bfa8a7
    chore(deps): bump protobufjs and @waku/core dependabot/npm_and_yarn/protobufjs-and-waku/core-7.2.4 dependabot[bot] 2023-07-07 23:08:01 +0000
  • 729eef9a77
    chore(deps): bump socket.io-parser from 4.2.2 to 4.2.3 dependabot[bot] 2023-05-24 01:46:39 +0000
  • 31510dac38
    feat: use IReceiver with toSubscriptionIterator Sasha 2023-05-15 10:50:43 +0200
  • 392571e512
    fix mock weboko/receiver Oleksandr Kozlov 2023-05-12 21:44:21 +0200
  • 2ac286638d
    fix lint Sasha 2023-05-11 00:27:56 +0200
  • ba201fb560
    update mock Sasha 2023-05-11 00:25:19 +0200
  • 3e27606edc
    fix lint Sasha 2023-05-10 23:23:32 +0200
  • 8a7121535a
    merge with master Sasha 2023-05-10 23:13:14 +0200
  • 1c8ec24c9e
    update dependencies Sasha 2023-05-10 23:11:42 +0200
  • b8f8ed8917
    Merge pull request #36 from waku-org/feat/meta fryorcraken.eth 2023-05-10 14:02:12 +1000
  • 1c15cac893
    use IReceiver with toSubscriptionIterator Sasha 2023-05-09 19:24:11 +0200
  • 4f18b886c9
    feat: enable meta field to be set fryorcraken.eth 2023-05-09 16:27:00 +1000
  • e9509bb681
    chore(deps): bump xml2js and @achingbrain/nat-port-mapper dependabot[bot] 2023-05-04 20:58:14 +0000
  • 174bc32617
    chore(deps): bump undici from 5.16.0 to 5.21.0 Sasha 2023-04-06 01:16:38 +0200
  • eeef7ec626
    chore(deps): bump webpack from 5.75.0 to 5.77.0 Sasha 2023-04-06 01:16:24 +0200
  • 08c871c3b4
    chore: bump to 0.0.3 Sasha 2023-04-04 23:17:32 +0200
  • 34ead3036b
    bump to 0.0.3 weboko/bump weboko 2023-04-04 23:14:56 +0200
  • 3201743ed7
    fix!: update to latest waku + use ISender Sasha 2023-04-04 23:13:38 +0200
  • 00d552d659
    fix tests & remove Sender weboko/update weboko 2023-04-04 01:34:13 +0200
  • 9eb817dd68
    use ISender weboko 2023-04-04 01:11:57 +0200
  • 96e4b46c42
    update waku weboko 2023-04-04 01:02:07 +0200
  • 91e4df5d0b
    chore(deps): bump webpack from 5.75.0 to 5.77.0 dependabot[bot] 2023-03-29 22:34:04 +0000
  • 9136800038
    Merge pull request #31 from waku-org/chore/remove-example Sasha 2023-03-30 00:33:06 +0200
  • 3a65578f44
    merger with master weboko 2023-03-30 00:30:07 +0200
  • 6666080651 fix: use base64url WITH padding Richard Ramos 2023-03-28 09:38:46 -0400
  • 83d7370328
    chore: remove noise example Richard Ramos 2023-03-29 09:32:26 -0400
  • 67ce0600f0
    fix: use base64url WITH padding fix/base64 Richard Ramos 2023-03-28 09:38:46 -0400