Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add clipboard feature | Michael Vetter | 2019-10-29 | 1 | -0/+13 |
| | | | | | Use GTK to take the text from the clipboard. Add `/paste` command which pastes this text now to console window. | ||||
* | Remove /leave command | Michael Vetter | 2019-10-22 | 1 | -14/+0 |
| | | | | | | We have `/close` which does the same and more. Regards https://github.com/profanity-im/profanity/issues/1116 | ||||
* | Add account clear example to help | Michael Vetter | 2019-10-06 | 1 | -1/+3 |
| | | | | Give example on how to clear pgpkeyig. | ||||
* | Add /clear autocompletion and improve help | Michael Vetter | 2019-10-05 | 1 | -5/+11 |
| | | | | | | | | | | | Regards https://github.com/profanity-im/profanity/issues/855 https://github.com/profanity-im/profanity/pull/874 brought us the `/clear` command. The author of that patch couldn't follow up with the review boothj5 did. So the autocompletion and updated help was missing. This commit adds it. | ||||
* | Introduce /reload command | Michael Vetter | 2019-10-04 | 1 | -0/+13 |
| | | | | | | This command reloads the configuration file. Fix https://github.com/profanity-im/profanity/issues/627 | ||||
* | Mention XEP-0191 in blocked command | Michael Vetter | 2019-09-30 | 1 | -1/+1 |
| | |||||
* | Document how to block users in MUCs | Michael Vetter | 2019-09-30 | 1 | -2/+4 |
| | | | | Regards https://github.com/profanity-im/profanity/issues/618 | ||||
* | Add 'save' command to save preferences | Michael Vetter | 2019-08-02 | 1 | -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 iterator | Michael Vetter | 2019-07-22 | 1 | -1/+0 |
| | |||||
* | Add option to set all window related time formats | Michael Vetter | 2019-06-17 | 1 | -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 copyright | Michael Vetter | 2019-06-17 | 1 | -0/+1 |
| | | | | Like discussed with James. | ||||
* | Use profanity channel as example | Michael Vetter | 2019-06-17 | 1 | -3/+3 |
| | |||||
* | Merge pull request #1084 from jubalh/occupants-char | Michael Vetter | 2019-05-03 | 1 | -0/+3 |
|\ | | | | | Add occupants char | ||||
| * | Add occupants char | Michael Vetter | 2019-05-02 | 1 | -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 example | Michael Vetter | 2019-05-03 | 1 | -1/+1 |
|/ | | | | Regards https://github.com/profanity-im/profanity/issues/1085 | ||||
* | Add occupants wrap to help | Michael Vetter | 2019-04-24 | 1 | -2/+4 |
| | |||||
* | Fix occupants header char message | Michael Vetter | 2019-04-24 | 1 | -2/+2 |
| | |||||
* | Add occupants header char | Michael Vetter | 2019-04-23 | 1 | -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 command | Michael Vetter | 2019-04-18 | 1 | -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 roster | Michael Vetter | 2019-04-18 | 1 | -1/+1 |
| | |||||
* | Add OMEMO policy | Paul Fariello | 2019-04-17 | 1 | -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 uppercase | Paul Fariello | 2019-04-10 | 1 | -10/+10 |
| | |||||
* | Add /omemo char command | Paul Fariello | 2019-04-10 | 1 | -1/+5 |
| | |||||
* | Add OMEMO in prefs command | Paul Fariello | 2019-04-10 | 1 | -2/+3 |
| | |||||
* | Add clear_device_list command | Paul Fariello | 2019-04-10 | 1 | -4/+7 |
| | |||||
* | Use /omemo fingerprint to show contact fingerprints | Paul Fariello | 2019-04-10 | 1 | -2/+2 |
| | | | | Don't print fingerprints when they are received | ||||
* | Add OMEMO log command | Paul Fariello | 2019-04-10 | 1 | -0/+4 |
| | |||||
* | Add OMEMO end command | Paul Fariello | 2019-04-10 | 1 | -0/+3 |
| | |||||
* | Add OMEMO untrust command | Paul Fariello | 2019-04-10 | 1 | -1/+3 |
| | |||||
* | Add trust command | Paul Fariello | 2019-04-10 | 1 | -2/+5 |
| | |||||
* | Add OMEMO fingerprint command | Paul Fariello | 2019-04-10 | 1 | -3/+6 |
| | |||||
* | Add OMEMO commands autocompletion | Paul Fariello | 2019-04-10 | 1 | -1/+1 |
| | |||||
* | Add signal store backend and OMEMO start command | Paul Fariello | 2019-04-10 | 1 | -1/+2 |
| | |||||
* | Move OMEMO initialization to profanity intialization | Paul Fariello | 2019-04-10 | 1 | -4/+7 |
| | | | | Also store identity keys into account | ||||
* | Link against libsignal-protocol-c | Paul Fariello | 2019-04-08 | 1 | -1/+19 |
| | |||||
* | Fix autoaway typo | Michael Vetter | 2019-02-19 | 1 | -1/+1 |
| | |||||
* | Update copyright to include 2019 | Michael Vetter | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | Nicks containig spaces need to be quoted | Raf Czlonka | 2018-11-22 | 1 | -1/+1 |
| | | | | For example "FirstName LastName", need to be quoted. | ||||
* | Add option to trust server's certificate | Dmitry Podgorny | 2018-11-06 | 1 | -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-0050 | Michael Vetter | 2018-09-27 | 1 | -4/+24 |
|\ | | | | | Add support for xep 0050 ad-hoc commands, without multi-step | ||||
| * | Fix description for config commands | Paul Fariello | 2018-09-05 | 1 | -2/+2 |
| | | |||||
| * | Allow to use cmd without being in a window | Paul Fariello | 2018-09-05 | 1 | -2/+2 |
| | | |||||
| * | Fix cmd command synopsis | Paul Fariello | 2018-09-05 | 1 | -2/+2 |
| | | |||||
| * | Rename mucconf wins into conf wins | Paul Fariello | 2018-09-05 | 1 | -4/+4 |
| | | | | | | | | Configuration windows are now being used by both muc and cmd. | ||||
| * | Add command subcommands: list and exec | Paul Fariello | 2018-09-05 | 1 | -8/+13 |
| | | | | | | | | Also handle list result | ||||
| * | Add command command | Paul Fariello | 2018-09-05 | 1 | -0/+15 |
| | | | | | | | | Initial commit to test commands API | ||||
* | | implemented plugin updates | Philip Flohr | 2018-09-06 | 1 | -0/+4 |
| | | |||||
* | | added the possibility to uninstall a plugin | Philip Flohr | 2018-09-06 | 1 | -0/+4 |
| | | |||||
* | | Fix command 'group' description | Michael Vetter | 2018-09-05 | 1 | -1/+1 |
|/ | |||||
* | Add max tab length to statusbar | James Booth | 2018-03-11 | 1 | -1/+4 |
| |