csoler
bb6706e996
added missing destructor in MsgMetaCache
2020-08-15 18:54:00 +02:00
thunder2
0df86aa416
Fixed update of submodule supportlibs/udp-discovery-cpp and supportlibs/restbed with mingw32-make compile
2020-08-11 13:19:08 +02:00
thunder2
4c4648e3e2
Fixed compile of jsonapi with MinGW
2020-08-11 00:37:56 +02:00
thunder2
1760f819c8
Added git update of submodule supportlibs/udp-discovery-cpp for MinGW compile
2020-08-11 00:37:45 +02:00
drbob
9a90ef694e
[TheWire] update GroupPtrs
...
Ensure all possible GroupPtrs are filled in on Pulse Data Requests.
* Expand Id collection to include all the additonal RefGroupIds.
* Perform intersection(available IDs, pulse GroupIds) before retrieving
* Iterate over pulse tree and update GroupPtr references.
* Enable GROUP_IDS gxs data fetches.
2020-08-07 18:12:06 +10:00
csoler
035010af76
Merge pull request #1970 from drbob/TheWire-rework-ui
...
TheWire rework UI, and update Data Messages.
2020-08-03 14:57:03 +02:00
drbob
660be58cf2
make image count more robust
2020-08-03 20:48:44 +10:00
thunder2
2eb7fecd42
Fixed Windows build of udp-discovery-cpp without MSYS2
2020-08-01 22:31:31 +02:00
Gioacchino Mazzurco
794fb13660
Fix description in copyright header
2020-08-01 18:28:20 +02:00
Gioacchino Mazzurco
3a6648f706
Fix build error on big endian architectures
2020-08-01 18:23:35 +02:00
G10h4ck
9587cfd4d9
Merge pull request #2009 from hunbernd/feature/msys2enhancements
...
Reworked msys2 build scripts
2020-08-01 18:00:19 +02:00
G10h4ck
97a0ba72f6
Merge pull request #2032 from G10h4ck/forums_get_child_posts
...
Add API method to retrieve forum child posts
2020-08-01 17:11:10 +02:00
drbob
8c869f0bbf
Merge remote-tracking branch 'origin/master' into TheWire-rework-ui
2020-07-31 09:58:00 +10:00
drbob
b0245920aa
Fix Gxs data requests with LATEST flag.
...
This was broken during a re-write earlier this year.
Currently the code incorrectly checks mParentId,
this has been fixed to check mOrigMsgId.
2020-07-30 23:02:17 +10:00
drbob
0522c7907a
Merge branch 'master' into TheWire-rework-ui
2020-07-30 21:45:59 +10:00
csoler
ed0e0f1da1
removed more debug info
2020-07-23 22:05:45 +02:00
csoler
7d21390d03
increased GxsId size to 15000
2020-07-23 21:59:35 +02:00
csoler
120eb02638
disabled debug output
2020-07-17 21:56:57 +02:00
csoler
e4d9194073
fixed bug causing to not request identities correctly to friends
2020-07-17 00:27:09 +02:00
csoler
016e6445a3
fixed bug causing dataservice to return a non null group when the DB doesnt contain the requested group, causing rsgxsnetservice to still sync new groups in no mGrpAutoSync mode, causing identities to spread like hell
2020-07-17 00:26:14 +02:00
csoler
6f636fd816
fixed compilation and re-enabled sync grp broadcast because it is necessary for grp updates
2020-07-16 21:51:37 +02:00
csoler
1a2e25da71
disabled syncWithPeers group sync broadcast when mGrpAutoSync is false
2020-07-16 21:41:01 +02:00
csoler
6e52804547
fixed bug causing banned GXS id to be still added to sync list
2020-07-16 21:33:26 +02:00
Gioacchino Mazzurco
c01d797386
Add API method to retrieve forum child posts
...
RsGxsDataAccess::getMsgRelatedInfo print errors also when not debugging
RsGxsForums::getChildPosts get child posts from parent id
p3gxsforums.cc remove a bit of deadcode
2020-07-16 10:31:02 +02:00
csoler
b3ab99bd49
added last minute check to avoid re-requesting IDs that have been loaded in cache after they where foundmissing
2020-07-15 22:07:31 +02:00
csoler
94918dc1a3
fixed error in parsing identity service string.
2020-07-15 21:22:02 +02:00
csoler
6d665868e8
fixed usage info statistics in identities
2020-07-08 12:56:40 +02:00
csoler
57a1c4bf5d
attempt to improve the info about GXS id usage
2020-07-07 23:01:20 +02:00
csoler
8fba3ba937
Merge pull request #2015 from csoler/v0.6-BugFixing
...
Fixing distant channel search
2020-07-03 22:45:55 +02:00
csoler
d805b18578
Merge pull request #2024 from csoler/v0.6-GXS-Optim
...
added anti-clogging strategy in GXS. To be tested.
2020-07-03 21:20:05 +02:00
Gioacchino Mazzurco
6510af7ab6
Enable JSON API for channel turtle search
...
Add event subtype to RsGxsChannelSearchResultEvent so its type can be
recognized from JSON API
Remove unused member remnant of the past from RsGxsChannelEvent
2020-07-03 18:07:07 +02:00
Gioacchino Mazzurco
0c173587e2
Merge branch 'v0.6-BugFixing' of https://github.com/csoler/RetroShare into csoler-v0.6-channe_distant_search
2020-07-03 16:03:43 +02:00
csoler
9133adbde8
added anti-clogging strategy in GXS. To be tested.
2020-06-29 21:03:17 +02:00
Gioacchino Mazzurco
2d01eadd56
Fix missing include in i2p common
2020-06-29 15:45:53 +02:00
csoler
ba486a0029
multiple improvements in distant channel search and general display of distant search results
2020-06-25 21:15:37 +02:00
csoler
500f572b98
merged with master
2020-06-25 16:53:18 +02:00
csoler
69b51fecb7
Merge pull request #1994 from csoler/v0.6-ChannelsGUI
...
Abstract item model for channels
2020-06-24 23:22:44 +02:00
hunbernd
6863f4cc70
Fix hidden node crashing at the startup, caused by calling uninitialized objects.
2020-06-21 21:55:52 +02:00
csoler
d0a373c14f
print more debug info and added missing emit to display the channel tab name after loading
2020-06-21 21:43:10 +02:00
hunbernd
a5d23d0b3f
Merge remote-tracking branch 'remotes/retroshare/master' into feature/msys2enhancements
2020-06-19 22:48:43 +02:00
csoler
9f5e7f2081
removed debug info
2020-06-16 21:29:13 +02:00
csoler
33da5c06b8
removed multi-callback based distant search result handling, and use rsEvents instead
2020-06-16 21:13:55 +02:00
G10h4ck
891d7e7c9a
Merge pull request #1971 from sehraf/pr_i2p_refactoring
...
i2p refactoring
2020-06-16 18:26:08 +02:00
csoler
8e2c670716
fixed the logic with distant search.
2020-06-16 00:00:22 +02:00
csoler
61437cd0b4
added some debug info in rsgxsnetservice distant search result handling and fixed a bug causing so some search result to not show up
2020-06-15 21:11:58 +02:00
Gioacchino Mazzurco
f13b429f1c
Document what chars are return RsRandom::alphaNumeric
...
As requested by Cyril
2020-06-13 14:58:30 +02:00
sehraf
f18d49db48
use RsRandom::alphaNumeric
2020-06-13 11:07:07 +02:00
sehraf
8323b94a6a
use modern c++
2020-06-13 10:58:44 +02:00
sehraf
ba23b9ad51
fix typo
2020-06-13 10:57:08 +02:00
Gioacchino Mazzurco
5ff5a32df7
Proper naming for RsRandom string functions
2020-06-12 20:06:43 +02:00