mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
Make rs-nogui+SSH compile against the trunk.
* converted to new flags format for File Operations. * converted from PUBLIC to VISIBLE lobbies. NB: This required name changes to protobuf definitions. * converted DataRates to new function. * directory sharing shifted to using OTHERS flags (text menus) - No support for group Flags yet. * Added == operator to Flags Type. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6000 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
f764a82408
commit
d3787cb324
12 changed files with 147 additions and 122 deletions
|
@ -60,7 +60,7 @@ message ChatLobbyInfo {
|
|||
enum LobbyState {
|
||||
LOBBYSTATE_JOINED = 1;
|
||||
LOBBYSTATE_INVITED = 2;
|
||||
LOBBYSTATE_PUBLIC = 3;
|
||||
LOBBYSTATE_VISIBLE = 3;
|
||||
}
|
||||
|
||||
required LobbyPrivacyLevel privacy_level = 5;
|
||||
|
@ -116,7 +116,7 @@ message RequestChatLobbies {
|
|||
LOBBYSET_ALL = 1;
|
||||
LOBBYSET_JOINED = 2;
|
||||
LOBBYSET_INVITED = 3;
|
||||
LOBBYSET_PUBLIC = 4;
|
||||
LOBBYSET_VISIBLE = 4;
|
||||
}
|
||||
|
||||
required LobbySet lobby_set = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue