mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-28 18:42:20 -04:00
implement the trust settings in the gui
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2012 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
dabe44356a
commit
1ae1c9a98b
10 changed files with 362 additions and 146 deletions
|
@ -499,8 +499,8 @@ void FofPage::updatePeersList(int e)
|
|||
break ;
|
||||
|
||||
case 1: // "Unsigned peers who already signed my certificate"
|
||||
show = rsPeers->isTrustingMe(details.id) && !(details.state & RS_PEER_STATE_FRIEND) ;
|
||||
std::cerr << "case 1, ownsign=" << details.ownsign << ", is_trusting_me=" << rsPeers->isTrustingMe(details.id) << ", show=" << show << std::endl ;
|
||||
show = details.hasSignedMe && !(details.state & RS_PEER_STATE_FRIEND) ;
|
||||
std::cerr << "case 1, ownsign=" << details.ownsign << ", is_authed_me=" << details.hasSignedMe << ", show=" << show << std::endl ;
|
||||
break ;
|
||||
|
||||
case 0: // "All unsigned friends of my friends"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue