Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-05-14Fix for 231969slewis3-25/+37
2007-11-29Prevent a NullPointerException from being thrown.rsuen1-1/+2
2007-11-25Externalize the string properly.v20071125-1000rsuen1-1/+1
2007-11-25Prevent a NullPointerException from being thrown.rsuen1-1/+1
2007-11-25Prevent a NullPointerException from being thrown.rsuen1-1/+1
2007-10-26Fixed errors in javadocsslewis1-28/+14
2007-10-07Fix for NPE when connection failsslewis1-1/+1
2007-09-07Additions to address bug 197332slewis2-0/+30
2007-09-05Removed warning for unthrown exceptions. Corrected other warnings.slewis7-206/+172
2007-09-03Bug 200630 - [IRC] Private messages are not being handledrsuen1-1/+7
2007-09-03Display the CTCP VERSION message in the server tab instead of as a private me...rsuen3-247/+149
2007-09-02Additions and test code for enhancements for bug 197007slewis2-0/+9
2007-08-18Abide by the API contract by returning non-null values.rsuen1-2/+2
2007-08-05Changes to plugin and feature version numbers: 1.0.1 to 1.0.2slewis1-1/+0
2007-08-05Change getAdapter(Class) to not return null for valid class parameters such a...rsuen1-1/+5
2007-08-04Changes to simplify AbstractContainer and subclasses. Also made fireContaine...slewis1-5/+0
2007-08-03Applied patch for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=198734slewis1-2/+3
2007-07-29Applied patch on bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=198193slewis1-3/+25
2007-07-28Removed @Override annotations and applying project settings for a J2SE-1.4 co...rsuen1-2/+0
2007-07-27RESOLVED - bug 197329: [IRC] Action should be supported better in the UIcaniszczyk1-5/+14
2007-07-24NEW - bug 197604: [IRC] kick, ban, unban, op, deop commands cause parse error.caniszczyk1-45/+83
2007-05-27Added support for storing password after successful login.slewis1-0/+5
2007-05-26Resolve bug #183192 - [presence] IChatRoomContainer needs to allow the sendin...rsuen4-17/+63
2007-05-20Implement the IChatRoomInvitationSender interface.v20070520-1201rsuen1-30/+48
2007-05-19Added IChatRoomInvitationSender as per bug https://bugs.eclipse.org/bugs/show...slewis1-0/+9
2007-05-01Refactored chatroommanagerview to handle all chat roomsslewis1-0/+4
2007-05-01Refactoring of org.eclipse.ecf.ui and org.eclipse.ecf.presence.ui plugins to ...slewis2-2/+2
2007-04-20Changes to have all activator classes return non-null with calls to getDefaul...slewis1-1/+4
2007-04-17Simplified presence API and changed existing impls to matchslewis1-2/+2
2007-04-02Fixes for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=180364, and for h...slewis2-1/+31
2007-03-14Changes to remove references to Plugin class.slewis1-8/+37
2007-03-14Refactored Trace class static methods to remove reference to Plugin class and...slewis1-2/+2
2007-02-22Fix for bug on disconnectslewis1-4/+6
2007-02-16Fix for bug 174480slewis1-1/+0
2007-02-14Changed naming of methods in IChatRoomContainer for admin listener.slewis2-13/+31
2007-02-14Added IChatRoomAdminListener interface and implementation in irc, xmpp, jxta ...slewis3-1/+39
2007-02-13Cleaned up string handling and debug optionsslewis9-202/+218
2007-02-13Changed method names in IChatRoomParticipantListener and all implementationsslewis1-2/+2
2007-02-13Update to IUser interface, User implementation in core, and IChatRoomParticip...slewis1-2/+3
2007-02-08Applied patch #3 from bug 172958slewis1-1/+47
2007-02-08Fix for bug 170510slewis4-101/+154
2007-02-08Fix for bugs 160126, 172898slewis1-43/+89
2007-02-08Formatted IRCRootContainerslewis1-46/+60
2007-02-08changed parameter nameslewis1-17/+17
2007-02-08Update IRCRootContainer to assist with bug 172958slewis1-29/+56
2007-02-01Fix bug #172404 by processing /msg and /privmsg commands properly.rsuen1-6/+19
2007-01-31Externalize some strings.rsuen9-60/+96
2007-01-28Moved irc provider code to internal packagesslewis7-0/+1380
2006-11-09Moved internal classes (e.g. Activators) to internal packagesslewis2-0/+179

    Back to the top