Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update ice4j.jar that now supports UPnP candidates harvesting. Note that ↵ | Sebastien Vincent | 2010-12-21 | 1 | -1/+1 |
| | | | | UPnP is not enabled by default for the moment (it can be enabled in the advanced tab of your Jabber account). | ||||
* | Adds new libraries to the appropriate IDE configuration files. | Yana Stamcheva | 2010-12-21 | 1 | -1/+1 |
| | | | | | Fixes chat window transparent toolbar on windows and linux. Adjusts some gaps in the contact list window. | ||||
* | Initial support for Jingle Nodes. Please note that this feature is disabled ↵ | Sebastien Vincent | 2010-12-10 | 1 | -1/+1 |
| | | | | by default. | ||||
* | Updates dns java so that we could replace the default DNS mechanism in java | Emil Ivov | 2010-11-24 | 1 | -1/+1 |
| | |||||
* | Fixes the NetBeans project classpath after the introduction of the spell ↵ | Lyubomir Marinov | 2010-11-03 | 1 | -1/+1 |
| | | | | checker. | ||||
* | Add provisioning via mDNS (Bonjour). | Sebastien Vincent | 2010-10-06 | 1 | -1/+1 |
| | |||||
* | Adds lib/installer-exclude/dhcp4java-1.00.jar to the classpaths of Eclipse ↵ | Lyubomir Marinov | 2010-09-29 | 1 | -1/+1 |
| | | | | and NetBeans to fix compile-time errors. | ||||
* | Removes Stun4J.jar from the NetBeans compile classpath (because it has been ↵ | Lyubomir Marinov | 2010-09-21 | 1 | -2/+2 |
| | | | | removed from the repository). | ||||
* | Add ice4j.jar in the NetBeans classpath, reported by Adam Netocny. | Yana Stamcheva | 2010-09-21 | 1 | -1/+1 |
| | |||||
* | Integrate choosing and setting avatar image for protocols (currently only ↵ | Damian Minkov | 2010-09-02 | 1 | -1/+1 |
| | | | | for msn and jabber). This work is done as part of Google Summer of Code 2009 by Shashank Tyagi and his mentor Damien Roth. | ||||
* | Fixes the NetBeans classpath to not reference lib/bundle/httpcore which ↵ | Lyubomir Marinov | 2010-08-18 | 1 | -1/+1 |
| | | | | doesn't exist and to reference lib/installer-exclude/httpcore-4.0.1.jar which exists. | ||||
* | Fixes the Eclipse and NetBeans classpaths because of the replacement of ↵ | Lyubomir Marinov | 2010-08-10 | 1 | -1/+1 |
| | | | | lib/installer-exclude/httpclient-4.0-beta2.jar with lib/installer-exclude/httpclient-4.0.1.jar performed in r7576. | ||||
* | Removes smackx-jingle.jar from the Eclipse and NetBeans classpaths because ↵ | Lyubomir Marinov | 2010-07-11 | 1 | -1/+1 |
| | | | | the file has been removed from the repository. | ||||
* | Removes KeybindingUtil.jar from the Eclipse and NetBeans project files ↵ | Lyubomir Marinov | 2010-07-05 | 1 | -1/+1 |
| | | | | because the JAR has been removed from trunk in r7350. | ||||
* | Updated the AppleJavaExtensions.jar with the OrangeExtensions.jar from Yuvi ↵ | Romain Kuntz | 2010-04-13 | 1 | -1/+2 |
| | | | | Masory (updated for Java 5) | ||||
* | Update yahoo lib. | Damian Minkov | 2010-01-11 | 1 | -1/+1 |
| | |||||
* | Reflects the replacing of growl.jar with growl4j.jar in the Eclipse and ↵ | Lyubomir Marinov | 2009-08-14 | 1 | -1/+1 |
| | | | | NetBeans project classpaths. | ||||
* | Update the IDE files to include the new jar files in thier classpath. | Werner Dittmann | 2009-08-01 | 1 | -1/+1 |
| | |||||
* | - Integrates the Facebook protocol developed by Dai Zhiwei as part of Google ↵ | Lyubomir Marinov | 2009-07-23 | 1 | -1/+1 |
| | | | | | | | 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 Dittmann | 2009-05-02 | 1 | -1/+1 |
| | | | | | | | 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 Marinov | 2009-03-23 | 1 | -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. | ||||
* | Reorganize the crypto functions. ZRTP4J library now contains al required ↵ | Werner Dittmann | 2009-03-22 | 1 | -1/+1 |
| | | | | | | | | 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 Marinov | 2009-03-20 | 1 | -1/+1 |
| | | | | classpath. | ||||
* | Fix debug target, as -deploy-os-specific-bundles name changed. | Damian Minkov | 2009-03-09 | 2 | -3/+3 |
| | |||||
* | Update to JAIN-SIP 1.2.92 | Sebastien Mazy | 2009-02-15 | 1 | -1/+1 |
| | |||||
* | Modify security relevant code to get rid of Java JCE dependence. This ↵ | Werner Dittmann | 2009-02-07 | 1 | -1/+1 |
| | | | | | | | 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 Minkov | 2009-02-02 | 1 | -1/+1 |
| | |||||
* | Fixes the names of the Jain SIP jars in the IDE support files because they ↵ | Lyubomir Marinov | 2009-01-28 | 1 | -1/+1 |
| | | | | got renamed in r4930. | ||||
* | Upgrade ZRTP jar to version 1.4.2 to be compliant with latest ZRTP spec. | Werner Dittmann | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | Removes org.apache.felix.servicebinder. | Lyubomir Marinov | 2008-12-20 | 1 | -1/+1 |
| | |||||
* | another classpath change.... sigh. | Brian Burch | 2008-11-22 | 1 | -1/+1 |
| | |||||
* | Updated the ZRTP4J library, updated the classpaths, added the bundle-version. | Romain Kuntz | 2008-11-21 | 1 | -1/+1 |
| | |||||
* | sigh... here we go again. | Brian Burch | 2008-11-18 | 1 | -1/+1 |
| | |||||
* | soak up latest changes to build and eclipse classpaths (sigh) | Brian Burch | 2008-11-04 | 1 | -1/+7 |
| | |||||
* | verify local testing accounts file has been created by the user | Brian Burch | 2008-10-27 | 1 | -3/+4 |
| | |||||
* | synchronise netbeans debug main application target with latest build.xml run ↵ | Brian Burch | 2008-10-23 | 1 | -6/+27 |
| | | | | target | ||||
* | new netbeans target to run a single slick (also fix formatting of slick name ↵ | Brian Burch | 2008-10-23 | 1 | -5/+17 |
| | | | | to suit build's trimming away of package name) | ||||
* | synchronise netbeans debug specific slick with latest build.xml | Brian Burch | 2008-10-23 | 1 | -12/+52 |
| | |||||
* | Updated ZRTP4J jar from 0.9.0 to 1.3.1 (provided by Werner Dittmann) | Romain Kuntz | 2008-10-21 | 1 | -1/+1 |
| | | | | | | | 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 classpath | Brian Burch | 2008-10-08 | 1 | -2/+2 |
| | |||||
* | new netbeans debug test (service lick) target | Brian Burch | 2008-10-08 | 1 | -0/+65 |
| | |||||
* | new netbeans debug test (service lick) target | Brian Burch | 2008-10-08 | 2 | -3/+19 |
| | |||||
* | more classpath changes that impact netbeans | Brian Burch | 2008-10-07 | 1 | -1/+1 |
| | |||||
* | Updates the classpaths of Eclipse and NetBeans to include bcprovider.jar and ↵ | Lyubomir Marinov | 2008-10-07 | 1 | -1/+1 |
| | | | | rebuilds resources\install\windows\run.exe to reflect Emil's related change in run.exe.jsmooth. | ||||
* | Updates the compile classpath of the NetBeans project to include ↵ | Lyubomir Marinov | 2008-09-14 | 1 | -1/+1 |
| | | | | transparency.jar in order to resolve unresolved-import compilation errors. | ||||
* | new whole application debug | Brian Burch | 2008-08-25 | 1 | -18/+22 |
| | |||||
* | new whole application debug | Brian Burch | 2008-08-25 | 1 | -0/+53 |
| | |||||
* | bring source classpath up-to-date so source folder no longer shows compile ↵ | Brian Burch | 2008-08-24 | 1 | -1/+1 |
| | | | | error icon | ||||
* | Update Netbeans classpath | Damian Minkov | 2008-06-10 | 1 | -1/+1 |
| | |||||
* | still wierd - trying to restore file I didn't explicitly delete | Brian Burch | 2008-04-23 | 1 | -0/+103 |
| |