mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-20 15:00:36 -04:00
* Disabled personal signatures on Channel Messages.
* Made "ConnectCallback" more accurate. * Improved DHT display slightly. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3606 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
0ea899de29
commit
5321c35d30
3 changed files with 53 additions and 14 deletions
|
@ -403,7 +403,10 @@ bool p3Peers::getPeerDetails(std::string id, RsPeerDetails &d)
|
|||
}
|
||||
else
|
||||
{
|
||||
autostr << "DHT:SEARCHING ";
|
||||
if (!(pcs.state & RS_PEER_S_CONNECTED))
|
||||
{
|
||||
autostr << "DHT:SEARCHING ";
|
||||
}
|
||||
}
|
||||
|
||||
if (pcs.inConnAttempt)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue