mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 23:49:35 -05:00
RetroShare is a Free and Open Source cross-platform, Friend-2-Friend and secure decentralised communication platform.
5a55c1b5d6
- Defined the control group stuff. - Background task to determine friend membership. - Caching of Circle info, - Added GXS interface class to gxs/rsgixs.h - TODO: Serialiser is incomplete. - TODO: SubCircles to be done in Phase 2. * Improvements to RsMemCache: - Added Value& ref(Key) to avoid data copying. - Added Statistics to check cache performance. - Fixed up bugs in tracking membership. * Improvements to RsTickEvent: - Added additional string parameter for more specificity. git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5910 b45a01b8-16f6-495d-af2f-9b41ad6348cc |
||
---|---|---|
build_scripts | ||
libbitdht/src | ||
libretroshare/src | ||
openpgpsdk/src | ||
plugins | ||
retroshare-gui/src | ||
retroshare-nogui/src | ||
rsctrl/src | ||
build-all-mingw32make.bat | ||
README.txt | ||
RetroShare.pro |
To use this branch: - get source code for libssh-0.5.2, unzip it, and create build directory (if needed) # wget http://www.libssh.org/files/0.5/libssh-0.5.2.tar.gz # tar zxvf libssh-0.5.2.tar.gz # cd libssh-0.5.2 # mkdir build # cd build # cmake -DWITH_STATIC_LIB=ON .. # make # cd ../.. - build the google proto files # cd rsctrl/src # make Don't bother about python related errors. - go to retroshare-nogui, and compile it # cd ../../retroshare-nogui # qmake # make - to use the SSH RS server: # ssh-keygen -t rsa -f rs_ssh_host_rsa_key # this makes a RSA # ./retroshare-nogui -G # generates a login+passwd hash for the RSA key used. # ./retroshare-nogui -S 7022 -U[SSLid] -P [Passwd hash] - to connect from a remote place to the server by SSH: # ssh -T -p 7022 [user]@[host] and use the command line interface to control your RS instance.