Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-05-16Updated about.html to Ganymede/ECF 2.0.0 release date: June 25, 2008slewis1-1/+1
2008-05-14Fix for 231969slewis7-32/+84
2008-05-04enabling to use any port for the google talk host. See bug 222824v20080505-0800mmayworm1-2/+8
2008-04-11Fixes to address bug 226608slewis1-1/+1
2008-04-06Added execution environment where missing.slewis2-4/+4
2008-03-31Fix for xmpp dispose bugv20080331-0800slewis1-13/+3
2008-03-21Changes/fixes for bug 223207slewis1-0/+9
2008-03-10Fix for bug 221053slewis1-4/+7
2008-03-06Fixes for copyright notices.slewis1-8/+8
2008-03-04API addition and provider implementation changes for bug 221177. Also added ↵slewis2-3/+14
GetRemoteFileNameTest.
2008-02-29Additions and fixes for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=220441slewis1-0/+5
2008-02-26Added getFileLength call for bug ↵slewis2-50/+41
https://bugs.eclipse.org/bugs/show_bug.cgi?id=220301
2008-02-21Fixes for Bundle-ActivationPolicy header. bug 219878slewis2-33/+20
2008-01-12Removed unnecessary closeslewis1-80/+69
2007-12-21Added remote file system browser api to filetransfer API as per bug 213642. ↵slewis1-0/+7
Added implementation for 'file' protocol. Also added authenticator usage for UrlConnectionFileTransfer.
2007-12-12Additions to file transfer API...specifically addition of two extension ↵slewis4-15/+15
points retrieveFileTransferProtocolFactory, and sendFileTransferProtocolFactory for file retrieve, and send, respectively. Also added documentation to online docs.
2007-12-10Additions to outgoingfiletransfercontainer adapter API and implementation.slewis12-58/+247
2007-11-13Resolve bug 207706 - [xmpp] XMPPContainers are not registered as ↵rsuen2-0/+25
IPresenceServices
2007-11-06Fixes for manifest contentsv20071105-1642slewis1-11/+5
2007-10-26Fixed errors in javadocsslewis5-345/+248
2007-10-16Fixes for source buildslewis1-1/+4
2007-10-14Update to 1.2.0 version number. Added jdt and jdt ui prefs from equinox and ↵slewis1-1/+1
cleaned up resulting warnings. Applied patch from bug 206118.
2007-10-12Fix for bug introduced in XMPPID for ids of the form slewis@ecf.eclipse.orgslewis2-80/+63
2007-10-10Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=205967slewis1-34/+44
2007-10-02Changed to reference DatashareContainerAdapterFactory directly.rsuen2-23/+2
2007-10-01Added IIncomingFileTransfer.getFileRangeSpecification() and impl class ↵slewis1-61/+54
implementation
2007-09-12Changed name of AsynchResult to AsyncResult. Abstracted public API for ↵slewis1-9/+10
AsyncResult to IAsyncResult. Added method to IRemoteService.callAsynch that returns IAsyncResult. Implemented new method in org.eclipse.ecf.provider.remoteservice. Added test case for testing new API.
2007-09-07Additions to address bug 197332slewis1-0/+27
2007-09-06Updated versions for ECF 1.1slewis1-1/+1
2007-09-05Additions to address bug 112599slewis1-1/+4
2007-09-05Additions to address bug 112599slewis1-2/+34
2007-09-02Additions and test code for enhancements for bug 197007slewis2-247/+211
2007-08-18Abide by the API contract by returning a non-null value.rsuen1-1/+1
2007-08-05Cleanup of variable names for consistency and simplification of notifying code.slewis6-61/+138
2007-07-23Added OSGi remote service capability for XMPP provider. This allows remote ↵slewis3-1/+95
services to be registered and called via XMPP. New test code in org.eclipse.ecf.tests.remoteservice bundle/org.eclipse.ecf.tests.remoteservice.presence package.
2007-07-23Added non-null IChatMessageSender to XMPPChatRoomContainer as per ↵slewis1-2/+16
https://bugs.eclipse.org/bugs/show_bug.cgi?id=189293
2007-07-22Improved performance of initial connection by loading avatars in separate ↵slewis1-10/+62
thread.
2007-07-22Added support for IPresence.getPictureData for XMPP. As per bug ↵slewis4-32/+119
https://bugs.eclipse.org/bugs/show_bug.cgi?id=181525
2007-07-19Added support for chat room invitation sending and receiving as per bug 197005.slewis4-67/+144
2007-07-18Changed plugin version numberslewis1-1/+1
2007-07-18Fix for bug 196298slewis2-5/+13
2007-07-14Changes to plugin numbersslewis1-1/+1
2007-07-14Import removalslewis1-1/+0
2007-07-13Applied patch for bug 196298. Also externalized strings for XMPPContainerv20070712-2253slewis4-49/+55
2007-06-27Fixed bug in xmpp provider loggingRoot_smack3slewis1-1/+1
2007-06-22Set dependency on org.jivesoftware.smack to [2.2.1,3.0.0)slewis1-1/+1
2007-06-20Fix for missing cleanup on disconnectslewis2-51/+40
2007-06-08Fix for plugin.properties filesslewis1-11/+8
2007-05-30about file correctionsv20070530-1115slewis1-26/+25
2007-05-30Update to license files datesslewis1-1/+1

Back to the top