Lyubomir Marinov
8477810824
Reflects the replacing of growl.jar with growl4j.jar in the Eclipse and NetBeans project classpaths.
17 years ago
Werner Dittmann
0e40500f7e
Update the IDE files to include the new jar files in thier classpath.
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
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
Lyubomir Marinov
854ffea846
Remove lib/bcprovider.jar from the Eclipse .classpath and the NetBeans project.xml because the file is removed from source control and its lack doesn't allow Eclipse to compile the project. Primarily committed because of the ongoing Google Summer of Code.
17 years ago
Lyubomir Marinov
9b4a132617
Remove lib/bcprovider.jar from the Eclipse .classpath and the NetBeans project.xml because the file is removed from source control and its lack doesn't allow Eclipse to compile the project. Primarily committed because of the ongoing Google Summer of Code.
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
Lyubomir Marinov
603639adc3
Reflects the recent changes in the names the jain jars in the NetBeans classpath.
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
Damian Minkov
5c2f04ee6a
Fix debug target, as -deploy-os-specific-bundles name changed.
17 years ago
Sebastien Mazy
d8fe3531be
Update to JAIN-SIP 1.2.92
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
d0e9b3f649
Update ide settings after lib remove.
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
Werner Dittmann
03d27dcd99
Upgrade ZRTP jar to version 1.4.2 to be compliant with latest ZRTP spec.
17 years ago
Lyubomir Marinov
8805906417
Removes org.apache.felix.servicebinder.
17 years ago
Brian Burch
d448b042d1
another classpath change.... sigh.
17 years ago
Lyubomir Marinov
6a10002015
The same ol', same ol'... Eclipse .classpath...
17 years ago
Romain Kuntz
5417c1891a
Updated the ZRTP4J library, updated the classpaths, added the bundle-version.
17 years ago
Brian Burch
55f4e4a876
sigh... here we go again.
17 years ago
Lyubomir Marinov
7ba7f9b919
Updates the Eclipse .classpath to include laf-widget.jar in order to fix compile-time errors inside Eclipse SDK.
17 years ago
Brian Burch
18ac5cb1c0
soak up latest changes to build and eclipse classpaths (sigh)
18 years ago
Lyubomir Marinov
4715b41138
Uses SwingWorker from swing-worker-1.2.jar because it's also available in Java 6.0 and causes compile errors. Also adds the mentioned jar to the Eclipse .classpath. Fixes a compilation error caused by a class declared in a package while not being in the respective directory.
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
32ee340f77
synchronise netbeans debug main application target with latest build.xml run target
18 years ago
Brian Burch
4eb0f31b7e
new netbeans target to run a single slick (also fix formatting of slick name to suit build's trimming away of package name)
18 years ago
Brian Burch
5c81a3b152
synchronise netbeans debug specific slick with latest build.xml
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
Brian Burch
9fc54ac41c
include bundles in debug main program classpath
18 years ago
Brian Burch
0f482d8eca
new netbeans debug test (service lick) target
18 years ago
Brian Burch
e229277560
new netbeans debug test (service lick) target
18 years ago
Brian Burch
ad5c4b846c
more classpath changes that impact netbeans
18 years ago
Lyubomir Marinov
9aee3e1dc8
Updates the classpaths of Eclipse and NetBeans to include bcprovider.jar and rebuilds resources\install\windows\run.exe to reflect Emil's related change in run.exe.jsmooth.
18 years ago
Benoit Pradelle
3aecc0800f
Integrating profiler4j. GSoC result of Vladimir.
18 years ago
Romain Kuntz
0509a03f4f
Modified Eclipse classpath with the new libraries
18 years ago
Lyubomir Marinov
6360911c93
Updates the compile classpath of the NetBeans project to include transparency.jar in order to resolve unresolved-import compilation errors.
18 years ago
Lyubomir Marinov
54f4fc344a
Updates the Eclipse .classpath with transparency.jar in order to fix compilation errors because of unresolved imports.
18 years ago
Brian Burch
77f4f74bd9
new whole application debug
18 years ago
Brian Burch
451e8f9e67
new whole application debug
18 years ago
Brian Burch
92f3ccdd2c
bring source classpath up-to-date so source folder no longer shows compile error icon
18 years ago
Lyubomir Marinov
4771791161
Fixes the .classpath of Eclipse to include the necessary libraries and not generate compilation errors inside Eclipse SDK.
18 years ago
Damian Minkov
f3951fdfd6
Update Netbeans classpath
18 years ago
Damian Minkov
35fc52d2c2
Update Eclipse classpath
18 years ago
Damian Minkov
28effe7f88
Add jdic_misc.jar to eclipse classpath project file.
18 years ago
Brian Burch
4ed7ec02fb
still wierd - trying to restore file I didn't explicitly delete
18 years ago
Brian Burch
a60c242b1c
remove local config files from repository
18 years ago
Brian Burch
36898ee2b0
wierd - ignore prop change went to wrong dir so try to fix it forward (dont risk revert confusion)
18 years ago
Brian Burch
2fe0555a10
this local file should never have been committed, and the existing ignore on the nbproject directory will not get rid of it from the repositiory
18 years ago
Brian Burch
b672cd51b0
bring source classpath up-to-date so source folder no longer shows compile error icon
18 years ago