mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-11-26 18:46:42 -05:00
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 |
||
|---|---|---|
| .. | ||
| rsbaseitems.cc | ||
| rsbaseitems.h | ||
| rsbaseserial.cc | ||
| rsbaseserial.h | ||
| rsblogitems.cc | ||
| rsblogitems.h | ||
| rschannelitems.cc | ||
| rschannelitems.h | ||
| rsconfigitems.cc | ||
| rsconfigitems.h | ||
| rsdiscitems.cc | ||
| rsdiscitems.h | ||
| rsdistribitems.cc | ||
| rsdistribitems.h | ||
| rsforumitems.cc | ||
| rsforumitems.h | ||
| rsgameitems.cc | ||
| rsgameitems.h | ||
| rsmsgitems.cc | ||
| rsmsgitems.h | ||
| rsphotoitems.cc | ||
| rsphotoitems.h | ||
| rspluginitems.cc | ||
| rspluginitems.h | ||
| rsserial.cc | ||
| rsserial.h | ||
| rsserviceids.h | ||
| rsstatusitems.cc | ||
| rsstatusitems.h | ||
| rstlvaddrs.cc | ||
| rstlvaddrs.h | ||
| rstlvbase.cc | ||
| rstlvbase.h | ||
| rstlvfileitem.cc | ||
| rstlvimage.cc | ||
| rstlvkeys.cc | ||
| rstlvkeys.h | ||
| rstlvkvwide.cc | ||
| rstlvkvwide.h | ||
| rstlvtypes.cc | ||
| rstlvtypes.h | ||
| rstlvutil.cc | ||
| rstlvutil.h | ||
| rstunnelitems.cc | ||
| rstunnelitems.h | ||
| rsvoipitems.cc | ||
| rsvoipitems.h | ||