RetroShare/libretroshare/src/gxs
Phenom d83a9625cc Fix clang warning: unused variables 'GIXS_CUT_OFF', ...
/libretroshare/src/gxs/rsgxsnetservice.cc:247: warning: unused variable
'GIXS_CUT_OFF' [-Wunused-const-variable]
static const uint32_t GIXS_CUT_OFF                            =
0;
/libretroshare/src/gxs/rsgxsnetservice.cc:251: warning: unused variable
'SECURITY_DELAY_TO_FORCE_CLIENT_REUPDATE' [-Wunused-const-variable]
static const uint32_t SECURITY_DELAY_TO_FORCE_CLIENT_REUPDATE =
3600; // force re-update if there happens to be a large delay between
our server side TS and the client side TS of friends
2017-07-16 21:36:14 +02:00
..
db_acadeeb.h Added acadeeb - A bibiography / reference paper system. 2012-01-18 00:13:27 +00:00
db_gixp.h Early pass at defining new message exchange (cache replacement system) 2012-01-17 01:09:21 +00:00
db_gmxp.h Added acadeeb - A bibiography / reference paper system. 2012-01-18 00:13:27 +00:00
db_gxp.h Added acadeeb - A bibiography / reference paper system. 2012-01-18 00:13:27 +00:00
db_gxp_apps.h Early pass at defining new message exchange (cache replacement system) 2012-01-17 01:09:21 +00:00
db_gxp_service.h moved my(chris's) version of GXservice to rsgxs.h and reverted db_gxp_service.h back to original 2012-02-24 21:15:08 +00:00
db_wire.h Added acadeeb - A bibiography / reference paper system. 2012-01-18 00:13:27 +00:00
gxssecurity.cc fixed compilation for windows 2017-06-01 10:16:30 +02:00
gxssecurity.h Merge branch 'master' into gxs_mail_experiments 2017-05-05 15:44:22 +02:00
gxstokenqueue.cc Fix unused warning in gxstokenqueue 2017-07-06 16:28:59 +02:00
gxstokenqueue.h Cleanup GxsTokenQueue header 2017-02-20 07:36:59 +01:00
rsdataservice.cc fixed cache deletion of GXS grp meta that caused deleted groups to not come back when available 2017-01-20 23:27:18 +01:00
rsdataservice.h fixed missing RsGxsGrpMeta cache update when updating grp meta, which caused unstable group flags/name/perms update 2016-07-22 17:49:07 -04:00
rsgds.h added a last modif TS in GrpNetworkStats, that is inited from network Grp statistics, and used to provide a value for unsubscribed groups 2017-06-29 13:15:39 +02:00
rsgenexchange.cc Fix warning: unused parameter ‘size’ 2017-07-16 20:41:01 +02:00
rsgenexchange.h moved msg keep period settings to netService and made the initialisation obei the default settings of the service 2017-06-28 23:12:33 +02:00
rsgixs.h GxsMail: Implemented RSA mail receiving 2017-02-08 13:39:29 +01:00
rsgroups.h merge of branch v0.6-idclean 7180 2014-03-17 20:56:06 +00:00
rsgxs.h fix gxs storage period 1year to 372 days to match old clients 2017-02-28 22:47:38 +01:00
rsgxsdata.cc Fix Missing messages when mark all as read. 2017-04-29 17:32:23 +02:00
rsgxsdata.h merged upstream/master 2017-04-30 20:14:23 +02:00
rsgxsdataaccess.cc fixed count of unread/new posts by not counting older versions 2017-05-20 22:37:31 +02:00
rsgxsdataaccess.h added GUI async call to ID serialised data. Allows to copy+paste identities. 2017-04-10 20:02:14 +02:00
rsgxsnetservice.cc Fix clang warning: unused variables 'GIXS_CUT_OFF', ... 2017-07-16 21:36:14 +02:00
rsgxsnetservice.h moved msg keep period settings to netService and made the initialisation obei the default settings of the service 2017-06-28 23:12:33 +02:00
rsgxsnetutils.cc Fix Clang warnings: Add author and date to #warning 2017-04-17 21:32:14 +02:00
rsgxsnetutils.h moved rsnxsitems.cc to rsitems/ 2017-04-27 14:21:46 +02:00
rsgxsrequesttypes.cc Fixed memory leak in request handling by adding a destructor the the request classes derived from GxsRequest and delete the result. 2015-01-25 23:22:58 +00:00
rsgxsrequesttypes.h added GUI async call to ID serialised data. Allows to copy+paste identities. 2017-04-10 20:02:14 +02:00
rsgxsutil.cc added a last modif TS in GrpNetworkStats, that is inited from network Grp statistics, and used to provide a value for unsubscribed groups 2017-06-29 13:15:39 +02:00
rsgxsutil.h moved rsnxsitems.cc to rsitems/ 2017-04-27 14:21:46 +02:00
rsnxs.h moved msg keep period settings to netService and made the initialisation obei the default settings of the service 2017-06-28 23:12:33 +02:00
rsnxsobserver.h moved rsnxsitems.cc to rsitems/ 2017-04-27 14:21:46 +02:00
UseCases.txt added more virtual methods to network exchange service 2012-04-01 21:10:55 +00:00