Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup p_ox_gpg_decrypt | John Hernandez | 2023-04-13 | 1 | -4/+6 |
* | Fix memory corruption crash | John Hernandez | 2023-04-13 | 1 | -3/+2 |
* | Adapt to g_string_free glib 2.75.3 change | Michael Vetter | 2023-03-21 | 1 | -18/+3 |
* | Update copyright year | Michael Vetter | 2023-01-10 | 3 | -3/+3 |
* | Remove comment | Michael Vetter | 2022-06-29 | 1 | -10/+0 |
* | Move ox_gpg_public_keys description | Michael Vetter | 2022-06-29 | 2 | -7/+3 |
* | Split ox functions from gpg.c to ox.c | Michael Vetter | 2022-06-29 | 4 | -552/+649 |
* | ox: fix mistakes in p_ox_gpg_decrypt() | Michael Vetter | 2022-05-04 | 1 | -1/+3 |
* | ox: print more error messages to UI | Michael Vetter | 2022-05-03 | 1 | -2/+6 |
* | ox: dont require marginal trust level | Michael Vetter | 2022-05-03 | 1 | -0/+5 |
* | ox_key_is_usable - Logging and owner trust check | Stefan Kropp | 2022-05-03 | 1 | -0/+6 |
* | Merge pull request #1644 from profanity-im/ox-polish | Michael Vetter | 2022-03-21 | 1 | -37/+34 |
|\ | |||||
| * | ox: adjust formatting | Michael Vetter | 2022-02-24 | 1 | -4/+0 |
| * | ox: standardize log output | Michael Vetter | 2022-02-24 | 1 | -33/+34 |
* | | add `files_file_in_account_data_path()` | Steffen Jaeckel | 2022-03-13 | 1 | -19/+5 |
|/ | |||||
* | auto-format | Steffen Jaeckel | 2022-02-01 | 1 | -14/+14 |
* | Format code correctly | Michael Vetter | 2021-10-05 | 1 | -1/+1 |
* | OX bug fixing | DebXWoody | 2021-06-29 | 1 | -0/+5 |
* | Fix various typos | Michael Vetter | 2020-12-10 | 1 | -3/+3 |
* | Declare counter var inside loop | Michael Vetter | 2020-11-09 | 1 | -4/+2 |
* | Since the string from strerror should never be modified, use const. | Philipp Klaus Krause | 2020-10-14 | 1 | -1/+1 |
* | OX: XEP-0373: OpenPGP for XMPP - Version 0.5.0 (2020-06-19) | DebXWoody | 2020-07-10 | 2 | -0/+45 |
* | Apply coding style | Michael Vetter | 2020-07-07 | 2 | -318/+330 |
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 2 | -334/+322 |
* | Apply coding style | Michael Vetter | 2020-07-07 | 2 | -322/+334 |
* | OX: Announce public key on PEP | DebXWoody | 2020-07-06 | 2 | -0/+105 |
* | gpg.c: _ox_key_is_usable() simplify if condition | Michael Vetter | 2020-07-02 | 1 | -3/+3 |
* | gpg.c: Format new ox function heads | Michael Vetter | 2020-07-02 | 1 | -7/+26 |
* | Use files_get_account_data_path instead of duplicate code | Michael Vetter | 2020-07-01 | 1 | -13/+9 |
* | Feature request - XEP-0373: OpenPGP for XMPP (OX) | DebXWoody | 2020-06-29 | 2 | -0/+355 |
* | Add context to autocomplete_with_func and use it for omemo trust command | Paul Fariello | 2020-01-31 | 2 | -2/+2 |
* | Add vim modeline | Michael Vetter | 2019-11-13 | 2 | -0/+2 |
* | Restoration of correct GPG encryption | Viachaslau Khalikin | 2019-02-20 | 1 | -1/+1 |
* | Update copyright to include 2019 | Michael Vetter | 2019-01-22 | 2 | -2/+2 |
* | Update copyright | James Booth | 2018-01-21 | 2 | -2/+2 |
* | Show libotr and libgpgme versions on --version | James Booth | 2017-08-10 | 1 | -1/+4 |
* | Allow previous autocompletion with shift tab | James Booth | 2017-04-01 | 2 | -3/+3 |
* | Update Copyright | James Booth | 2017-01-28 | 2 | -2/+2 |
* | Free pgpdir | James Booth | 2016-07-25 | 1 | -0/+1 |
* | Move all filepath handling to files.c | James Booth | 2016-07-24 | 1 | -5/+3 |
* | Move xgd functions | James Booth | 2016-07-24 | 1 | -1/+1 |
* | Add config/files.c | James Booth | 2016-07-24 | 1 | -0/+1 |
* | Tidy headers | James Booth | 2016-07-24 | 1 | -1/+1 |
* | Make header defines consistent | James Booth | 2016-07-24 | 1 | -2/+2 |
* | Update GPL link in headers | James Booth | 2016-07-24 | 2 | -2/+2 |
* | Removed #AX_PREFIX_CONFIG_H | James Booth | 2016-03-31 | 1 | -1/+1 |
* | PGP: Fixed array size for encryption keys | James Booth | 2016-03-29 | 1 | -1/+1 |
* | PGP: Also encrypt using sender public key | James Booth | 2016-03-29 | 2 | -11/+30 |
* | Merge branch 'master' into plugins-c | James Booth | 2016-02-14 | 2 | -2/+2 |
|\ | |||||
| * | Updated copyright | James Booth | 2016-02-14 | 2 | -2/+2 |