about summary refs log tree commit diff stats
path: root/src/command
Commit message (Expand)AuthorAgeFilesLines
* Added /roster autocompleteJames Booth2013-05-191-0/+18
* Added sub to /notify preferences outputJames Booth2013-05-191-1/+0
* Added /roster command with nick option to change handleJames Booth2013-05-191-0/+40
* Added "tidy" and "prune" options to /wins commandJames Booth2013-05-171-33/+28
* Show how many windows closed with /close all and /close readJames Booth2013-05-161-3/+17
* Show correct message when closing window 0James Booth2013-05-161-1/+1
* Use 0 not 10 on window close messageJames Booth2013-05-161-1/+5
* Added autocompleter for /close commandJames Booth2013-05-161-0/+8
* Added "read" parameter to /closeJames Booth2013-05-161-3/+15
* Added parameter to /closeJames Booth2013-05-121-26/+69
* Removed contact_list, moved roster logic to xmpp/roster moduleJames Booth2013-05-061-1/+0
* Renamed contact_list_ functions to roster_James Booth2013-05-061-12/+12
* Autocomplete "/sub allow" parameter from subscription requestsJames Booth2013-05-051-1/+30
* Added /duck command to perform searches using duckduckgo chat botJames Booth2013-05-051-0/+62
* Added groupchat logsJames Booth2013-05-051-0/+22
* Fixed bug where /msg not logging chatJames Booth2013-04-281-1/+1
* Added desktop notification option for subscription requestsJames Booth2013-04-271-1/+46
* Moved display logic for subscriptions to console moduleJames Booth2013-04-271-27/+2
* Support for XEP-0249 Direct MUC InvitationsJames Booth2013-04-241-0/+47
* Added desktop notifications for chat room invitesJames Booth2013-04-221-1/+17
* Renamed remaining win_ functionsJames Booth2013-04-211-53/+53
* Renamed win_current_get_recipient -> ui_current_win_recipientJames Booth2013-04-211-22/+22
* Replace window type functions with single function returning typeJames Booth2013-04-211-78/+143
* Renamed clear and close functions in uiJames Booth2013-04-211-2/+2
* Renamed cons_bad_show -> cons_show_errorJames Booth2013-04-211-5/+5
* Removed cons_bad_command()James Booth2013-04-211-1/+1
* Moved cons_about() to console moduleJames Booth2013-04-201-0/+7
* Added /invite for direct MUC invitationsJames Booth2013-04-201-0/+44
* Guess conference server if not supplied when joining room (/join)James Booth2013-04-101-8/+30
* Mouse handling disabled by default.James Booth2013-03-191-1/+3
* Use domain part of current jid when no jid passed to /discoJames Booth2013-03-141-4/+16
* Added /disco commandJames Booth2013-03-141-4/+50
* Added basic /rooms command to get chat room listJames Booth2013-03-131-0/+37
* Handle dependent settingsJames Booth2013-03-101-4/+38
* Updated online helpJames Booth2013-03-101-31/+51
* Added /clear command to clear current windowJames Booth2013-03-021-0/+16
* Show available resources for current account with "/account"James Booth2013-02-181-4/+13
* Colour connected account in "/account list" according ot presenceJames Booth2013-02-181-13/+2
* Fixed invalid resource errorJames Booth2013-02-171-2/+10
* Tidied help on /info, /caps and /softwareJames Booth2013-02-171-10/+14
* Colour title on /caps and /software outputJames Booth2013-02-171-38/+23
* Added /software command handling to chat rooms and private chatJames Booth2013-02-171-10/+35
* Added autocomplete for /software commandJames Booth2013-02-171-0/+33
* Added /caps commandJames Booth2013-02-171-0/+78
* Show all resources ordered by priority with /info commandJames Booth2013-02-171-17/+21
* Dealing with mulitple contact resources, work in progressJames Booth2013-02-141-14/+17
* Added resource_presence_t and contact_presence_tJames Booth2013-02-101-44/+23
* Removed presence from jabber_connJames Booth2013-02-101-5/+5
* Renamed jabber_presence_t->presence_tJames Booth2013-02-101-5/+5
* Renamed contact property jid->barejidJames Booth2013-02-091-1/+1
08 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