Werner Dittmann
ded3a87b1f
Modify security relevant code to get rid of Java JCE dependence. This simplifies distribution
...
and istallation of SC - no Sun/Java crypto policy files are required anymore. This check-in
also include a new zrtp4j lib (1.4.3) that implements draft 13 and has no JCE dependency.
17 years ago
Lyubomir Marinov
27e83ca696
Removes unnecessary fields, minor code clean-up in (some of) the files touched in r4974.
17 years ago
Alan Kelly
d438d334d7
Resolve Issue 519 and minor cosmetic changes to NewStatusMessageDialog
17 years ago
Lyubomir Marinov
aba1600a31
Fixes warnings about raw-type use, removes unnecessary fields, marks fields final where possible.
17 years ago
Lyubomir Marinov
ce5a25be06
Fixes a bunch of warnings about raw-type use and serialization.
17 years ago
Lyubomir Marinov
dd5128cadd
Fixes a bunch of warnings about raw-type use and serialization.
17 years ago
Lyubomir Marinov
0761db15a5
Fixes warnings, removes unused fields in the files touched in r4969.
17 years ago
Lyubomir Marinov
4a27a25686
Makes the 'Exit Full Screen' button displayed in the full-screen window (depicting the video in a call) look like the 'Hold' and 'Mute' buttons. It looks a touch differently because it has a roll-over effect and the other two don't (probably becuase it's SIPCommButton and the other two are SIPCommToggleButton) but that's much harder to notice than before when it used to be rendered with a completely different look.
17 years ago
Werner Dittmann
48f991af23
Fix tuhentication problem when roll-over 2^16-1 to 0 again. Sequence of checks now better conform
...
to RFC 3711.
17 years ago
Werner Dittmann
156bd06763
Fix handling of roll-over-counter. Sequence numbers are unsigned short, thus
...
store them as unsigned short (mask with 0xffff). Add missing code to handle
replay checks.
17 years ago
Lyubomir Marinov
32a982afdc
As requested by Emil in an e-mail on the dev mailing list, tries to exit the full-screen window when the call with a participant being displayed in a full-screen window ends.
17 years ago
Lyubomir Marinov
8c46356f53
Reduces allocations caused by Component.getSize() where obviously possible.
17 years ago
Emil Ivov
1c09347eb8
Fixes issue #461 : No call history in dial box
17 years ago
Sebastien Mazy
c2e5c3b8a7
transaction and dialog stateful dispatching of incoming JAIN-SIP events
17 years ago
Damian Minkov
2fdd26fa6c
Fix compiling errors.
17 years ago
Damian Minkov
d0e9b3f649
Update ide settings after lib remove.
17 years ago
Damian Minkov
b453e8f16e
Add linux-64 support for jni h264 codec and remove jna codec.
17 years ago
Damian Minkov
9cd8f4c45a
Fixing GLIBC 2.4 problem on Debian system.
17 years ago
Emil Ivov
ecf9648254
Fixes un-graceful handling of invalid SDP offers and answers(was crashing when receiving an empty zrtp-hash attribute). This include sending an error response when the SDP offer was corrupt and a BYE request when the problem is inside the SDP answer.
...
Fixes impossibility to close the full screen window after a call has been ended remotely.
17 years ago
Emil Ivov
7018f589cb
Make sure that we only add the zrtp-hash attribute if there is one to avoid generating malformed SDP (was causing SC 2 SC calls to fail in my case).
17 years ago
Emil Ivov
49e4d770d9
Fixes issues:
...
555: Unproper handling of invalid dst addresses in p2p accounts
556: Creating a SIP acc for a non-existant domain shows no error
17 years ago
Sebastien Mazy
ecb418ac2c
fixes issue #516 , "GTK round border corners"
17 years ago
Sebastien Mazy
d117a3dd74
minor branding fixes: year, ampersand
17 years ago
Sebastien Mazy
d1b2d2d12f
translation typo
17 years ago
Emil Ivov
1a02cd34e4
Fixes the issue ( #535 ) that was causing the clear text button in SipCommTextField-s to delete text when mouse was moved over it while pressed. It now requires users to click on it in order to empty its associated field. Note however that this fix won't be visible immediately as delete buttons seem to be disabled for aesthetic reasons related to the incompatibility of the SIP Comm look and feel and the system lafs.
17 years ago
Emil Ivov
56b2706d0f
Adds a maximum width of 600 px for all error dialogs to resolve issue #521
...
Renames ChatPanelTransferHandler to ChatWritePanelTransfer handle to better reflect the component it is addressing
Cosmetics
17 years ago
Werner Dittmann
c81c3e5ac5
Add zrtp-hash attributes to the SDP media attributes. Each media (RTP session) has its own
...
hash attribute because each session uses own keys to encrypt via SRTP. The hashes
may be used according to the ZRTP spec, refer to chaps 8 and 10.
17 years ago
Emil Ivov
5578505c55
Fixes weird effects when pasting into the chat panel (Issue #473 ).
...
All paste/drop operations now work with plain text only.
We may one day add support for formatted text too.
Right now this is not a priority.
17 years ago
Emil Ivov
7214e6ea2b
Makes deploy-os-specific-bundles publicly accessible. The reason this was previously an internal target was based on the assumption that developers won't need to access it and it would only be needed as a run dependency. This however proved to be wrong since one also needs to execute this target when running the application in an IDE debugger.
17 years ago
Emil Ivov
a973bbcb58
Temporarily disables the MSN test suite so that we could have a new build. Will reenable shortly.
17 years ago
Alan Kelly
e37a983789
Menu mnemonic for Help > About
17 years ago
Alan Kelly
9ee27eab6b
Hide dialpad when dial button is clicked (Issue 530)
17 years ago
Alan Kelly
3edb10e5e6
Make <tt>noAccountsTextArea</tt> background transparent in chat room dialogs
17 years ago
Alan Kelly
e6aaa1e902
Add SC window icon to initial "Sign in" dialog (Issue 455)
17 years ago
Alan Kelly
28ece7f390
Add SC window icon to initial "Sign in" dialog (Issue 455)
17 years ago
Alan Kelly
3afa540825
Fix minor spacing mistake in previous commit
17 years ago
Alan Kelly
50417e9bf0
Prevent disabled buttons (such as dial button) from flickering/fading on mouseover
17 years ago
Damian Minkov
8825fb83f9
Fix log in to msn. Hope to fix builds too.
17 years ago
Lyubomir Marinov
988d8655e7
Updates the README on the subject of configuration the dependencies of the FFMPEG JNI library with the information about Mac OS X and Linux.
17 years ago
Lyubomir Marinov
c5ae58636d
Provides (1) a README on the subject of configuring the dependencies of the FFMPEG JNI library and (2) a Makefile to build the FFMPEG JNI library on Windows.
17 years ago
Lyubomir Marinov
78d321e505
Tiny formatting and unused-import fixes, a couple of typo corrections.
17 years ago
Sebastien Mazy
7b3b3facd4
SIP: Use utility method to manage *ApplicationData() operations
17 years ago
Sebastien Mazy
7b468bfe2e
SIP: make ProxyRouter rely on marked Requests
17 years ago
Sebastien Mazy
13568074e4
SIP: mark created Message-s with their service.
...
Mark all packets we create by using the new JAIN-SIP's
SIPMessage.setApplicationData() and a new wrapper
SipMessageFactory.
17 years ago
Sebastien Mazy
db466d4c16
overwrite JAIN-SIP logs when starting
17 years ago
Lyubomir Marinov
e33eb27cfa
Fixes the names of the Jain SIP jars in the IDE support files because they got renamed in r4930.
17 years ago
Sebastien Mazy
341747da88
Updated JAIN-SIP RI to 1.2.91
17 years ago
Lyubomir Marinov
0cc0ee269e
Enables the JNI-based H.264 encoder and decoder on Linux (but it only works on 32-bit systems and the 64-bit support will come soon).
17 years ago
Lyubomir Marinov
2d36d710a0
Fixes the native part of LTI-CIVIL to work on 32-bit Linux: (1) includes patches from Damian Minkov to add support for various format conversions and (2) properly stops and disposes the native CaptureStream so that LTI-CIVIL stops capturing when told to do so and it doesn't freeze the application on errors.
17 years ago
Damian Minkov
e9bce3920c
Trying to fix builds and msn contact retreiving.
17 years ago