Go to file
2022-04-08 17:02:24 +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 Merge branch 'android_release_optimization' 2022-04-08 17:02:24 +02:00
src Add JSON API to determine config directory 2022-04-08 16:50:09 +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 Fix GitlabCI regression introduced in f0a88b3d4d 2022-04-08 16:50:09 +02:00
build.gradle Android strip debug symbols in release, while keep them in debug build 2022-04-08 16:50:08 +02:00
CMakeLists.txt Merge branch 'android_release_optimization' 2022-04-08 17:02:24 +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"]