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:
drbob 2012-02-14 00:45:57 +00:00
parent 363c7d8f41
commit 4ab4d60492
2 changed files with 123 additions and 10 deletions

View file

@ -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();