enabled ID tracking forums. Fixed thresholds for anti-spam forums. Changed computation of reputation scored

This commit is contained in:
csoler 2015-10-26 23:38:10 -04:00
parent b009c1135f
commit c7d0e4cb35
14 changed files with 130 additions and 55 deletions

View file

@ -44,7 +44,7 @@ struct RoutingMatrixHitEntry
struct RoutingTrackEntry
{
uint32_t friend_id ; // not the full key. Gets too big otherwise!
RsPeerId friend_id ; // not the full key. Gets too big otherwise!
time_t time_stamp ;
};
@ -79,6 +79,7 @@ class GRouterMatrix
void debugDump() const ;
void getListOfKnownKeys(std::vector<GRouterKeyId>& key_ids) const ;
bool getTrackingInfo(const RsGxsMessageId& id,RsPeerId& source_friend);
private:
// returns the friend id, possibly creating a new id.
//