about summary refs log tree commit diff stats
path: root/apidocs
Commit message (Collapse)AuthorAgeFilesLines
* fixed typo from "the Yes" to "to YES"arya-pratap-singh2022-02-031-1/+1
|
* Fix typos in apidocsMichael Vetter2021-10-014-6/+6
|
* Fix typo in profapi.hMichael Vetter2021-10-011-2/+2
|
* Trim excess whitespacea13460542021-08-264-45/+45
|
* Fix typos in functions namesraspbeguy2021-07-121-8/+8
| | | Probably a refactoring that didn't go well.
* Fix prof_get_name_from_roster documentationDustin Lagoy2021-04-292-2/+2
|
* Add plugin get_barejid_from_roster functionDustin Lagoy2021-04-292-0/+15
|
* Change nick to name in api to match conventionDustin Lagoy2021-04-282-2/+2
| | | | | Change all instances of *get_nick_from_roster to *get_name_from_roster to match the convention of names in the roster itself.
* Add plugin prof_get_nick_from_roster functionDustin Lagoy2021-04-282-0/+15
|
* Update copyrightJames Booth2018-01-211-1/+1
|
* Update CopyrightJames Booth2017-01-281-1/+1
|
* Add pre chat and room message blockingJames Booth2017-01-222-6/+6
|
* Add chat and room show calls to plugins apiJames Booth2017-01-212-6/+134
|
* Allow room display properies to be set by pluginsJames Booth2017-01-202-7/+110
|
* Allow chat prefix char to be set by pluginsJames Booth2017-01-202-1/+92
|
* Add titlebar encryption text to plugins apiJames Booth2017-01-192-0/+48
|
* Add prof.encryption_reset to Plugins APIJames Booth2017-01-182-0/+34
| | | | issue #885
* Allow filepath autocompletion in pluginsJames Booth2016-10-102-0/+21
| | | | closes #858
* Add resource to chat message plugin hooksJames Booth2016-08-102-4/+10
|
* Rename plugin jid argumentsJames Booth2016-08-102-50/+50
|
* Fix type in python API docsJames Booth2016-08-081-2/+2
|
* Update plugin API docsJames Booth2016-08-072-16/+16
|
* Update plugin API docsJames Booth2016-08-025-4/+115
|
* Update gitignore, added python API docs MakefileJames Booth2016-08-021-0/+216
|
* Fixes to plugin API docsJames Booth2016-07-303-10/+8
|
* Update python API docsJames Booth2016-07-302-2/+5
|
* Update plugins API docsJames Booth2016-07-303-98/+184
|
* Update plugin API docsJames Booth2016-07-302-87/+193
|
* Update python API docsJames Booth2016-07-301-8/+2
|
* Update python API docsJames Booth2016-07-302-8/+250
|
* Fix type in python api docsJames Booth2016-07-301-1/+1
|
* Update python API docsJames Booth2016-07-301-35/+466
|
* Updates to python docsJames Booth2016-07-292-15/+22
|
* Add python plugin hook docsJames Booth2016-07-291-0/+119
|
* Add Python API docsJames Booth2016-07-294-0/+386
|
* Added doxygen settings for C plugin APIJames Booth2016-03-174-0/+2717
#n571'>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 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815