orbit icon indicating copy to clipboard operation
orbit copied to clipboard

A distributed, serverless, peer-to-peer chat application on IPFS

Results 64 orbit issues
Sort by recently updated
recently updated
newest added

This is an issue to track writing the content for Orbit's website. FYI @dignifiedquire

goal

People should be able to download a build of Orbit from dist.ipfs.io. - [ ] Automate build process (almost done, just need to upload the .gz files from CircleCI to...

In Progress
goal

Hey, guys, I tried to use orbit chat on my web browser. Unfortunately, I can't recover messages I sent to the channel #ipfs a long time ago. As you might...

In the web app, there should be a visible link to download the desktop app. This could be a banner at the top of the screen and if so, the...

enhancement
help wanted
Difficulty: Easy
Backlog

We want to ramp our testing and as part of the overall goals in the IPFS project to create a distributed networks Test Lab, we need to define a list...

help wanted
Backlog
goal

It would be great to connect Orbit with Slack. Similar to Orbit IRC (https://github.com/haadcode/orbit/issues/67), it should be possible to send and receive messages from Orbit to Slack and the other...

enhancement
help wanted
Difficulty: Hard

```` $ ipfs daemon Error: ipfs daemon is running. please stop it to run this command Use 'ipfs daemon --help' for information about this command $ipfs --version ipfs version 0.4.8...

Is there a way to reload data through page refresh with the sample implementation available in orbit-db/browser ``` const ipfsDaemon = new IpfsDaemon({ IpfsDataDir: '/datadir', SignalServer: 'star-signal.cloud.ipfs.team' }); ``` by...

Is there a way to start Orbit without starting ipfs-deamon, because one is already running.

question

It should be possible to "pin" a message to a collection. The user should be able to have multiple collections, easily access them and move pinned messages between the lists....

enhancement
help wanted
Difficulty: Medium