Go to file
Gioacchino Mazzurco 5ffb7330a1
Add documentation to openssl Android toolchain
Add a link of possible interest for future updates
2022-04-08 16:50:07 +02:00
.reuse Furter cleanup after libretroshare split 2022-01-11 12:25:17 +01:00
gradle/wrapper More work to ship libretroshare as standalone lib 2022-01-10 15:40:22 +01:00
LICENSES Improve license according to REUSE 3.0 2019-12-18 17:57:20 +01:00
misc/Android Add documentation to openssl Android toolchain 2022-04-08 16:50:07 +02:00
src attempt to remove deadlock between NxsService and Circles 2022-03-31 21:32:30 +02:00
tests Moved deprecated and unused rssharedptr.h 2022-02-07 13:33:49 +01:00
.gitattributes More work to ship libretroshare as standalone lib 2022-01-10 15:40:22 +01:00
.gitignore Update bitdht and openpgpsdk repository URLs 2022-01-17 19:20:51 +01:00
.gitlab-ci.yml GitlabCI tag some jobs to run on own runner with extra storage 2022-02-15 15:35:33 +01:00
build.gradle Enable extra cmake opt passin in gradle 2022-03-31 17:20:48 +02:00
CMakeLists.txt fixed conflict 2022-03-29 22:08:20 +02:00
COPYING Add COPYING 2020-04-01 16:35:22 +02:00
gradlew More work to ship libretroshare as standalone lib 2022-01-10 15:40:22 +01:00
gradlew.bat More work to ship libretroshare as standalone lib 2022-01-10 15:40:22 +01:00
README.asciidoc Update README 2022-02-15 17:18:56 +01:00
settings.gradle More work to ship libretroshare as standalone lib 2022-01-10 15:40:22 +01:00

// SPDX-FileCopyrightText: 2022 Retroshare Team <contact@retroshare.cc>
// SPDX-FileCopyrightText: 2022 Gioacchino Mazzurco <gio@retroshare.cc>
// SPDX-FileCopyrightText: 2022 Asociación Civil Altermundi <info@altermundi.net>
// SPDX-License-Identifier: CC-BY-SA-4.0

= RetroShare library

RetroShare is a decentralized, private, secure, cross-platform, communication
software.

RetroShare functionalities (file sharing, chat, messages, forums, channels...)
are implemented under the hood by libretroshare which offer a documented C++ and
JSON API.

While RetroShare is an application on it's own, libretroshare is meant to be
used as part of other programs, some of them are
https://retroshare.cc[RetroShare-gui],
https://retroshare.cc[RetroShare-service],
https://elrepo.io/[elRepo.io]
(let us know if there are more).


=== Continuous integration

image:https://gitlab.com/RetroShare/libretroshare/badges/master/pipeline.svg[link="https://gitlab.com/RetroShare/libretroshare/-/commits/master",title="pipeline status"]