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

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 151 (100.0%) | 5798 (100.0%) | 38.3 |
| emcho | 50 (33.1%) | 3897 (67.2%) | 77.9 |
| yanas | 35 (23.2%) | 1317 (22.7%) | 37.6 |
| damencho | 13 (8.6%) | 247 (4.3%) | 19.0 |
| lubomir_m | 37 (24.5%) | 194 (3.3%) | 5.2 |
| s_vincent | 4 (2.6%) | 79 (1.4%) | 19.7 |
| wernerd | 5 (3.3%) | 23 (0.4%) | 4.6 |
| vincent_lucas | 4 (2.6%) | 19 (0.3%) | 4.7 |
| sympho | 1 (0.7%) | 14 (0.2%) | 14.0 |
| ibauersachs | 1 (0.7%) | 8 (0.1%) | 8.0 |
| pradelle | 1 (0.7%) | 0 (0.0%) | 0.0 |
Adds option to hangup peer with error code and reason in OperationSetBasicTelephony.
18 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.
2 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:
Adds UI for cross protocol conference calls. Adds also the possibility to add an incoming call into an existing call/conference. Fixes also the drag'n'drop for cross-protocol accounts.
14 lines of code changed in:
Ongoing work on cross protocol conference calls. Adds missing portaudio hotplug patch.
65 lines of code changed in:
Changes project name in source license headers from SIP Communicator to Jitsi
18 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
8 lines of code changed in:
Fixes a deadlock in audio level functionality which used to freeze the user interface while leaving the rest of the application operating as expected (e.g. audio used to continue to be captured locally and sent to the remote peer and to be received from the remote peer and played back locally.)
8 lines of code changed in:
Fixes issue #899: Incorrect Javadoc for function createCall.
18 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:
- Supports more call recording formats.
- Adds, fixes javadocs.
1 lines of code changed in:
Fixes warnings about unused imports and unnecessary casts.
20 lines of code changed in:
Fixes the issue described by Kertesz Laszlo on the dev mailing list in the thread "Sip Communicator does not close sound devices after call finish (PulseAudio)".
16 lines of code changed in:
Commits callRecording.patch and recordButton.png provided by Dmitri Melnikov on the dev mailing list in the thread "Call Recording".
2 lines of code changed in:
Moves code from call peer's sip implementation to a super class that would be shared with the jabber implementation
12 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.
23 lines of code changed in:
(71 more)