csoler
|
e72ef242c9
|
Merge pull request #1298 from csoler/v0.6-DebianPackaging
V0.6 debian packaging
|
2018-07-20 19:16:58 +02:00 |
|
csoler
|
d4fce07e4c
|
changed lrand48 to RSRandom for cross-plateform compatibility, in rsgxsnettunnel.cc
|
2018-07-19 23:46:31 +02:00 |
|
csoler
|
2bab688dec
|
fixed merge with upstream/master
|
2018-07-19 23:22:24 +02:00 |
|
csoler
|
b8062f2e21
|
Merge pull request #1294 from csoler/v0.6-GXS-DistSync3-TurtleSearch
V0.6 gxs dist sync3 turtle search
|
2018-07-19 22:59:43 +02:00 |
|
csoler
|
dac885e24d
|
made randomBias initilized with true random bytes at start
|
2018-07-18 21:22:38 +02:00 |
|
csoler
|
9b0a4b966e
|
removed extra call to loadConfiguration()
|
2018-07-18 21:20:51 +02:00 |
|
sehraf
|
55e99ef0d1
|
add auto detection of installed rapidjson
|
2018-07-16 23:22:04 +02:00 |
|
csoler
|
1de31493a9
|
fixed up display of GXS net tunnel info
|
2018-07-15 19:09:12 +02:00 |
|
csoler
|
fd45d44826
|
added interface to get statistics about GxsNetTunnel
|
2018-07-15 11:14:58 +02:00 |
|
csoler
|
6848a586f3
|
merged upstream/master
|
2018-07-08 21:17:48 +02:00 |
|
chelovechishko
|
b3dddeafdf
|
add missing namespaces
|
2018-07-06 23:55:12 +09:00 |
|
csoler
|
0c45217fc0
|
merged upstream/master
|
2018-07-05 17:41:30 +02:00 |
|
csoler
|
98f8e4da0a
|
added per-item type limit for turtle search results
|
2018-07-05 17:40:06 +02:00 |
|
csoler
|
4a64ea5f1f
|
added optional use of dist sync in GroupFrameDialog
|
2018-07-05 14:00:04 +02:00 |
|
csoler
|
0cc87c9880
|
fixed bug causing search data result to not be forwarded correctly (missing request id)
|
2018-07-05 12:20:22 +02:00 |
|
csoler
|
0e37de3e11
|
made retrieval of group data manual instead of automatic
|
2018-07-05 11:43:55 +02:00 |
|
csoler
|
59c51a250b
|
removed debug switch to allow display of existing distant group search results
|
2018-07-05 10:16:48 +02:00 |
|
csoler
|
47e760a2c5
|
added a few missing mutexes in prevent searches to be shown when already known
|
2018-07-05 10:11:12 +02:00 |
|
csoler
|
2067b106e4
|
fixed missing code in passing turtle group data result to client service
|
2018-07-04 23:54:26 +02:00 |
|
csoler
|
8ad454723a
|
added group data request when search items are selected
|
2018-07-04 21:42:09 +02:00 |
|
Gioacchino Mazzurco
|
418c42bd11
|
Extra locators in cert invite made optional
|
2018-07-02 13:50:02 +02:00 |
|
Gioacchino Mazzurco
|
1dd707710b
|
Merge branch 'master' into extra_locators_merge
|
2018-07-02 12:22:23 +02:00 |
|
csoler
|
80a43fe3d5
|
added secure retrieval of distant groups
|
2018-06-30 21:52:25 +02:00 |
|
sehraf
|
f7625e3526
|
fix json uint64
|
2018-06-28 20:25:10 +02:00 |
|
csoler
|
db06c32e80
|
turned turtle encryption routine into a generic authenticated encryption method in librs::crypto
|
2018-06-28 10:01:57 +02:00 |
|
csoler
|
00dfa0f3c2
|
added fallback for GXS GroupMessage UI to look into cached distant group data
|
2018-06-26 22:20:02 +02:00 |
|
Gioacchino Mazzurco
|
502459a25a
|
Cleanup rapidjson inclusion
Fix compilation error of android service
|
2018-06-26 15:12:16 +02:00 |
|
csoler
|
e351d7257e
|
added retrieval of search results in UI
|
2018-06-24 16:55:38 +02:00 |
|
csoler
|
6ccc7654d6
|
added code to notify GxsBroadcast system with new distant search results
|
2018-06-23 22:25:36 +02:00 |
|
csoler
|
5b9666855d
|
fixed merge with upstream
|
2018-06-22 23:38:31 +02:00 |
|
csoler
|
2f159efb10
|
Merge pull request #1288 from csoler/v0.6-GxsFix
changed std::vector into std::set in notification system, hence remov…
|
2018-06-22 22:06:59 +02:00 |
|
csoler
|
84699db744
|
changed std::vector into std::set in notification system, hence removing lots of std::find(std::vector::begin(),std::vector::end(),T), causing quadratic costs in multiple places.
|
2018-06-21 15:46:59 +02:00 |
|
csoler
|
3981bc8e3b
|
extended notification system to add distant search result notification
|
2018-06-21 13:48:57 +02:00 |
|
csoler
|
5cb48c27de
|
renamed a few constants of GXS notify system into more consistent values
|
2018-06-21 09:26:03 +02:00 |
|
G10h4ck
|
9090205747
|
Merge pull request #1284 from G10h4ck/improve_build
Improve build and Windows Continuos Integration
|
2018-06-19 11:53:07 +02:00 |
|
csoler
|
79e676edbe
|
fixed re-load of GXS groups (forums/channels) when the read flag is changed
|
2018-06-18 22:27:05 +02:00 |
|
csoler
|
c67084b7de
|
fixed mutex problem in turtle-GXS search
|
2018-06-17 21:23:16 +02:00 |
|
csoler
|
84194b6234
|
sereral fixes to GXS distant search
|
2018-06-16 22:39:35 +02:00 |
|
csoler
|
7a135c5c43
|
added quick and dirty turtle search for channels in Files search tab
|
2018-06-13 22:46:27 +02:00 |
|
csoler
|
be1e127a93
|
added test search functions in rsgxsnetservice
|
2018-06-11 22:00:03 +02:00 |
|
Gioacchino Mazzurco
|
1f76108a9e
|
Remove some cruft from build files
|
2018-06-11 14:21:28 +02:00 |
|
csoler
|
6fb459ce64
|
added logic for GXS search in RsGxsNetTunnel and Gxs client net service
|
2018-06-10 22:34:17 +02:00 |
|
Gioacchino Mazzurco
|
6010104127
|
Merge commit '9886840b79d617a32764ad52ef4747f5fd999250'
|
2018-06-09 18:10:22 +02:00 |
|
Gioacchino Mazzurco
|
9886840b79
|
Provide proper constructor for SerializeContext
Deprecate constructor that depends on deprecated declarations.
|
2018-06-09 17:59:11 +02:00 |
|
Gioacchino Mazzurco
|
1825b263f0
|
ChunkMap::reAskPendingChunk fix unused parameter warning
|
2018-06-09 17:21:59 +02:00 |
|
cyril soler
|
8edb1f7535
|
fixed problem causing infinite loop of net reset in p3NetMgr
|
2018-06-08 14:32:56 +02:00 |
|
G10h4ck
|
f3b0f7af1f
|
Merge pull request #1280 from G10h4ck/channels_apiv2_improvements
Channels apiv2 improvements
|
2018-06-07 17:53:42 +02:00 |
|
G10h4ck
|
e5c72481ad
|
Merge pull request #1281 from G10h4ck/filesharing_apiv2_improvements
Extend a bit filesharing JSON API v2
|
2018-06-07 17:53:26 +02:00 |
|
Gioacchino Mazzurco
|
3eff851cdb
|
Improve deprecation of RS_TOKREQ_ANSTYPE_*
|
2018-06-07 14:57:31 +02:00 |
|
csoler
|
7caf06b57d
|
added structures for generic turtle search and access functions in Gxs objects
|
2018-06-06 23:15:29 +02:00 |
|