|
|
@ -100,23 +100,22 @@ namespace pEp { |
|
|
|
returns Color color |
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
// method blacklist_retrive( |
|
|
|
// creates stringlist blacklist |
|
|
|
// ); |
|
|
|
// method blacklist_retrive( |
|
|
|
// creates stringlist blacklist |
|
|
|
// ); |
|
|
|
|
|
|
|
basic string trustwords(identity ident); |
|
|
|
basic string trustwords(identity ident); |
|
|
|
basic identity myself(identity ident); |
|
|
|
basic identity updateIdentity(identity ident); |
|
|
|
basic void keyCompromized(identity ident); |
|
|
|
basic void keyResetTrust(identity ident); |
|
|
|
basic void trustPersonalKey(identity ident); |
|
|
|
basic void importKey(string key); |
|
|
|
basic void blacklist_add(string fpr); |
|
|
|
basic void blacklist_delete(string fpr); |
|
|
|
basic void config_passive_mode(bool enable); |
|
|
|
basic bool blacklist_is_listed(string fpr); |
|
|
|
|
|
|
|
basic void blacklist_add(string fpr); |
|
|
|
basic void blacklist_delete(string fpr); |
|
|
|
basic void config_passive_mode(bool enable); |
|
|
|
basic bool blacklist_is_listed(string fpr); |
|
|
|
|
|
|
|
}; |
|
|
|
|
|
|
|
struct message { |
|
|
|