Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xep-0308: Implement `/correct` to correct the last send message | Michael Vetter | 2020-02-10 | 1 | -0/+1 |
| | | | | | | | | So far the correction is sent. But the UI in Profanity itself is not updated. Also autocompletion for `/correct` with the last sent message is missing. | ||||
* | xep-0308: set correction char in config | Michael Vetter | 2020-02-10 | 1 | -0/+1 |
| | |||||
* | XEP-0092: Add configuration option to choose whether to send OS name | Michael Vetter | 2020-01-24 | 1 | -0/+1 |
| | | | | | `/os on|off` now let's one choose whether to include the OS name once `/software` (XEP-0092) is ran on us. | ||||
* | Add option to display MUC name or JID in titlebar | Michael Vetter | 2020-01-23 | 1 | -0/+1 |
| | | | | Add `/titlebar use [name|jid]`. | ||||
* | xep-0084: Look for specific user and print ID | Michael Vetter | 2019-12-18 | 1 | -1/+1 |
| | | | | Add a `/avatar` command. | ||||
* | Add initial support for XEP-0392 | Michael Vetter | 2019-12-09 | 1 | -0/+2 |
| | | | | | | | | | | | | | | The last 3 commits added basic support. Thanks @aaptel! This commit adds basic settings interface to use it. See `/color on|off`. We still have to enable settings for color blindness. And maybe another setting to decide whether to color the occupantslist/roster with the same algo. Regards https://github.com/profanity-im/profanity/issues/1191 | ||||
* | Add vim modeline | Michael Vetter | 2019-11-13 | 1 | -0/+1 |
| | |||||
* | Merge /chlog and /grlog commands into /logging | Michael Vetter | 2019-11-12 | 1 | -2/+1 |
| | | | | | | | Instead of `/chlog on` we now have `/logging chat on`. Instead of `/grlog on` we now have `/logging group on`. Fix https://github.com/profanity-im/profanity/issues/1224 | ||||
* | Merge state commands (online, away) into status | Michael Vetter | 2019-11-06 | 1 | -6/+2 |
| | | | | | | | | | | | | Before we had `/online`, `/away`, `/dnd`, `/chat`, `/xa`. These commands are no longer available. We have `/status set online` etc now. Before `/status` was used to get the status of a contact. This now moved to `/status get`. Regards https://github.com/profanity-im/profanity/issues/1116 | ||||
* | Merge /invite, /invites and /decline commands | Michael Vetter | 2019-11-05 | 1 | -2/+0 |
| | | | | | | | | | | `/invite <contact>` became `/invite send <contact>. `/invites` became `/invite list`. `/decline` became `/invite decline`. Accept is still done via `/join`. Regards https://github.com/profanity-im/profanity/issues/1116 | ||||
* | Move /encwarn command into /titlebar | Michael Vetter | 2019-11-05 | 1 | -2/+1 |
| | | | | | | Instead of `/encwarn on|off` we now have `/titlebar show|hide encwarn`. Regards https://github.com/profanity-im/profanity/issues/1116 | ||||
* | Move `tls show` to titlebar command | Michael Vetter | 2019-11-05 | 1 | -1/+1 |
| | | | | | | | | | | | Previously we had `/tls show on|off` to manipulate the UI setting for the title bar. To decide whether to show TLS info there or not. This should go into `/titlebar`. Now we have `/titlebar show|hide tls` for this. Regards https://github.com/profanity-im/profanity/issues/1116 | ||||
* | Add clipboard feature | Michael Vetter | 2019-10-29 | 1 | -0/+2 |
| | | | | | Use GTK to take the text from the clipboard. Add `/paste` command which pastes this text now to console window. | ||||
* | Introduce /reload command | Michael Vetter | 2019-10-04 | 1 | -0/+1 |
| | | | | | | This command reloads the configuration file. Fix https://github.com/profanity-im/profanity/issues/627 | ||||
* | Add 'save' command to save preferences | Michael Vetter | 2019-08-02 | 1 | -0/+2 |
| | | | | | | | Most applications have an 'apply changes' button. This makes testing easier too. Implement https://github.com/profanity-im/profanity/issues/1164 | ||||
* | Add OMEMO policy | Paul Fariello | 2019-04-17 | 1 | -0/+1 |
| | | | | | | | | | | | | 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 | ||||
* | Add /omemo char command | Paul Fariello | 2019-04-10 | 1 | -0/+1 |
| | |||||
* | Add clear_device_list command | Paul Fariello | 2019-04-10 | 1 | -0/+1 |
| | |||||
* | Add OMEMO log command | Paul Fariello | 2019-04-10 | 1 | -0/+1 |
| | |||||
* | Add OMEMO end command | Paul Fariello | 2019-04-10 | 1 | -0/+1 |
| | |||||
* | Add OMEMO untrust command | Paul Fariello | 2019-04-10 | 1 | -0/+1 |
| | |||||
* | Add trust command | Paul Fariello | 2019-04-10 | 1 | -0/+1 |
| | |||||
* | Add OMEMO fingerprint command | Paul Fariello | 2019-04-10 | 1 | -0/+1 |
| | |||||
* | Add signal store backend and OMEMO start command | Paul Fariello | 2019-04-10 | 1 | -0/+1 |
| | |||||
* | Move OMEMO initialization to profanity intialization | Paul Fariello | 2019-04-10 | 1 | -1/+1 |
| | | | | Also store identity keys into account | ||||
* | Link against libsignal-protocol-c | Paul Fariello | 2019-04-08 | 1 | -0/+2 |
| | |||||
* | Update copyright to include 2019 | Michael Vetter | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | Merge pull request #991 from paulfariello/feature/xep-0050 | Michael Vetter | 2018-09-27 | 1 | -0/+2 |
|\ | | | | | Add support for xep 0050 ad-hoc commands, without multi-step | ||||
| * | Add command subcommands: list and exec | Paul Fariello | 2018-09-05 | 1 | -1/+2 |
| | | | | | | | | Also handle list result | ||||
| * | Add command command | Paul Fariello | 2018-09-05 | 1 | -0/+1 |
| | | | | | | | | Initial commit to test commands API | ||||
* | | implemented plugin updates | Philip Flohr | 2018-09-06 | 1 | -0/+1 |
| | | |||||
* | | added the possibility to uninstall a plugin | Philip Flohr | 2018-09-06 | 1 | -0/+1 |
|/ | |||||
* | Remove empty tabs | James Booth | 2018-03-09 | 1 | -2/+0 |
| | |||||
* | Update copyright | James Booth | 2018-01-21 | 1 | -1/+1 |
| | |||||
* | Add plugins sourcepath property | James Booth | 2017-02-05 | 1 | -0/+1 |
| | |||||
* | Allow unloading all plugins | James Booth | 2017-02-05 | 1 | -0/+7 |
| | |||||
* | Update Copyright | James Booth | 2017-01-28 | 1 | -1/+1 |
| | |||||
* | Allow vertical positioning of all windows | James Booth | 2016-09-23 | 1 | -0/+3 |
| | |||||
* | Rename /titlebar -> /wintitle | James Booth | 2016-09-22 | 1 | -1/+1 |
| | |||||
* | Add /inputwin top|bottom command | James Booth | 2016-09-19 | 1 | -0/+1 |
| | | | | closes #853 | ||||
* | Make header defines consistent | James Booth | 2016-07-24 | 1 | -2/+2 |
| | |||||
* | Update GPL link in headers | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Free plugins commands on quit | James Booth | 2016-07-04 | 1 | -5/+5 |
| | |||||
* | Revert "WIP - Unload plugin commands" | James Booth | 2016-06-30 | 1 | -6/+5 |
| | | | | This reverts commit a01eb5d08e1b39d60a6f8fc26e5a87ceb92ec18f. | ||||
* | WIP - Unload plugin commands | James Booth | 2016-06-29 | 1 | -5/+6 |
| | |||||
* | Move /statuses options to /presence command | James Booth | 2016-05-31 | 1 | -1/+0 |
| | |||||
* | Remove unneeded functions from cmd headers | James Booth | 2016-05-23 | 1 | -1/+0 |
| | |||||
* | Move functions from cmd_defs to cmd_funcs | James Booth | 2016-05-23 | 1 | -46/+45 |
| | |||||
* | Fix command headers | James Booth | 2016-05-23 | 1 | -3/+3 |
| | |||||
* | Rename command sources | James Booth | 2016-05-22 | 1 | -0/+206 |