RetroShare/libresapi/src
Phenom 54b708089f Fix clang warnings for
../../../trunk/libresapi/src/api/FileSearchHandler.cpp:53:66: warning:
unused parameter 'pid' [-Wunused-parameter]
void FileSearchHandler::notifyTurtleSearchResult(const RsPeerId&
pid,uint32_t search_id, const std::list<TurtleFileInfo>& files)
                                                                 ^
In file included from ../../../trunk/libresapi/src/api/
FileSearchHandler.cpp:24:
../../../trunk/libresapi/src/api/FileSearchHandler.h:48:15: warning:
private field 'mTurtle' is not used [-Wunused-private-field]
    RsTurtle* mTurtle;
              ^
2019-04-04 21:06:01 +02:00
..
api Fix clang warnings for 2019-04-04 21:06:01 +02:00
util fixed retroshare.project email in licenses 2018-11-11 20:42:48 +01:00
webui-src more license fixes and updated version in Debian control files 2018-12-27 15:47:58 +01:00
.gitignore webui: switch from react to mithril 2016-03-24 18:07:21 +01:00
libresapi.pro fixed compilation of web UI files on linux 2018-10-20 13:51:01 +02:00
README.md Rename retroshare06 to retroshare 2017-07-17 10:45:18 +02:00
use_libresapi.pri merged upstream/master 2018-07-08 21:17:48 +02:00

libresapi: resource_api and new webinterface

  • ./api contains a C++ backend to control retroshare from webinterfaces or scripting
  • ./webui contains compiled files for the webinterface (after build)
  • ./webui-src contains HTML/CSS/JavaScript source files for the webinterface (NEW, webinterface made with mithril.js)

Quickinfo for builders and packagers

  • copy the files in ./webui to
  • ./webui (Windows)
  • /usr/share/retroshare/webui (Linux)
  • other OS: see RsAccountsDetail::PathDataDirectory()