RetroShare/libretroshare/src/services
Gioacchino Mazzurco 7bf4da0691
Avoid JSON operations on RsGxsIdGroup::mPgpIdSign
The field is actually a raw memory chunk even if declared as an
  std::string as result the produced JSON is broken and JSON API clients
  cannot parse the output of methods like rsIdentity/getIdentitiesInfo
A proper fix would be refactoring the whole code to use a proper raw
  memory buffer for that field but given there is no usage for a raw PGP
  signature on a client app as RetroShare library already verify it internally
  workaround the issue by just ignoring that field in JSON serial operations.
2021-06-22 08:24:11 +02:00
..
autoproxy use RsRandom::alphaNumeric 2020-06-13 11:07:07 +02:00
broadcastdiscoveryservice.cc patched BroadcastDiscivery and GxsNetTunnel so that they respond faster to shutdown 2021-01-19 20:44:21 +01:00
broadcastdiscoveryservice.h Cleanup RsThread and related classes 2019-12-30 10:38:54 +01:00
p3banlist.cc Protect p3BanList::isAddressAccepted with mutex 2019-08-28 23:29:41 +02:00
p3banlist.h Protect p3BanList::isAddressAccepted with mutex 2019-08-28 23:29:41 +02:00
p3bwctrl.cc Use safer rstime_t instead of time_t 2018-10-07 13:07:06 +02:00
p3bwctrl.h Use safer rstime_t instead of time_t 2018-10-07 13:07:06 +02:00
p3gxschannels.cc fixed setAutoDownload and setDownloadDirectory for channels 2021-02-14 23:40:35 +01:00
p3gxschannels.h Merge pull request #2137 from PhenomRetroShare/Add_HandleTokenStatus 2021-01-14 19:50:55 +01:00
p3gxscircles.cc fixed wrong define in debug for circles 2021-03-13 22:27:43 +01:00
p3gxscircles.h fixed crash due to using twice the same method name in p3gxscircles.h wiht json api header 2021-03-08 20:51:21 +01:00
p3gxscommon.cc Add ability to manage canceled token in Gxs. 2021-01-08 15:49:22 +01:00
p3gxscommon.h Add ability to manage canceled token in Gxs. 2021-01-08 15:49:22 +01:00
p3gxsforums.cc added info about last time unsubscribed circles and forums have been advertised by subscribed friends 2021-01-29 00:18:08 +01:00
p3gxsforums.h added info about last time unsubscribed circles and forums have been advertised by subscribed friends 2021-01-29 00:18:08 +01:00
p3gxsreputation.cc fixed error in reputation that prevented to account for delay after which banned identities are un-banned 2021-02-02 12:35:17 +01:00
p3gxsreputation.h fixed uninitialized memory read and inconsistent initialization of mReputationScore in GxsReputation 2019-12-23 11:52:32 +01:00
p3heartbeat.cc Use safer rstime_t instead of time_t 2018-10-07 13:07:06 +02:00
p3heartbeat.h Use safer rstime_t instead of time_t 2018-10-07 13:07:06 +02:00
p3idservice.cc Avoid JSON operations on RsGxsIdGroup::mPgpIdSign 2021-06-22 08:24:11 +02:00
p3idservice.h fixed missing call to loadign groups to process 2021-01-27 20:14:44 +01:00
p3msgservice.cc fixed mem leak in p3MsgService 2021-01-10 20:52:58 +01:00
p3msgservice.h fixed mem leak in p3MsgService 2021-01-10 20:52:58 +01:00
p3photoservice.cc Fix Compil with Photo Service 2021-01-15 22:29:59 +01:00
p3photoservice.h Fix Compil with Photo Service 2021-01-15 22:29:59 +01:00
p3postbase.cc removed some debug messages 2021-02-20 20:29:30 +01:00
p3postbase.h Add ability to manage canceled token in Gxs. 2021-01-08 15:49:22 +01:00
p3posted.cc removed some debug info 2021-01-24 22:34:07 +01:00
p3posted.h fixed channel UI so that comment label is only shown when a new comment is here 2021-01-12 22:31:59 +01:00
p3rtt.cc Fix few glitches in Cyril PR 2020-01-07 00:54:49 +01:00
p3rtt.h replaced QString output of uniqueIdentifier() in feedItem classes by a std::string because QString caused random crashes 2019-12-15 16:46:22 +01:00
p3service.cc Use safer rstime_t instead of time_t 2018-10-07 13:07:06 +02:00
p3service.h further conversion to new wrapper function 2018-08-03 20:19:10 +02:00
p3serviceinfo.cc re-licensed services/ 2018-05-29 21:54:27 +02:00
p3serviceinfo.h re-licensed services/ 2018-05-29 21:54:27 +02:00
p3statusservice.cc Use safer rstime_t instead of time_t 2018-10-07 13:07:06 +02:00
p3statusservice.h re-licensed services/ 2018-05-29 21:54:27 +02:00
p3wiki.cc Update photo/wire/wiki interfaces to support Blocking Group API. 2020-04-05 15:04:39 +10:00
p3wiki.h Update photo/wire/wiki interfaces to support Blocking Group API. 2020-04-05 15:04:39 +10:00
p3wire.cc [TheWire] update GroupPtrs 2020-08-07 18:12:06 +10:00
p3wire.h [TheWire] update GroupPtrs 2020-08-07 18:12:06 +10:00
rseventsservice.cc Keep 10 extra unassigned slots for event types 2020-04-14 12:24:58 +02:00
rseventsservice.h Keep 10 extra unassigned slots for event types 2020-04-14 12:24:58 +02:00