about summary refs log tree commit diff stats
path: root/src/event/client_events.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightMichael Vetter2021-01-081-1/+1
* Apply coding styleMichael Vetter2020-07-071-27/+27
* Revert "Apply coding style"Michael Vetter2020-07-071-30/+30
* Apply coding styleMichael Vetter2020-07-071-30/+30
* Feature request - XEP-0373: OpenPGP for XMPP (OX)DebXWoody2020-06-291-0/+9
* Cleanup defines - client_events.cDebXWoody2020-06-191-179/+5
* Add option for legacy authenticationDmitry Podgorny2020-06-051-2/+2
* Add and use connection_get_barejid()Michael Vetter2020-05-251-4/+3
* Fix copy paste errorMichael Vetter2020-04-061-1/+1
* db: log all incoming and outgoing messagesMichael Vetter2020-04-061-2/+22
* db: log outgoing message in one caseMichael Vetter2020-04-061-0/+2
* Rename PROF_MSG_ENC_PLAIN to PROF_MSG_ENC_NONEMichael Vetter2020-04-061-10/+10
* Always send delivery receipts if enabledMichael Vetter2020-02-141-14/+1
* Fix testsMichael Vetter2020-02-141-7/+7
* xep-0308: remove replace_id from privwin signatureMichael Vetter2020-02-141-1/+1
* xep-0308: Implement LMC for outgoing MUC messagesMichael Vetter2020-02-141-8/+18
* 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-101-7/+19
* Update my Copyright to 2020Michael Vetter2020-01-031-1/+1
* Add vim modelineMichael Vetter2019-11-131-0/+1
* Update chat_log_pgp_msg_out() usageMichael Vetter2019-10-291-6/+6
* Actually log MUC PM messagesMichael Vetter2019-10-281-10/+14
* Show MUC history on intentional reconnectMichael Vetter2019-07-031-0/+2
* Add prof_message_t to wrap all message attributesPaul Fariello2019-06-201-19/+19
* Add myself to copyrightMichael Vetter2019-06-171-0/+1
* Close windows on connection loss not general disc.Michael Vetter2019-05-271-0/+1
* Create seperate function for disconnect cleanupMichael Vetter2019-05-191-17/+3
* Rework MUC reflected message filteringPaul Fariello2019-04-101-5/+7
* 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
* Allow clearing account resourceJames Booth2016-11-221-4/+10
* 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
* 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
567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734