about summary refs log tree commit diff stats
path: root/src/event
Commit message (Expand)AuthorAgeFilesLines
* Plain chat messages not workingDebXWoody2020-07-061-4/+9
* Remove prefs_free_string()Michael Vetter2020-07-021-5/+5
* And ifdefs around new OX functionsMichael Vetter2020-06-301-1/+1
* Feature request - XEP-0373: OpenPGP for XMPP (OX)DebXWoody2020-06-292-2/+31
* Cleanup defines - client_events.cDebXWoody2020-06-191-179/+5
* Clean-up task: clean up feature definesDebXWoody2020-06-141-201/+8
* Add option for legacy authenticationDmitry Podgorny2020-06-052-3/+3
* Fix offline roster contactsMichael Vetter2020-06-021-1/+2
* Merge pull request #1344 from DebXWoody/bugfix/1327Michael Vetter2020-05-281-2/+1
|\
| * Bugfix: Status with PGP shows offline in titlebarDebXWoody2020-05-231-2/+1
* | Fix carbon loggingMichael Vetter2020-05-271-6/+4
* | Add and use connection_get_barejid()Michael Vetter2020-05-252-7/+6
* | Add bookmark ignore functionality for multiple accountsMichael Vetter2020-05-242-0/+4
* | PoC for bookmark ignoreMichael Vetter2020-05-241-0/+6
|/
* Log all carbon copied messagesMichael Vetter2020-05-221-0/+1
* Add option to add bookmark nameMichael Vetter2020-05-221-1/+1
* MAM: Correctly display incoming MAM chat messageMichael Vetter2020-04-111-5/+19
* Add to_jid field to ProfMessage structMichael Vetter2020-04-111-33/+35
* Log after displaying the messageMichael Vetter2020-04-081-6/+6
* db: Use type from message struct instead of having individual functionsMichael Vetter2020-04-061-7/+7
* Add type field to ProfMessageMichael Vetter2020-04-061-1/+1
* Fix copy paste errorMichael Vetter2020-04-061-1/+1
* db: dont log reflected MUC messagesMichael 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
* db: add dedicated chat, muc, muc pm logging functionsMichael Vetter2020-04-061-7/+7
* Rename PROF_MSG_ENC_PLAIN to PROF_MSG_ENC_NONEMichael Vetter2020-04-062-19/+19
* db: insert message typeMichael Vetter2020-04-061-6/+7
* db: move includesMichael Vetter2020-04-061-1/+1
* db: Have one database per accountMichael Vetter2020-04-062-0/+4
* database: dont log muc pmsMichael Vetter2020-04-061-2/+0
* database: log stanza_id and whether it is a muc messageMichael Vetter2020-04-061-8/+8
* database: log incoming messagesMichael Vetter2020-04-061-0/+9
* Dont filter out own MUC messages if muc history is set to 'regular'Michael Vetter2020-02-211-1/+1
* Fix missing change from last commitMichael Vetter2020-02-201-1/+1
* Allow utf8 symbols as omemo/pgp/otr indicator charMichael Vetter2020-02-201-1/+1
* Put getting mentions in own functionMichael Vetter2020-02-201-10/+1
* Refactor mucwin_history()Michael Vetter2020-02-191-1/+1
* 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-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
58'>558 559 560 561 562 563 564 565 566 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