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

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 167 (100.0%) | 7827 (100.0%) | 46.8 |
| pradelle | 40 (24.0%) | 6827 (87.2%) | 170.6 |
| yanas | 22 (13.2%) | 322 (4.1%) | 14.6 |
| s_vincent | 7 (4.2%) | 230 (2.9%) | 32.8 |
| lubomir_m | 49 (29.3%) | 221 (2.8%) | 4.5 |
| damencho | 15 (9.0%) | 137 (1.8%) | 9.1 |
| emcho | 24 (14.4%) | 36 (0.5%) | 1.5 |
| wernerd | 5 (3.0%) | 24 (0.3%) | 4.8 |
| vincent_lucas | 4 (2.4%) | 18 (0.2%) | 4.5 |
| ibauersachs | 1 (0.6%) | 12 (0.2%) | 12.0 |
Fixes style formating, javadoc and eclipse related warnings.
230 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:
Changes project name in source license headers from SIP Communicator to Jitsi
20 lines of code changed in:
Moves NotInContactList group name string into language resources.
2 lines of code changed in:
Don't show the security padlock when the security controller requires secure signaling, but signaling is insecure
12 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.
1 lines of code changed in:
Fixes a few warnings. Removes a seemingly-unnecessary field.
15 lines of code changed in:
Configuration window improvements including reorganizing sections, user interface modifications, account loading/unloading functionality and more.
36 lines of code changed in:
Fix logger usage - sixth bunch.
24 lines of code changed in:
Uses AbstractProtocolProviderService#addSupportedOperationSet in its extenders because it's type-safe and shortens the code.
13 lines of code changed in:
Fixes warnings.
8 lines of code changed in:
Commits the patch of Sebastien Vincent provided on the dev mailing list in an e-mail with the subject "[Patch] Warnings" which fixes multiple warnings about unnecessary casts, missing or incorrect javadocs.
5 lines of code changed in:
- Fixes ClassCastException in ChatRoom-related code which handles failure of delivery of a message and in its respective AdHocChatRoom duplicate.
- Simplifies a bit and speeds up ChatWindowManager. Part of the approach to remove its #syncChat and prevent a deadlock with IRC.
- Removes a field or two to reduce the shallow runtime size of the instances of the affected class.
- Fixes a few redundant-cast warnings caused by ProtocolProviderService#getOperationSet(). While doing, fixes an occurrence of a double calling to the method in question while only one call suffices and is faster.
14 lines of code changed in:
Commits the patch of Sebastien Vincent provided on the dev mailing in an e-mail with subject "Fix warnings in Javadoc" which fixes javadoc warnings.
1 lines of code changed in:
As my day went into warnings, fixes more warnings about raw-type uses.
12 lines of code changed in:
Commits another part of the patch provided by Sebastien Vincent on the dev mailing list in an e-mail with the subject "Fix lot of warnings in the code" which fixes warnings in the src directory.
15 lines of code changed in:
Commits a small fraction of the patch provided by Sebastien Vincent on the dev mailing list in an e-mail with the subject "Fix lot of warnings in the code" which removes unnecessary casts.
1 lines of code changed in:
(46 more)