Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2009-04-28Updates to skype and yahoo IChatManager impls to incorporate new interfaceslewis1-0/+1
2009-04-28bug 273151: adding message search apimmayworm1-0/+1
2009-04-28bug 273151: adding message search apimmayworm1-2/+10
2009-04-28bug 273151: adding message search apimmayworm7-0/+286
2009-03-19Updated provider name to Eclipse.org - ECFslewis1-1/+1
2009-03-19Update to build properties for proper source plugin buildslewis1-1/+0
2009-03-16Additions for enhancement https://bugs.eclipse.org/bugs/show_bug.cgi?id=268888slewis2-0/+61
2009-02-04Fixes to project settings to deal with bug ↵slewis2-1/+26
https://bugs.eclipse.org/bugs/show_bug.cgi?id=263537
2009-01-27Javadocs fixesslewis3-4/+4
2009-01-27Removed AbstractUserSearchManager.createUserSearchListener method and implsslewis1-8/+0
2009-01-27Fixes for IResultList.geResults to getResults()slewis3-7/+12
2009-01-26Updated @since 3.0 to @since 2.0slewis18-17/+19
2009-01-26[bug:256696] adding user search API on HEADmmayworm1-2/+4
2009-01-26[bug:256696] adding user search API on HEADmmayworm1-0/+11
2009-01-26[bug:256696] adding user search API on HEADmmayworm17-0/+887
2009-01-21ASSIGNED - bug 261791: Activate APITooling for ECFmkuppe1-0/+6
https://bugs.eclipse.org/bugs/show_bug.cgi?id=261791
2008-09-08Fixes for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=246155slewis2-1/+34
2008-05-16Updated about.html to Ganymede/ECF 2.0.0 release date: June 25, 2008slewis1-1/+1
2008-04-03Removed unnecessary plugin.xmls from projectsslewis2-8/+1
2008-03-26Added adapter manager implementation for RosterItem.getAdapter and ↵slewis2-0/+12
AbstractRosterManager.getAdapter
2008-03-06Fixes for copyright notices.slewis1-8/+8
2008-02-23Updates to plugin versionsslewis1-1/+1
2008-02-21Fixes for Bundle-ActivationPolicy header. bug 219878slewis1-0/+1
2008-01-05Added pde preferences fileslewis3-2/+5
2008-01-04Implemented skype user status change. Fixed documentation and default ↵v20080104-1223slewis1-7/+6
Presence instance creation
2007-10-16Fix for jdt.core.prefs and .classpathslewis1-2/+1
2007-10-16Fixes for source buildslewis1-1/+4
2007-10-14javadocs fixesslewis1-2/+2
2007-10-14Update to 1.2.0 version number. Added jdt and jdt ui prefs from equinox and ↵slewis11-68/+440
cleaned up resulting warnings. Applied patch from bug 206118.
2007-09-22Generate a serializable ID.rsuen1-1/+3
2007-09-07Adding a '@since 1.1' tag.v20070907-1023rsuen1-0/+2
2007-09-07Additions to address bug 197332slewis2-0/+35
2007-09-06Updated versions for ECF 1.1slewis2-5/+5
2007-09-02Update for bug 197007 to include an @since tag.rsuen1-0/+1
2007-09-02Additions and test code for enhancements for bug 197007slewis1-4/+10
2007-08-05Cleanup of variable names for consistency and simplification of notifying code.slewis1-23/+37
2007-07-17Added implementation of getAdapter for Presence, Roster, and RosterItem ↵slewis3-11/+11
(RosterGroup, RosterEntry)
2007-06-08Fix for plugin.properties filesslewis1-1/+8
2007-05-29Changed date in about.html for bug ↵slewis1-1/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=189545
2007-05-27javadocs fixesv20070527-1500slewis1-1/+1
2007-05-27Added documentation for listeners (asynchronous invocation).slewis2-1/+24
2007-05-26Changed IChatManager.createChat(ID) to ↵slewis7-34/+134
IChatManager.createChat(ID,IIMMessageListener). Changed signature of implementations also. Also created IChatRoomCreationEvent (event type sent to remote IIMMessageListeners for remote IChat). This implements the basic API additions/changes for https://bugs.eclipse.org/bugs/show_bug.cgi?id=182474.
2007-05-26Resolve bug #183192 - [presence] IChatRoomContainer needs to allow the ↵rsuen1-5/+19
sending of private messages
2007-05-25Correct the javadocs.rsuen1-3/+3
2007-05-25Added getTypingMessageSender to IChat interfaceslewis1-0/+10
2007-05-20Added simpler chat message in response to bug ↵v20070520-1333slewis1-1/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=187936
2007-05-20Added simpler chat message in response to bug ↵slewis1-17/+29
https://bugs.eclipse.org/bugs/show_bug.cgi?id=187936
2007-05-19Added room ID for specifying a room associated with an invitationslewis1-2/+5
2007-05-19Added IChatRoomInvitationSender as per bug ↵slewis2-0/+51
https://bugs.eclipse.org/bugs/show_bug.cgi?id=187960. Added trivial implementations.
2007-05-19Javadoc and license fix-up.rsuen1-10/+10

Back to the top