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

| 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 |
Displays account display name when password is wrong.
Adds more logging when connecting using xmpp.
1 lines of code changed in:
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:
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:
Corrects the getTransportType() function documentation of the ProtocolProviderServices.
1 lines of code changed in:
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:
Fixes NPE in contact right button menu and chat window.
Fixes a problem with yahoo deny authorization requests.
3 lines of code changed in:
Make protocols aware of DNSSEC exceptions
8 lines of code changed in:
Changes project name in source license headers from SIP Communicator to Jitsi
22 lines of code changed in:
Moves NotInContactList group name string into language resources.
3 lines of code changed in:
Don't show the security padlock when the security controller requires secure signaling, but signaling is insecure
11 lines of code changed in:
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:
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:
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:
Fix invisible status and skip setting custom message status for empty status messages.
1 lines of code changed in:
Finally it is necessary to decode all received messages even if they are not rich text, at least to transform < into <
2 lines of code changed in:
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:
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:
Configuration window improvements including reorganizing sections, user interface modifications, account loading/unloading functionality and more.
32 lines of code changed in:
Check for connected yahoo provider before requesting image.
8 lines of code changed in:
Fix logger usage - sixth bunch.
134 lines of code changed in:
(129 more)