RetroShare is a Free and Open Source cross-platform, Friend-2-Friend and secure decentralised communication platform.
Go to file
csoler 929f872544 Added new link type: EXTRA_FILE, to allow sendign links with sources included so as to trigger direct transfer.
This makes possible to send files through chat without permitting tunnel access to the files. The client requests
the file as a direct transfer only, using the supplied source.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5799 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-11-10 22:59:51 +00:00
build_scripts updated ubuntu changelog 2012-11-01 12:12:24 +00:00
libbitdht/src corrected debug state committed by mistake in the previous merge operation 2012-11-07 20:13:44 +00:00
libretroshare/src Files being downloaded anonymously are declared as available with flag DIR_FLAGS_NETWORK_WIDE_OTHERS. Fixes bug that prevented swarming to happen 2012-11-08 19:47:39 +00:00
openpgpsdk/src removed some debugging output 2012-09-17 20:09:38 +00:00
plugins Changed SoundManger to allow the plugins to play sounds. 2012-10-21 21:38:55 +00:00
retroshare-gui/src Added new link type: EXTRA_FILE, to allow sendign links with sources included so as to trigger direct transfer. 2012-11-10 22:59:51 +00:00
retroshare-nogui/src Added more PRE_TARGETDEPS for Windows compile. 2012-10-21 11:51:38 +00:00
build-all-mingw32make.bat update version and changelog 2012-09-26 12:26:27 +00:00
README.txt - added encryption / decryption of files and memory 2012-04-08 14:52:01 +00:00
RetroShare.pro renamed project file 2012-07-31 11:36:00 +00:00

To use this branch:

   chekcout the last version of openpgp SDK:
      # svn co svn://openpgp.nominet.org.uk/openpgpsdk/tags/openpgpsdk-0.9 openpgpsdk
      # cd openpgpsdk
      # ./configure --without-idea
      # make

   For the moment, the compilation is not workign on ubuntu 

Work to do
==========
Put a 'x' when done. 1,2,3 means started/ongoing/almost finished.

Compilation
  00   [1] make sure the library compiles on linux
  01   [ ] make sure the library compiles on windows

Project
  02   [1] determine what's missing in OpenPGP-SDK
  03   [3] make a separate layer in RS to handle PGP. AuthPGP is too close to libretroshare.
  04   [1] write the new AuthGPG class
  05   [ ] consider removing thread behaviour of AuthGPG
  06   [ ] remove callback system and services from AuthGPG, since it's not useful anymore
  07   [ ] make all RS use GPGIdType isntead of std::string.

Notes
=====
   Questions to answer:
     - do we rely on updates from openPGP-sdk ? Probably not. This code seems frozen.
     - do we need an abstract layer for PGP handling in RS ?
     - what new functionalities do we need in RS ?
          * pgp keyring sharing/import/export
          * identity import/export

   Code struture
     - replace current AuthGPG (virtual class) by a class named GPGHandler,
        that is responsible for signing, checking signatures, encrypting etc.
     - add a specific 8-bytes type for GPG Ids. Could be a uint64_t, or a
        uchar[8]