aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/protocol/irc/ChatRoomIrcImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Fixes warnings, removes trailing whitespace, adds @Override annotations.Lyubomir Marinov2013-05-231-74/+74
* Log dates in all history files as ISO 8601 with timezoneIngo Bauersachs2013-04-071-2/+2
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-291-1/+1
* Changes project name in source license headers from SIP Communicator to JitsiEmil Ivov2011-10-181-1/+1
* Fix another bunch of unguarded logger.{debug,info,trace} calls.Werner Dittmann2010-05-301-2/+4
* - Fixes the message upon joining a chat room stating that the chat room has h...Lyubomir Marinov2010-03-221-3/+3
* Fixes synchronization warnings.Lyubomir Marinov2010-02-161-7/+7
* - Moved setUserRole() to setLocalUserRole()Valentin Martinet2010-01-271-1/+2
* Support for roles in Jabber group chat. Patch provided by Valentin Martinet.Yana Stamcheva2009-12-011-7/+125
* - Fixes a problem in the global status menu at the top of the contact list wh...Lyubomir Marinov2009-09-191-1/+2
* Commits another part of the patch provided by Sebastien Vincent on the dev ma...Lyubomir Marinov2009-08-311-48/+29
* Fixes issue #542 (Notifications for conversations in chat rooms are not) and ...Lyubomir Marinov2009-04-171-1/+7
* Fixes issue #644 (IRC claims chat room members joined right after I joined).Lyubomir Marinov2009-04-151-11/+4
* Resolves a few more of our 4000+ raw type warningsEmil Ivov2009-03-281-24/+38
* Spares conversions between Date and long because they cause a lot of allocati...Lyubomir Marinov2009-03-241-2/+2
* Moves PropertyChangeListener/Event from .configuration.event to .util because...Lyubomir Marinov2008-11-201-1/+1
* Methods added to ChatRoom and ChatRoomMember services to allow obtaining the ...Yana Stamcheva2008-11-031-0/+13
* Chat room subject fixed.Yana Stamcheva2007-09-271-0/+10
* Remove members when leaving a chat room. Close chat room in the gui on leave,...Yana Stamcheva2007-09-211-8/+23
* Fixed initial chat room join and some fixes for correct presentation of syste...Yana Stamcheva2007-09-201-2/+4
* Fix multi line messages in IRC.Yana Stamcheva2007-09-141-9/+28
* IRC service and implementation enhancements:Yana Stamcheva2007-09-141-0/+65
* ongoing work on the IRC protocol implementationYana Stamcheva2007-09-111-0/+933