RetroShare/libresapi/src
electron128 7cd880e1e4 removed member gxs_id from ChatId class, because ChatId now uses tunnel ids stored in distant_chat_id for distant chat.
reverted naming confusion in in libresapi ChatHandler and fixed author of distant chat messages (distant chat is still unfinished)
2015-12-05 17:00:57 +01:00
..
api removed member gxs_id from ChatId class, because ChatId now uses tunnel ids stored in distant_chat_id for distant chat. 2015-12-05 17:00:57 +01:00
util fix integer size issue in ContentTypes.cpp which can lead to an infinite loop 2015-11-08 10:34:31 +01:00
webfiles Webui: Added video support into MediaPlayerWidget 2015-11-08 00:08:03 +01:00
webui Webui: Added video support into MediaPlayerWidget 2015-11-08 00:08:03 +01:00
libresapi.pro latest OSX patches 2015-11-20 08:10:59 -08:00
README.md fixed wrong path in libresapi readme 2015-05-06 18:50:20 +00:00

libresapi: resource_api and new webinterface

  • ./api contains a C++ backend to control retroshare from webinterfaces or scripting
  • ./webfiles contains compiled files for the webinterface
  • ./webui contains HTML/CSS/JavaScript source files for the webinterface

Quickinfo for builders and packagers

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