RetroShare/libresapi/src
Gio 9eef412b44 Expose libresapi for distant chat
Added macro to deprecate symbols usage in a crossplatform way.
Deprecated Request::mMethod and related stuff that make implementation
 more complex without advantage.
Added /chat/{initiate_distant_chat, distant_chat_status,
 close_distant_chat} to libresapi.
Solved subtle bug in ChatId::ChatId(std::string str) that caused zeroed
 DistantChatPeerId being created.
2016-12-07 20:29:33 +01:00
..
api Expose libresapi for distant chat 2016-12-07 20:29:33 +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
webui-src Merge pull request #351 from PhenomRetroShare/Add_WebUI_ClearButtonOnBradCast 2016-06-05 11:26:29 -04:00
.gitignore webui: switch from react to mithril 2016-03-24 18:07:21 +01:00
libresapi.pro Fix El Capitan OSX 10.11 Compil 2016-11-02 21:40:46 +01:00
README.md webui: paste RS-links for download 2016-03-26 18:19:33 +01: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/RetroShare06/webui (Linux)
  • other OS: see RsAccountsDetail::PathDataDirectory()