Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | a tad more `const`-correctness | Steffen Jaeckel | 2022-03-22 | 1 | -1/+1 |
* | also store PEM in `TLSCertificate` | Steffen Jaeckel | 2022-03-22 | 1 | -3/+8 |
* | simplify code | Steffen Jaeckel | 2022-03-21 | 1 | -33/+1 |
* | Add config.h in files were it was missing | Michael Vetter | 2021-03-26 | 1 | -0/+2 |
* | Declare counter var inside loop | Michael Vetter | 2020-11-09 | 1 | -7/+4 |
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -38/+38 |
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 1 | -39/+39 |
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -39/+39 |
* | Add context to autocomplete_with_func and use it for omemo trust command | Paul Fariello | 2020-01-31 | 1 | -1/+1 |
* | Add vim modeline | Michael Vetter | 2019-11-13 | 1 | -0/+1 |
* | Update copyright to include 2019 | Michael Vetter | 2019-01-22 | 1 | -1/+1 |
* | Update copyright | James Booth | 2018-01-21 | 1 | -1/+1 |
* | Allow previous autocompletion with shift tab | James Booth | 2017-04-01 | 1 | -2/+2 |
* | Update Copyright | James Booth | 2017-01-28 | 1 | -1/+1 |
* | Move all filepath handling to files.c | James Booth | 2016-07-24 | 1 | -16/+2 |
* | 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 |
* | Update GPL link in headers | James Booth | 2016-07-24 | 1 | -1/+1 |
* | Free TLSCertificate memory | James Booth | 2016-03-08 | 1 | -0/+2 |
* | Updated copyright | James Booth | 2016-02-14 | 1 | -1/+1 |
* | Show summary of trusted certificates, add /tls cert <fingerprint> | James Booth | 2015-11-22 | 1 | -0/+39 |
* | Added extra fields to TLSCertificate | James Booth | 2015-11-10 | 1 | -18/+141 |
* | Show current TLS certificate | James Booth | 2015-11-10 | 1 | -29/+35 |
* | Store current TLS certificate fingerpint in memory for reconnect | James Booth | 2015-11-09 | 1 | -0/+32 |
* | Applied coding style to src/config/ | James Booth | 2015-10-25 | 1 | -7/+7 |
* | Added /tls revoke | James Booth | 2015-09-24 | 1 | -0/+41 |
* | Added /tls trusted command | James Booth | 2015-09-24 | 1 | -0/+28 |
* | Save trusted certificates to tlscerts file with more information | James Booth | 2015-09-24 | 1 | -0/+181 |