Go to file
2023-08-27 16:26:47 +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 Android toolchain enable split debug in release build 2022-11-03 11:37:36 -03:00
src Merge pull request #112 from csoler/v0.6-BugFixing_32 2023-08-27 16:26:47 +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 Add build artifacts to .gitignore 2023-05-15 22:19:03 +02:00
.gitlab-ci.yml Fix GitlabCI regression introduced in f0a88b3d4d 2022-04-08 16:50:09 +02:00
build.gradle Fix libretroshare maven package name 2022-11-08 17:53:29 -03:00
CMakeLists.txt CMake add option for split debug build 2022-11-03 11:37:36 -03: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"]