RetroShare/libretroshare/src/rsserver
csoler 66207b81e5 - made the names consistent between ftdata, ftdatamultiplex and tests/
- added missing virtual functions in ftDataRecv
- setup initSSL instance as a static member of AuthSSL, instead of an external (does not change much except the init in rsinit.cc)
- changed p3PeerMgrIMPL to take SSL and PGP ids as parameters. This avoids calling AuthSSL and AuthGPG from the constructor => very helpful for tests.
- added random creation function in t_RsGenericId<>
- added functions setAuthSSL_debug() and setAuthGPG_debug() to manually setup the authSSL and authGPG objects to use. Used in tests.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6035 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-12-26 18:12:19 +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-gxs-b1 into trunk (from -r 5351 -> 5995) 2012-12-16 19:17:11 +00:00
p3face-msgs.cc Removed std::stringstream. 2012-04-19 22:10:00 +00:00
p3face-server.cc Cleaned up GXS compilation. now single config option (gxs) in .pro file. 2012-12-16 15:04:52 +00:00
p3face.h Merged branch v0.5-gxs-b1 into trunk (from -r 5351 -> 5995) 2012-12-16 19:17:11 +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 Made the private lobbies more accessible: 2012-12-04 21:36:05 +00:00
p3msgs.h Made the private lobbies more accessible: 2012-12-04 21:36:05 +00:00
p3peers.cc - made errors of certificate (new formaT) parsing translatable. 2012-12-22 21:22:03 +00:00
p3peers.h - made errors of certificate (new formaT) parsing translatable. 2012-12-22 21:22:03 +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 second (temporary) switch to turtle. 2012-11-25 22:49:00 +00:00
p3serverconfig.h * Added second (temporary) switch to turtle. 2012-11-25 22:49:00 +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 - made the names consistent between ftdata, ftdatamultiplex and tests/ 2012-12-26 18:12:19 +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