Konrad
fbc1bb4e82
Added: function for handling autosubscribing lobbies
2017-03-29 16:06:39 +02:00
Konrad
22956be00f
Deleted: functions for hadling particular lobbies types in ChatHandler
2017-03-28 11:24:16 +02:00
Konrad
6e530027f8
Added: tokens in PeersHandler
2017-03-28 11:20:51 +02:00
Konrad
efd6ce3ed5
Changed: Simplified asking for deferred self signature
2017-03-28 11:19:50 +02:00
Konrad
569458a1c1
Changed: Qt dependecies are optional
2017-03-28 11:18:27 +02:00
Konrad
4031e493fb
Deleted: unused stateTokens
2017-03-27 16:11:04 +02:00
Konrad
c33107c1cc
Fixed: backward comptiblity
2017-03-26 19:12:04 +02:00
Konrad
8624c9374d
Added functions for hadling particular lobbies types to ChatHandler
2017-03-25 18:33:35 +01:00
Konrad
194878a358
Added functions for handling own and not own identities to IdentityHandler
2017-03-25 18:31:13 +01:00
Konrad
cb32f304a9
Added states handling to PeersHandler
2017-03-25 18:28:31 +01:00
Konrad
28d37c2968
Added password storing to RsControlModule for GUI benefits
2017-03-25 18:25:26 +01:00
Konrad
39967b7ce7
Added name of requests to be used by GUI
2017-03-25 18:23:28 +01:00
Konrad
ae95b49f8a
Added SettingsHandler to handle response to settings requests
2017-03-25 18:20:53 +01:00
Gioacchino Mazzurco
abe84a4f81
Improve Contacts: sorting, searching and unread
...
ChatHandler::handleUnreadMsgs(...) deprecate 'id' field
in favour of 'chat_id'
IdentityHandler::handleWildcard(...) reduce sleep time from 500 to 50 ms
IdentityHandler::handleWildcard(...) expose 'is_contact' to JSON API
Split contacts list delegate into GxsIdentityDelegate.qml
Update to QtQuick.Controls 2.0 because 1.4 is not supported anymore and
2.1 is not available yet in Qt 5.7.1
ChatView.qml mark messages as read
Set refreshTimer.triggeredOnStart=true to improve reponsiveness of views
Contacts.qml use a Popup that is available in Controls 2.0 instead of a
castrated Dialog to display full fingerprint
TrustedNodesView.qml check if locations[*].is_online is an array before
attempting calling reduce
main.qml added menuentry to shutdown de core
main.qml added menuantry to search contact
2017-03-24 12:02:13 +01:00
csoler
c61ccda431
fixed compilation problem caused by a bug in qtcreator global replace. Warning: always check the result of qtcreator global replace
2017-02-07 22:04:07 +01:00
csoler
37f3e1a62a
fixed problem in ID creation code.
2017-02-07 20:15:55 +01:00
Gio
6c6b437db1
qml-app: Fix responsiveness of ChatView
...
ChatHandler::handleMessages(...) tick() before repling so the raw
message queue is processed
ChatHandler::handleLobbies(...) make sure tick() is called without
previous mutex locking, putting the critical section inside a block
ChatView.qml remove unnecessary request to statetoken service that
slowed down processing by half, increased chat message refresh time
to reduce performance hit
2016-12-10 20:23:30 +01:00
Gio
c3aca0cf26
Implement a working Distant Chat prototype in Qml
...
Deprecate id field in JSON API as it may cause problems in Qml
Offer gxs_id field in JSON API as an id alternative
LibresapiLocalClient support callbacks now an instance may be shared for
different tasks
Expose an instance of LibresapiLocalClient to Qml, type exposure is kept
for retrocompatibility but deprecated
Qml app now has a tab that permit to exchange some message with selected
distant peer
2016-12-08 15:56:23 +01:00
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
felisucoibi
628177c302
fix for windows compile
2016-11-16 11:22:23 +01:00
cyril soler
de6f753fec
fixed compilation due to previous commit
2016-11-15 09:18:51 +01:00
Gio
10ec1144eb
Simplify QML to work better on both Desktop and Phone
...
- Set request method to GET by default in ApiLocalConnectionHandler to avoid
/peers request fail randomly
- Use TabView instead of SwipeView to not depend on Qt 5.7.0 (latest version)
- AddTrustedNode simplified layout to avoid unexpected behaviour on some phones
- Locations add sslid property to root Item to avoid unexpected behaviour when
multiple locations are available
- TrustedNodesView color connected friends with green and offline with grey
- Ignore kdevelop 4 files
2016-10-26 20:37:28 +02:00
Gio
ea42d822c2
Merge branch 'master' into android
2016-10-26 13:43:24 +02:00
Gio
633a6cf8c2
Fixed a bunch of warnings in safe ways
2016-10-13 00:01:33 +02:00
Gio
cf1c49aa3a
Advances on trusted node addings
...
ApiServerLocal trim method/path line to avoid white spaces parsing
ApiServerLocal add support for passing METHOD in request
AddTrustedNode.qml add ability to copy and paste keys
2016-09-22 12:48:08 +02:00
mr-alice
0757fb303c
merged upstream/master
2016-09-20 20:51:50 +02:00
mr-alice
a2e34f9cc6
moved regular expression classes into a separate namespace
2016-09-13 12:05:22 +02:00
sehraf
e4bd7f66a0
add dht/nat to librespai stats
2016-08-30 21:58:07 +02:00
sehraf
51c98fdf50
add stats to libresapi
2016-08-30 21:50:20 +02:00
Gio
279551fe8d
Retroshare android service now run and start at boot on android, the qml app is still disfunctional
2016-08-23 12:15:28 +02:00
Gio
9a980def2c
libretroshare now compiles for Android, instruction on how to do it included
2016-08-23 12:15:28 +02:00
Phenom
275c47eff9
Add Title when ask for password.
2016-08-09 01:22:14 +02:00
Gio
183ac22aba
ApiServerLocal run on it's own thread to avoid stopping UI
...
ApiLocalConnectionHandler can now handle both buffered (QLocalSocket
based) and unbuffered (like ncat or simple scripts) clients
2016-08-08 14:23:56 +02:00
Gio
353308e2a5
ApiLocalConnectionHandler class quit() at the end outside if
2016-08-03 14:35:45 +02:00
Gio
e4e29c5adc
quit ApiLocalConnectionHandler after replying API query
2016-08-03 00:50:49 +02:00
Gio
7c2e2bd503
take in account that QLocalSocket is of type STREAM so it doesn't emit readyRead event for each write() on the other side
2016-07-28 17:50:00 +02:00
Gio
47414acb62
Basic support to access libresapi via unix socket / windows named pipes
2016-07-15 11:25:31 +02:00
Gio
8e2d4e05ce
Fix typo in libresapi documentation
2016-07-01 10:18:42 +02:00
Gio
da4c563223
Fix typo in libresapi documentation
2016-06-30 22:03:22 +02:00
csoler
dbd78d2401
merged with upstream/master
2016-06-16 20:19:03 -04:00
Cyril Soler
f1d69ada82
Merge pull request #351 from PhenomRetroShare/Add_WebUI_ClearButtonOnBradCast
...
Add Clear Button on WebUI for BroadCast.
2016-06-05 11:26:29 -04:00
csoler
f55b283887
second pass over compilation warnings
2016-06-05 11:05:52 -04:00
csoler
927f782bef
pass over compiler warnings
2016-06-05 10:43:57 -04:00
sehraf
f16ee97093
add static thread names
2016-06-01 16:21:55 +02:00
sehraf
b3fece25da
introduce thread naming
2016-06-01 15:07:41 +02:00
Phenom
07191a7c0b
Fix Clear WebAPI when clear chat history in GUI and server is not
...
running.
2016-05-17 16:50:59 +02:00
Phenom
4dd0f591f4
Add Clear Button on WebUI for BroadCast.
2016-04-15 19:08:10 +02:00
Phenom
a18e05d4fd
Fix Escaped characters in WebUI.
2016-04-09 21:05:20 +02:00
Cyril Soler
10a32d3c4e
Merge pull request #343 from csoler/v0.6-Circles
...
V0.6 circles
2016-04-09 11:38:07 -04:00
Phenom
24b3f0de0e
Add a Clear button on WebUI
...
And Fix clear history update from GUI.
2016-04-08 01:31:36 +02:00
csoler
4ad3b11ef5
fixed compiler warning
2016-04-06 22:27:02 -04:00
Phenom
c6f1cc4e63
Clear WebAPI when clear chat history in GUI.
...
Move notifyChatCleared call to p3ChatService
To maintain notify direction.
2016-03-31 22:52:53 +02:00
thunder2
a53fbad1e4
Fixed Windows compile.
2016-03-29 08:13:28 +02:00
zeners
4733523b0c
webui: view / change rights per user
2016-03-22 16:33:05 +01:00
zeners
51e0d83c47
webui: options / rights (only defaults)
2016-03-21 17:04:21 +01:00
electron128
34957b857a
libresapi: added channels/create_post
...
group creation acknowledge not implemented yet
usage:
$ curl --data "{\"group_id\":\"<group_id>\",\"subject\":\"just a test\",\"message\":\"test message\"}" http://<host:port>/api/v2/channels/create_post
parameter object:
{
group_id: required string,
subject: required string,
message: required string,
thumbnail_base64_png: optional string,
files: optional array of
{
name: required string,
hash: required string,
size: required number
}
}
2016-02-19 19:23:55 +01:00
electron128
2ab755bb5c
libresapi: added chat/receive_status
...
usage:
$ curl http://<host:port>/localhost:8080/api/v2/chat/receive_status/<chat_id>
2016-02-14 14:57:41 +01:00
electron128
3d814b7926
libresapi: added chat/send_status
...
usage:
$ curl --data "{\"chat_id\":\"<chat_id>\",\"status\":\"Hi there\"}" http://<host:port>/api/v2/chat/send_status
2016-02-07 14:28:46 +01:00
electron128
2c2c7936e5
libresapi: make list of chat lobby participants available at chat/lobby_participants/<chat_id>
2016-02-07 14:28:46 +01:00
electron128
3a9ff8e1ea
fix integer sizing issues in webserver
2016-02-07 14:28:46 +01:00
electron128
116513963f
libresapi: added statetoken to identity handler responses
2016-02-07 14:28:45 +01:00
electron128
94b02943e6
libresapi: added identity/create_identity
2016-01-31 16:04:34 +01:00
electron128
22afc8e67b
libresapi: fix empty peers list
2016-01-31 15:07:25 +01:00
electron128
bb51e62387
mark empty list as list in libresapi statetokenserver
2016-01-03 16:33:09 +01:00
csoler
5d9272055f
merged with upstream/master
2015-12-22 18:33:01 -05:00
electron128
adfa94d237
added missing null check libresapi ApiPluginHandler
2015-12-18 19:05:18 +01:00
electron128
5b63762eef
removed useless code which caused lots of ChatId conversation warnings
2015-12-17 18:59:30 +01:00
electron128
f7ab3ad04f
allow plugins to integrate into the JSON API
2015-12-15 19:56:49 +01:00
csoler
0c1e6301b3
merged with latest upstream trunk
2015-12-05 16:49:00 -05:00
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
csoler
9193d3579b
merged with latest master before creating PR
2015-12-04 21:24:51 -05:00
csoler
81ab43beb9
fixed GUI update of avatars and status for distant chat. Updated backend for new model. Fixed a few bugs in serialisation
2015-11-30 00:02:44 -05:00
Daniel Løvbrøtte Olsen
8eadba60a3
Fixed a small spelling error
2015-11-24 14:43:09 +01:00
csoler
1de55d8fc5
replaced the few bools in RsIdentityDetail by a set of flags
2015-11-19 21:14:32 -05:00
hunbernd
0ef9b22a7e
Some fixes:
...
* using ContentTypes to resolve static files too
* added some default content types, in the case of mime.types file not present
* resolve extensions with upper case letters in them
2015-11-08 01:52:23 +01:00
hunbernd
ce40760791
Added support for all common content-types into MHDFilestreamerHandler
...
File extension --> content-type associations are read from mime.types file.
2015-11-07 02:39:42 +01:00
hunbernd
bdc70c6561
Allow arbitrary name in fstream url after hash.
...
/fstream/fileshash/name
Useful for creating file links that contains the original file name.
2015-11-04 22:02:02 +01:00
electron128
537c4925b7
libresapi: fixed bug in JSON serialisation of uint32_t, decimal digits had inverse order
2015-10-13 20:35:24 +02:00
Phenom
904ea94f9f
Remove (void)
2015-10-02 19:10:54 +02:00
Phenom
986853d058
Add Broadcast in list of lobbies.
...
Before you can only write text on it if unread messages are in.
2015-10-02 18:24:05 +02:00
Phenom
d6ba9a22ad
Order in WebUI Lobbies by first:
...
auto_subscribe, is_private and then subscribed
2015-09-25 17:00:50 +02:00
AsamK
7aad9c12d0
Improve HTML parsing in libresapi
...
- Completely ignore content of <style> tags, otherwise CSS declarations
from newer RS builds are displayed
- Only remove <…> tags if it's really html, to prevent destroying messages
from other webui users
2015-09-09 13:36:00 +02:00
AsamK
b8c3c89ae0
Extract getPlainText method
2015-09-09 12:42:41 +02:00
Cyril Soler
6af57f3aea
Revert "Fix Windows compilation of libresapi with error:"
2015-09-01 21:03:23 -04:00
Cyril Soler
1713789917
Merge pull request #72 from PhenomRetroShare/Fix_WinCompil_libresapi_u_int_32_t
...
Fix Windows compilation of libresapi with error:
2015-09-01 20:45:02 -04:00
Phenom
3e68741994
Fix Windows compilation of libresapi with error:
...
\libresapi\src\api\ForumHandler.cpp:108: erreur : 'u_int32_t' was not
declared in this scope
KeyValueReference<u_int32_t>
vis_msg("visible_msg_count", grp.mMeta.mVisibleMsgCount);
^
2015-09-01 22:49:15 +02:00
thunder2
c3fff39624
Fixed Windows compile
2015-09-01 22:49:08 +02:00
electron128
5d4e94c671
libresapi: add basic forum read api (patch from Chozabu) close #32
2015-08-31 19:44:15 +02:00
electron128
d94124a18b
webui: allow only whitelisted link protocols to prevent javascript in links
2015-07-31 17:27:26 +02:00
electron128
ff9bf71aa8
improved error message in webui: show full path of file if read failed
2015-07-31 17:27:13 +02:00
electron128
ab25e35861
fix serialisation of floating point numbers in SuperEasyJSON for german locale. JSON expects decimal points, but german locale used comma.
2015-07-31 17:26:41 +02:00
electron128
7a144c231b
webui: make link detection work if the message ends with </a>
2015-07-31 17:26:32 +02:00
electron128
a9ef48d133
webui: added chat
2015-07-31 17:26:11 +02:00
electron128
89187bd453
webui: added check for empty avatars and implemented avatar notify callback
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8551 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-06-24 11:13:53 +00:00
electron128
1eec348734
removed unused variable in TmpBlobStore
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8534 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-06-19 14:43:04 +00:00
electron128
8049d09f8d
added missing initialisation in resource_api::Request
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8522 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-06-18 14:04:28 +00:00
electron128
f7935e3bd7
added missing initialisation in ApiServerMHD
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8521 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-06-18 13:57:54 +00:00
electron128
069d5e1a78
added missing include (thx jolavillette)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8495 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-06-16 15:15:36 +00:00
electron128
8fc3917c4b
webui:
...
- added profile import/creation
- fixed leaking file descriptors
- added upload handler for small files
- fixed terminal thread
- removed some unused parameter warnings
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8485 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-06-16 12:35:07 +00:00
thunder2
d17a7faf93
Added missing fclose to ApiServerMHD::accessHandlerCallback.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8454 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-06-14 21:34:41 +00:00
csoler
978239f32f
forgot this from previous commit
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8416 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-06-11 20:42:01 +00:00
electron128
a28543708d
webui: added transfer rate
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8398 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-06-08 09:25:11 +00:00
electron128
aea5a77aeb
webui: allow to set peer flags when adding friends (whitelist flag is set to false)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8364 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-06-04 12:57:09 +00:00
csoler
e9b9dce9f5
created 2 subclasses of RsThread, one for ticking services, and one for single shot jobs. Now all threads use the same base code.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8288 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-22 20:54:38 +00:00
electron128
8e65054181
added hint to check if port is already in use if webinterface failed to start
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8228 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-11 18:23:16 +00:00
electron128
96d45e7237
fixed crash in rs-gui when stopping webui
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8220 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-06 18:17:02 +00:00
electron128
df253e65c6
webui: added display of own cert
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8219 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-04 18:10:15 +00:00
electron128
744f340746
added string escape in SuperEasyJSON serialization
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8218 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-04 18:08:26 +00:00
electron128
8a4140d904
webui: hide login/shutdown when running in retroshare-gui
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8186 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-04-29 12:20:52 +00:00
electron128
b05ee805e4
webui:
...
- added better live reload. It uses the Retroshare built in server. Grunt is not required anymore.
- removed unused buttons
- started ChatHandler
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8185 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-04-29 11:57:56 +00:00
electron128
c908c81481
enabled webui to show own locations
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8182 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-04-28 14:56:38 +00:00
electron128
3d3ffea102
webui: fixed bug with peers without locations
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8168 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-04-25 09:08:54 +00:00
electron128
127c104e5e
added web interface to retroshare-gui
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8165 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-04-24 14:31:13 +00:00
electron128
c5c524862c
webui:
...
- added missing fclose
- fixed makefile
- added support for urls and forward/backward browsing
- started optimization for touch screens
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8123 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-04-06 09:44:10 +00:00
electron128
73a6ca8af6
- added support for multiple client threads to ApiServer
...
- added api client which reads the password from stdin. This allows to login from the webinterface and from the terminal at the same time.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8103 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-31 18:00:40 +00:00
electron128
8a15755ac0
added Content-Type headers, added redirect to index.html
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8089 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-28 13:46:39 +00:00
electron128
336001abd9
updated SuperEasyJSON
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8085 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-27 18:43:07 +00:00
electron128
c252195d8d
fixed compile on windows (reverts commit 8080)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8083 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-27 12:45:27 +00:00
csoler
24c421c0b7
fixed compilation on ubuntu 12.04
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8080 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-26 20:55:59 +00:00
electron128
f498a8880a
fixed compile on ubuntu
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8079 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-26 09:46:25 +00:00
electron128
45ac4cca06
limited webinterface to localhost by default, added command line option to listen on all interfaces
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8076 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-26 07:17:39 +00:00
electron128
cb6860a08d
allow RsControlModule to work without control over RsInit (e.g. with rs-gui)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8074 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-25 08:31:19 +00:00
electron128
4fa3d00f26
disabled file streaming for libmicrohttpd < 0.9.31-1
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8071 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-23 16:34:20 +00:00
electron128
0cd3f3868e
added command line parameters for webui port and base directory.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8069 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-22 12:29:30 +00:00
csoler
562eeaaae8
fixed compilation problem in ApiServer
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8061 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-21 08:02:49 +00:00
electron128
b912ac656c
fixed compile with libmicrohttpd >= 0.9.20 (old version numbers are in hex)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8056 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-20 07:18:37 +00:00
thunder2
f82f86387b
Added missing includes for Windows compile.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8051 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-19 10:09:35 +00:00
electron128
594590f635
fixed compile with libmicrohttpd >= 0.9.20
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8049 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-19 08:20:46 +00:00
csoler
ef5d591098
fixed compilation on ubuntu using microhttpd 0.4.6
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8048 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-18 20:20:40 +00:00
electron128
ad1bc7f3b8
added resource_api and rs-nogui-webui (requires libmicrohttpd, Html files are not included)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8047 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-18 18:48:43 +00:00