about summary refs log tree commit diff stats
path: root/src/pgp
Commit message (Expand)AuthorAgeFilesLines
* Cleanup p_ox_gpg_decryptJohn Hernandez2023-04-131-4/+6
* Fix memory corruption crashJohn Hernandez2023-04-131-3/+2
* Adapt to g_string_free glib 2.75.3 changeMichael Vetter2023-03-211-18/+3
* Update copyright yearMichael Vetter2023-01-103-3/+3
* Remove commentMichael Vetter2022-06-291-10/+0
* Move ox_gpg_public_keys descriptionMichael Vetter2022-06-292-7/+3
* Split ox functions from gpg.c to ox.cMichael Vetter2022-06-294-552/+649
* ox: fix mistakes in p_ox_gpg_decrypt()Michael Vetter2022-05-041-1/+3
* ox: print more error messages to UIMichael Vetter2022-05-031-2/+6
* ox: dont require marginal trust levelMichael Vetter2022-05-031-0/+5
* ox_key_is_usable - Logging and owner trust checkStefan Kropp2022-05-031-0/+6
* Merge pull request #1644 from profanity-im/ox-polishMichael Vetter2022-03-211-37/+34
|\
| * ox: adjust formattingMichael Vetter2022-02-241-4/+0
| * ox: standardize log outputMichael Vetter2022-02-241-33/+34
* | add `files_file_in_account_data_path()`Steffen Jaeckel2022-03-131-19/+5
|/
* auto-formatSteffen Jaeckel2022-02-011-14/+14
* Format code correctlyMichael Vetter2021-10-051-1/+1
* OX bug fixingDebXWoody2021-06-291-0/+5
* Fix various typosMichael Vetter2020-12-101-3/+3
* Declare counter var inside loopMichael Vetter2020-11-091-4/+2
* Since the string from strerror should never be modified, use const.Philipp Klaus Krause2020-10-141-1/+1
* OX: XEP-0373: OpenPGP for XMPP - Version 0.5.0 (2020-06-19)DebXWoody2020-07-102-0/+45
* Apply coding styleMichael Vetter2020-07-072-318/+330
* Revert "Apply coding style"Michael Vetter2020-07-072-334/+322
* Apply coding styleMichael Vetter2020-07-072-322/+334
* OX: Announce public key on PEPDebXWoody2020-07-062-0/+105
* gpg.c: _ox_key_is_usable() simplify if conditionMichael Vetter2020-07-021-3/+3
* gpg.c: Format new ox function headsMichael Vetter2020-07-021-7/+26
* Use files_get_account_data_path instead of duplicate codeMichael Vetter2020-07-011-13/+9
* Feature request - XEP-0373: OpenPGP for XMPP (OX)DebXWoody2020-06-292-0/+355
* Add context to autocomplete_with_func and use it for omemo trust commandPaul Fariello2020-01-312-2/+2
* Add vim modelineMichael Vetter2019-11-132-0/+2
* Restoration of correct GPG encryptionViachaslau Khalikin2019-02-201-1/+1
* Update copyright to include 2019Michael Vetter2019-01-222-2/+2
* Update copyrightJames Booth2018-01-212-2/+2
* Show libotr and libgpgme versions on --versionJames Booth2017-08-101-1/+4
* Allow previous autocompletion with shift tabJames Booth2017-04-012-3/+3
* Update CopyrightJames Booth2017-01-282-2/+2
* Free pgpdirJames Booth2016-07-251-0/+1
* Move all filepath handling to files.cJames Booth2016-07-241-5/+3
* Move xgd functionsJames Booth2016-07-241-1/+1
* Add config/files.cJames Booth2016-07-241-0/+1
* Tidy headersJames Booth2016-07-241-1/+1
* Make header defines consistentJames Booth2016-07-241-2/+2
* Update GPL link in headersJames Booth2016-07-242-2/+2
* Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-311-1/+1
* PGP: Fixed array size for encryption keysJames Booth2016-03-291-1/+1
* PGP: Also encrypt using sender public keyJames Booth2016-03-292-11/+30
* Merge branch 'master' into plugins-cJames Booth2016-02-142-2/+2
|\
| * Updated copyrightJames Booth2016-02-142-2/+2
='#n95'>95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200