mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-17 21:40:36 -04:00
Made key exchange more stable.
removed restore key function sorry introduced lock with my last commit git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3924 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
35f91f5e07
commit
5bc8e68059
6 changed files with 102 additions and 36 deletions
|
@ -79,6 +79,7 @@ virtual bool channelRestoreKeys(std::string chId);
|
|||
virtual bool channelShareKeys(std::string chId, std::list<std::string>& peers);
|
||||
virtual bool channelEditInfo(std::string chId, ChannelInfo &ci);
|
||||
virtual void getPubKeysAvailableGrpIds(std::list<std::string>& grpIds);
|
||||
//virtual void setPrivateChannelDir(const std::string dirName);
|
||||
|
||||
|
||||
/***************************************************************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue