about summary refs log tree commit diff stats
path: root/src/command/cmd_defs.c
Commit message (Collapse)AuthorAgeFilesLines
* Add 'save' command to save preferencesMichael Vetter2019-08-021-0/+13
| | | | | | | Most applications have an 'apply changes' button. This makes testing easier too. Implement https://github.com/profanity-im/profanity/issues/1164
* Fix double initialization of loop iteratorMichael Vetter2019-07-221-1/+0
|
* Add option to set all window related time formatsMichael Vetter2019-06-171-4/+7
| | | | | | | | | | | | | | | | | | | Implements feature requested at: https://github.com/profanity-im/profanity/issues/632 So instead of: /time console set <format> /time chat set <format> /time muc set <format> /time mucconfig set <format> /time private set <format> /time xml set <format> As a short cut the user can do: /time all set <format> Excluding statusbar and lastactivity settings since they are not for main windows, but used slightly differently.
* Add myself to copyrightMichael Vetter2019-06-171-0/+1
| | | | Like discussed with James.
* Use profanity channel as exampleMichael Vetter2019-06-171-3/+3
|
* Merge pull request #1084 from jubalh/occupants-charMichael Vetter2019-05-031-0/+3
|\ | | | | Add occupants char
| * Add occupants charMichael Vetter2019-05-021-0/+3
| | | | | | | | | | | | | | `/occupants char` now sets a character that is displayed before the nick in MUCs. Similar like `/roster char` is displaying a char for the roster. Regards #690
* | 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 header charMichael Vetter2019-04-231-2/+5
| | | | | | | | `/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 commandMichael Vetter2019-04-181-2/+4
| | | | | | | | 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-171-0/+5
| | | | | | | | | | | | 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
* OMEMO should be written uppercasePaul Fariello2019-04-101-10/+10
|
* Add /omemo char commandPaul Fariello2019-04-101-1/+5
|
* Add OMEMO in prefs commandPaul Fariello2019-04-101-2/+3
|
* Add clear_device_list commandPaul Fariello2019-04-101-4/+7
|
* Use /omemo fingerprint to show contact fingerprintsPaul Fariello2019-04-101-2/+2
| | | | Don't print fingerprints when they are received
* Add OMEMO log commandPaul Fariello2019-04-101-0/+4
|
* Add OMEMO end commandPaul Fariello2019-04-101-0/+3
|
* Add OMEMO untrust commandPaul Fariello2019-04-101-1/+3
|
* Add trust commandPaul Fariello2019-04-101-2/+5
|
* Add OMEMO fingerprint commandPaul Fariello2019-04-101-3/+6
|
* Add OMEMO commands autocompletionPaul Fariello2019-04-101-1/+1
|
* Add signal store backend and OMEMO start commandPaul Fariello2019-04-101-1/+2
|
* Move OMEMO initialization to profanity intializationPaul Fariello2019-04-101-4/+7
| | | | Also store identity keys into account
* Link against libsignal-protocol-cPaul Fariello2019-04-081-1/+19
|
* Fix autoaway typoMichael Vetter2019-02-191-1/+1
|
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
|
* Nicks containig spaces need to be quotedRaf Czlonka2018-11-221-1/+1
| | | | For example "FirstName LastName", need to be quoted.
* Add option to trust server's certificateDmitry Podgorny2018-11-061-2/+4
| | | | | | | | | | | 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-0050Michael Vetter2018-09-271-4/+24
|\ | | | | Add support for xep 0050 ad-hoc commands, without multi-step
| * Fix description for config commandsPaul Fariello2018-09-051-2/+2
| |
| * Allow to use cmd without being in a windowPaul Fariello2018-09-051-2/+2
| |
| * Fix cmd command synopsisPaul Fariello2018-09-051-2/+2
| |
| * Rename mucconf wins into conf winsPaul Fariello2018-09-051-4/+4
| | | | | | | | Configuration windows are now being used by both muc and cmd.
| * Add command subcommands: list and execPaul Fariello2018-09-051-8/+13
| | | | | | | | Also handle list result
| * Add command commandPaul Fariello2018-09-051-0/+15
| | | | | | | | Initial commit to test commands API
* | implemented plugin updatesPhilip Flohr2018-09-061-0/+4
| |
* | added the possibility to uninstall a pluginPhilip Flohr2018-09-061-0/+4
| |
* | Fix command 'group' descriptionMichael Vetter2018-09-051-1/+1
|/
* Add max tab length to statusbarJames Booth2018-03-111-1/+4
|
* WIP add self prefs for statusbarJames Booth2018-03-101-8/+11
|
* Preference to show/hide tab numberJames Booth2018-03-091-2/+3
|
* Remove empty tabsJames Booth2018-03-091-12/+5
|
* Add preferences for tab displayJames Booth2018-03-091-0/+5
|
* Add max tabs preference for statusbarJames Booth2018-03-081-3/+3
|
* Add prefs for empty tabs and tab namesJames Booth2018-03-081-5/+14
|
* Update help for /roomsJames Booth2018-02-051-1/+1
|