RetroShare/libretroshare/src/services
Cyril Soler 90a27f4e81 Merge pull request #418 from sehraf/pr-improve-debug
This is the first set of patches to improve RS' logging functionality
2016-06-18 15:33:10 -04:00
..
mail Adding start of new Mail Service. 2014-12-02 13:22:48 +00:00
p3banlist.cc libretroshare: remove unused variables 2016-06-02 14:54:07 +02:00
p3banlist.h improved GUI layout. changed filtering strategy: now all is collected but only a subset is banned, according to user input. Default is to only ban IP ranges auto-generated and home-made ranges. 2015-06-04 20:26:57 +00:00
p3bwctrl.cc fixed mixup between in/out bandwidth traffic info 2016-03-19 11:39:58 -04:00
p3bwctrl.h fixed mixup between in/out bandwidth traffic info 2016-03-19 11:39:58 -04:00
p3discovery2.cc added seperated limit for discovery (30 days) 2016-02-19 16:35:11 +01:00
p3discovery2.h turned some std::list<PeerId> into std::set, as it automatically prevents duplicates 2015-04-17 21:36:22 +00:00
p3dsdv.cc changed post fixed operator++ into prefixed. More efficient on some systems. Patch from Phenom. 2014-10-24 22:07:26 +00:00
p3dsdv.h Switched most of the services to use p3ServiceControl instead of p3LinkMgr. 2014-03-29 03:57:44 +00:00
p3gxschannels.cc added items for encoding subscription requests and the logic to create them from GUI calls 2016-05-11 17:59:42 -04:00
p3gxschannels.h Fix error "(EE) SSGxsChannelGroup::load() asked to load a null string. 2016-02-25 13:58:45 +01:00
p3gxscircles.cc merged with upstream/master 2016-06-16 20:19:03 -04:00
p3gxscircles.h added line in circle tooltip for visibility. Re-worked tooltip text a little bit 2016-06-05 15:49:33 -04:00
p3gxscommon.cc removed two instances of malloc(0) captured by new rs_malloc funtion 2016-01-12 21:43:04 -05:00
p3gxscommon.h merging gxs_phase2 branch 2013-06-04 21:00:43 +00:00
p3gxsforums.cc libretroshare: remove unused variables 2016-06-02 14:54:07 +02:00
p3gxsforums.h Added ServiceControl + ServiceInfo. Basics are working, but still a lot to do! 2014-03-22 03:53:44 +00:00
p3gxsreputation.cc increased frequency of update for banned PGP nodes 2016-04-15 18:25:41 -04:00
p3gxsreputation.h libretroshare: remove unused variables 2016-06-02 14:54:07 +02:00
p3heartbeat.cc Switched most of the services to use p3ServiceControl instead of p3LinkMgr. 2014-03-29 03:57:44 +00:00
p3heartbeat.h Switched most of the services to use p3ServiceControl instead of p3LinkMgr. 2014-03-29 03:57:44 +00:00
p3idservice.cc added a tooltip and read color for unsecure GXS identities. These are still supported for a few weeks at most. So get rid of them 2016-06-17 22:21:06 -04:00
p3idservice.h fixed compilation and several problems following separation of public/private keys 2016-06-04 21:39:40 -04:00
p3msgservice.cc fixed p3msgservice.cc 2016-06-18 18:04:18 +02:00
p3msgservice.h fixed but in re-sending of failed grouter items 2016-02-01 00:33:11 -05:00
p3photoservice.cc removed two instances of malloc(0) captured by new rs_malloc funtion 2016-01-12 21:43:04 -05:00
p3photoservice.h Added ServiceControl + ServiceInfo. Basics are working, but still a lot to do! 2014-03-22 03:53:44 +00:00
p3postbase.cc removed debug info in p3postbase 2015-06-16 19:03:40 +00:00
p3postbase.h - Split majority of p3posted into p3postbase.cc - so that it can be reused by other services. 2014-01-20 11:42:27 +00:00
p3posted.cc turned some std::list<PeerId> into std::set, as it automatically prevents duplicates 2015-04-17 21:36:22 +00:00
p3posted.h turned some std::list<PeerId> into std::set, as it automatically prevents duplicates 2015-04-17 21:36:22 +00:00
p3rtt.cc libretroshare: remove unused variables 2016-06-02 14:54:07 +02:00
p3rtt.h various changes to measure RTTs more accurately 2016-04-26 23:42:44 -04:00
p3service.cc optim: changed postfixed ++ into prefix++ for non trivial operators, replaced test on std::list::size() by std::list::empty() (Patch from Phenom, modified) 2014-10-21 22:33:02 +00:00
p3service.h created 2 subclasses of RsThread, one for ticking services, and one for single shot jobs. Now all threads use the same base code. 2015-05-22 20:54:38 +00:00
p3serviceinfo.cc removed unnecessary debug output 2015-04-21 20:09:20 +00:00
p3serviceinfo.h Added ServiceControl + ServiceInfo. Basics are working, but still a lot to do! 2014-03-22 03:53:44 +00:00
p3statusservice.cc fixed some leaking memory issues in loadList() methods, and also increased consistency by not returning non empty list with deleted items inside 2015-12-30 18:20:09 -05:00
p3statusservice.h Switched most of the services to use p3ServiceControl instead of p3LinkMgr. 2014-03-29 03:57:44 +00:00
p3tunnel.cc Removed some std::ostringstream. 2012-04-17 21:00:54 +00:00
p3tunnel.h reimplemented the tunnel handshake 2010-02-25 22:44:04 +00:00
p3wiki.cc changed post fixed operator++ into prefixed. More efficient on some systems. Patch from Phenom. 2014-10-24 22:07:26 +00:00
p3wiki.h Added ServiceControl + ServiceInfo. Basics are working, but still a lot to do! 2014-03-22 03:53:44 +00:00
p3wire.cc changed post fixed operator++ into prefixed. More efficient on some systems. Patch from Phenom. 2014-10-24 22:07:26 +00:00
p3wire.h Added ServiceControl + ServiceInfo. Basics are working, but still a lot to do! 2014-03-22 03:53:44 +00:00