[root]/src/net/java/sip/communicator/impl/protocol/zeroconf
jmdns
(15 files, 6572 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 115 (100.0%) | 6209 (100.0%) | 53.9 |
| damencho | 30 (26.1%) | 5424 (87.4%) | 180.8 |
| emcho | 27 (23.5%) | 309 (5.0%) | 11.4 |
| lubomir_m | 31 (27.0%) | 172 (2.8%) | 5.5 |
| yanas | 10 (8.7%) | 133 (2.1%) | 13.3 |
| wernerd | 7 (6.1%) | 70 (1.1%) | 10.0 |
| s_vincent | 4 (3.5%) | 59 (1.0%) | 14.7 |
| vincent_lucas | 4 (3.5%) | 18 (0.3%) | 4.5 |
| sympho | 1 (0.9%) | 13 (0.2%) | 13.0 |
| ibauersachs | 1 (0.9%) | 11 (0.2%) | 11.0 |
Fixes javadoc and eclipse related warnings in the code.
33 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
14 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:
When creating new account (simple or advance form) make sure we don't reuse old AccountRegistration instances.
5 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.
2 lines of code changed in:
Fix creating and deleting bonjour accounts.
Fix choosing default call record directory on Macosx and store it if it exists when entring it manually without the need to hit enter.
Fix msn to release calling thread when sending messages(offline one can be time consuming).
4 lines of code changed in:
Add provisioning via mDNS (Bonjour).
26 lines of code changed in:
Configuration window improvements including reorganizing sections, user interface modifications, account loading/unloading functionality and more.
37 lines of code changed in:
Fix logger usage - sixth bunch.
66 lines of code changed in:
Uses AbstractProtocolProviderService#addSupportedOperationSet in its extenders because it's type-safe and shortens the code.
12 lines of code changed in:
Fixes warnings.
7 lines of code changed in:
Fixes warnings
1 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.
30 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:
Introduces a default implementation of OperationSetTypingNotifications which removes duplications from extenders and fixes warnings.
4 lines of code changed in:
Fixes raw-type warnings.
1 lines of code changed in:
(35 more)