Commit Graph

  • 415cfe8d5a feat: bind to ipv6 interfaces (#148) Daniel Norman 2024-05-10 14:49:11 +02:00
  • 6636f2bd12 feat: add chat peer list (#147) Daniel Norman 2024-05-08 17:44:08 +02:00
  • ba9c27ca3e ci: run rust and go ci conditionally when they change (#146) Daniel Norman 2024-05-08 13:00:36 +02:00
  • 5d26f8662f feat: add proper logger (#144) Daniel Norman 2024-05-08 13:00:10 +02:00
  • da56cf364f fix: upgrade libp2p deps (#145) Daniel Norman 2024-05-08 12:52:18 +02:00
  • e9df860ddf deps: bump @libp2p/identify from 1.0.19 to 2.0.0 in js-peer (#140) dependabot[bot] 2024-05-07 11:47:35 -05:00
  • 6bdb1fc69b deps: bump @libp2p/websockets from 8.0.20 to 8.0.22 in js-peer (#139) dependabot[bot] 2024-05-07 11:46:44 -05:00
  • de4a938160 chore: remove no-op buttons (#143) Daniel Norman 2024-05-07 17:51:25 +02:00
  • 76af2f7c6d feat: improve peer list styling (#142) Daniel Norman 2024-05-07 15:57:55 +02:00
  • 2dec2d483d ci update libp2p/uci (#134) @RandyMcMillan 2024-05-07 07:41:28 -04:00
  • bcce1fbb80 feat: add pubsub browser peer discovery (#133) Daniel Norman 2024-05-07 12:24:55 +02:00
  • 2246b251a1 fix: styling (#138) Daniel Norman 2024-05-03 17:57:18 +02:00
  • f6a399d8aa add disconnect button (#137) Daniel Norman 2024-05-03 17:29:47 +02:00
  • eef2cf4fe9 chore: clean up bootstrap connection code (#136) Daniel Norman 2024-05-03 16:17:16 +02:00
  • 6354a4abb2 feat: create circuit relay reservations on bootstrappers (#118) Daniel Norman 2024-05-03 16:13:24 +02:00
  • d6aa4c8d49 chore(deps): bump it-map from 3.0.5 to 3.1.0 in /js-peer (#126) dependabot[bot] 2024-05-02 12:23:38 +02:00
  • d2f9cdef04 chore(deps): bump @libp2p/bootstrap from 10.0.20 to 10.0.21 in /js-peer (#129) dependabot[bot] 2024-04-29 16:19:18 +02:00
  • 0655ce6b96 chore(deps): bump @libp2p/webtransport from 4.0.27 to 4.0.28 in /js-peer (#130) dependabot[bot] 2024-04-29 16:19:08 +02:00
  • 0d235e7eaa chore: move daniel to js-peer codeowners Daniel N 2024-04-29 15:10:50 +02:00
  • 3a8453c9e0 chore: consolidate dependabots files Daniel N 2024-04-29 15:02:51 +02:00
  • 94136cd2b6 add dependabot.yml Daniel Norman 2024-04-29 14:58:57 +02:00
  • 9be51a387b Update CODEOWNERS Daniel Norman 2024-04-29 13:56:44 +02:00
  • ce411c6ff7 feat: connect to bootstrap nodes (#114) Daniel Norman 2024-04-26 15:11:48 +02:00
  • 86462f2b4c JS peer improvements (#116) Daniel Norman 2024-04-26 14:56:39 +02:00
  • 31a99ed91e chore: remove tick message (#117) Daniel Norman 2024-04-26 14:50:59 +02:00
  • 7c90820741 feat: enable circuit relay v2 in go peer (#115) Daniel Norman 2024-04-26 10:35:56 +02:00
  • 5a7f5421c3 feat: use ipfs dht (#113) Daniel Norman 2024-04-25 13:58:12 +02:00
  • 958e2755e9 Update js deps (#112) Daniel Norman 2024-04-24 16:54:40 +02:00
  • c771f56413 chore: update bootstrap nodes Daniel N 2024-04-24 15:48:10 +02:00
  • 7bb6e3d96b deps: bump go dependencies (#111) dozyio 2024-04-23 18:44:21 +01:00
  • 893c57c326 chore: js-peer bump deps including libp2p to 1.x (#110) dozyio 2024-03-13 15:53:30 +00:00
  • 8d08a8582f chore: Update .github/workflows/stale.yml [skip ci] GitHub 2024-01-31 16:49:25 +00:00
  • 51f1821f7e chore: Update .github/CODEOWNERS [skip ci] GitHub 2024-01-31 16:49:09 +00:00
  • 5c2d93e9c9 feat: log connection errors & add spinner (#107) dozyio 2023-12-11 10:48:43 +00:00
  • 28ee7ba01b chore: bump deps (#106) dozyio 2023-12-05 14:56:33 +00:00
  • 758f4ae641 Add dual MIT and Apache-2 license Daniel N 2023-11-23 12:42:21 +01:00
  • e2d673e71c deps: upgrade js-peer to latest libp2p (#103) Chad Nehemiah 2023-11-14 16:40:20 +03:00
  • 83110e01d1 add header link to source repo Daniel N 2023-11-14 14:54:32 +03:00
  • 3fab26e04a update webrtc bootstrapper Daniel Norman 2023-11-13 13:11:09 +03:00
  • 51dedf69c4 change default boostrap node Daniel N 2023-11-13 11:21:18 +03:00
  • c922cee8b5 feat(rust): add memory-based connection limits (#102) Thomas Eizinger 2023-10-09 08:10:32 +11:00
  • a6c0193c09 add ability to manually trigger deployment Daniel N 2023-10-04 13:52:39 +02:00
  • 2e80cf5bba feat(rust): automated deployment to fly.io (#91) Thomas Eizinger 2023-10-04 22:22:15 +11:00
  • bcb8df7265 ci: set up CI for Go (#100) Piotr Galar 2023-10-04 03:11:59 +01:00
  • bc82d16ada feat(rust): allow dialing DNS addresses (#90) Thomas Eizinger 2023-10-04 12:27:27 +11:00
  • d1c1c47ce7 fix(rust): make --listen-address actually work (#89) Thomas Eizinger 2023-10-04 12:23:01 +11:00
  • b1af4722b4 fix: go module tidy (#97) Ryan MacArthur 2023-10-02 16:25:38 -04:00
  • 0a4dcce100 ensure latest messages are displayed when overflow Daniel N 2023-09-27 12:16:27 +02:00
  • ccb735be47 chore: Update .github/CODEOWNERS [skip ci] GitHub 2023-09-27 04:02:07 +00:00
  • 41f0cfef58 chore: Update CODEOWNERS [skip ci] libp2p-mgmt-read-write[bot] 2023-09-27 04:02:05 +00:00
  • 05e84d84f8 ci: add basic workflow for Rust (#88) Thomas Eizinger 2023-09-27 13:16:15 +10:00
  • 5e318b8003 chore: Update CODEOWNERS [skip ci] GitHub 2023-09-26 15:59:58 +00:00
  • 062ba90a9b feat: file sharing (#76) Youngjoon Lee 2023-09-27 00:03:09 +09:00
  • 7a79d85d0c bump golang + go-libp2p deps (#94) Ryan MacArthur 2023-09-26 10:50:05 -04:00
  • 8d470ac992 Update Rust peer to 0.52 (#83) Thomas Eizinger 2023-09-22 02:04:41 +10:00
  • 1815a15753 Move frontend to js-peer for consistency (#84) Thomas Eizinger 2023-09-22 02:03:58 +10:00
  • 7a37d1fc3f Add dependabot file (#86) Thomas Eizinger 2023-09-22 02:03:39 +10:00
  • c83c925d5f chore: Update .github/workflows/stale.yml [skip ci] GitHub 2023-07-03 06:29:00 +00:00
  • e7607a6d27 Removed 'node' reference from main readme, trimmed down go-peer README to be more relevant to us (#75) TheDiscordian 2023-06-11 22:14:21 -04:00
  • 5eb35134e1 deps: update libp2p to 0.45.x (#73) Alex Potsides 2023-06-07 02:34:53 +01:00
  • 4a309e5fa3 fix: fix connectivity issues (#63) Prithvi Shahi 2023-04-26 12:25:09 -07:00
  • b136592f51 Construct addresses using MultiAddr, defaulting to IPv6 (#46) Doug A 2023-04-18 13:04:18 -03:00
  • bd1ed98136 fix: remove print to ui console (#55) Prithvi Shahi 2023-04-15 22:38:34 -07:00
  • 94e3cc14f0 fix: enable headless go peer (#43) Prithvi Shahi 2023-04-15 17:56:58 -07:00
  • 9d8e341284 Update stream limits and connection limits (#53) Prithvi Shahi 2023-04-15 10:27:23 -07:00
  • 950a3ede97 feat(rust): Up relay limits (#54) Thomas Eizinger 2023-04-15 16:06:41 +02:00
  • 42bf8cf447 fix: connect to ec2 bootstrap and remove noisy log Prithvi Shahi 2023-04-15 06:43:07 -07:00
  • 5cf2ec5bdd fix: added multiaddr dial box + UI fixes (#49) (#52) Chad Nehemiah 2023-04-14 21:23:35 -05:00
  • 2d8c971c7a chore: update rust deps (#51) Prithvi Shahi 2023-04-14 15:10:00 -07:00
  • a74ae79de2 feat/fix: upgrade js-libp2p and set DHT to client mode (#50) Prithvi Shahi 2023-04-14 13:11:40 -07:00
  • 8e449302a0 feat: UI fixes, persist messages, set up cxn limit (#39) Chad Nehemiah 2023-04-13 23:58:14 -05:00
  • 24b0867a9e update bootstrap ip (#47) Prithvi Shahi 2023-04-13 21:46:52 -07:00
  • 292e03bde5 fix: delay autonat start by 1 day (#45) Prithvi Shahi 2023-04-13 19:24:22 -07:00
  • 3bd8921692 Generate key and certificate on startup (#44) Thomas Eizinger 2023-04-13 21:37:31 +02:00
  • fac4664e51 feat: add quic v1 transport to rust peer (#42) Prithvi Shahi 2023-04-12 16:39:46 -07:00
  • 08be9ee085 Go Peer Updates (#37) TheDiscordian 2023-04-12 19:21:27 -04:00
  • ddc06a4594 feat: Bootstrap to ec2 (#41) Prithvi Shahi 2023-04-11 20:00:34 -07:00
  • 1e58952fb0 feat: bootstrap to the ec2 running instance of the rust peer (#40) Prithvi Shahi 2023-04-11 19:44:38 -07:00
  • 88c156bb2e feat: use static certificate and gen deterministic peer id (#38) Prithvi Shahi 2023-04-11 19:23:32 -07:00
  • 2940b4c36d feat: Integrate kaddht (#36) Prithvi Shahi 2023-04-11 18:04:01 -07:00
  • 1bd357cb13 fix: identify timeout (#33) Prithvi Shahi 2023-04-11 07:16:13 -07:00
  • 61d8d0c7ca fix: increase maxPushOutgoingStreams limit to resolve err (#32) Prithvi Shahi 2023-04-10 20:10:48 -07:00
  • e2fb02ad28 fix: use sequence number in msgIdFn to dedup msgs (#31) Prithvi Shahi 2023-04-10 19:44:10 -07:00
  • 0116a81c38 feat: add browser to browser (#22) Prithvi Shahi 2023-04-10 13:21:46 -07:00
  • 140b1fb888 feat(rust/kademlia): Use custom protocol and bootstrap regularly (#27) Max Inden 2023-04-09 22:08:47 +02:00
  • b56c25ceb9 feat(go/kademlia): Use custom protocol (#28) Max Inden 2023-04-08 01:40:06 +02:00
  • 5b8d73034e Merge pull request #26 from libp2p/fix-messages-not-displaying Prithvi Shahi 2023-04-06 14:08:35 -07:00
  • a6a2c67c75 discard unsigned msgs Prithvi Shahi 2023-04-06 14:07:32 -07:00
  • 8e0e5a1983 fix: render signed messages Prithvi Shahi 2023-04-06 13:57:51 -07:00
  • 9f73c00935 feat: add external addr to rust peer (#24) Prithvi Shahi 2023-04-06 08:18:38 -07:00
  • 63a3944704 Merge pull request #14 from jochasinga/blocky Pancy 2023-04-04 13:13:37 -07:00
  • ee0e52b292 add getting started video Daniel N 2023-04-04 18:35:27 +02:00
  • 2d3bed507f update package.lock Daniel N 2023-04-04 17:41:11 +02:00
  • 13989b7edf update readme Daniel N 2023-04-04 17:40:45 +02:00
  • e562288f82 update readme Daniel N 2023-04-04 17:39:38 +02:00
  • 285f1bc2bc remove binary from repo Daniel N 2023-04-04 10:22:35 +02:00
  • 12a9207b97 fix: rendering of identicon Daniel N 2023-04-04 10:19:57 +02:00
  • 7bb0946d84 discriminate message union Daniel N 2023-04-04 10:00:27 +02:00
  • 54768157af chore: rename server to peer (#18) Prithvi Shahi 2023-04-03 20:18:29 -07:00
  • 0ff65992a1 Merge pull request #17 from libp2p/add-kad Prithvi Shahi 2023-04-03 18:13:30 -07:00