about summary refs log tree commit diff stats
path: root/src/contact.c
Commit message (Expand)AuthorAgeFilesLines
* Updated copyrightJames Booth2015-02-101-1/+1
* Removed strdup passed to autocompleterJames Booth2015-02-061-1/+1
* Added /resource autocompletionJames Booth2014-12-041-1/+22
* Fixed roster resource listJames Booth2014-11-131-1/+1
* Fixed freeing listsJames Booth2014-11-131-1/+12
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
* Use g_list_free() when finding resource availabilityJames Booth2014-06-241-6/+7
* Check for null before freeing X11info, removed free current resourceJames Booth2014-06-241-1/+0
* Free some memoryImmae2014-06-231-0/+2
* Updated copyrightJames Booth2014-03-091-1/+1
* Added contact presence offline testJames Booth2014-01-051-3/+3
* Refactored contact display stringJames Booth2014-01-051-6/+3
* Added p_contact_create_display_stringJames Booth2013-10-071-0/+25
* Show only nick or jid in /wins outputJames Booth2013-08-311-0/+10
* most FREE_SET_NULL replaced with freeDmitry Podgorny2013-08-031-19/+15
* Coloured contact and subscription in /roster and /group outputJames Booth2013-07-031-0/+14
* Added group add and group remove to /roster commandJames Booth2013-06-021-0/+14
* Add groups to roster contactsJames Booth2013-05-221-2/+26
* Roster handle changes handled correctlyJames Booth2013-05-201-0/+2
* Changing roster handle with no argument clears handleJames Booth2013-05-191-1/+3
* Added /roster command with nick option to change handleJames Booth2013-05-191-23/+10
* Colour title on /caps and /software outputJames Booth2013-02-171-0/+6
* Show all resources ordered by priority with /info commandJames Booth2013-02-171-73/+66
* Dealing with mulitple contact resources, work in progressJames Booth2013-02-141-19/+90
* Simple default resource hanlding on presenceJames Booth2013-02-141-13/+8
* Added p_contact_add_resourceJames Booth2013-02-101-9/+11
* Use resource_presence_t in ResourceJames Booth2013-02-101-9/+6
* Renamed resources->available_resourcesJames Booth2013-02-101-20/+17
* Only create contacts resource when onlineJames Booth2013-02-101-12/+37
* Fixed error clearing contact listJames Booth2013-02-101-0/+26
* Added default resource to contactJames Booth2013-02-101-31/+25
* Renamed contact property jid->barejidJames Booth2013-02-091-6/+6
* Tidied #include'sJames Booth2013-02-021-1/+2
* Added client to /info command in chat roomsJames Booth2013-01-201-3/+8
* Added retrieval of caps string from presenceJames Booth2013-01-191-51/+31
* Updated copyrightJames Booth2013-01-111-1/+1
* Handle idle time from contactsJames Booth2012-12-091-35/+22
* Handle roster subscription updatesJames Booth2012-11-271-0/+21
* Show "request pending" in /sub show, when request has been sentJames Booth2012-11-271-1/+10
* Default contact subscription set to "none"James Booth2012-11-271-1/+1
* Split contact add and update presenceJames Booth2012-10-291-0/+30
* Subscription managementJames Booth2012-10-281-1/+23
* Load roster before sending presenceJames Booth2012-10-281-17/+49
* Removed trailing whitespace from src and testsJames Booth2012-10-211-5/+5
* Function signatures across linesJames Booth2012-07-241-7/+14
* Added autobuild toolsJames Booth2012-07-011-0/+108
> 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 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