Werner Dittmann
f2ecf2bcae
Reorganize the crypto functions. ZRTP4J library now contains al required crypto methods and
...
classes. These classes are copied from BouncyCastle. The DH related classes are modified to
use a crypto aware big integer implementation. Due to this reorganization we can remove
the old BC library - this saves about 1.5MB.
17 years ago
Lyubomir Marinov
4a09b0217a
Fixes issue #614 (IRC server conversation panel doesn't need a member list).
17 years ago
Lyubomir Marinov
755675c914
Uses SCScrollPane instead of JScrollPane in the conference chats (e.g. IRC chat rooms) and thus complies with the blue theme. And it looks way nicer to me.
17 years ago
Lyubomir Marinov
320b47139c
The status menu of IRC used to display the two supported statuses - Online and Offline - with one and the same disabled image. This commit fixes the problem which lies in SimpleStatusMenu which uses the current status image for the two status while it should use the protocol image which isn't status-dependent and then generate a disabled image from it.
17 years ago
Lyubomir Marinov
d7d0c7f3b3
Tries to better support the system preferences with respect to fonts. The HTMLEditorKit used to display the conversation in the chat window still wouldn't always use the right font size but I don't see regressions.
17 years ago
Symphorien Wanko
3039065a16
fix bug introduced by previous commit
...
make sure a closed chat window will open if the user try to join again in the same session
17 years ago
Symphorien Wanko
cce2f8e825
give the ability to join undiscovered room while providing the complete jid for example
17 years ago
Damian Minkov
30af1a448f
Fix issue #592 . Proper sending of recvonly sdp attribute.
17 years ago
Symphorien Wanko
40f01c424c
complete OperationSetMultiUserChat and ChatRoom tests
17 years ago
Damian Minkov
27b5fdc1fe
Fix NPE.
17 years ago
Damian Minkov
ce50deea88
Fix issue #607 and #608 . Offline authorization and not parsed font settings in incoming messages.
17 years ago
Lyubomir Marinov
2c9b2e4a21
Removes unused imports.
17 years ago
Lyubomir Marinov
a29f088db9
Supports enabling/disabling the streaming of the local video to the remote call participants.
17 years ago
Romain Kuntz
a4bd487991
Minor code cleanups
17 years ago
Lyubomir Marinov
0cacbf7be9
Prevents NullPointerExceptions when running on the IBM JRE for GNU/Linux.
17 years ago
Symphorien Wanko
7ccf8d1317
dont leave the chatroom when closing the chat window
17 years ago
Emil Ivov
0b06b480a1
Makes jain-sip bind on ::0 rather than 0.0.0.0 so that it would also listen for incoming IPv6 packets. (Was working before but is currently failing on Mac OS X).This resolves the "Port Unreachable" replies we
...
were getting in some cases.
Adds a method that allows to determine whether the local host has IPv6 in order to only use the above where appropriate.
Updates jain-sip-ri to 1.2.95 so that it would include support for address scope zones in IPv6 addresses.
Adds the possibility to set log levels for jain-sip through our own logging.properties file by setting a level to the gov.nist packages.
17 years ago
Lyubomir Marinov
bcada6b6cc
Avoids Integer allocations, removes unnecessary fields by making inner classes static.
17 years ago
Symphorien Wanko
9fd6a51a96
additional checks for testInviteJoin
...
complete testRoomSubject
avoid possible null pointer exception in ChatRoomPropertyChangeFailedEvent
17 years ago
Symphorien Wanko
bdaac336d5
avoiding null pointer exceptoin when one of the printed value is null
17 years ago
Yana Stamcheva
8153854389
add the possibility to decorate the main window.
17 years ago
Yana Stamcheva
f2de35093f
add the possibility to decorate the main window.
17 years ago
Damian Minkov
d8eb578f4a
Fix issue #550 . Patch by Sebastian Heib.
17 years ago
Yana Stamcheva
87ef625c4f
Remove unused import.
17 years ago
Yana Stamcheva
952b59ea79
Remove unused component and add the possibility to decorate the account status panel.
17 years ago
Damian Minkov
851cc7842d
Fix issue #545 wrong tooltips shown for contacts in multichat window.
17 years ago
Lyubomir Marinov
5256f0c860
Fixes a couple of occurrences of incorrect code, performance-related warnings.
17 years ago
Lyubomir Marinov
990eee6bd8
Fixes various warnings, mostly ones about performance.
17 years ago
Symphorien Wanko
623925521d
modification to few jabber class related to MUC to make some tests work
...
removed opacity on some MUC related component to have the SC background rather than the gray one
on modified files : made class members final when possible, added some generics
17 years ago
Damian Minkov
5e84e86ff3
Checks for preventing NPE with corrupted images.
17 years ago
Alan Kelly
c0fe7cae95
GUI enhancements: Remove opacity and editability from JTextAreas used for instructions
17 years ago
Alan Kelly
29c4df9e9c
I18N improvements to initial 'Sign Up' dialog
17 years ago
Alan Kelly
5601953501
GUI enhancement: Add 'hand' cursor and tooltip to 'Not Registered Yet?' links on initial 'Sign Up' dialog
17 years ago
Damian Minkov
d3897ad49b
Adds a maximum width of 600 px for ErrorDialog.
17 years ago
Damian Minkov
e4cd0dcb22
Fix issue #596 ( Why the DNS lookup of stun.iptel.org?)
17 years ago
Damian Minkov
951deb3235
Fix issue #520 storing message history per-account. Also if old data exists its migrated to new one on opening it.
17 years ago
Lyubomir Marinov
c1f7dcda55
Removes redundant null checks.
17 years ago
Lyubomir Marinov
01b4f2019e
Removes unnecessary calls to Math.ceil() and Math.round() because the division of integers produces an integer anyway. Eliminates a case of duplication.
17 years ago
Lyubomir Marinov
2f93762785
Removes unnecessary fields.
17 years ago
Lyubomir Marinov
98f2bf5c8e
Removes unnecessary fields. Provides more efficient iteration of Hashtables, fixes warnings. Closes an InputStream as soon as possible.
17 years ago
Lyubomir Marinov
6d6d1b9cd6
Fixes possible NullPointerExceptions, incorrect code. Removes fields, marks other fields private and final.
17 years ago
Lyubomir Marinov
965f3aa657
Removes unnecessary allocations and fields, makes fields final, fixes warnings.
17 years ago
Lyubomir Marinov
3e93ed6a90
Reverts the modifications to ConfigurationServiceImpl unintentionally committed as part of r5095.
17 years ago
Lyubomir Marinov
10064c4066
Fixes a warning introduced in r5094 about the use of deprecated API.
17 years ago
Lyubomir Marinov
b2f1b06ce6
Fixes programming error such as guaranteed ClassCastExceptions, possible NullPointerExceptions, a missing field initialization from a constructor argument. Also removes an unused field.
17 years ago
Damien Roth
99990c6441
- Improvement of the JPopupMenu management for the systray icon
...
- Go back to a AWT menu for Mac (java6 only)
17 years ago
Werner Dittmann
4e525c7a0c
After having the new security enevt mechanism in place: remove unused code of the old
...
security event implementation.
17 years ago
Yana Stamcheva
65e9c0ab5d
Continuation of Werner's work on ZRTP event management + some changes on the way we're triggering security events through the CallParticipants.
17 years ago
Alan Kelly
151e8c5c94
Minor GUI improvement--remove grey (opaque) background
17 years ago
Damian Minkov
8e156d52e5
Fix NPE, added null check in Html2Text.
17 years ago