mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-28 10:32:22 -04:00
Improvements to IntroServer Mode:
* Move Dirs to .retroshare/<sslid>/ * Automatically make directories. * Create 2 files: key & lobby name, cannot make 3rd file: hyperlink from nogui. * chmod NEWCERTS directory to 777 * delete old peers at startup, reload peers from config file. * Add Date to Lobby name. Improvements not done yet: - Remove inactive peers - it is tricky to tell the difference between unconnected and old. - Cannot make 3rd file: hyperlink from nogui. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4937 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
363c7d8f41
commit
4ab4d60492
2 changed files with 123 additions and 10 deletions
|
@ -47,7 +47,10 @@ int displayPeers();
|
|||
|
||||
int addCertificateFile(std::string);
|
||||
int addNewUser(std::string certificate);
|
||||
int setupChatLobbies();
|
||||
int setupChatLobbies(std::string &genericLobbyName);
|
||||
int createConfigFiles(std::string peersDir, std::string lobbyName);
|
||||
int restoreStoredPeers();
|
||||
int removeAllPeers();
|
||||
|
||||
int checkForNewCerts();
|
||||
int cleanOldPeers();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue