Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't forget encryption status for OX and PGP. | MarcoPolo-PasTonMolo | 2022-06-17 | 1 | -2/+9 |
| | | | | | | | | Use a pgp.enabled and ox.enabled array the same way that omemo.enabled is used. Fixes https://github.com/profanity-im/profanity/issues/1694 Fixes https://github.com/profanity-im/profanity/issues/733 | ||||
* | Add config.h in files were it was missing | Michael Vetter | 2021-03-26 | 1 | -0/+2 |
| | | | | Related to https://github.com/profanity-im/profanity/issues/1512 | ||||
* | Use popen for eval_password (reintroduce old behavior) | William Wennerström | 2020-12-15 | 1 | -20/+35 |
| | | | | | Old commit that implemented the old behavior: bc9e6b79cdc246f7e97f6ddff7ea81474a698b05 | ||||
* | Refactor call_external | William Wennerström | 2020-12-11 | 1 | -11/+19 |
| | |||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -22/+26 |
| | |||||
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 1 | -28/+24 |
| | | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems. | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -24/+28 |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1396 | ||||
* | Log errors from eval_password | William Wennerström | 2020-07-06 | 1 | -1/+2 |
| | | | | | All errors were discarded to /dev/null if the error_ptr was set to NULL. | ||||
* | Fix NULL terminated list | Michael Vetter | 2020-06-23 | 1 | -1/+1 |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1367 | ||||
* | Use shell to start eval_password command | Michael Vetter | 2020-06-19 | 1 | -5/+1 |
| | | | | | | | | | | | | | | Since https://github.com/profanity-im/profanity/commit/d92c576aa53505d712715b1acc6344af3262c84f we rely on g_spawn_sync(). Which doesn't do variable/glob expansion. For our use of call_external() in opening and URL or avatar this is fine. For getting the password we want to be able to use ~ for our files. Let's use a shell here. Fix https://github.com/profanity-im/profanity/issues/1364 | ||||
* | Add option for legacy authentication | Dmitry Podgorny | 2020-06-05 | 1 | -1/+14 |
| | | | | | | | | New options: /connect <account> [auth default|legacy] /account <account> set auth default|legacy Fixes #1236. | ||||
* | Use external_call to get password via eval_password command | Pierre Mazière | 2020-06-03 | 1 | -26/+24 |
| | | | | Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com> | ||||
* | 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 |