RetroShare is a Free and Open Source cross-platform, Friend-2-Friend and secure decentralised communication platform.
Find a file
drbob 8e3e7d5209 Cleaned up rsPeers to remove 10 minute reconnect. The reconnect was caused by
the periodical call of cleanupUsedLocation, which was reloading all the GPG Keys - for each cleanup Key.
This required cleaning up various bits (AuthGPG, rsPeers, p3Disc).

 * moved rsPeer::cleanUnusedLocations => p3PeerMgr::removeUnusedLocations();
 	- made the function light-weight, no loading of GPG Keys.
 * moved getSSLCertsFromGPG() fn from rsPeers => p3PeerMgr
 * added p3PeerMgr::removeAllFriendLocations() to cleanup when removing a GPG Friend.
 * cleaned up rsPeers, made addFriend() / removeFriend() universal functions.
 * remove bool   p3Peers::setAcceptToConnectGPGCertificate(const std::string &gpg_id, bool acceptance)
 * removed all Dummy SSL Ids. - There is no need for this!
 * Major changes to p3disc to correct FLAWED logic.  (needs more testing).
 * removed as many dependancies on retroshare/rspeer.h as possible.
 * changed p3turtle dependancy on rsPeers ==> mLinkMgr.
 * added p3LinkMgr::getPeerName() and p3PeerMgr::getPeerName()
 * added return 1 to pqissllistener::closeConnection().
 * removed unused code from AuthGPG().
 * removed storeAllKeys() calls in AuthGPG::AllowConnection().



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4542 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-08-07 21:11:00 +00:00
build_scripts updated changelog for ubuntu 2011-07-31 14:09:10 +00:00
libbitdht/src Added External Interface to control "Attached" Mode 2011-07-21 11:23:56 +00:00
libretroshare/src Cleaned up rsPeers to remove 10 minute reconnect. The reconnect was caused by 2011-08-07 21:11:00 +00:00
plugins fixed compilation 2011-07-09 15:47:49 +00:00
retroshare-gui/src Fixed layout in GeneralPage under Windows (there are three additional checkboxes). 2011-08-07 20:21:02 +00:00
retroshare-nogui/src Forgot to commit retroshare-nogui and forgot to say recompile of the GUI needed. 2011-08-05 21:17:08 +00:00
build-all-mingw32make.bat added build all bat file for windows 2011-07-02 16:52:58 +00:00
RetroShare.pro Added a project file (subdirs template) for libbitdht, libretroshare and retroshare-gui. 2011-07-17 23:28:44 +00:00