Gioacchino Mazzurco
cc091cc2c8
Fixed hidden nodes listening failure
...
In case of hidden node the listen address was not properly converted to
ipv4 mapped format causing bind to fail
Use sockaddr_storage_copy instead of = as sockaddr_storage is not
guaranted to be copyable
2018-04-07 12:48:01 +02:00
csoler
393ff75c90
fixed polling strategy in RsGxsNetService causing some delay in distant post syncing
2018-04-07 00:56:44 +02:00
csoler
c0570ffef6
fixed costly polling in RsGenExchange
2018-04-07 00:56:07 +02:00
csoler
2b9139bf85
improved GXS dist sync item handling
2018-04-06 15:26:54 +02:00
RetroPooh
a14b1f60a2
tooltips improv
2018-04-06 14:01:52 +03:00
RetroPooh
dceeab0e4d
cleanup
2018-04-06 13:02:30 +03:00
RetroPooh
154f089dd4
fixes
2018-04-06 12:50:10 +03:00
RetroPooh
5775203b69
bring back open local file on link click
2018-04-05 22:22:54 +03:00
csoler
7d561bcceb
added distant data access in GxsNetService
2018-04-04 21:41:21 +02:00
RetroPooh
234b576f38
change distant chat status indicator color to differ closed and pending
2018-04-02 19:43:21 +03:00
RetroPooh
fdb8dc568c
fix unicode display for chat status
2018-04-02 19:38:56 +03:00
csoler
8fe3eb711d
fixed a few bugs in GXS dist sync tunneling
2018-04-02 17:07:32 +02:00
csoler
aa59694d88
added automatic detection for need to dist-sync groups
2018-04-01 22:04:16 +02:00
Pooh
c0834cf232
Merge branch 'master' into logshutup1
2018-04-01 17:40:44 +03:00
RetroPooh
0a943ea9ee
log shut up
2018-04-01 17:30:36 +03:00
RetroPooh
e17edbfa1f
fix default tab on serverpage
2018-04-01 14:13:42 +03:00
RetroPooh
6964ba4165
fix tab index on serverpage
2018-04-01 14:13:21 +03:00
hunbernd
c821c179ef
Fix private chat icon not changing back to idle icon from new message icon when window activated
...
Broken in add9c1e72c
2018-03-31 22:39:58 +02:00
csoler
f0f69b8dd9
shared virtual peers across services
2018-03-29 16:26:36 +02:00
Gioacchino Mazzurco
82fa54a735
Avoid using id as JSON field as it may interfere with QML
2018-03-29 11:28:23 +02:00
csoler
73b04f3109
finished implementation of GxsNetTunnel service
2018-03-29 10:54:58 +02:00
Gioacchino Mazzurco
8d1f1da242
Extend libresapi with minimal support for channels
...
The code is not elegant as this version of the API will be soon obsolete
but it offer a bunch of channels functionalities, comments and votes
are not implemented yet
/channels/list_channels get all visibile channels
/channels/get_channel get content of a subscribed channel
/channels/toggle_subscribe subscribe/unsubscribe to a channel
/channels/toggle_auto_download set/unset auto-download for files attached
to posts in a channel
/channels/toggle_read mark a post as read
/channels/create_channel create a new channel
/channels/create_post create a new post in given channel, group_id
paramenter renamed to channel_id for consistence
mChannels use reference instead of pointer as it must be valid
for the whole lifetime of the object
RsGxsCommentService and derivatives use proper types for parameter, avoid
reference when unneeded
2018-03-28 16:41:05 +02:00
csoler
73c6deebf4
Merge pull request #1191 from G10h4ck/IPv6-v3
...
IPv6 support
2018-03-27 20:54:31 +02:00
csoler
b488760d7d
fixed data incoming/outgoing in GxsNetTunnel
2018-03-26 23:19:29 +02:00
csoler
5566d90f32
finished tunnel handling and data send/recv in GxsNetTunnel
2018-03-24 16:42:16 +01:00
csoler
2255bda007
improved documentation of TurtleClientService class with doxygen type
2018-03-24 16:41:51 +01:00
csoler
4be73b7049
Merge pull request #1216 from beardog108/security
...
Clickjacking attack fix
2018-03-24 10:18:37 +01:00
Kevin Froman
599c3d4c0f
fixed clickjacking attack with x-frame-options
2018-03-23 23:00:27 -05:00
csoler
58aa2413b3
finished moving tunnel encryption into turtle
2018-03-23 22:46:04 +01:00
csoler
00a6bd5b73
started to move FT encryption into p3turtle
2018-03-22 14:41:50 +01:00
csoler
3407604a54
added code to add/remove virtual peers in RsGxsNetTunnel
2018-03-21 22:09:40 +01:00
csoler
24d1f5d9eb
Merge pull request #1190 from PhenomRetroShare/Add_ShowEmptySubMenuRemoteTree
...
Add ShowEmpty sub menu in Tree Remote SharedFilesDialog.
2018-03-17 18:40:32 +01:00
csoler
09de680e93
Merge pull request #1210 from PhenomRetroShare/Add_BackgroundInProgressBarText
...
Add Background to xprogressbar text for more readability.
2018-03-17 18:30:21 +01:00
csoler
143210412b
Merge pull request #1214 from csoler/v0.6-FT
...
enabled aggressive re-request of pending slices at end of transfer, t…
2018-03-17 18:25:47 +01:00
Phenom
e1482dd5e4
Add Rounded and Gradient Background to xprogressbar text.
2018-03-17 00:00:05 +01:00
Phenom
7da73b35a9
Add differents views depends ProgressBar width
...
Less than text width: only show progress bar.
Text width to 1.5 times: only show text.
More than 1.5 times: show chunk and text.
2018-03-16 22:02:59 +01:00
Phenom
311b190f67
Add Background to xprogressbar text for more readability.
2018-03-16 22:02:59 +01:00
csoler
076309133b
basic structure of GxsNetTunnelService
2018-03-15 17:46:21 +01:00
csoler
e1ad21c357
fixed wrong file count in RsCollectionDialog when downloading files
2018-03-15 13:11:19 +01:00
csoler
b3653d1283
enabled aggressive re-request of pending slices at end of transfer, thus fixing the long delay to finish files with mixed fast/slow sources
2018-03-15 11:32:55 +01:00
csoler
04dc764339
merged upstream/master
2018-03-15 09:19:56 +01:00
csoler
6e8305abda
Merge pull request #1211 from PhenomRetroShare/Fix_AvatarStatusOverlay
...
Fix Friend Avatar status overlay no depends size scale.
2018-03-14 20:56:30 +01:00
csoler
c7549a260a
Merge pull request #1208 from PhenomRetroShare/Fix_ChangeChatTextColorWhenChangeStyle
...
Fix ChatWidget current text edit color when changing appearance style.
2018-03-14 20:49:42 +01:00
csoler
11cfa7b098
Merge pull request #1209 from PhenomRetroShare/Add_DescriptionGxsGroupToolTip
...
Add description in GroupTreeWidget tooltip.
2018-03-14 20:34:52 +01:00
csoler
3fc63143dd
Merge pull request #1206 from PhenomRetroShare/Fix_AboutIcon
...
Fix Icon for About page.
2018-03-14 20:33:34 +01:00
csoler
0e6d27ad7a
fixed bug in FT causing transfer lines to only update when the mouse moves over the widget
2018-03-13 20:25:38 +01:00
thunder2
91634ba6c1
Added build of Retrotor to Windows build environment
2018-03-12 19:08:32 +01:00
Gioacchino Mazzurco
e9b49e122f
Update Android quirks documentation
2018-03-12 17:06:01 +01:00
Gioacchino Mazzurco
ce56a201c4
Added sources verification in android toolchain
...
Reasonable and needed for F-Droid inclusion
2018-03-12 16:22:42 +01:00
Gioacchino Mazzurco
e7078b5256
Update Android documentation
2018-03-12 14:27:59 +01:00