about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Refactor _cmd_set_boolean_preferenceMichael Vetter2019-12-191-9/+10
* Add /occupants color commandMichael Vetter2019-12-197-6/+45
* Merge branch 'master' of https://github.com/profanity-im/profanityMichael Vetter2019-12-191-0/+1
|\
| * Include stdlib.h in avatar.cMichael Vetter2019-12-191-0/+1
* | Add /roster color commandMichael Vetter2019-12-195-0/+22
* | xep-0392: colorize rosterMichael Vetter2019-12-192-3/+19
|/
* xep-0084: add test stub fileMichael Vetter2019-12-182-2/+2
* Add header file guard to avatar.hMichael Vetter2019-12-181-0/+5
* xep-0084: make internal functions staticMichael Vetter2019-12-181-8/+8
* xep-0084: move id to avatar_metadataMichael Vetter2019-12-181-12/+12
* xep-0084: Add correct file extensionMichael Vetter2019-12-181-9/+41
* xep-0084: Normalize at out of image filenameMichael Vetter2019-12-181-1/+3
* xep-0084: Improve helpMichael Vetter2019-12-182-2/+4
* xep-0084:Michael Vetter2019-12-181-0/+4
* Fix headerMichael Vetter2019-12-182-2/+2
* xep-0084: add /avatar help and autocompletionMichael Vetter2019-12-182-3/+21
* xep-0084: save avatars in own directoryMichael Vetter2019-12-181-4/+20
* xep-0084: Make it work multiple timesMichael Vetter2019-12-181-0/+4
* xep-0084: Download avatarsMichael Vetter2019-12-183-3/+113
* xep-0084: Look for specific user and print IDMichael Vetter2019-12-185-2/+47
* Start implementing XEP-0084Michael Vetter2019-12-185-0/+140
* Use helper function to clean incoming messagesMichael Vetter2019-12-131-9/+9
* separator: Enable for MUC and PRIVWIN tooMichael Vetter2019-12-133-9/+29
* separator: Print only one for each chat windowMichael Vetter2019-12-131-3/+19
* separator: print trackbar across the whole lineMichael Vetter2019-12-131-13/+19
* Initial work on last-read-position featureMichael Vetter2019-12-136-0/+59
* Dont print error message if a valid setting function is calledMichael Vetter2019-12-121-1/+0
* Handle case where color.nick is not setMichael Vetter2019-12-121-0/+5
* Improve color blindness handlingMichael Vetter2019-12-123-12/+16
* Implement Color Vision Deficiencies settingMichael Vetter2019-12-128-16/+102
* Add initial support for XEP-0392Michael Vetter2019-12-096-1/+35
* XEP-0392: theme, ui: conditionally colorize user nicksAurelien Aptel2019-12-033-0/+11
* XEP-0392: color: implement color hashingAurelien Aptel2019-12-032-283/+376
* XEP-0392: config: add "color.nick" bool optionAurelien Aptel2019-12-032-0/+4
* Call ncurses resize function before move functionMichael Vetter2019-12-022-2/+3
* _win_print: Guard against time being nullMichael Vetter2019-12-011-1/+1
* Merge /group command into /rosterMichael Vetter2019-11-253-146/+118
* Fix stanza_get_child_by_name_and_from() strcmpMichael Vetter2019-11-141-1/+3
* Add vim modelineMichael Vetter2019-11-13149-0/+217
* Check for correct delay tag for muc timestampsMichael Vetter2019-11-133-19/+42
* Filter RTL unicode characters outMichael Vetter2019-11-131-0/+30
* Fix stanza_get_child_by_name_and_ns() if no nameMichael Vetter2019-11-121-1/+3
* Merge /chlog and /grlog commands into /loggingMichael Vetter2019-11-126-56/+67
* _handle_groupchat(): get correct origin-id stanzaMichael Vetter2019-11-083-2/+22
* cmd_room: don't check arguments twiceMichael Vetter2019-11-081-13/+4
* Fix setting of status messageMichael Vetter2019-11-072-2/+6
* Merge state commands (online, away) into statusMichael Vetter2019-11-064-141/+113
* Fix formatting for invite command helpMichael Vetter2019-11-051-1/+1
* Merge /invite, /invites and /decline commandsMichael Vetter2019-11-055-86/+86
* Add `/titlebar show presence` commandMichael Vetter2019-11-053-0/+13
a id='n550' href='#n550'>550 551 552 553 554 555 556 557 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 728 729 730 731 732 733