about summary refs log tree commit diff stats
path: root/src/event
Commit message (Expand)AuthorAgeFilesLines
...
* xep-0308: remove replace_id from privwin signatureMichael Vetter2020-02-141-1/+1
* xep-0308: Implement LMC for outgoing MUC messagesMichael Vetter2020-02-142-8/+19
* xep-0308: Dont allow to correct MUC PMsMichael Vetter2020-02-141-1/+0
* xep-0308: enable corrections for outgoing encrypted messagesMichael Vetter2020-02-121-21/+21
* xep-0308: update the UI upon sending a corrected messageMichael Vetter2020-02-111-5/+6
* xep-0308: Implement `/correct` to correct the last send messageMichael Vetter2020-02-102-7/+20
* Use OMEMO for offline MUC members (#1242)Paul Fariello2020-01-201-0/+7
* Update my Copyright to 2020Michael Vetter2020-01-034-4/+4
* Start implementing XEP-0084Michael Vetter2019-12-181-0/+3
* Use helper function to clean incoming messagesMichael Vetter2019-12-131-9/+9
* Add vim modelineMichael Vetter2019-11-136-0/+6
* Filter RTL unicode characters outMichael Vetter2019-11-131-0/+30
* Don't override ProfMessage Id with origin-idMichael Vetter2019-10-311-1/+1
* Update chat_log_pgp_msg_out() usageMichael Vetter2019-10-291-6/+6
* Two carbon logging changesMichael Vetter2019-10-291-27/+38
* Also log sv_ev_delayed_private_messageMichael Vetter2019-10-291-0/+1
* Actually log MUC PM messagesMichael Vetter2019-10-282-11/+16
* Fix which message we want to logMichael Vetter2019-10-191-5/+3
* Move message sent by us logic in own functionMichael Vetter2019-10-181-12/+4
* sv_ev_room_message: log in all cases if not our clientMichael Vetter2019-10-181-14/+13
* sv_ev_room_message: check if message->id is not NULLMichael Vetter2019-10-181-1/+1
* Add connection_get_profanity_identifier stubMichael Vetter2019-10-181-1/+1
* Log incoming MUC messages if origin-id sais they dont come from usMichael Vetter2019-10-181-2/+20
* Don't log own messages on incoming MUCMichael Vetter2019-10-061-4/+7
* Log outgoing carbons instead of incomingMichael Vetter2019-10-041-4/+4
* Log 1:1 messages from other clients also to fileMichael Vetter2019-09-041-0/+4
* Improve sv_ev_roster_received() last activity checkMichael Vetter2019-08-021-11/+9
* Don't print subscribed message if contact is already in rosterMichael Vetter2019-08-011-2/+6
* Show MUC history on intentional reconnectMichael Vetter2019-07-034-7/+42
* Fix handling of encrypted carbonsPaul Fariello2019-06-211-25/+57
* Rename prof_message_t into ProfMessagePaul Fariello2019-06-202-17/+17
* Add prof_message_t to wrap all message attributesPaul Fariello2019-06-203-146/+154
* Use flags in xmmp/message.c for encryption and trustPaul Fariello2019-06-201-5/+5
* Add myself to copyrightMichael Vetter2019-06-172-0/+2
* Merge pull request #1110 from profanity-im/feature/704-ui-behaviour-reconnectMichael Vetter2019-06-111-2/+32
|\
| * Safe last MUC message timestamp per MUCMichael Vetter2019-06-111-8/+7
| * Only show MUC subject on first connectMichael Vetter2019-06-051-1/+1
| * Reduce timestamp call when saving last muc messageMichael Vetter2019-06-051-12/+13
| * Only print room history for new messages upon reconnectMichael Vetter2019-06-051-1/+31
* | Rejoin all MUCs on reconnectMichael Vetter2019-06-101-5/+3
|/
* Cancel autoping timer on disconnect or connection lossDmitry Podgorny2019-06-031-0/+1
* Close windows on connection loss not general disc.Michael Vetter2019-05-272-1/+1
* Create seperate function for disconnect cleanupMichael Vetter2019-05-194-30/+113
* Fix ifdef guard (should have been OMEMO)Michael Vetter2019-05-061-1/+1
* Reset things on connection lossMichael Vetter2019-05-061-0/+5
* Merge pull request #1063 from paulfariello/hotfix/presence-before-rosterMichael Vetter2019-04-171-0/+1
|\
| * Handle presence received before rosterPaul Fariello2019-04-171-0/+1
* | Follow OMEMO policy even when opening window on message and carbon receptionPaul Fariello2019-04-171-0/+14
|/
* Try to start sessions with every jid in rosterPaul Fariello2019-04-101-0/+4
* Wait for discovery end to publish omemo devicelist and bundlePaul Fariello2019-04-102-0/+9