Ring Daemon 16.0.0
Loading...
Searching...
No Matches
conversationrepository.cpp File Reference
Include dependency graph for conversationrepository.cpp:

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}
 

Variable Documentation

◆ DIFF_REGEX

constexpr auto DIFF_REGEX = " +\\| +[0-9]+.*"sv
constexpr

Definition at line 38 of file conversationrepository.cpp.

◆ MAX_FETCH_SIZE

constexpr size_t MAX_FETCH_SIZE {256 * 1024 * 1024}
constexpr