* Initial plan * Fix type correctness and add safety checks for avatar icon generation - Change parameter type from RsGxsId to RsGxsGroupId in makeDefaultGroupIcon methods - Add NUM_AVATAR_SIZES constant to clarify array size meaning - Add bounds checking for array access to prevent crashes - Remove unnecessary RsGxsId casts in dialog classes Co-authored-by: samuel-asleep <210051637+samuel-asleep@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: samuel-asleep <210051637+samuel-asleep@users.noreply.github.com> |
||
|---|---|---|
| .github/workflows | ||
| .reuse | ||
| build_scripts | ||
| data | ||
| jsonapi-generator | ||
| libbitdht@2ddc86fb57 | ||
| libretroshare@cb57e66e27 | ||
| LICENSES | ||
| openpgpsdk@634f701d44 | ||
| plugins | ||
| retroshare-friendserver/src | ||
| retroshare-gui | ||
| retroshare-service | ||
| retroshare-webui@edfc638a6a | ||
| supportlibs | ||
| tests | ||
| _codeql_detected_source_root | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .gitmodules | ||
| .travis.yml | ||
| COPYING | ||
| README.md | ||
| retroshare.pri | ||
| RetroShare.pro | ||
RetroShare
RetroShare is a decentralized, private, secure, cross-platform, communication toolkit. RetroShare provides file sharing, chat, messages, forums, channels, boards and more.
Get the source
Clone this repository, enter the directory and then get the submodules with the following command
git submodule update --init --remote --force libbitdht/ libretroshare/ openpgpsdk/
Compilation
Short of comprehensive and updated documentation on how to build RetroShare (for the many supported platforms it runs on), scripts and recipes are provided in the aim of creating packages for the supported platforms (and more) in the build_scripts directory of this repository.
Compilation on Windows
Follow this file : WindowsMSys2_InstallGuide
With QtCreator : Windows-QtCreator-InstallGuide
Compilation on MacOSX
Follow this file : MacOS_X_InstallGuide
Compilation on Linux
Follow this file : Linux_InstallGuide
Releases
Latest release here
Other Builds RetroShare Downloads