mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-25 23:45:49 -04:00
moved signature validation and encryption one level up into p3IdService. Added timestamp for GXS identities and auto-removal after 7 days. Updated display in IdDialog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8015 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
b46c3b4852
commit
48ea291d95
24 changed files with 944 additions and 415 deletions
|
@ -46,11 +46,12 @@ class RsChatLobbyUnsubscribeItem ;
|
|||
|
||||
class RsChatItem ;
|
||||
class RsChatMsgItem ;
|
||||
class RsGixs ;
|
||||
|
||||
class DistributedChatService
|
||||
{
|
||||
public:
|
||||
DistributedChatService(uint32_t service_type,p3ServiceControl *sc,p3HistoryMgr *hm,p3IdService *is) ;
|
||||
DistributedChatService(uint32_t service_type,p3ServiceControl *sc,p3HistoryMgr *hm,RsGixs *is) ;
|
||||
|
||||
virtual ~DistributedChatService() {}
|
||||
|
||||
|
@ -164,5 +165,5 @@ class DistributedChatService
|
|||
|
||||
p3ServiceControl *mServControl;
|
||||
p3HistoryMgr *mHistMgr;
|
||||
p3IdService *mIdService ;
|
||||
RsGixs *mGixs ;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue