mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-18 05:44:14 -05:00
![csoler](/assets/img/avatar_default.png)
- the user is asked at start wether to load or deny unregistered plugins, but can make it mind later in config->plugins - added API and SVN numbers into required external plugin symbols - user-defined plugin rules are dropped when a plugin changes (hash changes) or when the main executable changes. - added new status flags (Plugin denied, missing API/SVN numbers) - modified saveList()/loadList() to allow saving a list of rejected plugins as well. - added methods in notifyBase and inherited classes to ask for plugin confirmation. - adapted VOIP plugin to follow these new rules (API+SVN numbers). Other plugins should be adapted as well by addign the missing symbols (RETROSHARE_PLUGIN_api and RETROSHARE_PLUGIN_revision). git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5529 b45a01b8-16f6-495d-af2f-9b41ad6348cc
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]
Description
RetroShare is a Free and Open Source cross-platform, Friend-2-Friend and secure decentralised communication platform.
Languages
C++
85.6%
C
7%
QMake
1.7%
HTML
1.4%
NSIS
1%
Other
3.1%