about summary refs log tree commit diff stats
path: root/src/config/preferences.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'asdil12/tray_config'James Booth2016-04-171-0/+4
|\
| * Make tray icon configurable using /tray cmdDominik Heidler2016-04-161-0/+11
|/
* Added /plugins load commandJames Booth2016-04-101-0/+7
* Room mention case insensitive by defaultJames Booth2016-04-071-1/+0
* Added whole word matches for room mentionJames Booth2016-04-071-6/+6
* Added mention match preferencesJames Booth2016-04-031-0/+8
* Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-311-1/+1
* Fix plugin command memleakJames Booth2016-02-151-1/+7
* Merge branch 'master' into plugins-cJames Booth2016-02-141-1/+1
|\
| * Updated copyrightJames Booth2016-02-141-1/+1
* | Added C plugin code from plugins branchJames Booth2016-02-141-1/+14
|/
* Added missing prefs_free_string()James Booth2016-02-141-0/+1
* Fix room notification remindersJames Booth2016-02-071-0/+36
* Added /roster show|hide unsubscribedJames Booth2016-02-071-0/+4
* Don't show notification reminders for messages the user does not want notific...James Booth2016-02-041-2/+6
* Tidy prefs_do_chat_notify()James Booth2016-02-041-13/+7
* Removed unused arg: prefs_do_chat_notify()James Booth2016-02-041-1/+1
* Implemented /console private settingJames Booth2016-02-031-1/+4
* Added console.chat preferenceJames Booth2016-02-031-0/+5
* Allow splitting roster rooms by conference serverJames Booth2016-02-011-0/+5
* Added roster.rooms.private.char settingJames Booth2016-01-311-2/+30
* Store /roster count settingJames Booth2016-01-271-1/+6
* Show console messages for room mention and triggersJames Booth2016-01-241-1/+0
* Tidy handling room mention and room triggersJames Booth2016-01-241-19/+11
* Added roomtrigger colour themeJames Booth2016-01-241-21/+25
* Roster private chat preferencesJames Booth2016-01-241-0/+74
* Added /roster private commandJames Booth2016-01-241-0/+5
* Show theme colour valueJames Booth2016-01-211-1/+0
* Added /roster show|hide contactsJames Booth2016-01-201-0/+4
* Added /roster rooms position preferenceJames Booth2016-01-191-0/+5
* Added /roster unread preferrenceJames Booth2016-01-171-0/+5
* Added /roster room unread preferenceJames Booth2016-01-171-0/+5
* Added roster rooms order preferenceJames Booth2016-01-091-0/+5
* Set autoping timeout default to 10 seconds, added null checksJames Booth2016-01-021-1/+1
* Added roster rooms preferenceJames Booth2016-01-021-0/+4
* Added autoping timeout preferenceJames Booth2016-01-011-0/+17
* Added console MUC message preferenceJames Booth2015-12-291-0/+5
* Read ~/.config/profanity/inputrcJames Booth2015-12-061-2/+20
* Updated version in CHANGELOG and commentsJames Booth2015-12-021-4/+4
* Renamed /notify message -> /notify chatJames Booth2015-11-291-10/+10
* Removed regular chat message triggersJames Booth2015-11-281-96/+3
* Added room specific notify settingsJames Booth2015-11-281-44/+123
* Finished basic /notify triggersJames Booth2015-11-251-43/+90
* Implemented regular chat notify triggersJames Booth2015-11-251-3/+37
* Tidy regular chat and room notificationsJames Booth2015-11-241-0/+41
* Added autocompleters for notify trigger removalJames Booth2015-11-241-0/+63
* Added functions to manage custom notification triggersJames Booth2015-11-241-0/+71
* Added notify triggers WIPJames Booth2015-11-231-0/+6
* Added /roster resource joinJames Booth2015-11-221-0/+4
* Added /roster char resourceJames Booth2015-11-221-0/+34
n589'>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