RetroShare/libretroshare/src/services
drbob 1b2ed66814 Implementation of GxsId Opinion, and start of Reputation system.
- Removed old reputation system from p3idservice
 - Removed old Msg types as well (no longer needed)
 - Added real submitOpinion()
 - Modified serviceString to support Reputation System.
 - Added reputation information to both Cached Data, and Standard ID Data.
 - Added basics of new reputation system as alternative service. (not gxs).
 - Added Generic TLV types for maps.
 - Moved configuration files to their own directory .rs/config/
 - Finally, fixed up bits missed from the change to updateGroup!



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7131 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-02-19 11:08:37 +00:00
..
Makefile Bugfix for gpg connections. 2009-07-07 21:53:06 +00:00
p3banlist.cc Massive commit - changing from sockaddr_in => sockaddr_storage. 2013-09-13 14:35:19 +00:00
p3banlist.h Massive commit - changing from sockaddr_in => sockaddr_storage. 2013-09-13 14:35:19 +00:00
p3bwctrl.cc * Fix Deadlock in GXS Test Backend ... double Mutex lock for ALL Msgs removed. 2012-07-28 01:49:09 +00:00
p3bwctrl.h Added Bandwidth Monitoring service to libretroshare to help debug Lag. 2012-06-21 23:23:46 +00:00
p3chatservice.cc - changed Sha1CheckSum from hand-made class to instance of t_GenericIdType<> (should be backward compatible) 2014-02-01 19:10:45 +00:00
p3chatservice.h Merging branches/v0.6-initdev into trunk. 2014-02-01 14:16:15 +00:00
p3discovery2.cc Merging branches/v0.6-initdev into trunk. 2014-02-01 14:16:15 +00:00
p3discovery2.h Rewrite of the discovery system to be more private, with less traffic. 2013-09-28 08:09:59 +00:00
p3dsdv.cc Code maintenance for Qt 5: 2013-10-21 11:00:49 +00:00
p3dsdv.h Tweaked DSDV parameters. 2011-11-29 18:20:04 +00:00
p3gxschannels.cc Implementation of GxsId Opinion, and start of Reputation system. 2014-02-19 11:08:37 +00:00
p3gxschannels.h Implementation of GxsId Opinion, and start of Reputation system. 2014-02-19 11:08:37 +00:00
p3gxscircles.cc - Split majority of p3posted into p3postbase.cc - so that it can be reused by other services. 2014-01-20 11:42:27 +00:00
p3gxscircles.h merging gxs_phase2 branch 2013-06-04 21:00:43 +00:00
p3gxscommon.cc merging gxs_phase2 branch 2013-06-04 21:00:43 +00:00
p3gxscommon.h merging gxs_phase2 branch 2013-06-04 21:00:43 +00:00
p3gxsforums.cc Implementation of GxsId Opinion, and start of Reputation system. 2014-02-19 11:08:37 +00:00
p3gxsforums.h Implementation of GxsId Opinion, and start of Reputation system. 2014-02-19 11:08:37 +00:00
p3gxsreputation.cc Implementation of GxsId Opinion, and start of Reputation system. 2014-02-19 11:08:37 +00:00
p3gxsreputation.h Implementation of GxsId Opinion, and start of Reputation system. 2014-02-19 11:08:37 +00:00
p3heartbeat.cc Fixed Windows compile with Qt 5 (Merged from branch v0.5.5) 2014-02-12 22:03:20 +00:00
p3heartbeat.h Rewrite of the discovery system to be more private, with less traffic. 2013-09-28 08:09:59 +00:00
p3idservice.cc Implementation of GxsId Opinion, and start of Reputation system. 2014-02-19 11:08:37 +00:00
p3idservice.h Implementation of GxsId Opinion, and start of Reputation system. 2014-02-19 11:08:37 +00:00
p3msgservice.cc - changed Sha1CheckSum from hand-made class to instance of t_GenericIdType<> (should be backward compatible) 2014-02-01 19:10:45 +00:00
p3msgservice.h Merging branches/v0.6-initdev into trunk. 2014-02-01 14:16:15 +00:00
p3photoservice.cc Fixed crash after last commit in p3idservice.cc. 2013-07-21 01:50:13 +00:00
p3photoservice.h Reviewed and corrected authenPolicies. 2013-03-24 19:21:30 +00:00
p3postbase.cc - Split majority of p3posted into p3postbase.cc - so that it can be reused by other services. 2014-01-20 11:42:27 +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 Implementation of GxsId Opinion, and start of Reputation system. 2014-02-19 11:08:37 +00:00
p3posted.h Implementation of GxsId Opinion, and start of Reputation system. 2014-02-19 11:08:37 +00:00
p3rtt.cc Merging branches/v0.6-initdev into trunk. 2014-02-01 14:16:15 +00:00
p3rtt.h Added a thread per active peer - to reduce RTT and increase throughout. 2013-10-02 03:21:04 +00:00
p3service.cc Merging branches/v0.6-initdev into trunk. 2014-02-01 14:16:15 +00:00
p3service.h Work-in-progress to reduce latency time: 2013-10-01 10:11:34 +00:00
p3statusservice.cc Updated the notification system. Main changes are: 2014-01-07 22:51:22 +00:00
p3statusservice.h Extracted a new widget ChatWidget for the basic chat handling from the PopupChatDialog and use it in ChatLobbyDialog too. 2012-01-17 20:36:36 +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 Implementation of GxsId Opinion, and start of Reputation system. 2014-02-19 11:08:37 +00:00
p3wiki.h Implementation of GxsId Opinion, and start of Reputation system. 2014-02-19 11:08:37 +00:00
p3wire.cc merging gxs_phase2 branch 2013-06-04 21:00:43 +00:00
p3wire.h Reviewed and corrected authenPolicies. 2013-03-24 19:21:30 +00:00