Commit Graph

14811 Commits

Author SHA1 Message Date
csoler
b9a5606a25
Merge pull request #2030 from csoler/v0.6-Identity
Adding more info and statistics about GxsIds and fixing ID propagation bugs
2020-07-23 22:11:21 +02: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
7d12a7a085
switched to async loading of ids statistics 2020-07-11 22:26:24 +02:00
csoler
4af3f3742a
fixed text 2020-07-11 21:35:33 +02:00
csoler
6ea6e7f89e
added count for per usage and per service uses 2020-07-11 20:54:58 +02:00
csoler
de6b986c01
added histograms 2020-07-11 16:16:06 +02:00
csoler
a1c901e22a
added per-service stats 2020-07-10 22:39:17 +02:00
csoler
fcf8c57345
started display widget for GxsId statistics 2020-07-09 22:03:09 +02:00
csoler
bac8e0be70
added widget for displaying info about identities. Not ready yet 2020-07-08 23:35:44 +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
79fce47d75
added service mail in identity usage statistics 2020-07-07 19:45:53 +02:00
G10h4ck
271af0dac1
Merge pull request #2028 from PhenomRetroShare/Update_OBS_Branch
Update OBS submodule
2020-07-05 21:15:36 +02:00
csoler
d10854f1b5
Merge pull request #2029 from csoler/v0.6-BugFixing
added missing cleaning of distant search results in GUI
2020-07-04 13:10:55 +02:00
csoler
07655e287e
fixed cleaning up of search results 2020-07-04 00:05:29 +02:00
csoler
4d872d5778
added missing cleaning of distant search results in GUI 2020-07-03 22:48:33 +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
Phenom
721fad131e Update OBS submodule 2020-07-03 22:14:35 +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
8d40224c37
fixed sizes in forums and removed duplicate text on distribution column 2020-06-30 18:10:28 +02:00
csoler
9133adbde8
added anti-clogging strategy in GXS. To be tested. 2020-06-29 21:03:17 +02:00
Gioacchino Mazzurco
e7b09ba8dd
Specify C++ version inn travis macosx 2020-06-29 17:26:45 +02:00
Gioacchino Mazzurco
2d01eadd56
Fix missing include in i2p common 2020-06-29 15:45:53 +02:00
csoler
c58aa688d1
fixed proper display of group for context strings 2020-06-25 21:25:22 +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
05d311e55c
Merge pull request #2022 from defnax/small-fixes-channels
[Channels] Fixed to get work selection color on dark stylesheets
2020-06-25 16:47:17 +02:00
csoler
766f082ebe
Merge pull request #2020 from defnax/channel-composer-layout
Fixing layout issues on Channel Composer
2020-06-25 16:46:15 +02:00
defnax
ec92afa2fe Fixed to get work selection color on darkstylesheets
* Fixed to get work selection color on dark stylesheets
* Show group icon on the tabs
2020-06-25 16:36:16 +02:00
defnax
598f9f1964 Fixing margins 2020-06-25 14:36:38 +02:00
defnax
7c89140bcc Fixing layout issues on Channel Composer 2020-06-25 14:28:40 +02:00
G10h4ck
638ef80788
Merge pull request #2018 from G10h4ck/memory_optimization
Reduce memory usage due to copying in RsQThreadUtils::postToObject
2020-06-25 11:30:06 +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
Gioacchino Mazzurco
3b37c1e9ad
Remove more copying of big structures in RsQThreadUtils::postToObject 2020-06-24 00:57:16 +02:00
Gioacchino Mazzurco
d2b9b9f094
Reduce memory usage due to copying in IdDialog::updateCircles
Heaptrack reported 141MB of RAM where used by this method most proably
  due to the group metadata list being copied accross lambdas and
  threads more then necessary.
Use an unique_ptr to safely avoid copying of big structure around.
2020-06-23 23:38:22 +02:00
csoler
0eb8edf824
fixed open in new tab system 2020-06-23 22:00:14 +02:00
csoler
c23d994bfc
fixed update of channel data on tabs 2020-06-23 21:53:03 +02:00
csoler
b21193e460
tried to improve the logic in tab system. Not finished yet 2020-06-23 21:37:36 +02:00