aboutsummaryrefslogtreecommitdiffstats
path: root/src/net
Commit message (Expand)AuthorAgeFilesLines
...
* Fix saving output device and add some debug prints.Damian Minkov2010-12-032-21/+49
* Commits a patch provided by Bauersachs Ingo on the dev mailing list in the th...Damian Minkov2010-12-031-0/+5
* Introduce Packet Logging Service with its configuration form and implementati...Damian Minkov2010-12-0318-32/+2053
* * Fix exception when creating a STUN server without username/password;Sebastien Vincent2010-12-035-7/+14
* Fix a bug when we call an XMPP peer whose resources are all with priority 0.Sebastien Vincent2010-12-011-2/+2
* Fix callee name in error message.Sebastien Vincent2010-12-012-4/+10
* When calling a contact that has multiple resources, choose the one that has t...Sebastien Vincent2010-12-019-58/+120
* Change the volume during a call while sliding (and not when the slider is rel...Yana Stamcheva2010-12-011-6/+3
* Display an error message when Jingle call failed if contact does not belong t...Sebastien Vincent2010-11-304-1/+90
* Fix local video display when we are the second to activate video in a XMPP call.Sebastien Vincent2010-11-301-0/+1
* When a call is on hold, disable only video, desktop streaming/sharing and DTM...Sebastien Vincent2010-11-302-63/+66
* Localized state strings.Yana Stamcheva2010-11-306-916/+850
* Fixes a memory (and thread) leak in AudioMixer.Lyubomir Marinov2010-11-303-46/+65
* Attempt to fix disabled hold button when we have more than one call in the sa...Sebastien Vincent2010-11-302-1/+10
* If ICE processing failed, fail the call, send a session-terminate to peer and...Sebastien Vincent2010-11-303-2/+55
* Change the "use ICE" property name.Sebastien Vincent2010-11-291-1/+1
* Remove debug output.Sebastien Vincent2010-11-291-1/+0
* Text formating.Sebastien Vincent2010-11-291-4/+4
* Disable all buttons (but hold) when call is on hold.Sebastien Vincent2010-11-292-16/+29
* Update check detecting wrong password on secure locations.Damian Minkov2010-11-291-4/+72
* Opens the PortAudio streams with a valid framesPerBuffer value in order to ma...Lyubomir Marinov2010-11-294-16/+12
* Limits contact list selection to a "single selection" to reduce row size prob...Yana Stamcheva2010-11-291-0/+2
* Fixes NullPointerException in MetaContact.getDefaultContact().Yana Stamcheva2010-11-291-1/+1
* Add the possibility to use SIP Communicator STUN server in case no other STUN...Sebastien Vincent2010-11-267-18/+142
* STUN dialog configuration can be edited and changes are correctly reported to...Sebastien Vincent2010-11-261-17/+99
* Sets the default icon of the authentication window to be the application logo.Yana Stamcheva2010-11-262-5/+8
* Improvements in obtaining contact capabilities.Yana Stamcheva2010-11-2614-261/+423
* Enable ICE and STUN/TURN discovery by default for new Jabber account.Sebastien Vincent2010-11-263-27/+44
* Updatecheck activator, update authenticate window, exported window no more used.Damian Minkov2010-11-262-56/+54
* Update ice4j.jar and fix some javadoc warnings.Sebastien Vincent2010-11-256-17/+34
* Introduce sending/receiving generic events operation set and its implementati...Damian Minkov2010-11-257-0/+745
* Slightly improves redemption mechanism in parallel DNS queriesEmil Ivov2010-11-241-3/+10
* Finalizes version1 of the implementation for parallel DNS queries.Emil Ivov2010-11-242-115/+15
* Work in progress on the implementation of parallel DNS queries.Emil Ivov2010-11-241-0/+108
* Work in progress on the implementation of parallel DNS queries.Emil Ivov2010-11-242-52/+294
* Work in progress on the implementation of parallel DNS queries.Emil Ivov2010-11-241-2/+5
* Work in progress on the implementation of parallel DNS queries.Emil Ivov2010-11-241-28/+108
* Work in progress on the implementation of parallel DNS queries.Emil Ivov2010-11-241-2/+5
* Work in progress on the implementation of parallel DNS queries.Emil Ivov2010-11-241-7/+106
* Work in progress on the implementation of parallel DNS queries.Emil Ivov2010-11-241-45/+59
* Work in progress on the implementation of parallel DNS queries.Emil Ivov2010-11-242-3/+239
* Fix filtering broken NOTIFY messages.Damian Minkov2010-11-231-1/+1
* Log moved to the good place.Yana Stamcheva2010-11-221-4/+4
* Fixes call history record state IndexOutOfBoundsException.Yana Stamcheva2010-11-221-4/+12
* Tries to fix a NullPointerException in CallPeerMediaHandlerSipImpl.createMedi...Lyubomir Marinov2010-11-221-15/+13
* Don't process NOTIFY messages without subscription state header.Damian Minkov2010-11-221-2/+25
* Fixes IndexOutOfBoundsException in Call History, prevents the gui from crashi...Yana Stamcheva2010-11-224-4/+61
* Fix show of wrong password dialog if we wait too long on master password prom...Damian Minkov2010-11-222-3/+18
* Ensure that the received call dialog is close when the call state changes.Yana Stamcheva2010-11-191-1/+6
* Commits work in progress on improving echo cancellation.Attempts to shorten t...Lyubomir Marinov2010-11-191-1/+1