aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/protocol/irc/OperationSetMultiUserChatIrcImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Updates the license headers.Damian Minkov2015-07-201-2/+13
* Work-in-progress on MUC member presence.Danny van Heumen2015-01-121-1/+1
* Check if connection != null before using it. (Throws IllegalStateExceptions b...Danny van Heumen2014-10-281-0/+4
* Implemented 'ban' operation + fine tuning and TODO markers.Danny van Heumen2014-10-281-4/+3
* Moved channel listing operations to separate class.Danny van Heumen2014-10-281-1/+1
* Restructured and extract IrcConnection type for better separation ofDanny van Heumen2014-10-281-2/+4
* Trigger error message by throwing OperationFailedException to explainDanny van Heumen2014-08-141-1/+13
* Reviewed some TODOs.Danny van Heumen2014-08-011-2/+3
* Loads of fixes, TODOs and comments.Danny van Heumen2014-08-011-38/+46
* Store multiple modes for IRC member and select strongest.Danny van Heumen2014-07-301-1/+2
* Clean up and preparation work.Danny van Heumen2014-07-301-0/+27
* Code clean-up.Danny van Heumen2014-07-301-7/+1
* Basic, rough implementation of instant messaging.Danny van Heumen2014-07-301-2/+30
* Correctly synchronize findOrCreateRoom.Danny van Heumen2014-07-301-11/+13
* Call method instead of using duplicate code.Danny van Heumen2014-07-301-6/+1
* A bit of cleanup and TODOs.Danny van Heumen2014-07-301-2/+2
* Use ChatRoomIrcImpl implementation class for internals.Danny van Heumen2014-07-301-4/+21
* Working on support for auto-join.Danny van Heumen2014-07-301-9/+14
* Tweaking the join process: throw OFE when there's trouble.Danny van Heumen2014-07-301-0/+13
* Working on nick change support and improve personal chatrooms.Danny van Heumen2014-07-301-1/+0
* Added initial support for personal chat rooms.Danny van Heumen2014-07-301-45/+0
* Implements private messaging chats.hristoterezov2013-09-241-0/+11
* Fixes warnings, removes trailing whitespace, adds @Override annotations.Lyubomir Marinov2013-05-231-5/+5
* Changes project name in source license headers from SIP Communicator to JitsiEmil Ivov2011-10-181-1/+1
* Support for roles in Jabber group chat. Patch provided by Valentin Martinet.Yana Stamcheva2009-12-011-2/+0
* Commits the second patch of Sebastien Vincent in the dev mailing list thread ...Lyubomir Marinov2009-09-021-10/+6
* Commits another part of the patch provided by Sebastien Vincent on the dev ma...Lyubomir Marinov2009-08-311-1/+1
* Introduces a default implementation of OperationSetMultiUserChat which remove...Lyubomir Marinov2009-08-301-160/+2
* Fixes issue #542 (Notifications for conversations in chat rooms are not) and ...Lyubomir Marinov2009-04-171-11/+23
* Corrects the discovery of IRC ChatRoomMemberRoles to be the same as in PircBo...Lyubomir Marinov2009-04-161-2/+3
* Fixes issue #644 (IRC claims chat room members joined right after I joined).Lyubomir Marinov2009-04-151-24/+23
* use smaller icons in the select account panel.Symphorien Wanko2009-02-261-7/+4
* Removes unused Logger instances (and thus resolves the warnings about them as...Lyubomir Marinov2009-02-101-4/+0
* Methods added to ChatRoom and ChatRoomMember services to allow obtaining the ...Yana Stamcheva2008-11-031-1/+1
* Fixed initial chat room join and some fixes for correct presentation of syste...Yana Stamcheva2007-09-201-2/+5
* javadoc fixedYana Stamcheva2007-09-141-1/+2
* IRC service and implementation enhancements:Yana Stamcheva2007-09-141-26/+50
* javadoc comment repairedYana Stamcheva2007-09-131-1/+1
* ongoing work on the IRC protocol implementationYana Stamcheva2007-09-111-0/+456