Commit Graph

10938 Commits

Author SHA1 Message Date
csoler
09ff94c9ec added new virtual method to refuse incoming msgs (similar to groups) in RsGenExchange, and used it in p3GxsTrans to refuse msgs from peers who send too much 2017-06-14 23:19:52 +02:00
csoler
c451d3a12c Merge pull request #873 from RetroPooh/tunnstats
stats tunnels rearranged columns for better readablilty
2017-06-12 22:18:34 +02:00
csoler
1e7feecdf0 Merge pull request #882 from topcat/iss879
Included QStringList header in ApiServerLocal.cpp [Issue 879]
2017-06-12 22:16:46 +02:00
csoler
79825eb2e2 fixed thread issue in RsGxsCleanupThread that caused random crashes 2017-06-12 20:36:02 +02:00
Jeetu Golani
80ec9b7321 Included QStringList header in ApiServerLocal.cpp [Issue 879] 2017-06-12 15:51:26 +05:30
Phenom
aa64c4d3c5 Add Circle Feed Item. 2017-06-11 16:16:41 +02:00
csoler
1766087f71 fixed update notification and display in GxsTransStatistics 2017-06-07 23:10:59 +02:00
csoler
9853b53f8b fixed debug output in GxsNetService 2017-06-07 23:10:24 +02:00
csoler
7691a8ef2f removed debug info 2017-06-07 21:41:20 +02:00
csoler
4cb7522feb added deleted gxs messages to the reject list of GxsNetService to avoid re-downloading them right away 2017-06-07 21:41:00 +02:00
Gioacchino Mazzurco
edd82d0ef2 libresapi: stop assuming first chat message is own 2017-06-07 21:37:03 +02:00
csoler
318ea310f8 fixed layout of GxsTrans stats 2017-06-07 20:14:27 +02:00
csoler
23156ab4b1 fixed malloc problem when chat avatar is missing 2017-06-07 20:14:27 +02:00
cyril soler
e726bd1061 attempt to fix the crash in DataStore by not calling deleteMsgs directly 2017-06-07 13:37:55 +02:00
csoler
39f003f9f9 Merge pull request #875 from csoler/v0.6-GxsTransport
V0.6 gxs transport
2017-06-06 22:00:08 +02:00
Gioacchino Mazzurco
528317d374 libresapi: silent /chat/initiate_distant_chat
Avoid to forge the
[Starting distant chat. Please wait for secure tunnel to be established]
message on requesting chat id from API as it is a nuisance in most
libresapi use cases
2017-06-06 18:57:32 +02:00
csoler
f62028b2c1 moved metadata info to members of OutgoingRecord, so that the un-serialized meta is not lost when saved. Ensured backward compatibility when reloading old items. 2017-06-06 00:15:06 +02:00
csoler
1e652d6577 reduced number of calls to indicateConfigChanged(), and renamed mIngoingQueue into mIncomingQueue in GxsTrans 2017-06-05 22:27:54 +02:00
csoler
0098433242 Merge pull request #871 from Emotyco/changed_socket_path_windows
Changed: Unified socket path across systems.
2017-06-05 21:51:59 +02:00
csoler
b7c09bd6cf added calls to indicateConfigChanged() to force saving GxsTrans outgoing records when updated 2017-06-05 21:15:42 +02:00
RetroPooh
2d8fd0764b stats tunnels rearranged columns for better readablilty 2017-06-05 14:25:09 +03:00
Konrad
ca1dc9d64f Changed: Unified socket path across systems. 2017-06-04 22:10:41 +02:00
csoler
318b2cb8b7 Merge pull request #870 from BabushkaRetroShare/master
Typo fixes
2017-06-04 20:38:20 +02:00
BabushkaRetroShare
7fb0419c75
Typo fixes 2017-06-04 20:34:10 +02:00
csoler
458e180622 Merge pull request #869 from csoler/v0.6-GxsTransport
V0.6 gxs transport
2017-06-04 18:44:26 +02:00
csoler
1967204821 restored GXS trans cleanign delay 2017-06-04 18:43:12 +02:00
csoler
831b560780 moved deletion of msgs in GxsTransport inside the service thread 2017-06-04 18:37:38 +02:00
csoler
5eaab25e78 Merge pull request #833 from Emotyco/libresapi_network_configuration
Added: Network configuration to libresapi.
2017-06-03 20:00:54 +02:00
csoler
861dab32a5 Merge pull request #863 from G10h4ck/qmlapp_pex_alpha
Multiple improvements to android qml app and libreaspilocal
2017-06-03 13:27:21 +02:00
csoler
e3cd3b6f6c fixed bug causing display of null group in GxsTransportStatistics 2017-06-02 23:26:24 +02:00
csoler
fb7ac7a8f6 fixed mismatched free/delete (free is used in rschatitems.cc to delete avatars) 2017-06-02 23:10:43 +02:00
Gioacchino Mazzurco
efdfa4666b Merge branch 'libresapi_attempt_connection' into qmlapp_pex_alpha 2017-06-02 10:39:42 +02:00
Gioacchino Mazzurco
8b72c9c453 libresapi expose connection attempt method
Now it is possible to trigger a connection attempt via JSON API

The API call success with any valid peer id

/peers/attempt_connection
{"peer_id":"d441e8890164a0f335ad75acc59b5a49"}
{"data":null,"debug_msg":"","returncode":"ok"}

The API call fail if the peer id is invalid

/peers/attempt_connection
{peer_id:"9090"}
{"data":null,"debug_msg":"Invalid peer_id\n","returncode":"fail"}

Related to issue: Touching offline trusted node cloud should trigger connection attempt
https://gitlab.com/angesoc/RetroShare/issues/4
2017-06-02 10:26:15 +02:00
cyril soler
8e7e70035a fixed compilation for windows 2017-06-01 10:16:30 +02:00
Gioacchino Mazzurco
59b77da6a2 Merge branch 'master' into qmlapp_pex_alpha 2017-05-31 12:11:15 +02:00
csoler
1ebcc6006b Merge pull request #861 from RetroShare/v0.6-GxsTransport
V0.6 gxs transport
2017-05-30 22:22:06 +02:00
csoler
d7797f1b09 Merge pull request #856 from G10h4ck/GxsTransOptionalChat
Async chat disabled by default in GUI
2017-05-30 21:42:29 +02:00
csoler
eacf23dcf4 Merge pull request #860 from csoler/v0.6-GxsTransport
V0.6 gxs transport
2017-05-30 21:40:41 +02:00
csoler
832ba69b69 fixed up cleanup for GxsTransport 2017-05-30 21:38:59 +02:00
csoler
a7eb167f96 fixed a bug in RsThread which made finished threads unaware of their state 2017-05-30 20:57:20 +02:00
csoler
32ad43a352 Merge pull request #859 from PhenomRetroShare/Fix_StartDialogMargin
Fix StartDialog margins.
2017-05-30 20:46:49 +02:00
csoler
5410c51ab9 added cleanup thread for GxsTransport 2017-05-30 20:45:39 +02:00
Phenom
34fbee2aac Fix StartDialog margins. 2017-05-30 20:34:12 +02:00
Gioacchino Mazzurco
5c71d520fa async chat disabled by default in GUI
Chat GUI is not ready to show properly GxsTrans async messages
2017-05-30 16:44:35 +02:00
csoler
f4c167c256 improved display of GXS Transport stats 2017-05-30 13:57:11 +02:00
csoler
2e3f62a4bb added msg ids to GxsTransport statistics. 2017-05-29 23:06:31 +02:00
csoler
bd1edbcd25 Merge pull request #850 from csoler/v0.6-GxsTransport
V0.6 gxs transport
2017-05-28 22:50:34 +02:00
csoler
0868b64436 fixed uninitialized memory read in GxsTrans msg Id 2017-05-28 22:49:07 +02:00
csoler
4c07050776 Merge pull request #841 from sehraf/pr-minor-fix
minor fix
2017-05-28 22:02:14 +02:00
csoler
048045ab03 Merge pull request #849 from PhenomRetroShare/Fix_logo_web_nobackground
Fix logo_web_nobackground
2017-05-28 22:01:28 +02:00