index
:
jitsi.git
master
upstream
creating a debian package
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
/
java
/
sip
/
communicator
/
impl
/
muc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updates the license headers.
Damian Minkov
2015-07-20
13
-39
/
+188
*
Changes a type for contact sources ot contact list type to a common one that ...
Damian Minkov
2015-04-01
1
-2
/
+2
*
Fix possible NPE.
Danny van Heumen
2015-02-18
1
-1
/
+1
*
Fix NPE: Don't rely on ChatRoom instance in case of removal.
Danny van Heumen
2014-11-27
1
-3
/
+21
*
Add account display name as display details for chat rooms.
Danny van Heumen
2014-11-02
1
-1
/
+1
*
Fixed bad equality check between source chat room contact instance and chat
Danny van Heumen
2014-11-02
1
-19
/
+34
*
Fix NPE: Don't continue if chat room wrapper is null. (+ updated
Danny van Heumen
2014-11-02
1
-1
/
+2
*
Fixes warnings, bugs. Reduces source code duplication. Simplifies, clarifies ...
Lyubomir Marinov
2014-09-29
1
-23
/
+6
*
Fixes warnings.
Lyubomir Marinov
2014-09-19
1
-12
/
+9
*
GUI right-click join: try creating the chat room first, before failing
Danny van Heumen
2014-09-17
1
-6
/
+30
*
Fix for joining chat room multiple times when auto-join set.
Danny van Heumen
2014-08-24
1
-7
/
+6
*
Modified default chat room auto-open behaviour to OPEN_ON_MESSAGE.
Danny van Heumen
2014-08-21
1
-3
/
+3
*
Fix for inserting large number of query results for server chat room
Danny van Heumen
2014-08-14
1
-9
/
+66
*
Uses display name when accepted invitation to join a chat room.
Damian Minkov
2014-05-12
1
-2
/
+14
*
Fixes matching in contact list instances where no filter strings is set.
Damian Minkov
2014-04-24
1
-2
/
+0
*
Adds display name to authorisation requests when adding a contact.
hristoterezov
2014-04-23
2
-44
/
+9
*
Adds alphabetical order of the list with chat rooms available on the server.
hristoterezov
2014-04-08
3
-75
/
+96
*
Fixes an issue with duplicating chat room contacts when invite is accepted.
hristoterezov
2014-04-04
1
-3
/
+0
*
Use the proper key for mnemonics (cleans some warning logs).
Boris Grozev
2014-04-03
1
-1
/
+1
*
Fixes removing chat room if not owner and is not joined, and the prop for own...
Damian Minkov
2014-03-28
1
-9
/
+9
*
Adds property to remove chat room from the list when it fails to join when ad...
Damian Minkov
2014-03-26
3
-41
/
+52
*
Adds property to disable muc service.
Damian Minkov
2014-03-25
1
-5
/
+13
*
Fixes removing chat rooms when user wants to destroy non persistent chat room...
Damian Minkov
2014-03-18
1
-0
/
+11
*
Fixes NPE.
Damian Minkov
2014-03-17
1
-0
/
+2
*
Fixes option to disable remove option for chatroom owner.
Damian Minkov
2014-03-05
1
-3
/
+9
*
Fixes formatting.
Damian Minkov
2014-03-05
2
-3
/
+3
*
Adds configuration property to hide remove chat room right hand menu item if ...
hristoterezov
2014-02-13
1
-9
/
+33
*
Implements destroy chat room functionality. Adds destroy chat room button and...
hristoterezov
2014-02-12
2
-10
/
+84
*
Implements user search contact source.
hristoterezov
2014-02-11
2
-77
/
+93
*
Removes some whitespaces.
Damian Minkov
2014-02-04
1
-84
/
+84
*
Adds join button for chatrooms in contact list. And shows/hides the join and ...
Damian Minkov
2014-02-04
1
-64
/
+108
*
Fixes leaking ChatRoomWrapper instances as configuration listeners, will caus...
Damian Minkov
2014-01-21
1
-2
/
+10
*
Fixes some javadocs and removes whitespaces.
Damian Minkov
2014-01-21
1
-27
/
+21
*
Fixes GUI issues for open automatically right menu item and changes the defau...
hristoterezov
2014-01-16
1
-3
/
+4
*
Adds open automatically configuration option to the chat room right hand menu.
hristoterezov
2014-01-15
6
-9
/
+103
*
Fixes issues with the async queries of the contact list which may cause
hristoterezov
2014-01-08
2
-17
/
+10
*
Fixes the previous commit.
hristoterezov
2014-01-08
1
-0
/
+121
*
Adds the ability to create a right hand menu for groups with custom action it...
hristoterezov
2014-01-08
1
-0
/
+5
*
Removes MUCService dependence from desktoputil plugin.
Damian Minkov
2014-01-07
2
-4
/
+15
*
Fixes an issue which could cause some participants in merged and cross-protoc...
Lyubomir Marinov
2013-12-16
1
-1
/
+0
*
Reverts changes from 160bccf16f2eb0ff8d560c52e4d15f95336a3512 , dfac8a056e02d...
hristoterezov
2013-12-16
3
-10
/
+18
*
Changes the contact source interfaces to use only the listeners for adding
hristoterezov
2013-12-14
3
-18
/
+10
*
Fixes NPE.
Damian Minkov
2013-12-13
1
-1
/
+3
*
Changes the chat room error messages to show in popup notifications
hristoterezov
2013-12-11
1
-1
/
+1
*
Fixes the open action for chat room contacts.
hristoterezov
2013-12-10
2
-67
/
+23
*
Adds Contacts group to the contact list to contain the meta contacts from
hristoterezov
2013-12-10
2
-5
/
+2
*
Show ProtocolDisplayName in chat error messages
Ingo Bauersachs
2013-12-08
1
-2
/
+2
*
Replace System-Bundle header by BSN and a list that defines sys-bundles
Ingo Bauersachs
2013-12-07
1
-1
/
+1
*
Fixes warnings.
Lyubomir Marinov
2013-12-05
1
-15
/
+15
*
Adds argument checks for null value in getExistingChatRooms in MUC
hristoterezov
2013-12-05
1
-0
/
+3
[next]