Commit Graph

670 Commits (e0e0cf4921b76b3ba8a8167dc27d8f9aff518815)

Author SHA1 Message Date
Marin e0e0cf4921 Adds the ability for the OTR plugin to work with Jabber resources
12 years ago
Marin c164b0aa0a Updates the otr plugin to use the latest version of the OTR protocol.
12 years ago
Lyubomir Marinov 9dc6b6ef1d Updates ice4j to r376.
12 years ago
Lyubomir Marinov 58098b9963 Updates FMJ to r36.
12 years ago
Vincent Lucas 91f02d0949 Updates libjitsi: Log information to determine why the CoreAudio library does not load correctly from the build.
12 years ago
Vincent Lucas bb6008c56d Updates libjitsi and includes new libraries for CoreAudio AEC using webrtc library.
12 years ago
Damian Minkov c20ec62245 Disables recording formats currently not working.
12 years ago
Lyubomir Marinov 37db510f55 Reverts FMJ because necessary files were erroneously removed from it. Reported by Damian Minkov.
12 years ago
Lyubomir Marinov 02f63dcaaf Fixes a failure to preview the video device on GNU/Linux. Reported by pierigno.
12 years ago
Lyubomir Marinov 8d83cfb5be Improves the CPU utilization and the garbage collection profile of AudioMixer. Uses the default complexity value of the native Opus library in the encoder (unless the user has explicitly specified a value, of course).
12 years ago
Lyubomir Marinov a3d0a98fe8 Removes unused FMJ classes.
12 years ago
paweldomas 7508a77a7f Updates libjitsi to 457b56d816.
12 years ago
paweldomas 26cc488505 Modifies VersionImpl and VersionServiceImpl to use shared abstract classes from libjitsi(updates libjitsi bundle).
12 years ago
Ingo Bauersachs 5baad8c1ad Update log4j to 1.2.17
12 years ago
Ingo Bauersachs ae070f1e4f Remove RSS protocol
12 years ago
Lyubomir Marinov 9d31fa1c9c Fixes a deadlock reported against WASAPI which leads to inability to make calls.
12 years ago
Ingo Bauersachs e4ed60734f Update libjitsi (Windows Downloads folder in FAService)
12 years ago
Ingo Bauersachs 8b09d84210 Replace System-Bundle header by BSN and a list that defines sys-bundles
12 years ago
Marin 9bb91f0a8a Property editor search field is now case insensitive and searching by value is possible.
12 years ago
Vincent Lucas 8b39476038 Updates libjitsi: Updates SRTP transform engine when setting new SDES keys.
12 years ago
Marin 93f526c1b2 Fixed a bug with OTR not displaying cyrillic in the Question authentication dialog
12 years ago
Damian Minkov 5497767511 Mixes system random with audio samples into the Fortuna entropy pool.
12 years ago
Lyubomir Marinov 77d0e7eb91 Fixes an issue which could cause a DTLS client to never send a Client Hello.
12 years ago
Lyubomir Marinov 1015c31539 Fixes an issue which could cause the DTLS-SRTP implementation to assume the role of a DTLS server instead of a DTLS client.
12 years ago
Lyubomir Marinov edce284364 Adds a couple of ConfigurationService properties aimed at developers to enable experimental features related to RTP translation.
12 years ago
Lyubomir Marinov 1a27a656fa Logs a couple of debug messages to warn about potential programming errors.
12 years ago
Damian Minkov e663f95e42 Updates zrtp4j to use SecureRandom in order to use /dev/urandom on linux.
12 years ago
Lyubomir Marinov 82666676ee Attempts to remedy an issue in video telephony conferencing which could cause pacets of some streams to be overly delayed.
12 years ago
Lyubomir Marinov e63ff06323 Fixes differences in signedness of synchronization source (SSRC) identifiers which could lead to incorrect display of telephony conferencing-related information. Decreases the allocations in the DTLS-SRTP implementation. Fixes an issue which could cause an RTP packet to be read more than once.
12 years ago
Lyubomir Marinov a768bbfeab Adds more verbose logs. Removes unnecessary casts between long and int.
12 years ago
Lyubomir Marinov 64f9bee24d Avoids automatic boxing and unboxing in the handling of audio levels. Fixes a deadlock which leads to loss of audio.
12 years ago
Lyubomir Marinov 49030edb87 Prevents host candidates with loopback addresses. Patch by Emil Ivov.
12 years ago
Lyubomir Marinov 25f3208044 When relaying RTP, routes RTCP Feedback Messages to their indicated recepient only.
12 years ago
Lyubomir Marinov 0429571230 Fixes issues with SRTP related to the rollover of the sequence number, encryption with missing sequence numbers.
12 years ago
Lyubomir Marinov 527cee16b9 Allows finer control over the generation of synchronization source (SSRC) identifiers.
12 years ago
Lyubomir Marinov da5a9211b4 Fixes a possible java.lang.InternalError. Reported by Server Test on the users mailing list.
12 years ago
Lyubomir Marinov bdf3002deb Fixes an issue which could cause CPU starvation while receiving from MultiplexingDatagramSocket.
12 years ago
Damian Minkov 5898ddd57f Fixes working with server-side readonly groups (shared groups in OF), handles 406 error while editing roster items.
12 years ago
Vincent Lucas ece58c4bdd Updates libjisti: Corrects deadlock for CoreAudio when closing renderer and capture streams.
12 years ago
Lyubomir Marinov 9b2502e0dc Improves the developer logs in the DTLS-SRTP implementation.
12 years ago
Lyubomir Marinov 3579a958bc Disables a lot of unnecessary file writes performed by FMJ at the startup of libjitsi.
12 years ago
Lyubomir Marinov 3d381167b2 Works around a bug in the Bouncy Castle Crypto APIs which could cause the DTLS-SRTP implementation (and, consequently, Jitsi and Jitsi Videobridge) to enter an endless loop.
12 years ago
Lyubomir Marinov bab6304b2b Updates to the latest revision of ice4j (because libjitsi has been updated for the developers who use both ice4j and libjitsi).
12 years ago
yanas d55b3efebe Adds the possibility to edit account details. Patch provided by Marin
12 years ago
gpolitis fa69d4d2e7 Merge pull request #12 from mdzhigarov/otrJitsi
12 years ago
Ingo Bauersachs f2694065ad Use separate dirs for application logs, cache and configuration data
12 years ago
Marin 88bc48e9b1 Added support for SMP for the OTR plugin.
12 years ago
Ingo Bauersachs e93609406f Update libjitsi to 4d7f9a0e49 to include an SDES "on hold" patch
12 years ago
Lyubomir Marinov 833358c13a Allows automatic gain control (AGC) to be enabled/disabled for Windows Audio Session API (WASAPI). Patch by Timothy Price.
12 years ago
Vincent Lucas 6a4f51f267 Updates libjitsi.jar: Corrects sample rate initialization for Core Audio.
12 years ago