|
Ring Daemon
|

Go to the source code of this file.
Classes | |
| class | jami::ConversationRepository::Impl |
Namespaces | |
| namespace | jami |
Functions | |
| bool | jami::add_initial_files (GitRepository &repo, const std::shared_ptr< JamiAccount > &account, ConversationMode mode, const std::string &otherMember="") |
| Adds initial files. | |
| std::string_view | jami::as_view (const git_blob *blob) |
| std::string_view | jami::as_view (const GitObject &blob) |
| GitRepository | jami::create_empty_repository (const std::string &path) |
| Creates an empty repository. | |
| bool | jami::git_add_all (git_repository *repo) |
| Add all files to index. | |
| std::string | jami::initial_commit (GitRepository &repo, const std::shared_ptr< JamiAccount > &account, ConversationMode mode, const std::string &otherMember="") |
| Sign and create the initial commit. | |
| static const std::regex | jami::regex_display_name ("<|>") |
Variables | |
| constexpr auto | DIFF_REGEX = " +\\| +[0-9]+.*"sv |
| constexpr size_t | MAX_FETCH_SIZE {256 * 1024 * 1024} |
|
constexpr |
Definition at line 60 of file conversationrepository.cpp.
|
constexpr |
Definition at line 61 of file conversationrepository.cpp.
Referenced by jami::ConversationRepository::cloneConversation(), and jami::ConversationRepository::fetch().