aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/protocol/yahoo
Commit message (Expand)AuthorAgeFilesLines
* Displays account display name when password is wrong.Damian Minkov2012-03-091-1/+1
* Changes enumeration TransportProtocolEnum name to TransportProtocol. Modifies...Vincent Lucas2012-03-011-2/+2
* Adds an enumeration for the available transport protocols (UNKNOWN, UDP, TCP ...Vincent Lucas2012-03-011-4/+5
* Corrects the getTransportType() function documentation of the ProtocolProvide...Vincent Lucas2012-03-011-1/+1
* Adds a getTransportType() function to ProtocolProviderServices in order to ge...Vincent Lucas2012-02-291-0/+10
* Fixes NPE in contact right button menu and chat window.Damian Minkov2012-02-171-1/+3
* Make protocols aware of DNSSEC exceptionsIngo Bauersachs2011-12-192-0/+9
* Changes project name in source license headers from SIP Communicator to JitsiEmil Ivov2011-10-1822-22/+22
* Moves NotInContactList group name string into language resources.Damian Minkov2011-10-101-6/+3
* Don't show the security padlock when the security controller requires secure ...Ingo Bauersachs2011-10-071-0/+11
* Show connecting status during reconnects.Damian Minkov2011-05-261-0/+7
* Use a precompiled pattern to escape chars in messagesMatthieu Casanova2011-05-021-70/+78
* When creating account check and disabled accounts(all loaded accounts in Acco...Damian Minkov2010-12-141-3/+3
* Fix invisible status and skip setting custom message status for empty status ...Damian Minkov2010-11-131-1/+1
* Remove import of non-existing packageWerner Dittmann2010-10-181-1/+0
* Finally it is necessary to decode all received messages even if they are not ...Matthieu Casanova2010-10-061-6/+2
* Fixed yahoo message decoding :Matthieu Casanova2010-10-052-43/+34
* Moves the authentication window to the util package and removes any dependenc...Yana Stamcheva2010-09-291-0/+10
* Configuration window improvements including reorganizing sections, user inter...Yana Stamcheva2010-07-051-2/+32
* Check for connected yahoo provider before requesting image.Damian Minkov2010-06-111-0/+8
* Fix logger usage - sixth bunch.Werner Dittmann2010-06-038-67/+134
* Adds and activates reconnect plugin. Some fixes to protocols in order to work...Damian Minkov2010-05-171-6/+32
* Fixed a ClassCastException.Valentin Martinet2010-01-271-2/+3
* Remove unused method.Damian Minkov2010-01-192-21/+3
* Yahoo use utf-8 when manipulate message bytes.Damian Minkov2010-01-193-6/+6
* - Changed createAdHocChatRoom(*, List<Contact>, *) to createAdHocChatRoom(*, ...Valentin Martinet2010-01-181-57/+59
* Yahoo: deleted useless things and fixed bug in creating a conference.Valentin Martinet2010-01-182-54/+7
* Adds support for invitation reason (Yahoo! & ICQ)Valentin Martinet2010-01-171-8/+18
* Updated commentsValentin Martinet2010-01-161-2/+3
* Fix an error in Yahoo MUC :Valentin Martinet2010-01-161-5/+35
* Fix Yahoo MUC. Seems that the join() call disappeared somewhere back in time.Valentin Martinet2010-01-151-0/+1
* Uses AbstractProtocolProviderService#addSupportedOperationSet in its extender...Lyubomir Marinov2009-10-171-32/+23
* Fixes a warning about an unchecked cast.Lyubomir Marinov2009-10-151-0/+2
* Fixes warnings.Lyubomir Marinov2009-10-131-2/+6
* Commits the patch of Sebastien Vincent provided on the dev mailing list in an...Lyubomir Marinov2009-10-131-1/+0
* Fixes some javadoc warnings on previously committed classes.Yana Stamcheva2009-09-301-3/+4
* Fixes Ad-hoc related problems, reported by Lubomir Marinov on the dev mailing...Yana Stamcheva2009-09-301-18/+0
* Removes explicit setting of Logger levels in ad-hoc chat-related code.Lyubomir Marinov2009-09-291-1/+0
* - In ChatWindowManager#closeChat(ChatPanel), calls closeChatPanel() for AdHoc...Lyubomir Marinov2009-09-181-91/+70
* Ad-hoc Multi user chat related modifications (part of issue #725 - Sepperate ...Yana Stamcheva2009-09-181-749/+722
* Commits the patch of Sebastien Vincent provided on the dev mailing list in an...Lyubomir Marinov2009-09-172-16/+7
* Ongoing work on issue #725 ( Sepperate operation set for ad-hoc like chat roo...Yana Stamcheva2009-09-148-1858/+1456
* Fixes NullPointerException in the meta contact list (which corrupts the store...Lyubomir Marinov2009-09-082-13/+6
* Fixes warnings, mostly ones related to raw-type uses.Lyubomir Marinov2009-09-051-13/+8
* - Removes a few SuppressWarnings because the warnings they suppress can be re...Lyubomir Marinov2009-09-043-106/+68
* Adds SuppressWarnings annotations for legacy codeEmil Ivov2009-09-043-97/+100
* Commits the patch of Sebastien Vincent provided on the dev mailing in an e-ma...Lyubomir Marinov2009-09-026-10/+9
* Commits another part of the patch provided by Sebastien Vincent on the dev ma...Lyubomir Marinov2009-08-315-23/+19
* Commits a small fraction of the patch provided by Sebastien Vincent on the de...Lyubomir Marinov2009-08-311-1/+1
* Introduces a default implementation of OperationSetMultiUserChat which remove...Lyubomir Marinov2009-08-301-210/+10