Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pass window to functions so we dont have to call twice | Michael Vetter | 2020-07-09 | 1 | -1/+1 |
| | |||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -33/+33 |
| | |||||
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 1 | -34/+34 |
| | | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems. | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -34/+34 |
| | | | | 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/+2 |
| | |||||
* | Allow utf8 symbols as omemo/pgp/otr indicator char | Michael Vetter | 2020-02-20 | 1 | -12/+12 |
| | | | | Fix https://github.com/profanity-im/profanity/issues/1264 | ||||
* | Refactor win_print_outgoing() | Michael Vetter | 2020-02-17 | 1 | -1/+1 |
| | | | | We never use the printf like behaviour anyways. | ||||
* | xep-0308: remove replace_id from privwin signature | Michael Vetter | 2020-02-14 | 1 | -2/+2 |
| | | | | No `/correct` allowed in privwins | ||||
* | xep-0308: update the UI upon sending a corrected message | Michael Vetter | 2020-02-11 | 1 | -2/+2 |
| | | | | | So far we don't do this for encrypted messages. Still needs to be done. And MUC also needs to be done. | ||||
* | separator: Enable for MUC and PRIVWIN too | Michael Vetter | 2019-12-13 | 1 | -0/+1 |
| | | | | Fix https://github.com/profanity-im/profanity/issues/1238 | ||||
* | Add vim modeline | Michael Vetter | 2019-11-13 | 1 | -0/+1 |
| | |||||
* | Rename prof_message_t into ProfMessage | Paul Fariello | 2019-06-20 | 1 | -1/+1 |
| | |||||
* | Add prof_message_t to wrap all message attributes | Paul Fariello | 2019-06-20 | 1 | -4/+4 |
| | | | | | | | Probably missing copy of body to plain in carbon and privmessage. Only covers the incoming message path because goal is OMEMO decryption of untrusted message. Cover some of the log functions but not all. | ||||
* | Update copyright to include 2019 | Michael Vetter | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | Add preferences for tab display | James Booth | 2018-03-09 | 1 | -2/+2 |
| | |||||
* | Show name in statusbar tabs WIP | James Booth | 2018-03-08 | 1 | -2/+2 |
| | |||||
* | Update copyright | James Booth | 2018-01-21 | 1 | -1/+1 |
| | |||||
* | Update Copyright | James Booth | 2017-01-28 | 1 | -1/+1 |
| | |||||
* | Rename win_print_incoming_message -> win_print_incoming | James Booth | 2016-10-15 | 1 | -2/+2 |
| | |||||
* | Add win_print_outgoing | James Booth | 2016-10-15 | 1 | -1/+1 |
| | |||||
* | Add win_print | James Booth | 2016-10-15 | 1 | -11/+11 |
| | |||||
* | Use win_printf_line where appropriate | James Booth | 2016-10-15 | 1 | -7/+7 |
| | |||||
* | Add ch arg to win_printf_line | James Booth | 2016-10-15 | 1 | -4/+4 |
| | |||||
* | Add win_printf_line | James Booth | 2016-10-14 | 1 | -4/+4 |
| | |||||
* | Always use string format in win_printf | James Booth | 2016-10-12 | 1 | -1/+1 |
| | |||||
* | Remove win_print, use win_printf instead | James Booth | 2016-10-11 | 1 | -3/+3 |
| | |||||
* | Rename win_vprint -> win_printf | James Booth | 2016-10-11 | 1 | -9/+9 |
| | |||||
* | Tidy headers | James Booth | 2016-07-24 | 1 | -3/+2 |
| | |||||
* | Update GPL link in headers | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Updated copyright | James Booth | 2016-02-14 | 1 | -1/+1 |
| | |||||
* | Don't show notification reminders for messages the user does not want ↵ | James Booth | 2016-02-04 | 1 | -3/+0 |
| | | | | notifications for | ||||
* | Tidy notify_message() | James Booth | 2016-02-04 | 1 | -14/+2 |
| | |||||
* | Removed unused arg: prefs_do_chat_notify() | James Booth | 2016-02-04 | 1 | -1/+1 |
| | |||||
* | Implemented /console private setting | James Booth | 2016-02-03 | 1 | -3/+4 |
| | |||||
* | Handle self leaving room in private wins | James Booth | 2016-02-03 | 1 | -0/+87 |
| | |||||
* | Handle occupant kicked/banned in private chat wins | James Booth | 2016-02-02 | 1 | -1/+47 |
| | |||||
* | Show message in private windows when user offline | James Booth | 2016-02-02 | 1 | -0/+30 |
| | |||||
* | Updated console new message text | James Booth | 2015-12-20 | 1 | -8/+11 |
| | |||||
* | Tidy wins_create_summary() | James Booth | 2015-11-29 | 1 | -0/+18 |
| | |||||
* | Renamed /notify message -> /notify chat | James Booth | 2015-11-29 | 1 | -1/+1 |
| | |||||
* | Added room specific notify settings | James Booth | 2015-11-28 | 1 | -1/+1 |
| | |||||
* | Only show reminder notifications when notifications are enabled | James Booth | 2015-11-25 | 1 | -12/+6 |
| | |||||
* | Tidy regular chat and room notifications | James Booth | 2015-11-24 | 1 | -2/+26 |
| | |||||
* | Update privwin.c | kiethandi | 2015-11-20 | 1 | -1/+2 |
| | |||||
* | Update privwin.c | kiethandi | 2015-11-20 | 1 | -0/+1 |
| | | | Take 2 added include. | ||||
* | Renamed MUC private window functions | James Booth | 2015-11-08 | 1 | -2/+2 |
| | |||||
* | ui_incoming_private_msg takes ProfPrivateWin, added asserts | James Booth | 2015-11-08 | 1 | -7/+6 |
| | |||||
* | Moved ui_outgoing_private_msg to privwin.c | James Booth | 2015-11-05 | 1 | -0/+5 |
| | |||||
* | Added privwin module | James Booth | 2015-11-05 | 1 | -0/+85 |