aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/muc
Commit message (Expand)AuthorAgeFilesLines
* Converts CRLF line endings to LF, as suggested by @champtar.Boris Grozev2016-02-236-3077/+3077
* Updates the license headers.Damian Minkov2015-07-2013-39/+188
* Changes a type for contact sources ot contact list type to a common one that ...Damian Minkov2015-04-011-2/+2
* Fix possible NPE.Danny van Heumen2015-02-181-1/+1
* Fix NPE: Don't rely on ChatRoom instance in case of removal.Danny van Heumen2014-11-271-3/+21
* Add account display name as display details for chat rooms.Danny van Heumen2014-11-021-1/+1
* Fixed bad equality check between source chat room contact instance and chatDanny van Heumen2014-11-021-19/+34
* Fix NPE: Don't continue if chat room wrapper is null. (+ updatedDanny van Heumen2014-11-021-1/+2
* Fixes warnings, bugs. Reduces source code duplication. Simplifies, clarifies ...Lyubomir Marinov2014-09-291-23/+6
* Fixes warnings.Lyubomir Marinov2014-09-191-12/+9
* GUI right-click join: try creating the chat room first, before failingDanny van Heumen2014-09-171-6/+30
* Fix for joining chat room multiple times when auto-join set.Danny van Heumen2014-08-241-7/+6
* Modified default chat room auto-open behaviour to OPEN_ON_MESSAGE.Danny van Heumen2014-08-211-3/+3
* Fix for inserting large number of query results for server chat roomDanny van Heumen2014-08-141-9/+66
* Uses display name when accepted invitation to join a chat room.Damian Minkov2014-05-121-2/+14
* Fixes matching in contact list instances where no filter strings is set.Damian Minkov2014-04-241-2/+0
* Adds display name to authorisation requests when adding a contact.hristoterezov2014-04-232-44/+9
* Adds alphabetical order of the list with chat rooms available on the server.hristoterezov2014-04-083-75/+96
* Fixes an issue with duplicating chat room contacts when invite is accepted.hristoterezov2014-04-041-3/+0
* Use the proper key for mnemonics (cleans some warning logs).Boris Grozev2014-04-031-1/+1
* Fixes removing chat room if not owner and is not joined, and the prop for own...Damian Minkov2014-03-281-9/+9
* Adds property to remove chat room from the list when it fails to join when ad...Damian Minkov2014-03-263-41/+52
* Adds property to disable muc service.Damian Minkov2014-03-251-5/+13
* Fixes removing chat rooms when user wants to destroy non persistent chat room...Damian Minkov2014-03-181-0/+11
* Fixes NPE.Damian Minkov2014-03-171-0/+2
* Fixes option to disable remove option for chatroom owner.Damian Minkov2014-03-051-3/+9
* Fixes formatting.Damian Minkov2014-03-052-3/+3
* Adds configuration property to hide remove chat room right hand menu item if ...hristoterezov2014-02-131-9/+33
* Implements destroy chat room functionality. Adds destroy chat room button and...hristoterezov2014-02-122-10/+84
* Implements user search contact source.hristoterezov2014-02-112-77/+93
* Removes some whitespaces.Damian Minkov2014-02-041-84/+84
* Adds join button for chatrooms in contact list. And shows/hides the join and ...Damian Minkov2014-02-041-64/+108
* Fixes leaking ChatRoomWrapper instances as configuration listeners, will caus...Damian Minkov2014-01-211-2/+10
* Fixes some javadocs and removes whitespaces.Damian Minkov2014-01-211-27/+21
* Fixes GUI issues for open automatically right menu item and changes the defau...hristoterezov2014-01-161-3/+4
* Adds open automatically configuration option to the chat room right hand menu.hristoterezov2014-01-156-9/+103
* Fixes issues with the async queries of the contact list which may causehristoterezov2014-01-082-17/+10
* Fixes the previous commit.hristoterezov2014-01-081-0/+121
* Adds the ability to create a right hand menu for groups with custom action it...hristoterezov2014-01-081-0/+5
* Removes MUCService dependence from desktoputil plugin.Damian Minkov2014-01-072-4/+15
* Fixes an issue which could cause some participants in merged and cross-protoc...Lyubomir Marinov2013-12-161-1/+0
* Reverts changes from 160bccf16f2eb0ff8d560c52e4d15f95336a3512 , dfac8a056e02d...hristoterezov2013-12-163-10/+18
* Changes the contact source interfaces to use only the listeners for addinghristoterezov2013-12-143-18/+10
* Fixes NPE.Damian Minkov2013-12-131-1/+3
* Changes the chat room error messages to show in popup notificationshristoterezov2013-12-111-1/+1
* Fixes the open action for chat room contacts.hristoterezov2013-12-102-67/+23
* Adds Contacts group to the contact list to contain the meta contacts fromhristoterezov2013-12-102-5/+2
* Show ProtocolDisplayName in chat error messagesIngo Bauersachs2013-12-081-2/+2
* Replace System-Bundle header by BSN and a list that defines sys-bundlesIngo Bauersachs2013-12-071-1/+1
* Fixes warnings.Lyubomir Marinov2013-12-051-15/+15