Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add vim modeline | Michael Vetter | 2019-11-13 | 1 | -0/+1 |
| | |||||
* | Null-set account struct | Michael Vetter | 2019-10-14 | 1 | -0/+1 |
| | | | | Surpresses the valgrind warning about uninit. values. | ||||
* | Add OMEMO policy | Paul Fariello | 2019-04-17 | 1 | -1/+14 |
| | | | | | | | | | | | | There is 3 policy: - manual: OMEMO session are only started manually - automatic: OMEMO session are only started if they have been started manually before - always: OMEMO session are always started unless they have been ended manually before Closes #1040 and fixes #1052 | ||||
* | Update copyright to include 2019 | Michael Vetter | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | Override account options with connect options | Dmitry Podgorny | 2018-11-07 | 1 | -0/+17 |
| | | | | | | | | | | | | With this feature user can configure TLS policy for an account and override it for a single login with /connect command. Example: /account set <jid> tls force /connect <jid> tls trust The example shows how to trust server's certificate only once. Fixes #1021. | ||||
* | Update copyright | James Booth | 2018-01-21 | 1 | -1/+1 |
| | |||||
* | Update Copyright | James Booth | 2017-01-28 | 1 | -1/+1 |
| | |||||
* | Allow clearing account resource | James Booth | 2016-11-22 | 1 | -1/+1 |
| | | | | issue #880 | ||||
* | Use server features for account muc service | James Booth | 2016-11-20 | 1 | -31/+26 |
| | | | | issue #878 | ||||
* | Move resource conversions | James Booth | 2016-07-24 | 1 | -0/+1 |
| | |||||
* | Tidy headers | James Booth | 2016-07-24 | 1 | -2/+2 |
| | |||||
* | Moved jid.c | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Update GPL link in headers | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Updated copyright | James Booth | 2016-02-14 | 1 | -1/+1 |
| | |||||
* | Added account theme property | James Booth | 2016-01-22 | 1 | -1/+8 |
| | |||||
* | Applied coding style to account.c | James Booth | 2015-10-25 | 1 | -8/+8 |
| | |||||
* | Force tls on all connections, add tls policy account property | James Booth | 2015-10-18 | 1 | -1/+9 |
| | |||||
* | Add ability to script commands after connect | James Booth | 2015-10-15 | 1 | -1/+8 |
| | |||||
* | Merge branch 'master' into pgp | James Booth | 2015-05-04 | 1 | -8/+8 |
|\ | |||||
| * | Use null check convention in account.c | James Booth | 2015-05-04 | 1 | -8/+8 |
| | | |||||
* | | Merge branch 'master' into pgp | James Booth | 2015-04-23 | 1 | -0/+40 |
|\| | | | | | | | | | Conflicts: src/config/account.h | ||||
| * | Tidied account login | James Booth | 2015-04-23 | 1 | -0/+40 |
| | | |||||
* | | Added pgpkeyid account setting, send signed presence | James Booth | 2015-03-23 | 1 | -1/+8 |
|/ | |||||
* | Updated copyright | James Booth | 2015-02-10 | 1 | -1/+1 |
| | |||||
* | Removed unused include, free eval_password | James Booth | 2015-01-13 | 1 | -0/+1 |
| | |||||
* | Add support for evaluated password | Peter Vilim | 2015-01-06 | 1 | -2/+8 |
| | |||||
* | Added license exemption for OpenSSL to source headers | James Booth | 2014-08-24 | 1 | -0/+12 |
| | |||||
* | Added backwards compatible g_list_free_full for glib < 2.28 | James Booth | 2014-05-21 | 1 | -0/+1 |
| | |||||
* | Implemented per contact OTR policy setting | James Booth | 2014-05-11 | 1 | -1/+10 |
| | |||||
* | Added OTR policy account preference | James Booth | 2014-05-11 | 1 | -3/+9 |
| | |||||
* | Fixed cppcheck warnings | James Booth | 2014-04-26 | 1 | -1/+0 |
| | |||||
* | Updated copyright | James Booth | 2014-03-09 | 1 | -1/+1 |
| | |||||
* | Refactored ProfAccount creation | James Booth | 2014-01-22 | 1 | -0/+144 |