-
- Downloads
swarmchat: initialize empty git repository with initial commit
This patch offers an API to create conversation. A conversation is represented by a git repository. The repository will contains the account certificate in /admins, its CRLs in /CRLs and the device key in /devices. Moreover, the first signed commit's hash will be the conversation's id Change-Id: Iac7ff7f6002185a5bb0f51d4c10df1afe9e059b4
Showing
- src/jamidht/Makefile.am 2 additions, 0 deletionssrc/jamidht/Makefile.am
- src/jamidht/conversationrepository.cpp 301 additions, 0 deletionssrc/jamidht/conversationrepository.cpp
- src/jamidht/conversationrepository.h 61 additions, 0 deletionssrc/jamidht/conversationrepository.h
- src/manager.cpp 9 additions, 0 deletionssrc/manager.cpp
- test/unitTest/Makefile.am 5 additions, 0 deletionstest/unitTest/Makefile.am
- test/unitTest/call/call.cpp 7 additions, 7 deletionstest/unitTest/call/call.cpp
- test/unitTest/connectionManager/connectionManager.cpp 15 additions, 15 deletionstest/unitTest/connectionManager/connectionManager.cpp
- test/unitTest/conversationRepository/conversationRepository.cpp 181 additions, 0 deletions...nitTest/conversationRepository/conversationRepository.cpp
- test/unitTest/fileTransfer/fileTransfer.cpp 6 additions, 8 deletionstest/unitTest/fileTransfer/fileTransfer.cpp
Loading
Please register or sign in to comment