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

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 153 (100.0%) | 10423 (100.0%) | 68.1 |
| vincent_lucas | 59 (38.6%) | 9838 (94.4%) | 166.7 |
| ysaak | 18 (11.8%) | 260 (2.5%) | 14.4 |
| yanas | 14 (9.2%) | 167 (1.6%) | 11.9 |
| lubomir_m | 17 (11.1%) | 61 (0.6%) | 3.5 |
| wernerd | 6 (3.9%) | 44 (0.4%) | 7.3 |
| damencho | 5 (3.3%) | 29 (0.3%) | 5.8 |
| emcho | 33 (21.6%) | 15 (0.1%) | 0.4 |
| ibauersachs | 1 (0.7%) | 9 (0.1%) | 9.0 |
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
11 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
9 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:
Configuration window improvements including reorganizing sections, user interface modifications, account loading/unloading functionality and more.
36 lines of code changed in:
Fix another bunch of unguarded logger.{debug,info,trace} calls.
Ongoing activity to fix the usage of shown logger messages.
13 lines of code changed in:
Uses AbstractProtocolProviderService#addSupportedOperationSet in its extenders because it's type-safe and shortens the code.
11 lines of code changed in:
Fixes warnings.
4 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.
3 lines of code changed in:
Commits into trunk the changes of r5345, r5346 and r5352 which fix warnings in branches/1.0.
0 lines of code changed in:
- Addressing issue #465 (Redesign the account configuration menu).
- Fixing issue with status update within the accounts configuration form.
- Adding support for 32x32 and 48x48 icons for all protocols.
- Changing the background and selection colors for config forms list on the left of the Options window.
21 lines of code changed in:
Eliminates duplication, fixes raw-type warnings.
0 lines of code changed in:
Masks duplicate contacts behind the protocol providers and thus addresses issue #657 ICQ/AIM, MSN, and XMPP report multiple parent groups for a single contact
This commit also removes the Contact.getContact(int) method so that contacts could be easily stored in hashmaps in order to optimize search operantions that allow avoiding contact duplicity.
Fixes some raw type warnings.
0 lines of code changed in:
Fix warning: raw types, unused variables, etc. Contributes to issue #637.
31 lines of code changed in:
Remove some warnings in the Dict protocol
17 lines of code changed in:
Fix issue #639 (remove html tags from the query message)
4 lines of code changed in:
(29 more)