Directory src/net/java/sip/communicator/impl/protocol/yahoo/

Directory Created:
2007-01-12 20:56
Total Files:
22
Deleted Files:
7
Lines of Code:
7428

[root]/src/net/java/sip/communicator/impl/protocol/yahoo

Lines of Code

src/net/java/sip/communicator/impl/protocol/yahoo/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 277 (100.0%) 11316 (100.0%) 40.8
damencho 86 (31.0%) 6686 (59.1%) 77.7
yanas 38 (13.7%) 2918 (25.8%) 76.7
emcho 47 (17.0%) 534 (4.7%) 11.3
lubomir_m 58 (20.9%) 410 (3.6%) 7.0
sympho 14 (5.1%) 236 (2.1%) 16.8
wernerd 15 (5.4%) 230 (2.0%) 15.3
vmartinet 8 (2.9%) 126 (1.1%) 15.7
kpouer 4 (1.4%) 107 (0.9%) 26.7
scmerger 1 (0.4%) 32 (0.3%) 32.0
ibauersachs 2 (0.7%) 19 (0.2%) 9.5
vincent_lucas 4 (1.4%) 18 (0.2%) 4.5

Most Recent Commits

damencho 2012-03-09 16:56

Displays account display name when password is wrong.
Adds more logging when connecting using xmpp.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/yahoo: ProtocolProviderServiceYahooImpl.java (+1 -1)
vincent_lucas 2012-03-01 16:16

Changes enumeration TransportProtocolEnum name to TransportProtocol. Modifies function TransportProtocol.parse(String transportProtocol) to ignore case of the transportProtocol parameter.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/yahoo: ProtocolProviderServiceYahooImpl.java (+2 -2)
vincent_lucas 2012-03-01 14:34

Adds an enumeration for the available transport protocols (UNKNOWN, UDP, TCP or TLS) used to carry the control channel of protocol services (SIP, XMPP, etc.). Updates ProtocolProviderServices getTransportType() function to getTransportProtocol() which returns a transport protocol enumeration.

5 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/yahoo: ProtocolProviderServiceYahooImpl.java (+5 -4)
vincent_lucas 2012-03-01 11:02

Corrects the getTransportType() function documentation of the ProtocolProviderServices.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/yahoo: ProtocolProviderServiceYahooImpl.java (+1 -1)
vincent_lucas 2012-02-29 20:27

Adds a getTransportType() function to ProtocolProviderServices in order to get the transport protocol used. Corrects the call transport field of the CallInfoFrame, which henceforth uses the new getTransportType() function.

10 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/yahoo: ProtocolProviderServiceYahooImpl.java (+10)
damencho 2012-02-17 13:17

Fixes NPE in contact right button menu and chat window.
Fixes a problem with yahoo deny authorization requests.

3 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/yahoo: ServerStoredContactListYahooImpl.java (+3 -1)
ibauersachs 2011-12-19 19:28

Make protocols aware of DNSSEC exceptions

8 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/yahoo: ProtocolProviderServiceYahooImpl.java (+8)
emcho 2011-10-18 14:03

Changes project name in source license headers from SIP Communicator to Jitsi

22 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/yahoo: AbstractContactGroupYahooImpl.java (+1 -1), AdHocChatRoomInvitationYahooImpl.java (+1 -1), AdHocChatRoomYahooImpl.java (+1 -1), ContactGroupYahooImpl.java (+1 -1), ContactYahooImpl.java (+1 -1), FileTransferImpl.java (+1 -1), IncomingFileTransferRequestYahooImpl.java (+1 -1), MessageYahooImpl.java (+1 -1), OperationSetAdHocMultiUserChatYahooImpl.java (+1 -1), OperationSetBasicInstantMessagingYahooImpl.java (+1 -1), OperationSetFileTransferYahooImpl.java (+1 -1), OperationSetPersistentPresenceYahooImpl.java (+1 -1), OperationSetTypingNotificationsYahooImpl.java (+1 -1), ProtocolIconYahooImpl.java (+1 -1), ProtocolProviderFactoryYahooImpl.java (+1 -1), ProtocolProviderServiceYahooImpl.java (+1 -1), RootContactGroupYahooImpl.java (+1 -1), ServerStoredContactListYahooImpl.java (+1 -1), VolatileContactGroupYahooImpl.java (+1 -1), YahooAccountID.java (+1 -1), YahooActivator.java (+1 -1), YahooSession.java (+1 -1)
damencho 2011-10-10 17:09

Moves NotInContactList group name string into language resources.

3 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/yahoo: ServerStoredContactListYahooImpl.java (+3 -6)
ibauersachs 2011-10-07 19:35

Don't show the security padlock when the security controller requires secure signaling, but signaling is insecure

11 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/yahoo: ProtocolProviderServiceYahooImpl.java (+11)
damencho 2011-05-26 14:10

Show connecting status during reconnects.
When detect network changes calm for a second, give time all network configurations to finish.
Add un-registering state to some providers.
Fix a wrong state of jabber provider shown in status lists.
Make sure un-registering and registering is done in separate threads in reconnect plugin, to avoid blocking each other and possible ui locks.

7 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/yahoo: ProtocolProviderServiceYahooImpl.java (+7)
kpouer 2011-05-02 11:31

Use a precompiled pattern to escape chars in messages
made some fields final
replaced Vector by ArrayList
Added some @Override annotations
Fixed some indentation
Made some private methods static
Replaced http://sip-communicator.org by http://jitsi.org

71 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/yahoo: OperationSetBasicInstantMessagingYahooImpl.java (+71 -63)
damencho 2010-12-14 20:11

When creating account check and disabled accounts(all loaded accounts in AccountManager) for duplicates.
Don't block UI when disabling account which is currently registering or asking for authentication.

3 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/yahoo: ProtocolProviderFactoryYahooImpl.java (+3 -3)
damencho 2010-11-13 18:19

Fix invisible status and skip setting custom message status for empty status messages.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/yahoo: OperationSetPersistentPresenceYahooImpl.java (+1 -1)
kpouer 2010-10-06 13:28

Finally it is necessary to decode all received messages even if they are not rich text, at least to transform < into &lt;

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/yahoo: OperationSetBasicInstantMessagingYahooImpl.java (+2 -6)
kpouer 2010-10-05 16:10

Fixed yahoo message decoding :
Now a method
OperationSetBasicInstantMessagingYahooImpl.decodeMessage(String message)
will decode messages for both chat and multi chat.
First the message is decoded by the yahoo library if necessary.
Then the links are made hypertext if they are not
and last the font size are fixed.

34 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/yahoo: OperationSetAdHocMultiUserChatYahooImpl.java (+1 -26), OperationSetBasicInstantMessagingYahooImpl.java (+33 -17)
yanas 2010-09-29 10:37

Moves the authentication window to the util package and removes any dependency to the protocol service and security authority.

10 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/yahoo: ProtocolProviderServiceYahooImpl.java (+10)
yanas 2010-07-05 18:47

Configuration window improvements including reorganizing sections, user interface modifications, account loading/unloading functionality and more.

32 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/yahoo: ProtocolIconYahooImpl.java (+32 -2)
damencho 2010-06-11 16:20

Check for connected yahoo provider before requesting image.

8 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/yahoo: ContactYahooImpl.java (+8)
wernerd 2010-06-03 21:34

Fix logger usage - sixth bunch.

134 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/yahoo: AdHocChatRoomYahooImpl.java (+10 -5), ContactYahooImpl.java (+4 -2), OperationSetAdHocMultiUserChatYahooImpl.java (+26 -13), OperationSetBasicInstantMessagingYahooImpl.java (+14 -7), OperationSetFileTransferYahooImpl.java (+2 -1), OperationSetPersistentPresenceYahooImpl.java (+14 -7), OperationSetTypingNotificationsYahooImpl.java (+2 -1), ServerStoredContactListYahooImpl.java (+62 -31)

(129 more)

Generated by StatSVN 0.3.1