Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year | Michael Vetter | 2023-01-10 | 1 | -1/+1 |
| | |||||
* | Add 'Loading messages' message when scrolling up | MarcoPolo-PasTonMolo | 2022-07-04 | 1 | -0/+1 |
| | |||||
* | Get messages from history when scrolling up. | MarcoPolo-PasTonMolo | 2022-07-03 | 1 | -0/+1 |
| | |||||
* | Update copyright year | Michael Vetter | 2022-05-09 | 1 | -1/+1 |
| | |||||
* | Update copyright | Michael Vetter | 2021-01-08 | 1 | -1/+1 |
| | |||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -14/+16 |
| | |||||
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 1 | -16/+14 |
| | | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems. | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -14/+16 |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1396 | ||||
* | Rename ProfBufferEntry jid variable | Michael Vetter | 2020-03-09 | 1 | -1/+1 |
| | |||||
* | Add barejid to buffer struct | Michael Vetter | 2020-03-09 | 1 | -2/+2 |
| | |||||
* | Allow utf8 symbols as omemo/pgp/otr indicator char | Michael Vetter | 2020-02-20 | 1 | -2/+3 |
| | | | | Fix https://github.com/profanity-im/profanity/issues/1264 | ||||
* | Rename buffer->from to buffer->display_from | Michael Vetter | 2020-02-14 | 1 | -2/+4 |
| | |||||
* | Add myself to copyright | Michael Vetter | 2020-02-14 | 1 | -0/+1 |
| | |||||
* | Initial work on last-read-position feature | Michael Vetter | 2019-12-13 | 1 | -0/+1 |
| | | | | | | | | Print dashes on the position we last left off in a chat window. So far the number of dashes is hardcoded, and the feature only works in chat windows. Regards https://github.com/profanity-im/profanity/issues/1238 | ||||
* | Add vim modeline | Michael Vetter | 2019-11-13 | 1 | -0/+1 |
| | |||||
* | Move id from DeliveryReceipt to ProfBuffEntry struct | Michael Vetter | 2019-11-01 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | XEP-0184: Message Delivery Receipts, *requires* the id attribute. Generally this is not the case. For this reason the id was only present in the DeliveryReceipt struct since it was only used for XEP-0184. For https://github.com/profanity-im/profanity/issues/660 XEP-0313 MAM and https://github.com/profanity-im/profanity/issues/805 XEP-0308 Last Message Correction we will also need the id. So in preparation for further work let's move the id to the general ProfBuffEntry. We will need to adapt code so that we actually always write the ID if we receive one. | ||||
* | Update copyright to include 2019 | Michael Vetter | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | Update copyright | James Booth | 2018-01-21 | 1 | -1/+1 |
| | |||||
* | Update Copyright | James Booth | 2017-01-28 | 1 | -1/+1 |
| | |||||
* | Rename buffer functions | James Booth | 2016-10-16 | 1 | -3/+3 |
| | |||||
* | Tidy headers | James Booth | 2016-07-24 | 1 | -2/+2 |
| | |||||
* | Update GPL link in headers | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Implement XEP-0363: HTTP File Upload | Dominik Heidler | 2016-04-26 | 1 | -0/+1 |
| | |||||
* | Removed #AX_PREFIX_CONFIG_H | James Booth | 2016-03-31 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into plugins-c | James Booth | 2016-02-14 | 1 | -1/+1 |
|\ | | | | | | | | | | | Conflicts: src/main.c src/ui/console.c | ||||
| * | Updated copyright | James Booth | 2016-02-14 | 1 | -1/+1 |
| | | |||||
* | | Added C plugin code from plugins branch | James Booth | 2016-02-14 | 1 | -1/+1 |
|/ | |||||
* | Applied coding style to src/ui/buffer.h src/ui/buffer.c | James Booth | 2015-10-25 | 1 | -3/+2 |
| | |||||
* | Added indent padding | James Booth | 2015-07-29 | 1 | -1/+2 |
| | |||||
* | Use colouring for message receipts | James Booth | 2015-03-14 | 1 | -1/+11 |
| | |||||
* | Updated copyright | James Booth | 2015-02-10 | 1 | -1/+1 |
| | |||||
* | Replaced colours with theme_item_t | James Booth | 2014-11-16 | 1 | -2/+3 |
| | |||||
* | Implemented /time preference | James Booth | 2014-11-16 | 1 | -2/+4 |
| | |||||
* | Added license exemption for OpenSSL to source headers | James Booth | 2014-08-24 | 1 | -0/+34 |
| | |||||
* | Return address of buffer entry | James Booth | 2014-07-19 | 1 | -1/+1 |
| | |||||
* | Use PAD_SIZE for buffer max size | James Booth | 2014-07-18 | 1 | -2/+0 |
| | |||||
* | Use GSList for buffer entries | James Booth | 2014-07-18 | 1 | -11/+7 |
| | |||||
* | Removed unused function | James Booth | 2014-07-16 | 1 | -1/+0 |
| | |||||
* | Whitespace formatting | James Booth | 2014-07-16 | 1 | -12/+10 |
| | |||||
* | Implemented the buffer for windows resizing | Immae | 2014-06-29 | 1 | -2/+4 |
| | |||||
* | Added buffer handling. Buffer are initialized, pushed, and freed. No use is ↵ | Immae | 2014-06-23 | 1 | -0/+29 |
made of them so far Signed-off-by: James Booth <boothj5@gmail.com> |