Ring Daemon 16.0.0
|
This is the complete list of members for jami::ContactList, including all inherited members.
acceptConversation(const std::string &convId, const std::string &deviceId="") | jami::ContactList | |
acceptTrustRequest(const dht::InfoHash &from) | jami::ContactList | |
accountId() const | jami::ContactList | inline |
addContact(const dht::InfoHash &, bool confirmed=false, const std::string &conversationId="") | jami::ContactList | |
clock typedef | jami::ContactList | |
ContactList(const std::string &accountId, const std::shared_ptr< crypto::Certificate > &cert, const std::filesystem::path &path, OnChangeCallback cb) | jami::ContactList | |
discardTrustRequest(const dht::InfoHash &from) | jami::ContactList | |
foundAccountDevice(const dht::PkId &device, const std::string &name={}, const time_point &last_sync=time_point::min()) | jami::ContactList | |
foundAccountDevice(const std::shared_ptr< dht::crypto::Certificate > &crt, const std::string &name={}, const time_point &last_sync=time_point::min(), bool notify=true) | jami::ContactList | |
getAccountDeviceName(const dht::PkId &device) const | jami::ContactList | |
getCertificatesByStatus(dhtnet::tls::TrustStore::PermissionStatus status) const | jami::ContactList | inline |
getCertificateStatus(const std::string &cert_id) const | jami::ContactList | inline |
getContactDetails(const dht::InfoHash &) const | jami::ContactList | |
getContactInfo(const dht::InfoHash &) const | jami::ContactList | |
getContacts() const | jami::ContactList | |
getKnownDevices() const | jami::ContactList | inline |
getSyncData() const | jami::ContactList | |
getTrustRequest(const dht::InfoHash &from) const | jami::ContactList | |
getTrustRequests() const | jami::ContactList | |
isAllowed(const crypto::Certificate &crt, bool allowPublic) | jami::ContactList | inline |
isValidAccountDevice(const crypto::Certificate &crt) const | jami::ContactList | inline |
load() | jami::ContactList | |
OnAcceptConversation typedef | jami::ContactList | |
OnConfirmation typedef | jami::ContactList | |
OnContactAdded typedef | jami::ContactList | |
OnContactRemoved typedef | jami::ContactList | |
OnDevicesChanged typedef | jami::ContactList | |
OnIncomingTrustRequest typedef | jami::ContactList | |
onTrustRequest(const dht::InfoHash &peer_account, const std::shared_ptr< dht::crypto::PublicKey > &peer_device, time_t received, bool confirm, const std::string &conversationId, std::vector< uint8_t > &&payload) | jami::ContactList | |
path() const | jami::ContactList | inline |
removeAccountDevice(const dht::PkId &device) | jami::ContactList | |
removeContact(const dht::InfoHash &, bool ban) | jami::ContactList | |
removeContactConversation(const dht::InfoHash &) | jami::ContactList | |
save() | jami::ContactList | |
saveContacts() const | jami::ContactList | |
setAccountDeviceName(const dht::PkId &device, const std::string &name) | jami::ContactList | |
setCertificateStatus(const std::string &cert_id, const dhtnet::tls::TrustStore::PermissionStatus status) | jami::ContactList | |
setCertificateStatus(const std::shared_ptr< crypto::Certificate > &cert, dhtnet::tls::TrustStore::PermissionStatus status, bool local=true) | jami::ContactList | |
setContacts(const std::map< dht::InfoHash, Contact > &) | jami::ContactList | |
syncDevice(const dht::PkId &device, const time_point &syncDate) | jami::ContactList | |
time_point typedef | jami::ContactList | |
updateContact(const dht::InfoHash &, const Contact &, bool emit=true) | jami::ContactList | |
updateConversation(const dht::InfoHash &h, const std::string &conversationId) | jami::ContactList | |
VerifyResult typedef | jami::ContactList | |
~ContactList() | jami::ContactList |