RetroShare/libretroshare/src/rsserver
csoler 6edb9eb4f8 Merged branch that provide group-based file permissions.
Now users can sort peers into groups in the friend list, and attribute flags and parent groups to the
directories in the share manager.

Flags are B-B-N, meaning in order:
- browsable for peers in the parent groups
- browsable for everyone
- network wide for everyone
Backward compatibility makes previously BN flags been interpreted as -BN, meaning browsable/network wide for everyone.

Be careful with this new feature. It has been tested, but it's a bit early to rely on it for highly sensitive data.

The merge also includes a significant improvement of the naming of flags with incompatible types
which should sort out some existing bugs as well, since inconsistencies in flag usage have been
found during the process.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5787 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-11-07 20:03:16 +00:00
..
Makefile Various stuff. FAQ has 0 zero stuff inside, we don't use git, and matched lowercase filenames. Also, a few formatting fixes in the .pro file in libretroshare. 2010-02-08 21:34:40 +00:00
p3discovery.cc Removed std::stringstream. 2012-04-19 22:10:00 +00:00
p3discovery.h Added new statusbar widget about pending discovery informations. 2011-01-07 16:56:57 +00:00
p3face-config.cc Merged branch v0.5-OpenPGP into trunk: 2012-07-13 21:53:39 +00:00
p3face-msgs.cc Removed std::stringstream. 2012-04-19 22:10:00 +00:00
p3face-server.cc Removed some std::ostringstream. 2012-04-15 14:37:44 +00:00
p3face.h Moved the chat history into the libretroshare. 2011-09-29 09:20:09 +00:00
p3history.cc Moved the chat history into the libretroshare. 2011-09-29 09:20:09 +00:00
p3history.h Moved the chat history into the libretroshare. 2011-09-29 09:20:09 +00:00
p3msgs.cc Added check for empty lobby nick name. 2012-05-23 22:33:45 +00:00
p3msgs.h Added check for empty lobby nick name. 2012-05-23 22:33:45 +00:00
p3peers.cc disabled flag DIR_FLAGS_NETWORK_WIDE_GROUPS for consistency reasons. We might extend it to rsCircles later. 2012-11-06 20:46:56 +00:00
p3peers.h fixed flags conflicts 2012-11-02 13:52:29 +00:00
p3photo.cc Addition of improvements to photo service - can now add local photos - but these are not shared over the network yet. 2008-03-17 13:51:04 +00:00
p3photo.h This intimidating patch renames libretroshare/src/rsiface/ to 2010-08-06 09:40:23 +00:00
p3rank.cc * Improvements to Link Cloud Service. You can now vote anonymously on a Link, 2008-05-13 15:41:40 +00:00
p3rank.h This intimidating patch renames libretroshare/src/rsiface/ to 2010-08-06 09:40:23 +00:00
p3serverconfig.cc Added Bandwidth Monitoring service to libretroshare to help debug Lag. 2012-06-21 23:23:46 +00:00
p3serverconfig.h Added Bandwidth Monitoring service to libretroshare to help debug Lag. 2012-06-21 23:23:46 +00:00
p3status.cc Extracted a new widget ChatWidget for the basic chat handling from the PopupChatDialog and use it in ChatLobbyDialog too. 2012-01-17 20:36:36 +00:00
p3status.h Extracted a new widget ChatWidget for the basic chat handling from the PopupChatDialog and use it in ChatLobbyDialog too. 2012-01-17 20:36:36 +00:00
rsiface.cc Added a name to the RsMutex class. 2011-07-04 22:59:39 +00:00
rsinit.cc Moved loadCertificate from main, StartDialog and GenCertDialog to Rshare. 2012-11-01 01:07:36 +00:00
rsloginhandler.cc fixed compilation 2012-07-28 15:43:25 +00:00
rsloginhandler.h Cleaned the login code: 2011-02-01 23:27:53 +00:00
rstypes.cc Removed std::stringstream. 2012-04-19 22:10:00 +00:00