RetroShare/libretroshare/src/rsserver
drbob 5f28f76b07 * Addition of openpgp support!
This is not enabled by default. Instructions to enable are at the end of msg.

This is 60% complete. Supports creation of certificates, adding friends and connections.
Parts still to do: pgpids, p3discovery, signing and trusting peers.

The main reason it is being commited is so that connections between peers can be 
properly tested, and development on OSX and win can start.

This requires gpg and the gpgme.h development libraries, and no longer 
requires the custom ssl libraries.

To compile it switch the configuration flags in scripts/config-linux.mk

To compile XPGP (v0.4.x) enable PQI_USE_XPGP:
#PQI_USE_SSLONLY = 1
PQI_USE_XPGP = 1

To compile SSL only, enable PQI_USE_SSLONLY:
PQI_USE_SSLONLY = 1
#PQI_USE_XPGP = 1
 
To compile OpenPGP, disable both:
#PQI_USE_SSLONLY = 1
#PQI_USE_XPGP = 1

and enable RS_USEPGPSSL in rsiface/rsinit.h




git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1265 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-23 15:07:35 +00:00
..
Makefile * Addition of openpgp support! 2009-05-23 15:07:35 +00:00
p3Blog.cc simplified qblog for blogging only, hopefully test everything out soon 2008-09-21 20:30:34 +00:00
p3Blog.h simplified qblog for blogging only, hopefully test everything out soon 2008-09-21 20:30:34 +00:00
p3discovery.cc Addition of two more Services / Applications. 2008-03-04 21:31:11 +00:00
p3discovery.h Addition of two more Services / Applications. 2008-03-04 21:31:11 +00:00
p3face-config.cc Improved the notification model so that it uses Qt signals to avoid core dumps, and improved the gui to increase responsiveness (e.g. forum display, network discovery info, friends, msg deletion and selection) 2009-02-22 17:36:39 +00:00
p3face-msgs.cc Major cleanup of Retroshare Logging - aimed at enabling proper UDP testing. 2008-07-10 16:29:18 +00:00
p3face-server.cc More bugfixes ... got the basic channels file transfer working. 2008-11-13 23:03:46 +00:00
p3face-startup.cc * Addition of openpgp support! 2009-05-23 15:07:35 +00:00
p3face.h Turned RsInit into a static class, and changed retroshare invite so that it does not contain signatures anymore. 2009-02-08 14:30:28 +00:00
p3files.h update for 64 bit interface change. 2008-10-29 20:54:43 +00:00
p3msgs.cc Added "peer is typing" functionality to private chat. This shoudld be extended to additional stuff like "idle", and to public chat. Also the display is the status bar of the chat window could be made nicer, e.g. directly in the msg window. Suppressed ChatDialog class that is not more used 2009-05-05 13:18:53 +00:00
p3msgs.h Added "peer is typing" functionality to private chat. This shoudld be extended to additional stuff like "idle", and to public chat. Also the display is the status bar of the chat window could be made nicer, e.g. directly in the msg window. Suppressed ChatDialog class that is not more used 2009-05-05 13:18:53 +00:00
p3peers.cc * Addition of openpgp support! 2009-05-23 15:07:35 +00:00
p3peers.h * Addition of openpgp support! 2009-05-23 15:07:35 +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 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
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 * Improvements to Link Cloud Service. You can now vote anonymously on a Link, 2008-05-13 15:41:40 +00:00
rsiface.cc * Addition of new File Transfer structure. (server / search / extralist / controller) 2008-07-02 13:19:59 +00:00
rstypes.cc Addition of next stage of new FileTransfer Code: 2008-07-23 22:01:59 +00:00
testRsChanId.cc Created V0.3.x branch and moved the head into the trunk directory. 2007-11-15 03:18:48 +00:00