about summary refs log tree commit diff stats
path: root/src/server_events.c
Commit message (Expand)AuthorAgeFilesLines
* Refactored all window recipients and typesJames Booth2014-12-201-13/+13
* Added occupantswin.cJames Booth2014-12-161-8/+8
* Moved roster functionsJames Booth2014-12-161-3/+3
* Split private message handling to separate functionsJames Booth2014-12-101-45/+46
* Show roster after roster receivedJames Booth2014-11-201-0/+4
* Implemented /roster by groupJames Booth2014-11-131-0/+8
* Added /roster show|hide command, only show roster on connect successJames Booth2014-11-101-0/+4
* Added simple rosterJames Booth2014-11-101-0/+4
* Removed hash_table_iter usage for room rosterJames Booth2014-11-031-2/+3
* Added /privileges command to set UI option for showing roles/affiliations in ...James Booth2014-10-181-22/+26
* Removed debug messages when setting roles/affiliationsJames Booth2014-10-181-12/+0
* Show occupants role/affiliation changesJames Booth2014-10-181-4/+30
* Added reason to role/affiliation changesJames Booth2014-10-181-5/+5
* Add output for when both role and affiliation changed at same timeJames Booth2014-10-181-3/+9
* Show occupants role and affiliation when they join a roomJames Booth2014-10-181-1/+1
* Removed /duck commandJames Booth2014-10-181-6/+0
* Show role/affiliation on room join and on changeJames Booth2014-10-121-3/+13
* Added /affiliation and /role commandsJames Booth2014-10-121-0/+2
* Fixed nick changesJames Booth2014-10-101-2/+5
* Renamed args to /occupants defaultJames Booth2014-10-091-0/+6
* Added scroll support to occupant listJames Booth2014-10-071-3/+0
* Added room occupants panelJames Booth2014-10-071-0/+7
* Include self in room rosterJames Booth2014-10-071-1/+4
* Refactor handle_muc_occupant_onlineJames Booth2014-10-071-26/+24
* Refactor muc user handlerJames Booth2014-10-071-88/+49
* Refactor muc_user_handlerJames Booth2014-10-071-0/+45
* Added jid autocomplete for affiliation commandsJames Booth2014-10-061-0/+15
* Implemented setting and listing rolesJames Booth2014-10-061-0/+27
* Implemented /room kick commandJames Booth2014-10-051-7/+26
* Added /room kick commandJames Booth2014-10-051-0/+12
* Added /room subject commandJames Booth2014-10-051-5/+5
* Implemented getting affiliation list, and setting affiliationJames Booth2014-10-051-0/+28
* Added service discovery to /room info commandJames Booth2014-10-021-0/+12
* Store real jid with occupantsJames Booth2014-10-011-6/+6
* wip - Store roles and affiliations with occupantsJames Booth2014-09-301-7/+6
* Tidied muc moduleJames Booth2014-09-281-23/+23
* Store room affiliation and roleJames Booth2014-09-281-0/+1
* Handle errors for /disco info requestsJames Booth2014-09-241-0/+10
* Removed _get_caps_key functionJames Booth2014-09-211-5/+4
* Handle result of room configuration submitJames Booth2014-09-171-4/+10
* Show errors in room when can't retrieve room configJames Booth2014-09-171-13/+1
* Implemented /room config submit for saving room configurationJames Booth2014-09-101-0/+6
* Tidied error handling for room formsJames Booth2014-09-091-2/+14
* Merge branch 'master' into roomconfigJames Booth2014-09-071-1/+1
|\
| * Fixed spelling mistake in ping errorsJames Booth2014-09-071-1/+1
* | Merge branch 'master' into roomconfigJames Booth2014-09-071-0/+10
|\|
| * Added error handling for /ping command responsesJames Booth2014-09-071-0/+10
* | Moved room config UI code to ui/core.cJames Booth2014-09-071-70/+1
* | Fix option handling for room config form parsingJames Booth2014-09-061-1/+1
* | Added further debug output for room configJames Booth2014-09-061-8/+55
'n573' href='#n573'>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