Emil Ivov
a0e27ba2c5
adds a utility target (run-v4) for running SC with a preference for IPv4 rather than the default IPv6
17 years ago
Emil Ivov
dc7cb9fd9f
Makes IPv6 prefence override-able with a java property
17 years ago
Werner Dittmann
fc523c0794
Integrate the second big patch for OTR. With this patch all the required GSoC functions are available.
17 years ago
Damian Minkov
057fd9f385
Msn Filetransfer and tests.
17 years ago
Romain Kuntz
3165b0f83e
The "clean" target now depends on "clean-macosx" which cleanups the symlinks and files used when building the MacOSX package.
17 years ago
Lyubomir Marinov
6bacfb8901
Commits the patch of Linus Wallgren which introduces ShutdownService to better abstract the shutdown procedure of the application.
17 years ago
Werner Dittmann
88bf145942
Integrate OTR and related modifications to crypto stuff.
17 years ago
Damian Minkov
425a1abaf8
Change event to canceled. Adding filetransfer tests and for icq protocol, but still not activate them.
17 years ago
Lyubomir Marinov
776554eac4
- Integrates the Facebook protocol developed by Dai Zhiwei as part of Google Summer of Code 2008 in trunk.
...
- Updates HttpCore which is already used by the MSN protocol implementation. Also updates Apache Commons Logging which is already used by profiler4j.
- Doesn't jar log4j into the SIP and RSS protocol implementations because it's already a bundle. Thus reduces the sizes of the SIP and RSS protocol implementations.
17 years ago
scmerger
fba5784542
Merge branch '1.0-local' into trunk-local
...
* 1.0-local:
Disables serialization warnigs. Increases number of allowed warnings so that we can track the total number as it decreases.
Adds class javadocs. Problem reported by Linus
17 years ago
Damian Minkov
0ebdce1c36
Add filetransfer for yahoo and generic filetransfer tests - enabled for jabber and yahoo.
17 years ago
Damian Minkov
67bccdb603
Add Metahistory tests.
17 years ago
Damian Minkov
918a8ec7c0
MetaHistory Service impl and add Contact field to FileRecord.
17 years ago
Damian Minkov
ab6e04cdcf
FileHistory Service impl.
17 years ago
Yana Stamcheva
2f0db4d2d1
Adding support for file transfer for XMPP and graphical User Interface for file transfer (ongoing work). This first commit adds the needed gui that enables users to send and receive files, to
...
drag and drop files into chat windows. It displays incoming file notifications, file icons or previews (where possible, e.g. images).
This work package also contains a first file transfer implementation over the XMPP protocol (using the smack implementation of xep-0096: http://xmpp.org/extensions/xep-0096.html ). Unfortunately this implementation won't work very well with GoogleTalk accounts for now, as Google servers seem to block every file bigger than 60K.
This commit contains also some improvements in the way we load the history and we manage error messages in the gui.
17 years ago
Yana Stamcheva
164236df25
- The protocol bundle was importing all image resources, instead of just the one it needs. This is now fixed by adding separate zipfileset entry for each protocol resource used in the protocol bundle.
...
- Unused resource removed.
17 years ago
Werner Dittmann
5d8ada0c5a
Include latest version of ZRTP4J. Modify the Eclipse and NB project files. Use a generic name
...
for ZRTP4J to avoid further modifications of Eclipse 7 NB project files. Current version of
ZRTP4J now documented in BUNDLE-VERSION of zrtp4j bundle.
17 years ago
Damian Minkov
906596471e
Fix do not include any svg files in resources. Change home dir setting or choosing behaviour. Move the place copying default resources to file for default language.
17 years ago
Emil Ivov
19a201f53e
Makes the number of maximum warnings configurable so that we could print them all on CruiseControl and only show that first 100 by default. Fixes a typo.
17 years ago
Emil Ivov
4157bc326a
Enables compile warnings so that we could make them appear on the cruisecontrol reports. This is part of the effort to resolve issue #637
17 years ago
Damian Minkov
aa488c88eb
Windows update now supports password protected sites, https and http redirects. Show dialog if installer file is missing. Stopping update process now iss working. Change of interface language.
17 years ago
Lyubomir Marinov
dbe1f3daa3
Fixes issue #591 "Menu items randomly appear in the configuration panel" (for now).
17 years ago
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
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
Symphorien Wanko
fecc1bc966
enhancements to the swing popup notification, new behavior for the trayicon, minors code tweak
17 years ago
Symphorien Wanko
ff8ec3ad3f
swing based popup notifications with tests for the PopupMessage interface.
...
added checks for null SystemTrayPeer as it this possible it doesnt exists on the cruise control machine
17 years ago
Symphorien Wanko
07a483c148
undo previous commit since cruisecontrol fails
17 years ago
Symphorien Wanko
2d81282722
swing based popup notifications with tests for the PopupMessage interface.
17 years ago
Sebastien Mazy
d8fe3531be
Update to JAIN-SIP 1.2.92
17 years ago
Werner Dittmann
a36f77b2e5
Remove classes that are not required anymore (JCE classes).
17 years ago
Werner Dittmann
a0610c62af
Modify build and property file to include the new used bouncycastle classes. Need to
...
cleanup unused classes at a later step.
17 years ago
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
Damian Minkov
b453e8f16e
Add linux-64 support for jni h264 codec and remove jna codec.
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
Sebastien Mazy
341747da88
Updated JAIN-SIP RI to 1.2.91
17 years ago
Werner Dittmann
03d27dcd99
Upgrade ZRTP jar to version 1.4.2 to be compliant with latest ZRTP spec.
17 years ago
Lyubomir Marinov
2e83c45aa2
- Delays the creation of the Options dialog and the loading of the ConfigurationForm implementations (which get listed in the Options dialog).
...
- Spares a couple of ImageIcon allocations.
- Removes unused fields and fixes raw-type warnings in the files touched by the other changes.
17 years ago
Emil Ivov
3f5206ff01
Commits patches for the following issues:
...
#482 Overly complex plugin manager (work in progress)
#448 Show complete SIP adddress when displaying account
#510 switch to the latest version of Felix (Richard actually did most of the work here.)
17 years ago
Lyubomir Marinov
af2587049c
Hopes to fix issue #502 : Do not use jdic when running Java 6.
17 years ago
Yana Stamcheva
9daa19303f
Language resources updated.
18 years ago
Lyubomir Marinov
a83833f357
Moves the functionality of swing-common.jar into util.jar and removes swing-common.jar.
18 years ago
Lyubomir Marinov
296d1e0f1b
Implements a ConfigurationForm which allows configuring the MediaService.
18 years ago
Damien Roth
46ef85f493
Major update for the dict protocol
...
- Using an external library to manage the connection with the server
- Enhanced account registration wizard
18 years ago
Romain Kuntz
5417c1891a
Updated the ZRTP4J library, updated the classpaths, added the bundle-version.
18 years ago
Yana Stamcheva
bbceee07e5
UI enhancements.
18 years ago
Brian Burch
4282316384
use properties to define slickless tests to be executed and let them be run under felix, or simply under junit
18 years ago
Damian Minkov
feae863617
Add jna.library.path to run target.
18 years ago
Yana Stamcheva
1a7899eab7
Add the swingworker jar to the swing bundle.
18 years ago
Damian Minkov
5edc84047f
Using lti civil for video(adding support for mac) and add h264 video support using ffmpeg-java.
18 years ago
Brian Burch
e4b7729757
verify local testing accounts file has been created by the user
18 years ago
Brian Burch
17a6beaf02
unit test preparation - ensure personal testing properties file exists
18 years ago
Brian Burch
bb205673aa
fix ant build bug: single test case run was executing ALL defined test cases, not just the nominated slick
18 years ago
Romain Kuntz
9eb1cd6eef
Build is fixed, removing the workaround added at the last commit.
18 years ago
Romain Kuntz
16c184afcd
[WORKAROUND] forcing cruisecontrol to remove a deprecated version of the zrtp4j.jar bundle.
...
This fix will be removed after the next build.
18 years ago
Romain Kuntz
c904ef231e
Updated ZRTP4J jar from 0.9.0 to 1.3.1 (provided by Werner Dittmann)
...
Updated the build.xml and ide project file to reflect the new ZRTP4J library
Commented references to the ZRTP goClear/goSecure functions (patch provided by Werner)
18 years ago
Emil Ivov
8840533120
Fixes native lib location for x86/i386 architectures
18 years ago
Emil Ivov
2d1ed60d9f
Makes build.xml take into account OS arch when constructing LD_LIBRARY_PATH. Patch from Werner Dittmann
18 years ago
Lyubomir Marinov
e464af553e
Formats build.xml in the parts related to the integrated profiler.
18 years ago
Benoit Pradelle
5aa4692abf
- fix the bug related to the profiler4j path in build.xml. Thanks to Damian for reporting it.
...
- GenericBuffer now respect the SC code convention
18 years ago
Brian Burch
c33aa535ee
support new netbeans debug test (service lick) target in separate file
18 years ago
Emil Ivov
28a3d04a65
Moving the zrtp4j bundle to the location where we store all generated SC bundles
18 years ago
Romain Kuntz
38357671e4
Forgot to import some packages needed by ZRTP4J
18 years ago
Romain Kuntz
bb8da5ef97
ZRTP4J is now a bundle and thus must be loaded as startup
18 years ago
Romain Kuntz
5e3ce7bb17
Added ZRTP4J bundle
...
Added the boucycastle lib
Renamed OperationSetSecuredTelephony to OperationSetSecureTelephony
Renamed the isSecured/setSecured method to isSecure/setSecure
Fixed some identations
18 years ago
Benoit Pradelle
3aecc0800f
Integrating profiler4j. GSoC result of Vladimir.
18 years ago
Lyubomir Marinov
182ada36e3
When starting the applications, loads the stored accounts in the background in order to allow the UI to appear as soon as possible.
18 years ago
Lyubomir Marinov
5dcfc3e3da
Fixes the run build.xml target to load the JVMTI agent which handles kAEGetURL events because it's also used as a pure JNI library expected to be loaded.
18 years ago
Yana Stamcheva
3070baaf1c
- Revised status panel interface.
...
- Revised contact list interface.
- New chat rooms interface.
- Main tabbed pane removed.
- Revised call management in the GUI.
- Some more gui modifications.
18 years ago
Emil Ivov
521165ea0f
Commits a patch from Sebastien Mazy that adds name and description for the log4j bundle.
18 years ago
Emil Ivov
80dbccb9c8
Adds the possibility to register for RSS feeds passed as invokation parameters
...
Implements support for RSS feeds on sites with expired RSS certificates
Implements support for the --debug parameter. Unless this parameter is set our new StdOut class would take control of all System.out traffic.
Adds methods to PopupDIalog that now allow speficying an icon for generic dialog messages
Fixes the whiteboard menu item never return null as it causes the UIService to slightly freak out.
18 years ago
Emil Ivov
88a0036d18
Implements support for launch parameters
...
Implements support for handling SIP URIs as launch parameters
Adds a lock mechanism to prevent from running multiple instances of SIP Communicator
Adds a mechanism for a second instance of SC to pass its launch
parameters to a one that's already running.
Adds a DefaultSecurityAuthority class (in use by the systray and SIP URI handler)
18 years ago
Emil Ivov
c1bf31bad2
Do not include svg-s in the default resource pack
18 years ago
Damian Minkov
6dd45adb2c
Initial support for Msn protocol version up to 15.
18 years ago
Romain Kuntz
39d19dffa4
Applied Lubomir's patch to handle .sip-communicator directories on MAC, and to
...
build sc-launcher as a bundle.
18 years ago
Emil Ivov
21f82be310
Split the GUI package into service and implementation to allow protocols to access UI functionalities such as error messages.
18 years ago
Emil Ivov
fbf0168515
Added an icon for the auto away configuration form (by Damien ROTH)
...
Renamed the status update plugin to awto away
moved the getImage() and getImageBytes() methods to the ResourceManagementService
18 years ago
Emil Ivov
195db71bad
Compile SDP for J1.5. Remove debug prints from CallSessionImpl
18 years ago
Yana Stamcheva
4972b554e0
defaultKeybinding renamed to defaultkeybindings
18 years ago
Yana Stamcheva
4460f1b636
KeyBinding plugin contributed by Damian Johnson.
18 years ago
Damian Minkov
967948ca73
Return of googletalk icons to the accreg wizard due to compatibility reasons.
18 years ago
Emil Ivov
006f5cb10e
Wrapping the jfontchooser lib into a bundle.
18 years ago
Yana Stamcheva
6f0df8bb1b
unused
18 years ago
Damian Minkov
544b57486f
Fix googletalk accregwizz after resources commit.
18 years ago
Damian Minkov
795fac7d71
Resource Management Service and its implementation. The service holds all resources and all bundles(except configuration service) use it to retrieve i18n strings,images,settings...
18 years ago
Emil Ivov
dc5a595eb0
Adding a GoogleTalk Wizard (Contributed by Lubomir Marinov)
18 years ago
Damian Minkov
632e84defe
Integrate notification events configuration (patch by Alexandre Maillard)
18 years ago
Damian Minkov
c6be00c866
Change sip user-agent header to include build number and os name.
18 years ago
Damian Minkov
3bcca45fb8
Changing of Dock Icon according to global status and changing systray changing to avoid errors if icons are missing.
18 years ago
Damian Minkov
9c0c242946
Implement option for auto start on windows
18 years ago
Yana Stamcheva
2c3c055bd3
- Configuration forms are now registered through the bundle context.
...
- General settings form is added.
- Option added to disable message history.
- Option added to show different chats in separate windows.
18 years ago
Emil Ivov
7d7cce3036
NightlyBuildID.java is now only modified in case the build.label or label properties are set.
18 years ago
Damian Minkov
fd8ad43f7c
Creating of a default group if one is set in application properties.
18 years ago
Vincent Lucas
b800b0fad9
Removing false entries of build.xml for the dict protocol.
18 years ago
Vincent Lucas
17e7ee756f
[4/4] Adding DICT protocole and wizzard (corrected version).
18 years ago
Emil Ivov
f1f13249e2
rolling the dict implementation back until it is fixed and ready to implement
18 years ago
Vincent Lucas
137cf41927
Adding DICT protocol and wizard.
18 years ago
Damian Minkov
7fc054488d
Revert adding login.properties to swingui.
18 years ago
Yana Stamcheva
f52d604e05
Move the simple account registration form to a separate plugin.
18 years ago
Emil Ivov
528c49dae4
Leave SC's home directory to its default value
18 years ago
Romain Kuntz
7a94e5b1ea
Activating Sparkle (auto-update) for MacOSX.
...
Sparkle is available only if a valid build number was available at
compilation time. If not, the plugin is not started.
Next Mac package should hopefully get it activated.
Release notes and appcast will be available here:
http://download.sip-communicator.org/nightly/macosx/sparkle/
18 years ago
Yana Stamcheva
2489049b76
fix about window issue
18 years ago
Yana Stamcheva
35b936d1f5
- user asked for confirmation when moving contact using the drag&drop
...
- popup menu returned to lightweight - try to solve several problems on Mac (flicker problem, drop down selection problem)
- info button enhancements
- resizing issues
18 years ago
Thomas Hofer
f019845cb4
added the possibilty to set the online status "away" automatically. eg after 5 minutes
18 years ago
Damian Minkov
093662bbb0
Proper application name in dialog informing for new updates
18 years ago
Brian Burch
f2fe4c9d19
echo the name of selected single test
18 years ago
Damian Minkov
7e2192e263
UpdateCheck for every installer
18 years ago
Damian Minkov
9f61ba8d43
UpdateCheck now look for last version from properties file located on download site
18 years ago
Romain Kuntz
338e5c1908
Commited Pin's patch to fix the "java.lang.OutOfMemoryError: java heap space"
...
error that may appear on some systems at compilation time.
18 years ago
Damian Minkov
e371d0a91a
Stop the updater check from building and starting
18 years ago
Damian Minkov
fff24887c6
1. Update Checker
...
2. Fix of Bulgarian translation
3. Move to latest jain-sip(committed by Emil)
18 years ago
Yana Stamcheva
5b4a4cfa69
The defaul felix launcher is replaced by the SIP Communicator launcher, which will check the java version before starting the application and will show the appropriate message for the requirements.
18 years ago
Michael Koch
4cce0b4d90
fixed tabs -> spaces
18 years ago
Michael Koch
6a38be7886
fixed converting language properties files from UTF-8 to ASCII
...
The native2ascii task was skipping the files because the resources task has already copied them.
18 years ago
Yana Stamcheva
1c44642e38
Try to fix the i18n problems.
18 years ago
Yana Stamcheva
9df92a4104
Fix the native2ascii target and resources paths.
18 years ago
Yana Stamcheva
6defd13eb8
Contact info image resources added to the plugin bundle. This should fix the IllegalArgumentException thrown at this moment.
18 years ago
Yana Stamcheva
aa0e0c2db1
Add each language resource to the appropriate bundle.
18 years ago
Damian Minkov
29ed3990b2
Fix message resources for swing-ui bundle and update msn lib
18 years ago
Damian Minkov
d3061b8371
Chat Alerter Plugin
18 years ago
Yana Stamcheva
14e7f24bff
Account Details plugin - not activated for the moment
18 years ago
Damian Minkov
3e5af9f237
Fix loading login.properties
18 years ago
Yana Stamcheva
6ff0d7a565
Systray tooltip text now gets its value from the main application.properties file.
18 years ago
Benoit Pradelle
2a144b5a1f
Apply the last version by Shobhit and finally activate SSH
18 years ago
Yana Stamcheva
a7313f7b63
Fix plugin manager plugin.
18 years ago
Yana Stamcheva
d2da3bd5c9
Moving macosx and debian release targets from the main build.xml to the resources/install/build.xml.
18 years ago
Yana Stamcheva
da09f9d5bc
Contact details plugin
18 years ago
Yana Stamcheva
f3fc1838c7
Home directory fixed.
18 years ago
Yana Stamcheva
a7ceb479a1
Fix systray resources paths in the build.xml.
18 years ago
Damian Minkov
fd8d790d9d
1. Fix including resources in swing and branding bundles
18 years ago
Yana Stamcheva
bba761f2b4
Application main constants moved to application.properties file in the main resources directory.
18 years ago
Yana Stamcheva
fcbfc1768d
branding colors are obtained from the main color.properties file
18 years ago
Damian Minkov
6f61638e0e
Fix color resources path variable
18 years ago
Yana Stamcheva
4f06cae3af
All Look & feel and GUI color constants are now moved to a properties file in resources folder.
18 years ago
Damian Minkov
9123fe0bfe
1. Fix : Storage thread in some conditions is not started and contactlist is not saved
...
2. Fix metacontactlis tests - reloading of contactlist too quickly prevents saving the last operation with the list
3. Some spell checks
18 years ago
Yana Stamcheva
5c5fbe0d83
resources replaced by ${resources}
...
and src replaced by ${src}, where appropriate
18 years ago
Yana Stamcheva
ed37976640
ContactEventHandler service was added. It is meant to be used from other bundles in order to change the default behavior of events generated when clicking a contact. The GUI implementation takes now in consideration all registered ContactEventHandler-s when managing contact list events.
19 years ago
Yana Stamcheva
ec4ee165bc
Add to systray bundle an icon for the "Set status message" dialog.
19 years ago
Yana Stamcheva
dc1bf54783
image paths fixed
19 years ago
Thomas Hofer
ddb09a4d1d
renamed splashscreen to branding
19 years ago
Damian Minkov
afe6b6caf5
src replaced by ${src} and
...
resource replaced by ${resource}
in bundle build tasks
19 years ago
Yana Stamcheva
ab00e5a310
enable whiteboarding
19 years ago
Damian Minkov
16e7edeae6
updating yahoo protocol
19 years ago
Damian Minkov
7f96892cdb
remove retroweave libs
19 years ago
Damian Minkov
4e95d37ce1
New java-jml, msn avatars and new msn mail notifications
19 years ago
Damian Minkov
1d4595529e
felix 1.0.1
19 years ago
Emil Ivov
cd680ac42f
Setting 1.5 as default java version for trunk
19 years ago
Damian Minkov
00baec9428
try to fix javadoc out of memory
19 years ago
Romain Kuntz
ff8a575266
Fixed systray icon problem due to a false path to the native MAC lib.
19 years ago
Benoit Pradelle
b274b6eb8f
SSH support - by Jindal Shobhit - currently deactivated for security reasons
19 years ago
Benoit Pradelle
3ce23a1e74
Added the Rss tests, written by Mihai Balan
19 years ago