about summary refs log tree commit diff stats
path: root/src/event/client_events.c
Commit message (Collapse)AuthorAgeFilesLines
* Update chat_log_pgp_msg_out() usageMichael Vetter2019-10-291-6/+6
| | | | Fix build
* Actually log MUC PM messagesMichael Vetter2019-10-281-10/+14
| | | | | | | | | | If I'm not mistaken MUC PMs have not been logged at all if there was no other client sending carbons. This should add MUC PM logging functionality. We still need to make sure carbons log to the same file. Regards https://github.com/profanity-im/profanity/issues/1214
* Show MUC history on intentional reconnectMichael Vetter2019-07-031-0/+2
| | | | | Small bug caused by 13675fb and ce5a4ed. Fix https://github.com/profanity-im/profanity/issues/1142
* Add prof_message_t to wrap all message attributesPaul Fariello2019-06-201-19/+19
| | | | | | | 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 myself to copyrightMichael Vetter2019-06-171-0/+1
| | | | Like discussed with James.
* Close windows on connection loss not general disc.Michael Vetter2019-05-271-0/+1
| | | | | | | | | | Call `ui_close_all_wins();` only if we disconnect on purpose not when connection is lost. Otherwise users might miss messages. This partly reverts 6ac73db876c83c7068c4795b19c09ea59eb18a40. Regards https://github.com/profanity-im/profanity/issues/1083
* Create seperate function for disconnect cleanupMichael Vetter2019-05-191-17/+3
| | | | | Duplicate code in client_events.c and server_events.c. Let's have events/common.c and a function containing that code.
* Rework MUC reflected message filteringPaul Fariello2019-04-101-5/+7
| | | | | | | | | Reflected messages can't be filtered by nick only otherwise you might ignore messages comming from you on another devices. Consequently we maintain a list of sent messages id in mucwin. To be sure the id will be correctly reflected we use the origin-id stanza.
* Add support for disconnect in OMEMOPaul Fariello2019-04-101-0/+3
|
* Log and print outgoing encrypted messagePaul Fariello2019-04-101-5/+24
|
* Add support for sending encrypted message in MUCPaul Fariello2019-04-101-4/+19
|
* Add support for OMEMO, OTR, PGP built togetherPaul Fariello2019-04-101-4/+93
|
* Add OMEMO message encryption and decryptionPaul Fariello2019-04-101-0/+19
|
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
|
* Add /rooms service autocompletionJames Booth2018-02-051-0/+1
|
* Update copyrightJames Booth2018-01-211-1/+1
|
* Update CopyrightJames Booth2017-01-281-1/+1
|
* Add pre chat and room message blockingJames Booth2017-01-221-0/+6
|
* Fix compileJames Booth2017-01-161-1/+1
|
* Remove status from cl_ev_presence_sendJames Booth2017-01-151-2/+3
| | | | fixes #888
* Allow clearing account resourceJames Booth2016-11-221-4/+10
| | | | issue #880
* Fix missing paramsJames Booth2016-09-031-2/+2
|
* Add missed argumentDmitry Podgorny2016-09-021-7/+7
|
* Send receipt request only when receiver supports featureJames Booth2016-08-181-5/+22
| | | | issue #829
* Tidy headersJames Booth2016-07-241-2/+4
|
* Moved window_list.cJames Booth2016-07-241-1/+1
|
* 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-5/+5
|
* Implement XEP-0363: HTTP File UploadDominik Heidler2016-04-261-9/+9
|
* Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-311-13/+13
|
* Fix call to plugins_post_chat_message_sendJames Booth2016-02-161-3/+12
|
* Merge branch 'master' into plugins-cJames Booth2016-02-141-1/+1
|\ | | | | | | | | | | Conflicts: src/main.c src/ui/console.c
| * Updated copyrightJames Booth2016-02-141-1/+1
| |
* | Added C plugin code from plugins branchJames Booth2016-02-141-36/+51
|/
* Handle self leaving room in private winsJames Booth2016-02-031-0/+2
|
* Show message in private windows when user offlineJames Booth2016-02-021-2/+6
|
* Merge branch 'master' into roster-structJames Booth2016-01-051-2/+2
|\
| * Call UI disconnect functions before disconnecting with /disconnectJames Booth2016-01-051-2/+2
| | | | | | | | fixes #703
* | Added roster struct, create and destroy roster on connect/disconnectJames Booth2016-01-051-1/+1
|/
* Add cl_ev_disconnectJames Booth2016-01-031-0/+20
|
* Renamed MUC private window functionsJames Booth2015-11-081-1/+1
|
* Added missing config.h includesJames Booth2015-10-311-1/+2
|
* Renamed ui_outgoing_chat_msg -> chatwin_outgoing_msgJames Booth2015-10-271-6/+6
|
* Applied coding style to src/event/James Booth2015-10-251-5/+5
|
* Force tls on all connections, add tls policy account propertyJames Booth2015-10-181-2/+2
|
* Include last activity in initial presenceJames Booth2015-09-271-2/+2
|
* Split PGP incoming and outgoing message handlingJames Booth2015-08-301-18/+16
|