| Commit message (Expand) | Author | Age | Files | Lines |
* | Converts CRLF line endings to LF, as suggested by @champtar. | Boris Grozev | 2016-02-23 | 1 | -1245/+1245 |
* | Move security events back from libjitsi as they are solely used here. | Ingo Bauersachs | 2015-08-23 | 1 | -1/+0 |
* | Updates the license headers. | Damian Minkov | 2015-07-20 | 1 | -5/+16 |
* | Fixes warnings, formatting, naming consistency. | Lyubomir Marinov | 2013-11-14 | 1 | -1251/+1251 |
* | Romoves the use of enum-like constants from SrtpListeners because it is a par... | Lyubomir Marinov | 2013-10-10 | 1 | -20/+57 |
* | When a ConferenceMember is removed from a conference with a | Boris Grozev | 2013-07-18 | 1 | -0/+29 |
* | Updates getting the direction of a CallPeer for use in conference-info documents | Boris Grozev | 2013-07-16 | 1 | -0/+17 |
* | Prevents more than one conference-info NOTIFY being sent to a single SIP Call... | Boris Grozev | 2013-07-10 | 1 | -1/+39 |
* | Fixes issue with error COIN packets. If error COIN packet is recieved it isn'... | hristoterezov | 2013-07-10 | 1 | -0/+8 |
* | Adds a MediaAwareCallPeer.getEntity() method in order to preserve previous be... | Boris Grozev | 2013-06-24 | 1 | -0/+13 |
* | Adds comments, renames fields | Boris Grozev | 2013-06-24 | 1 | -8/+56 |
* | Updates handling of received conference-information documents. Uses the Confe... | Boris Grozev | 2013-06-18 | 1 | -0/+20 |
* | Makes sending of XMPP COINs use the new architecture, removes unused code. | Boris Grozev | 2013-06-17 | 1 | -0/+35 |
* | Fixes warnings, removes trailing whitespace, adds @Override annotations. | Lyubomir Marinov | 2013-05-23 | 1 | -0/+2 |
* | Fix comment | Boris Grozev | 2013-05-04 | 1 | -1/+1 |
* | - Fixes a race condition in the Jitsi VideoBridge/colibri support which could... | Lyubomir Marinov | 2013-03-06 | 1 | -1/+1 |
* | Fixes an issue of overlapping videos which could cause the local video in a c... | Lyubomir Marinov | 2013-01-15 | 1 | -7/+4 |
* | Attempts to optimize the handling of audio level-related information in Jitsi... | Lyubomir Marinov | 2013-01-07 | 1 | -6/+71 |
* | Works on fixing issues with Jitsi VideoBridge telephony conferencing. | Lyubomir Marinov | 2013-01-07 | 1 | -555/+579 |
* | Allows the telephony conferences utilizing the Jitsi VideoBridge server-side ... | Lyubomir Marinov | 2012-11-27 | 1 | -5/+8 |
* | Refactors the cross-protocol conference support. | Lyubomir Marinov | 2012-09-25 | 1 | -1/+1 |
* | Fixes a NullPointerException in MediaAwareCallPeer related to ConferenceMembe... | Lyubomir Marinov | 2012-07-26 | 1 | -5/+12 |
* | Switches Jitsi trunk to libjitsi. | Lyubomir Marinov | 2012-06-29 | 1 | -2/+3 |
* | Call security fixes. Adds SrtpControl to the security negotiation started event. | Yana Stamcheva | 2012-04-10 | 1 | -2/+3 |
* | Renames recently added event securityStarted to securityNegotiationStarted. | Damian Minkov | 2012-04-06 | 1 | -4/+4 |
* | Adds security started event, indicating when security initialization has real... | Damian Minkov | 2012-04-05 | 1 | -0/+13 |
* | Implements automatic selection of the (experimental) cobri support for confer... | Lyubomir Marinov | 2012-04-04 | 1 | -10/+8 |
* | Fixes multiple stability issues with the (experimental) support for the cobri... | Lyubomir Marinov | 2012-04-03 | 1 | -3/+1 |
* | Fixes a ConcurrentModificationException in SRTCPTransformer. | Lyubomir Marinov | 2012-03-30 | 1 | -7/+4 |
* | Adds security timeout event, triggered whenever we tried and couldn't establi... | Damian Minkov | 2012-03-06 | 1 | -0/+13 |
* | Commits work in progress on fixing issues with video conferences. Fixes an Ar... | Lyubomir Marinov | 2012-02-15 | 1 | -8/+9 |
* | Fixes audio levels in conference UI. | Sebastien Vincent | 2012-01-20 | 1 | -1/+0 |
* | Adds support for audio devices hotplug as well as to change input/output audi... | Sebastien Vincent | 2012-01-18 | 1 | -1/+1 |
* | Create security off event object in security control event handler | Ingo Bauersachs | 2012-01-15 | 1 | -3/+5 |
* | Changes project name in source license headers from SIP Communicator to Jitsi | Emil Ivov | 2011-10-18 | 1 | -1/+1 |
* | Adapt Call UI to multiple encryption methods | Ingo Bauersachs | 2011-10-04 | 1 | -15/+8 |
* | Remove unused security-event callback methods | Ingo Bauersachs | 2011-10-04 | 1 | -44/+0 |
* | SDES Integration: Enable fallback to ZRTP, add Javadoc, more renames | Ingo Bauersachs | 2011-10-04 | 1 | -1/+1 |
* | Rename generic srtp classes from Zrtp* to Srtp* | Ingo Bauersachs | 2011-10-04 | 1 | -1/+1 |
* | Fixes possible NPE calling getDisplayName on sip call peers that are already ... | Damian Minkov | 2011-08-04 | 1 | -5/+11 |
* | Addresses a possible deadlock in video calls. | Lyubomir Marinov | 2011-07-26 | 1 | -11/+19 |
* | Fixes a problem with hold and enabling audio if we were in mutually hold stat... | Damian Minkov | 2011-07-18 | 1 | -1/+1 |
* | Fixes a deadlock in audio level functionality which used to freeze the user i... | Lyubomir Marinov | 2011-06-28 | 1 | -28/+81 |
* | Removes a duplicate method/an unnecessary method override. | Lyubomir Marinov | 2011-01-26 | 1 | -15/+0 |
* | Fix closing media when Bye has a reason string, fix missed and not overriden ... | Damian Minkov | 2010-11-16 | 1 | -1/+17 |
* | Move video-related methods from CallSipImpl to MediaAwareCall so that they ca... | Sebastien Vincent | 2010-08-11 | 1 | -1/+0 |
* | Improves support for Jingle with RAW UDP. | Emil Ivov | 2010-07-28 | 1 | -1/+7 |
* | Adds support for session termination and canceling | Emil Ivov | 2010-07-25 | 1 | -3/+1 |
* | Ongoing work on the jingle implementation | Emil Ivov | 2010-07-25 | 1 | -5/+5 |
* | Ongling work on jingle media negotiation | Emil Ivov | 2010-07-25 | 1 | -3/+45 |