ConcurrenTree icon indicating copy to clipboard operation
ConcurrenTree copied to clipboard

A solution for concurrently editable rich text documents. Designed with P2P in mind, though works just as well for server-only federation. Developer email: [email protected]

Results 7 ConcurrenTree issues
Sort by recently updated
recently updated
newest added

I found [this project](https://github.com/dominictarr/scuttlebutt) and their [collaborative text editing](https://github.com/dominictarr/r-edit) uses similar ideas to ConcurrenTree. See the [paper](hal.inria.fr/docs/00/44/59/75/PDF/icdcs09-treedoc.pdf).

After the writeup in #39 for @marcelklehr, and a bit of completely unrelated stewing on things, I figured out a way to completely remove SingleNodes from use in the codebase,...

Necessary improvement

Most people probably don't even know this project _has_ a wiki. It should not only be updated after #40 and #41 and such, it should also be featured in the...

Feature request

One of the things I decided since working on this project before, is that the networking problem is actually outside the scope of CTree itself. So one of the biggest...

Necessary improvement

Kind of a minor change in some ways, but since the focus is now pulled toward starting with manual user verification and automating from there, it should make the intentions...

Feature request
Beginner Bug

After getting sick of having the code for recursive testing being copied everywhere, I turned it into DoctestAll. Now, it's time to use it. That means stripping out top-level testing...

Feature request
Beginner Bug

Doctest doesn't get any indigestion from hard tabs, but as a developer, I sure get some from having to mix the two styles in my code. Not to mention that...

Feature request