about summary refs log tree commit diff stats
path: root/src/muc.c
Commit message (Expand)AuthorAgeFilesLines
* Refactoring window types, removing recipient and from references - wipJames Booth2014-12-181-25/+29
* Removed hash_table_iter usage for room rosterJames Booth2014-11-031-7/+7
* Fixed nick changesJames Booth2014-10-101-0/+2
* Refactor muc user handlerJames Booth2014-10-071-1/+1
* Added jid autocomplete for affiliation commandsJames Booth2014-10-061-0/+55
* Added /room subject commandJames Booth2014-10-051-1/+5
* Store real jid with occupantsJames Booth2014-10-011-6/+13
* Added /room <affiliation> commandJames Booth2014-10-011-0/+23
* Added /room <role> commandJames Booth2014-10-011-0/+23
* Show occupants affiliation and role with /info in roomsJames Booth2014-09-301-0/+12
* wip - Store roles and affiliations with occupantsJames Booth2014-09-301-7/+11
* Changed rooms to use Occupant type instead of PContactJames Booth2014-09-301-39/+66
* Tidied muc moduleJames Booth2014-09-281-36/+36
* Store room affiliation and roleJames Booth2014-09-281-0/+156
* Check for NULL inside autocomplete_freeJames Booth2014-09-261-3/+1
* Create room list on muc_initJames Booth2014-09-261-155/+82
* Tidied muc.cJames Booth2014-09-261-104/+73
* Renamed autocomplete function to get listJames Booth2014-09-261-2/+2
* Removed NULL check when checking roster for nickJames Booth2014-09-251-6/+2
* Added jid->hash lookup for capabilitiesJames Booth2014-09-201-3/+2
* Validate usage of /room config command, added UI messagesJames Booth2014-09-031-0/+35
* Small spelling fixes in code and commentsDariusz Dwornikowski2014-08-271-2/+2
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
* Added ": " after nick autocomplete when start of messageJames Booth2014-07-151-0/+3
* Save chat room message prefix for autocompleteJames Booth2014-07-151-29/+66
* Finished chat room nick autocompleteJames Booth2014-07-151-9/+21
* Added quote param to autocomplete_param_with_acJames Booth2014-07-091-2/+2
* Added quote param to autocomplete_completeJames Booth2014-07-091-2/+2
* Removed debug, added check for 0 length stringJames Booth2014-07-091-1/+0
* Added autocomplete for nicknames in MUC input textJames Booth2014-07-091-0/+27
* Properly free muc hashtablesJames Booth2014-06-151-2/+2
* Fixed memleak when leaving roomsJames Booth2014-06-151-1/+1
* Added backwards compatible g_list_free_full for glib < 2.28James Booth2014-05-211-0/+1
* Handle room subject and broadcasts sent before roster receivedJames Booth2014-05-051-0/+64
* Fixed cppcheck warningsJames Booth2014-04-261-4/+2
* Rejoin private rooms after reconnectingJames Booth2014-04-231-0/+20
* Chat room windows now created only after successful joinJames Booth2014-04-211-2/+21
* Store password with roomJames Booth2014-04-201-1/+8
* Tidied ui dependenciesJames Booth2014-04-061-2/+0
* Updated copyrightJames Booth2014-03-091-1/+1
* Refactored muc_room_is_active to only take room, rather than full jidJames Booth2014-03-081-2/+2
* Added presence_error tests, added muc_close()James Booth2014-01-301-0/+10
* Fixe rejoining room after nickname conflictJames Booth2013-09-221-1/+3
* removed strdup in autocomplete callsDmitry Podgorny2013-08-261-2/+2
* Merge branch 'master' into nextdevJames Booth2013-08-051-1/+15
|\
| * Handle when servers dont send status 101 or jid for MUC nick changesJames Booth2013-08-051-1/+15
* | most FREE_SET_NULL replaced with freeDmitry Podgorny2013-08-031-16/+4
|/
* Sort room participants on /who commandJames Booth2013-05-301-1/+29
* Add groups to roster contactsJames Booth2013-05-221-1/+1
* Support for XEP-0249 Direct MUC InvitationsJames Booth2013-04-241-0/+68
n551' href='#n551'>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