1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-15 19:38:07 -04:00
profanity/src
DebXWoody 5a17957253 OX: Announce public key on PEP
src/pgp/gpg.c:p_ox_gpg_readkey

Used to read a public key from a file. The function will return the fingerprint
of the file and the base64 encoded key.

src/xmpp/ox.[hc]

ox_announce_public_key(const char* const filename) can be called from the /ox
announce <filename> command. The key within the file will be pushed on PEP and
the Metadata node will be set.

Issue: #1331
2020-07-06 13:19:18 +02:00
..
command OX: Announce public key on PEP 2020-07-06 13:19:18 +02:00
config Log errors from eval_password 2020-07-06 11:02:04 +02:00
event Plain chat messages not working 2020-07-06 10:36:03 +02:00
omemo Merge branch 'master' of github.com:profanity-im/profanity 2020-07-04 17:41:56 +02:00
otr Remove prefs_free_string() 2020-07-02 11:34:12 +02:00
pgp OX: Announce public key on PEP 2020-07-06 13:19:18 +02:00
plugins Fix reading/writing linked files 2020-06-13 15:02:43 +02:00
tools Remove prefs_free_string() 2020-07-02 11:34:12 +02:00
ui Remove prefs_free_string() 2020-07-02 11:34:12 +02:00
xmpp OX: Announce public key on PEP 2020-07-06 13:19:18 +02:00
common.c get_mentions() Use gchar instead of char 2020-07-02 12:17:23 +02:00
common.h Get output and error streams from the command spawned by external_call() 2020-06-03 13:09:29 +02:00
database.c Use files_get_account_data_path instead of duplicate code 2020-07-01 10:05:45 +02:00
database.h db: Use type from message struct instead of having individual functions 2020-04-06 19:15:06 +02:00
log.c Rework logging 2020-07-03 18:47:16 +02:00
log.h Remove chat_log_get_previous() 2020-04-06 14:42:52 +02:00
main.c Rework logging 2020-07-03 18:47:16 +02:00
profanity.c Remove prefs_free_string() 2020-07-02 11:34:12 +02:00
profanity.h Define lock in profanity.h as extern 2020-04-17 10:14:27 +02:00