Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | ox: add helper message in case signcrypt doesnt work | Michael Vetter | 2022-06-29 | 1 | -0/+1 | |
| | | | | | | | | | | Most likely they didnt trust/sign the key. Which is described in the profanity-ox-setup man page. | |||||
* | | Merge pull request #1729 from profanity-im/various-cleanups | Michael Vetter | 2022-06-29 | 6 | -126/+61 | |
|\ \ | | | | | | | Various cleanups | |||||
| * | | stanza: remove strange assignment | Michael Vetter | 2022-06-29 | 1 | -1/+1 | |
| | | | ||||||
| * | | accounts: deduplicate code via helper function | Michael Vetter | 2022-06-29 | 1 | -116/+54 | |
| | | | ||||||
| * | | scripts: get rid of read variable | Michael Vetter | 2022-06-29 | 1 | -4/+2 | |
| | | | ||||||
| * | | build: otr cflags -> CFLAGS | Michael Vetter | 2022-06-29 | 1 | -1/+1 | |
| | | | ||||||
| * | | chatlog: remove unused variable | Michael Vetter | 2022-06-29 | 1 | -3/+0 | |
| | | | ||||||
| * | | database: unref date | Michael Vetter | 2022-06-29 | 1 | -1/+3 | |
|/ / | ||||||
* | | Merge pull request #1728 from profanity-im/cleanup-pgp-ox | Michael Vetter | 2022-06-29 | 10 | -573/+664 | |
|\ \ | | | | | | | Split pgp and ox into separate files | |||||
| * | | 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 | 10 | -573/+678 | |
|/ / | ||||||
* | | Merge pull request #1727 from profanity-im/log-chatlog-split | Michael Vetter | 2022-06-28 | 16 | -608/+740 | |
|\ \ | | | | | | | Split chatlog and log functions in separate files | |||||
| * | | chatlog: sort and rename some functions | Michael Vetter | 2022-06-28 | 1 | -36/+34 | |
| | | | ||||||
| * | | add chatlog unittest | Michael Vetter | 2022-06-28 | 4 | -66/+94 | |
| | | | ||||||
| * | | log: put static functions on top | Michael Vetter | 2022-06-28 | 1 | -55/+52 | |
| | | | ||||||
| * | | Include xmpp.h to cafile.c | Michael Vetter |