RetroShare/libretroshare/src/rsserver
Phenom 476b581506 Fix warning: this statement may fall through
/libretroshare/src/rsserver/p3serverconfig.cc:292: warning: this
statement may fall through [-Wimplicit-fallthrough=]
    if (mPeerMgr->getFriendCount(true, false) > MIN_BASIC_FRIENDS)
/libretroshare/src/rsserver/p3serverconfig.cc:297: here
   case RSCONFIG_USER_LEVEL_BASIC:

/libretroshare/src/rsserver/p3serverconfig.cc:300: warning: this
statement may fall through [-Wimplicit-fallthrough=]
    if (mPeerMgr->haveOnceConnected())
/libretroshare/src/rsserver/p3serverconfig.cc:306: here
   case RSCONFIG_USER_LEVEL_CASUAL:
2017-07-16 20:33:55 +02:00
..
p3face-config.cc Add I2P BOB support to libretroashare and RetroShare GUI 2017-05-24 19:40:01 +02:00
p3face-info.cc add UPnP lib version 2016-06-07 16:32:23 +02:00
p3face-server.cc Renamed GxsMails to GxsTrans 2017-03-02 02:37:53 +01:00
p3face.h Merge pull request #861 from RetroShare/v0.6-GxsTransport 2017-05-30 22:22:06 +02:00
p3history.cc simplification of the chat interface to libretroshare using a single unified class for chat IDs. Used a common chat widget for all chats including broadcast. Opens the way to having plugins send/recv chat messages. Patch from Electron. 2014-12-29 21:41:05 +00:00
p3history.h simplification of the chat interface to libretroshare using a single unified class for chat IDs. Used a common chat widget for all chats including broadcast. Opens the way to having plugins send/recv chat messages. Patch from Electron. 2014-12-29 21:41:05 +00:00
p3msgs.cc libresapi: silent /chat/initiate_distant_chat 2017-06-06 18:57:32 +02:00
p3msgs.h libresapi: silent /chat/initiate_distant_chat 2017-06-06 18:57:32 +02:00
p3peers.cc fixed update of Tor proxy address in hidden nodes server page 2017-03-15 19:26:07 +01:00
p3peers.h Fix windows Compil with sys/socket.h 2016-11-08 23:04:34 +01: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 Fix warning: this statement may fall through 2017-07-16 20:33:55 +02:00
p3serverconfig.h cleaned the MaxUpRate branch from unused code 2016-06-11 17:54:11 -04:00
p3status.cc merge of branch v0.6-idclean 7180 2014-03-17 20:56:06 +00:00
p3status.h merge of branch v0.6-idclean 7180 2014-03-17 20:56:06 +00:00
rsaccounts.cc Fix warning: variable ‘pgpNameFound’ set but not used 2017-07-16 20:32:32 +02:00
rsaccounts.h Retroshare android service now run and start at boot on android, the qml app is still disfunctional 2016-08-23 12:15:28 +02:00
rsinit.cc fixed autologin 2017-07-12 22:53:35 +02:00
rsloginhandler.cc removed some debut output that perturbated the passwd command line 2017-07-12 23:03:17 +02:00
rsloginhandler.h Made autologin optional at compile time 2016-12-03 20:04:25 +01:00
rstypes.cc Added missing include time.h for Windows compile 2016-11-16 10:47:34 +01:00