RetroShare/libretroshare/src/services
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
..
Makefile Bugfix for gpg connections. 2009-07-07 21:53:06 +00:00
p3blogs.cc Changed parameter of the methods of pqiNotify from "std::string" to "const std::string&" 2011-06-29 22:54:44 +00:00
p3blogs.h Changed parameter of the methods of pqiNotify from "std::string" to "const std::string&" 2011-06-29 22:54:44 +00:00
p3channels.cc Changed parameter of the methods of pqiNotify from "std::string" to "const std::string&" 2011-06-29 22:54:44 +00:00
p3channels.h Changed parameter of the methods of pqiNotify from "std::string" to "const std::string&" 2011-06-29 22:54:44 +00:00
p3chatservice.cc Removed p3ConnectMgr. Replaced it with p3LinkMgr, p3NetMgr and p3PeerMgr. 2011-07-09 18:39:34 +00:00
p3chatservice.h Removed p3ConnectMgr. Replaced it with p3LinkMgr, p3NetMgr and p3PeerMgr. 2011-07-09 18:39:34 +00:00
p3disc.cc Cleaned up rsPeers to remove 10 minute reconnect. The reconnect was caused by 2011-08-07 21:11:00 +00:00
p3disc.h Cleaned up rsPeers to remove 10 minute reconnect. The reconnect was caused by 2011-08-07 21:11:00 +00:00
p3distrib.cc Cleaned up rsPeers to remove 10 minute reconnect. The reconnect was caused by 2011-08-07 21:11:00 +00:00
p3distrib.h Changed parameter of the methods of pqiNotify from "std::string" to "const std::string&" 2011-06-29 22:54:44 +00:00
p3forums.cc Changed parameter of the methods of pqiNotify from "std::string" to "const std::string&" 2011-06-29 22:54:44 +00:00
p3forums.h Changed parameter of the methods of pqiNotify from "std::string" to "const std::string&" 2011-06-29 22:54:44 +00:00
p3gamelauncher.cc Removed p3ConnectMgr. Replaced it with p3LinkMgr, p3NetMgr and p3PeerMgr. 2011-07-09 18:39:34 +00:00
p3gamelauncher.h Removed p3ConnectMgr. Replaced it with p3LinkMgr, p3NetMgr and p3PeerMgr. 2011-07-09 18:39:34 +00:00
p3gameservice.h * Addition of the basic Games Launcher - used to organise networked games with peers. 2008-01-21 09:22:42 +00:00
p3msgservice.cc Fixed the sending of outgoing messages. 2011-08-02 21:55:31 +00:00
p3msgservice.h Removed p3ConnectMgr. Replaced it with p3LinkMgr, p3NetMgr and p3PeerMgr. 2011-07-09 18:39:34 +00:00
p3photoservice.cc Added a name to the RsMutex class. 2011-07-04 22:59:39 +00:00
p3photoservice.h This intimidating patch renames libretroshare/src/rsiface/ to 2010-08-06 09:40:23 +00:00
p3service.cc fast simplification of code in pqistreamer, and added a missing =null in p3service that could cause a bug 2011-04-08 20:57:16 +00:00
p3service.h Added a name to the RsMutex class. 2011-07-04 22:59:39 +00:00
p3statusservice.cc Removed p3ConnectMgr. Replaced it with p3LinkMgr, p3NetMgr and p3PeerMgr. 2011-07-09 18:39:34 +00:00
p3statusservice.h Removed p3ConnectMgr. Replaced it with p3LinkMgr, p3NetMgr and p3PeerMgr. 2011-07-09 18:39:34 +00:00
p3tunnel.cc Cleaned up rsPeers to remove 10 minute reconnect. The reconnect was caused by 2011-08-07 21:11:00 +00:00
p3tunnel.h reimplemented the tunnel handshake 2010-02-25 22:44:04 +00:00
p3vors.cc * disabled rtt debugging 2011-08-04 14:58:53 +00:00
p3vors.h Added Test Service for determining VoIP possibilities. 2011-08-03 17:43:26 +00:00