Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add quote autocompletion for previous messages | MarcoPolo-PasTonMolo | 2022-03-21 | 1 | -0/+2 |
| | | | | | | | | | | Fixes https://github.com/profanity-im/profanity/issues/1649 Type `>` then press tab or shift tab to autocomplete previous messages, then type your reply and send message. Newlines are replaced with newline followed by `> `. A newline is added at the end so that the user can immediately type a message without manually adding a new line. | ||||
* | Attention flag - Implemented Alt+m | DebXWoody | 2021-05-29 | 1 | -0/+1 |
| | |||||
* | Attention flagĀ for groupchats | DebXWoody | 2021-05-29 | 1 | -0/+1 |
| | | | | Attention flag for groupchat and display the windows via "/wins attention" | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -25/+25 |
| | |||||
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 1 | -25/+25 |
| | | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems. | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -25/+25 |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1396 | ||||
* | Build URL ac upon printing of message in window | Michael Vetter | 2020-05-20 | 1 | -0/+3 |
| | |||||
* | Remove unused func wins_close_current() | Michael Vetter | 2020-04-20 | 1 | -1/+0 |
| | |||||
* | Add context to autocomplete_with_func and use it for omemo trust command | Paul Fariello | 2020-01-31 | 1 | -2/+2 |
| | | | | Fix #1068 | ||||
* | Add vim modeline | Michael Vetter | 2019-11-13 | 1 | -0/+1 |
| | |||||
* | Bind key to switch to next active window | Michael Vetter | 2019-09-30 | 1 | -0/+1 |
| | | | | | | alt-a brings one to the next window with unread messages. Regards https://github.com/profanity-im/profanity/issues/1114 | ||||
* | Only print room history for new messages upon reconnect | Michael Vetter | 2019-06-05 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | If re-establish a connection don't print the room history again. In case there there happened nothing at all since we got the room history on the last connection. And in case there were no new messages during the time we have been disconnected. Instead of printing the room history again we now print 'Re-established Connection'. This adds a bit of overhead since we save the timestamp upon every MUC message. See: https://github.com/profanity-im/profanity/issues/704 | ||||
* | Update copyright to include 2019 | Michael Vetter | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | Add support for command config execution | Paul Fariello | 2018-09-05 | 1 | -1/+1 |
| | |||||
* | Add conf win callback | Paul Fariello | 2018-09-05 | 1 | -1/+1 |
| | |||||
* | Rename mucconf wins into conf wins | Paul Fariello | 2018-09-05 | 1 | -2/+2 |
| | | | | Configuration windows are now being used by both muc and cmd. | ||||
* | Add support for form edition in command execution | Paul Fariello | 2018-09-05 | 1 | -1/+1 |
| | | | | Also change wins_get_by_string prototype in order to handle const str. | ||||
* | Only allow swapping active windows | James Booth | 2018-03-09 | 1 | -1/+1 |
| | |||||
* | Update copyright | James Booth | 2018-01-21 | 1 | -1/+1 |
| | |||||
* | Allow previous autocompletion with shift tab | James Booth | 2017-04-01 | 1 | -2/+2 |
| | |||||
* | Update Copyright | James Booth | 2017-01-28 | 1 | -1/+1 |
| | |||||
* | Moved window_list.c | James Booth | 2016-07-24 | 1 | -0/+99 |