Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support contact name in /omemo fingerprint command | Paul Fariello | 2019-04-10 | 1 | -4/+9 |
| | |||||
* | OMEMO should be written uppercase | Paul Fariello | 2019-04-10 | 1 | -10/+10 |
| | |||||
* | Add /omemo char command | Paul Fariello | 2019-04-10 | 3 | -1/+25 |
| | |||||
* | Automatically starts OMEMO if one identity is trusted | Paul Fariello | 2019-04-10 | 1 | -0/+50 |
| | |||||
* | Add OMEMO in prefs command | Paul Fariello | 2019-04-10 | 3 | -2/+8 |
| | |||||
* | Add clear_device_list command | Paul Fariello | 2019-04-10 | 4 | -4/+28 |
| | |||||
* | Show all device fingerprint for current account | Paul Fariello | 2019-04-10 | 1 | -1/+1 |
| | |||||
* | Print fingerprint after trust and untrust command | Paul Fariello | 2019-04-10 | 1 | -0/+34 |
| | |||||
* | Add fingerprint autocompletion | Paul Fariello | 2019-04-10 | 1 | -0/+26 |
| | |||||
* | Use /omemo fingerprint to show contact fingerprints | Paul Fariello | 2019-04-10 | 3 | -5/+50 |
| | | | | Don't print fingerprints when they are received | ||||
* | Add OMEMO log command | Paul Fariello | 2019-04-10 | 4 | -0/+49 |
| | |||||
* | Add OMEMO end command | Paul Fariello | 2019-04-10 | 4 | -0/+46 |
| | |||||
* | Revert "Ensure room isn't anonymous" | Paul Fariello | 2019-04-10 | 1 | -4/+0 |
| | | | | This reverts commit 733e1a24c7e08dde6aa2c15ec4528220aa360845. | ||||
* | Ensure room isn't anonymous | Paul Fariello | 2019-04-10 | 1 | -0/+4 |
| | |||||
* | Cosmetics rename variable barejid into roomjid | Paul Fariello | 2019-04-10 | 1 | -1/+1 |
| | |||||
* | Allow to start OMEMO in MUC | Paul Fariello | 2019-04-10 | 1 | -0/+8 |
| | |||||
* | Handle window type MUC in OMEMO start command | Paul Fariello | 2019-04-10 | 1 | -18/+20 |
| | |||||
* | Avoid opening win if crypto materials are missing | Paul Fariello | 2019-04-10 | 1 | -10/+5 |
| | |||||
* | Add UI feedback for OMEMO gen command | Paul Fariello | 2019-04-10 | 1 | -0/+1 |
| | |||||
* | Add OMEMO untrust command | Paul Fariello | 2019-04-10 | 4 | -1/+57 |
| | |||||
* | Allow to trust own device id | Paul Fariello | 2019-04-10 | 1 | -1/+2 |
| | |||||
* | Add trust command | Paul Fariello | 2019-04-10 | 4 | -7/+60 |
| | |||||
* | Add OMEMO fingerprint command | Paul Fariello | 2019-04-10 | 4 | -3/+36 |
| | |||||
* | Add OMEMO commands autocompletion | Paul Fariello | 2019-04-10 | 2 | -1/+32 |
| | |||||
* | Enable start of OMEMO in existing chat win | Paul Fariello | 2019-04-10 | 1 | -0/+30 |
| | |||||
* | Get rid of libsodium | Paul Fariello | 2019-04-10 | 1 | -1/+1 |
| | |||||
* | Add OMEMO message encryption and decryption | Paul Fariello | 2019-04-10 | 1 | -0/+1 |
| | |||||
* | Add signal store backend and OMEMO start command | Paul Fariello | 2019-04-10 | 3 | -1/+56 |
| | |||||
* | Ensure not to generate omemo crypto twice | Paul Fariello | 2019-04-10 | 1 | -1/+6 |
| | |||||
* | Ensure OMEMO isn't started before starting OTR | Paul Fariello | 2019-04-10 | 1 | -0/+5 |
| | |||||
* | Move OMEMO initialization to profanity intialization | Paul Fariello | 2019-04-10 | 3 | -12/+14 |
| | | | | Also store identity keys into account | ||||
* | Link against libsignal-protocol-c | Paul Fariello | 2019-04-08 | 3 | -1/+44 |
| | |||||
* | Avoid use after free on default account | Paul Fariello | 2019-04-08 | 1 | -1/+2 |
| | | | | Fix 1046 | ||||
* | Fix broken support for case-sensitive account names | Philip Flohr | 2019-02-22 | 1 | -5/+3 |
| | | | | | | | | | | | Don't lower account name before calling accounts_get_account(). Only lower if there is no account with the given name and the name is interpreted as a jid. Updated unittests to test this behaviour. Fixes #725 . | ||||
* | Fix autoaway typo | Michael Vetter | 2019-02-19 | 1 | -1/+1 |
| | |||||
* | Update copyright to include 2019 | Michael Vetter | 2019-01-22 | 6 | -6/+6 |
| | |||||
* | Nicks containig spaces need to be quoted | Raf Czlonka | 2018-11-22 | 1 | -1/+1 |
| | | | | For example "FirstName LastName", need to be quoted. | ||||
* | Override account options with connect options | Dmitry Podgorny | 2018-11-07 | 1 | -0/+8 |
| | | | | | | | | | | | | 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. | ||||
* | Add option to trust server's certificate | Dmitry Podgorny | 2018-11-06 | 3 | -2/+7 |
| | | | | | | | | | | | New tls policy "trust" added to /connect and /account. With the policy TLS connection is established even with invalid certificate. Note, that trust policy forces TLS connection and it fails when server doesn't support TLS. Examples: /connect <jid> tls trust /account <name> set tls trust | ||||
* | Merge pull request #991 from paulfariello/feature/xep-0050 | Michael Vetter | 2018-09-27 | 4 | -57/+192 |
|\ | | | | | Add support for xep 0050 ad-hoc commands, without multi-step | ||||
| * | Add support for ad-hoc response with forms | Paul Fariello | 2018-09-10 | 1 | -2/+2 |
| | | |||||
| * | Add default jid for cmd commands on WIN_CONSOLE | Paul Fariello | 2018-09-05 | 1 | -0/+11 |
| | | |||||
| * | Fix description for config commands | Paul Fariello | 2018-09-05 | 1 | -2/+2 |
| | | |||||
| * | Ensure cmd commands are run on the right type of window | Paul Fariello | 2018-09-05 | 1 | -4/+53 |
| | | |||||
| * | Fix bad english sentence | Paul Fariello | 2018-09-05 | 1 | -1/+1 |
| | | |||||
| * | Allow to use cmd without being in a window | Paul Fariello | 2018-09-05 | 2 | -7/+14 |
| | | |||||
| * | Fix cmd command synopsis | Paul Fariello | 2018-09-05 | 1 | -2/+2 |
| | | |||||
| * | Add conf win callback | Paul Fariello | 2018-09-05 | 1 | -2/+2 |
| | | |||||
| * | Rename mucconf wins into conf wins | Paul Fariello | 2018-09-05 | 3 | -52/+52 |
| | | | | | | | | Configuration windows are now being used by both muc and cmd. | ||||
| * | Handle simple execution | Paul Fariello | 2018-09-05 | 1 | -2/+2 |
| | | | | | | | | Tested with ping from biboumi |