about summary refs log tree commit diff stats
path: root/src/command
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Update profanity URL in /tiny exampleMichael Vetter2019-05-031-1/+1
|/ / | | | | | | Regards https://github.com/profanity-im/profanity/issues/1085
* | Add occupants wrap to helpMichael Vetter2019-04-241-2/+4
| |
* | Fix occupants header char messageMichael Vetter2019-04-241-2/+2
| |
* | Add occupants wrap optionMichael Vetter2019-04-242-0/+17
| | | | | | | | | | | | | | Wrapping for the occupants panel like already exists for the roster panel. See `/occupants wrap on`. Regards https://github.com/boothj5/profanity/issues/690
* | Put occupants update into own functionMichael Vetter2019-04-231-34/+3
| |
* | Add occupants header charMichael Vetter2019-04-233-2/+70
| | | | | | | | | | | | | | | | `/occupants header char` now sets a character that is displayed before the role (moderator, visitor..) in a room. Similar to `/roster header char` is displaying a char for the roster. Regards https://github.com/boothj5/profanity/issues/690
* | Add occupants indent autocompletionMichael Vetter2019-04-201-0/+1
| |
* | Allow setting occupants indent outside of MUCMichael Vetter2019-04-201-32/+31
| | | | | | | | And when not connected.
* | Add /occupants indent commandMichael Vetter2019-04-182-2/+36
| | | | | | | | | | | | | | | | Roster has a `/roster contact indent` option. Now we have the same for occupants. So contacts in roster and in MUC can have configurable indentation. Regards https://github.com/boothj5/profanity/issues/690
* | Fix typo in /help rosterMichael Vetter2019-04-181-1/+1
| |
* | Add OMEMO policyPaul Fariello2019-04-174-3/+56
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | Merge pull request #1066 from ↵Michael Vetter2019-04-171-6/+6
|\ \ | | | | | | | | | | | | paulfariello/hotfix/OMEMO-ensure-muc-is-nonanonymous Ensure MUC is Non-Anonymous before starting OMEMO
| * | Ensure MUC is Non-Anonymous before starting OMEMOPaul Fariello2019-04-171-6/+6
| | | | | | | | | | | | | | | | | | Store MUC anonymous type in mucwin for that purpose. Fixes #1065
* | | Alert about long OMEMO cryptographic generationPaul Fariello2019-04-171-0/+1
|/ / | | | | | | Fixes #1055
* | Support contact name in /omemo fingerprint commandPaul Fariello2019-04-101-4/+9
| |
* | OMEMO should be written uppercasePaul Fariello2019-04-101-10/+10
| |
* | Add /omemo char commandPaul Fariello2019-04-103-1/+25
| |
* | Automatically starts OMEMO if one identity is trustedPaul Fariello2019-04-101-0/+50
| |
* | Add OMEMO in prefs commandPaul Fariello2019-04-103-2/+8
| |
* | Add clear_device_list commandPaul Fariello2019-04-104-4/+28
| |
* | Show all device fingerprint for current accountPaul Fariello2019-04-101-1/+1
| |
* | Print fingerprint after trust and untrust commandPaul Fariello2019-04-101-0/+34
| |
* | Add fingerprint autocompletionPaul Fariello2019-04-101-0/+26
| |
* | Use /omemo fingerprint to show contact fingerprintsPaul Fariello2019-04-103-5/+50
| | | | | | | | Don't print fingerprints when they are received
* | Add OMEMO log commandPaul Fariello2019-04-104-0/+49
| |
* | Add OMEMO end commandPaul Fariello2019-04-104-0/+46
| |
* | Revert "Ensure room isn't anonymous"Paul Fariello2019-04-101-4/+0
| | | | | | | | This reverts commit 733e1a24c7e08dde6aa2c15ec4528220aa360845.
* | Ensure room isn't anonymousPaul Fariello2019-04-101-0/+4
| |
* | Cosmetics rename variable barejid into roomjidPaul Fariello2019-04-101-1/+1
| |
* | Allow to start OMEMO in MUCPaul Fariello2019-04-101-0/+8
| |
* | Handle window type MUC in OMEMO start commandPaul Fariello2019-04-101-18/+20
| |
* | Avoid opening win if crypto materials are missingPaul Fariello2019-04-101-10/+5
| |
* | Add UI feedback for OMEMO gen commandPaul Fariello2019-04-101-0/+1
| |
* | Add OMEMO untrust commandPaul Fariello2019-04-104-1/+57
| |
* | Allow to trust own device idPaul Fariello2019-04-101-1/+2
| |
* | Add trust commandPaul Fariello2019-04-104-7/+60
| |
* | Add OMEMO fingerprint commandPaul Fariello2019-04-104-3/+36
| |
* | Add OMEMO commands autocompletionPaul Fariello2019-04-102-1/+32
| |
* | Enable start of OMEMO in existing chat winPaul Fariello2019-04-101-0/+30
| |
* | Get rid of libsodiumPaul Fariello2019-04-101-1/+1
| |
* | Add OMEMO message encryption and decryptionPaul Fariello2019-04-101-0/+1
| |
* | Add signal store backend and OMEMO start commandPaul Fariello2019-04-103-1/+56
| |
* | Ensure not to generate omemo crypto twicePaul Fariello2019-04-101-1/+6
| |
* | Ensure OMEMO isn't started before starting OTRPaul Fariello2019-04-101-0/+5
| |
* | Move OMEMO initialization to profanity intializationPaul Fariello2019-04-103-12/+14
| | | | | | | | Also store identity keys into account
* | Link against libsignal-protocol-cPaul Fariello2019-04-083-1/+44
| |
* | Avoid use after free on default accountPaul Fariello2019-04-081-1/+2
|/ | | | Fix 1046
* Fix broken support for case-sensitive account namesPhilip Flohr2019-02-221-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 typoMichael Vetter2019-02-191-1/+1
|
* Update copyright to include 2019Michael Vetter2019-01-226-6/+6
|