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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adds PluginComponentFactory which is responsible for creating the PluginCompo...
Damian Minkov
2013-09-24
26
-456
/
+609
*
Fixes changing chat transport icons and the icon of chat tabs when status cha...
Damian Minkov
2013-09-20
3
-10
/
+37
*
Moves some ui code to be executed in EDT.
Damian Minkov
2013-09-19
1
-1
/
+13
*
Displays account display name when listing accounts in chat room dialog.
Damian Minkov
2013-09-19
1
-1
/
+1
*
Fixes - create new jabber account with a custom port, issue #1117. Patch prov...
Damian Minkov
2013-09-18
1
-3
/
+12
*
Changes scrollable tabs forward/backward icons if new message is received and...
Damian Minkov
2013-09-18
2
-6
/
+85
*
Disables configuration of call recording if call recording button is hidden.
Damian Minkov
2013-09-17
1
-1
/
+4
*
Adds an option when using proxies to forward DNS traffic to an address, usefu...
Damian Minkov
2013-09-17
4
-45
/
+265
*
Updates call history view on call ended. Patch provided by Timothy Price.
Damian Minkov
2013-09-17
1
-12
/
+12
*
Fixes spell check error in field name.
Damian Minkov
2013-09-13
6
-42
/
+38
*
Fixes NPE which prevents removing a contact from the UI.
Damian Minkov
2013-09-12
1
-3
/
+0
*
Fixes tests.
Damian Minkov
2013-09-12
1
-1
/
+1
*
Saves last seen message coming from server as chat room history and skip olde...
Damian Minkov
2013-09-12
1
-0
/
+47
*
Fixes build.
Damian Minkov
2013-09-12
1
-1
/
+2
*
Fixes history button in chat window to work and with chat rooms.
Damian Minkov
2013-09-12
4
-31
/
+140
*
Adds message when otr session is enabled whether chat logging history is on o...
Damian Minkov
2013-09-11
4
-11
/
+98
*
Adds button in chat window to easily enable/disable chat history logging.
Damian Minkov
2013-09-11
12
-96
/
+595
*
Fixes NPE when there is a server error without error set in XMPPException, no...
Damian Minkov
2013-09-11
1
-1
/
+2
*
Optimizes the search in the properties editor. Marin Dzhigarov
Lyubomir Marinov
2013-09-11
7
-322
/
+438
*
Corrects count synchronization for the remaining Outlook notification events.
Vincent Lucas
2013-09-04
1
-2
/
+3
*
Fixes NPE in removeStoredAccount().
paweldomas
2013-09-03
1
-1
/
+1
*
Fixes issue with adding permanently chat rooms to the list of saved chat rooms.
hristoterezov
2013-09-02
1
-1
/
+1
*
Don't use P2PTransportManager for conferences using a jitsi-videobridge (allows
Boris Grozev
2013-08-31
1
-1
/
+8
*
Corrects synchronization issue when adding contacts. Adds function to get the...
Vincent Lucas
2013-08-31
4
-7
/
+64
*
Changes the subject fields layout in the change nickname chat room dialog. Re...
hristoterezov
2013-08-30
1
-49
/
+55
*
Fixes the issue with joinning the chat room before the user enters nickname a...
hristoterezov
2013-08-30
3
-2
/
+6
*
Adds "set subject" checkbox and subject text field to the chat room nickname ...
hristoterezov
2013-08-29
8
-39
/
+272
*
Shows contacts information if available even if they are offline, like teleph...
Damian Minkov
2013-08-29
1
-0
/
+1
*
Cleans up code, fixes javadocs, applies tiny optimizations.
Lyubomir Marinov
2013-08-28
6
-233
/
+315
*
Formats the source code of the propertieseditor plugin according to our conve...
Lyubomir Marinov
2013-08-28
5
-8
/
+1
*
Fixes a bug in OTR - ScOtrEngineImpl.contactsMap doesn't get cleaned up. (Mar...
Lyubomir Marinov
2013-08-28
2
-424
/
+466
*
Adds web page button, if contacts has web page detail, shows a button to open...
Damian Minkov
2013-08-28
4
-0
/
+435
*
Implements an editor which allows the user to edit Jitsi's configuration prop...
Lyubomir Marinov
2013-08-28
14
-251
/
+1430
*
Fixes a problem where history messages from chatroom are sometimes duplicated...
Damian Minkov
2013-08-27
1
-2
/
+4
*
Fixes a problem where history messages from chatroom keep filling the history.
Damian Minkov
2013-08-27
1
-0
/
+70
*
Uses server responses when sending messages to generate delivery reports for ...
Damian Minkov
2013-08-27
2
-14
/
+45
*
Adds synchronized to members property.
hristoterezov
2013-08-27
1
-34
/
+60
*
Changes the configuration of the private chat room to be members-only and hid...
hristoterezov
2013-08-27
3
-7
/
+109
*
Fixes the status icon of chatroom when the room is opened for the first time.
Damian Minkov
2013-08-26
1
-0
/
+3
*
Implements a workaround which fixes the number of channels
Boris Grozev
2013-08-26
1
-0
/
+15
*
Fixes chatrooms stayed open in UI on connection failed of provider.
Damian Minkov
2013-08-26
3
-10
/
+24
*
Trims chatroom name.
Damian Minkov
2013-08-26
1
-2
/
+2
*
Shows error message when providing password for chatroom fails.
Damian Minkov
2013-08-26
1
-7
/
+38
*
Removes chatroom authentication window and uses the default one.
Damian Minkov
2013-08-26
4
-319
/
+53
*
Implements ChatRoom#announceConference for jabber. It works by sending a
Boris Grozev
2013-08-23
1
-12
/
+159
*
Adds ConferenceDescription and ConferenceDescriptionPacketExtension classes.
Boris Grozev
2013-08-23
7
-0
/
+573
*
Fixes the choice of the MediaFormat to use for sending media when we accept a
Boris Grozev
2013-08-23
1
-1
/
+2
*
Updates chatroom members permissions retrieval.
Damian Minkov
2013-08-22
2
-29
/
+32
*
Do not create persistent chatrooms when inviting contacts to existing one to ...
Damian Minkov
2013-08-22
4
-7
/
+15
*
Fixes showing room configuration button and subject panel after inviting peop...
Damian Minkov
2013-08-22
3
-8
/
+19
[next]