Floobits / floobits-intellij

Real-time collaborative editing plugin for IntelliJ
Apache License 2.0
228 stars 14 forks source link

What information is sent to server? #261

Open OptimisticLock opened 7 years ago

OptimisticLock commented 7 years ago

Hi,

Is there any code sent to your server, or is all communication done P2P?

Also, given that the project is kind of dormant, how well does it work with Idea 2017.1?

Thank you.

kans commented 7 years ago

Irina,

All code is sent to our sever over TLS.

--Matt

On Thu, May 11, 2017 at 7:23 PM, Irina Rapoport notifications@github.com wrote:

Hi,

Is there any code sent to your server, or is all communication done P2P?

Thank you.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Floobits/floobits-intellij/issues/261, or mute the thread https://github.com/notifications/unsubscribe-auth/AA8OA8x3G3VhbHLA2vU-yr7ubARwsoUsks5r48K6gaJpZM4NYxIU .

OptimisticLock commented 7 years ago

The entire code base? I don't think my client would approve. Any way we can host our own server?

Also, does the plugin work reliably with IDEA Ultimate 2017.1?