about summary refs log tree commit diff stats
path: root/src/ui/chatwin.c
Commit message (Collapse)AuthorAgeFilesLines
* Allow utf8 symbols as omemo/pgp/otr indicator charMichael Vetter2020-02-201-21/+29
| | | | Fix https://github.com/profanity-im/profanity/issues/1264
* Refactor win_print_history()Michael Vetter2020-02-171-1/+1
| | | | We never use the printf like behaviour anyways.
* Refactor win_print_outgoing()Michael Vetter2020-02-171-2/+2
| | | | We never use the printf like behaviour anyways.
* xep-0308: enable for carbon copied messagesMichael Vetter2020-02-141-1/+0
| | | | | | | If we are connected with another client and send a message, then correct it. We now display it correctly in Profanity. Id wasn't saved for carbon copied messages too so far.
* xep-0308: enable correction in outgoing messages with delivery receiptsMichael Vetter2020-02-141-2/+1
|
* Rename win_print_with_receipt() -> win_print_outgoing_with_receipt()Michael Vetter2020-02-141-1/+1
|
* Add myself to copyrightMichael Vetter2020-02-141-0/+1
|
* xep-0308: update the UI upon sending a corrected messageMichael Vetter2020-02-111-8/+10
| | | | | So far we don't do this for encrypted messages. Still needs to be done. And MUC also needs to be done.
* xep-0308: Implement `/correct` to correct the last send messageMichael Vetter2020-02-101-0/+16
| | | | | | | | 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.
* Initial work on last-read-position featureMichael Vetter2019-12-131-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 modelineMichael Vetter2019-11-131-0/+1
|
* Make sure date vars are initializedMichael Vetter2019-10-211-3/+3
|
* Properly display chatwin historyMichael Vetter2019-10-211-4/+10
| | | | | | | | | | | | | | | | | | | | So far if one had enabled `/history` and did `/msg somenick` the history was loaded from file and displayed like this: ``` 04-04-17 15:23 - 3/4/2017: 01-01-00 10:30 - me: .... 01-01-00 10:31 - somebody: .... 01-01-00 10:32 - somebody: .... ``` So the first line contained the actual date. But the date used in each line was always 01-01-2000. This date was for some reason hardcoded. This commit now actually uses that date to build the proper GDateTime instead of just printing it. Fix https://github.com/profanity-im/profanity/issues/922
* Fix handling of encrypted carbonsPaul Fariello2019-06-211-4/+4
|
* Rename prof_message_t into ProfMessagePaul Fariello2019-06-201-1/+1
|
* Add prof_message_t to wrap all message attributesPaul Fariello2019-06-201-14/+16
| | | | | | | 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.
* Add OMEMO policyPaul Fariello2019-04-171-0/+10
| | | | | | | | | | | | 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
* Ensure encrypted carbon of own message are marked as encryptedPaul Fariello2019-04-101-0/+2
|
* Add OMEMO message encryption and decryptionPaul Fariello2019-04-101-0/+2
|
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
|
* Add preferences for tab displayJames Booth2018-03-091-4/+4
|
* Show name in statusbar tabs WIPJames Booth2018-03-081-6/+8
|
* Update copyrightJames Booth2018-01-211-1/+1
|
* Update CopyrightJames Booth2017-01-281-1/+1
|
* Allow chat prefix char to be set by pluginsJames Booth2017-01-201-1/+39
|
* Add titlebar encryption text to plugins apiJames Booth2017-01-191-0/+18
|
* Add win_print_historyJames Booth2016-10-151-1/+1
|
* Use win_print_outgoing for carbonsJames Booth2016-10-151-1/+1
|
* Rename win_print_incoming_message -> win_print_incomingJames Booth2016-10-151-2/+2
|
* Add win_print_outgoingJames Booth2016-10-151-1/+1
|
* Add win_printJames Booth2016-10-151-19/+19
|
* Remove win_vprintln_chJames Booth2016-10-151-12/+12
|
* Use win_printf_line where appropriateJames Booth2016-10-151-6/+6
|
* Add ch arg to win_printf_lineJames Booth2016-10-151-1/+1
|
* Use THEME_DEFAULTJames Booth2016-10-141-1/+1
|
* Add win_printf_lineJames Booth2016-10-141-1/+1
|
* Always use string format in win_printfJames Booth2016-10-121-4/+4
|
* Remove args from win_print_with_receiptJames Booth2016-10-111-1/+1
|
* Remove win_print, use win_printf insteadJames Booth2016-10-111-9/+9
|
* Rename win_vprint -> win_printfJames Booth2016-10-111-1/+1
|
* Send receipt request only when receiver supports featureJames Booth2016-08-181-2/+3
| | | | issue #829
* Add resource to chat message plugin hooksJames Booth2016-08-101-2/+2
|
* Moved roster_list.cJames Booth2016-07-241-1/+1
|
* Moved chat_session.cJames Booth2016-07-241-1/+1
|
* Update GPL link in headersJames Booth2016-07-241-1/+1
|
* Move connection fulljid functionJames Booth2016-05-061-1/+1
|
* Rename jabber_ functionsJames Booth2016-05-061-1/+1
|
* Add session.cJames Booth2016-05-051-1/+1
|
* Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-311-3/+3
|
* Add PGP decryption for incoming/outgoing carbonsJames Booth2016-03-221-2/+7
|