saros
saros copied to clipboard
Open Source IDE plugin for distributed collaborative software development
Generic class, providing TCP Connections. Should be a replacement for Socks5. TODO package should be send and received using the ITransmitter and IReceiver.
This pull request is the first of five to completely integrate the current state of "Saros for VS Code" into Saros. This pull request contains all implementations regarding account and...
Amends the Saros/E and Saros/I resource implementation to ignore files defining the encoding for shared resources. This was done to prevent issues caused by differing base-encoding settings which could cause...
The whole logic regarding the Socks5Proxy is now handled in its own class.
Removes the filesystem refresh on session start from EditorManager. This refresh should not be necessary as this is already done when sending or accepting the project/reference point negotiation. Furthermore, this...
This pull request is the third of three to completely integrate the current state of "Saros for VS Code" into Saros. This pull request contains all implementations regarding collaborations.
This pull request is the second of three to completely integrate the current state of "Saros for VS Code" into Saros. This pull request contains all implementations regarding session management.
The current code was hard to understand and not really maintainable. Removed the simultaneous connection attempts in both directions. Only one connection attempt is made as is it very likely...
This patch will now encrypt non mediated Socks 5 connection because the SMACK API do not offer it. The encryption is currently done with RSA and RC4 although RC4 should...