aboutsummaryrefslogtreecommitdiffstats
path: root/ide
Commit message (Collapse)AuthorAgeFilesLines
* Updated the AppleJavaExtensions.jar with the OrangeExtensions.jar from Yuvi ↵Romain Kuntz2010-04-132-2/+3
| | | | Masory (updated for Java 5)
* Update yahoo lib.Damian Minkov2010-01-112-2/+2
|
* Reflects the replacing of growl.jar with growl4j.jar in the Eclipse and ↵Lyubomir Marinov2009-08-142-2/+2
| | | | NetBeans project classpaths.
* Update the IDE files to include the new jar files in thier classpath.Werner Dittmann2009-08-012-1/+3
|
* - Integrates the Facebook protocol developed by Dai Zhiwei as part of Google ↵Lyubomir Marinov2009-07-232-2/+5
| | | | | | | 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.
* Include latest version of ZRTP4J. Modify the Eclipse and NB project files. ↵Werner Dittmann2009-05-022-2/+2
| | | | | | | 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.
* Remove lib/bcprovider.jar from the Eclipse .classpath and the NetBeans ↵Lyubomir Marinov2009-03-231-1/+1
| | | | 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.
* Remove lib/bcprovider.jar from the Eclipse .classpath and the NetBeans ↵Lyubomir Marinov2009-03-231-1/+0
| | | | 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.
* Reorganize the crypto functions. ZRTP4J library now contains al required ↵Werner Dittmann2009-03-222-2/+2
| | | | | | | | 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.
* Reflects the recent changes in the names the jain jars in the NetBeans ↵Lyubomir Marinov2009-03-201-1/+1
| | | | classpath.
* Makes jain-sip bind on ::0 rather than 0.0.0.0 so that it would also listen ↵Emil Ivov2009-03-141-3/+3
| | | | | | | | | | | | 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.
* Fix debug target, as -deploy-os-specific-bundles name changed.Damian Minkov2009-03-092-3/+3
|
* Update to JAIN-SIP 1.2.92Sebastien Mazy2009-02-152-2/+2
|
* Modify security relevant code to get rid of Java JCE dependence. This ↵Werner Dittmann2009-02-072-2/+2
| | | | | | | 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.
* Update ide settings after lib remove.Damian Minkov2009-02-022-2/+1
|
* Fixes the names of the Jain SIP jars in the IDE support files because they ↵Lyubomir Marinov2009-01-282-3/+3
| | | | got renamed in r4930.
* Upgrade ZRTP jar to version 1.4.2 to be compliant with latest ZRTP spec.Werner Dittmann2009-01-162-2/+2
|
* Removes org.apache.felix.servicebinder.Lyubomir Marinov2008-12-202-2/+1
|
* another classpath change.... sigh.Brian Burch2008-11-221-1/+1
|
* The same ol', same ol'... Eclipse .classpath...Lyubomir Marinov2008-11-221-0/+1
|
* Updated the ZRTP4J library, updated the classpaths, added the bundle-version.Romain Kuntz2008-11-212-2/+2
|
* sigh... here we go again.Brian Burch2008-11-181-1/+1
|
* Updates the Eclipse .classpath to include laf-widget.jar in order to fix ↵Lyubomir Marinov2008-11-141-14/+15
| | | | compile-time errors inside Eclipse SDK.
* soak up latest changes to build and eclipse classpaths (sigh)Brian Burch2008-11-041-1/+7
|
* Uses SwingWorker from swing-worker-1.2.jar because it's also available in ↵Lyubomir Marinov2008-11-031-0/+1
| | | | 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.
* Using lti civil for video(adding support for mac) and add h264 video support ↵Damian Minkov2008-11-021-0/+4
| | | | using ffmpeg-java.
* verify local testing accounts file has been created by the userBrian Burch2008-10-271-3/+4
|
* synchronise netbeans debug main application target with latest build.xml run ↵Brian Burch2008-10-231-6/+27
| | | | target
* new netbeans target to run a single slick (also fix formatting of slick name ↵Brian Burch2008-10-231-5/+17
| | | | to suit build's trimming away of package name)
* synchronise netbeans debug specific slick with latest build.xmlBrian Burch2008-10-231-12/+52
|
* Updated ZRTP4J jar from 0.9.0 to 1.3.1 (provided by Werner Dittmann)Romain Kuntz2008-10-212-2/+2
| | | | | | | 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)
* include bundles in debug main program classpathBrian Burch2008-10-081-2/+2
|
* new netbeans debug test (service lick) targetBrian Burch2008-10-081-0/+65
|
* new netbeans debug test (service lick) targetBrian Burch2008-10-082-3/+19
|
* more classpath changes that impact netbeansBrian Burch2008-10-071-1/+1
|
* Updates the classpaths of Eclipse and NetBeans to include bcprovider.jar and ↵Lyubomir Marinov2008-10-072-2/+2
| | | | rebuilds resources\install\windows\run.exe to reflect Emil's related change in run.exe.jsmooth.
* Integrating profiler4j. GSoC result of Vladimir.Benoit Pradelle2008-10-021-0/+1
|
* Modified Eclipse classpath with the new librariesRomain Kuntz2008-09-221-1/+2
|
* Updates the compile classpath of the NetBeans project to include ↵Lyubomir Marinov2008-09-141-1/+1
| | | | transparency.jar in order to resolve unresolved-import compilation errors.
* Updates the Eclipse .classpath with transparency.jar in order to fix ↵Lyubomir Marinov2008-09-101-0/+1
| | | | compilation errors because of unresolved imports.
* new whole application debugBrian Burch2008-08-251-18/+22
|
* new whole application debugBrian Burch2008-08-251-0/+53
|
* bring source classpath up-to-date so source folder no longer shows compile ↵Brian Burch2008-08-241-1/+1
| | | | error icon
* Fixes the .classpath of Eclipse to include the necessary libraries and not ↵Lyubomir Marinov2008-07-251-1/+4
| | | | generate compilation errors inside Eclipse SDK.
* Update Netbeans classpathDamian Minkov2008-06-101-1/+1
|
* Update Eclipse classpathDamian Minkov2008-06-101-0/+1
|
* Add jdic_misc.jar to eclipse classpath project file.Damian Minkov2008-05-201-0/+1
|
* still wierd - trying to restore file I didn't explicitly deleteBrian Burch2008-04-231-0/+103
|
* remove local config files from repositoryBrian Burch2008-04-233-142/+0
|
* wierd - ignore prop change went to wrong dir so try to fix it forward (dont ↵Brian Burch2008-04-231-0/+103
| | | | risk revert confusion)