Directory src/net/java/sip/communicator/impl/protocol/gibberish/

Directory Created:
2007-02-22 15:32
Total Files:
18
Deleted Files:
0
Lines of Code:
4232

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

Lines of Code

src/net/java/sip/communicator/impl/protocol/gibberish/ Lines of Code

Developers

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

Most Recent Commits

damencho 2012-03-16 15:50

Adds option to hangup peer with error code and reason in OperationSetBasicTelephony.

18 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/gibberish: OperationSetBasicTelephonyGibberishImpl.java (+18)
vincent_lucas 2012-03-01 16:16

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:

  • src/net/java/sip/communicator/impl/protocol/gibberish: ProtocolProviderServiceGibberishImpl.java (+2 -2)
vincent_lucas 2012-03-01 14:34

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:

  • src/net/java/sip/communicator/impl/protocol/gibberish: ProtocolProviderServiceGibberishImpl.java (+5 -5)
vincent_lucas 2012-03-01 11:02

Corrects the getTransportType() function documentation of the ProtocolProviderServices.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/gibberish: ProtocolProviderServiceGibberishImpl.java (+2 -1)
vincent_lucas 2012-02-29 20:27

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:

  • src/net/java/sip/communicator/impl/protocol/gibberish: ProtocolProviderServiceGibberishImpl.java (+10)
s_vincent 2012-02-20 19:36

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:

  • src/net/java/sip/communicator/impl/protocol/gibberish: OperationSetTelephonyConferencingGibberishImpl.java (+14)
s_vincent 2012-02-08 18:37

Ongoing work on cross protocol conference calls. Adds missing portaudio hotplug patch.

65 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/gibberish: CallGibberishImpl.java (+18), CallPeerGibberishImpl.java (+10), OperationSetBasicTelephonyGibberishImpl.java (+37)
emcho 2011-10-18 14:03

Changes project name in source license headers from SIP Communicator to Jitsi

18 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/gibberish: AccountIDGibberishImpl.java (+1 -1), CallGibberishImpl.java (+1 -1), CallPeerGibberishImpl.java (+1 -1), ConferenceMemberGibberishImpl.java (+1 -1), ContactGibberishImpl.java (+1 -1), ContactGroupGibberishImpl.java (+1 -1), GibberishAccountID.java (+1 -1), GibberishActivator.java (+1 -1), GibberishStatusEnum.java (+1 -1), MessageGibberishImpl.java (+1 -1), OperationSetBasicInstantMessagingGibberishImpl.java (+1 -1), OperationSetBasicTelephonyGibberishImpl.java (+1 -1), OperationSetPersistentPresenceGibberishImpl.java (+1 -1), OperationSetTelephonyConferencingGibberishImpl.java (+1 -1), OperationSetTypingNotificationsGibberishImpl.java (+1 -1), ProtocolIconGibberishImpl.java (+1 -1), ProtocolProviderFactoryGibberishImpl.java (+1 -1), ProtocolProviderServiceGibberishImpl.java (+1 -1)
damencho 2011-10-10 17:09

Moves NotInContactList group name string into language resources.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/gibberish: OperationSetPersistentPresenceGibberishImpl.java (+2 -1)
ibauersachs 2011-10-07 19:35

Don't show the security padlock when the security controller requires secure signaling, but signaling is insecure

8 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/gibberish: ProtocolProviderServiceGibberishImpl.java (+8)
lubomir_m 2011-06-28 20:29

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:

  • src/net/java/sip/communicator/impl/protocol/gibberish: CallPeerGibberishImpl.java (+8 -12)
lubomir_m 2011-01-17 23:51

Fixes issue #899: Incorrect Javadoc for function createCall.

18 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/gibberish: OperationSetBasicTelephonyGibberishImpl.java (+18 -20)
damencho 2010-12-14 20:11

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:

  • src/net/java/sip/communicator/impl/protocol/gibberish: ProtocolProviderFactoryGibberishImpl.java (+1 -1)
lubomir_m 2010-09-09 12:04

- Supports more call recording formats.
- Adds, fixes javadocs.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/gibberish: CallPeerGibberishImpl.java (+1 -1)
lubomir_m 2010-09-04 16:14

Fixes warnings about unused imports and unnecessary casts.

20 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/gibberish: OperationSetBasicTelephonyGibberishImpl.java (+20 -26)
lubomir_m 2010-09-01 10:10

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:

  • src/net/java/sip/communicator/impl/protocol/gibberish: CallGibberishImpl.java (+11 -33), CallPeerGibberishImpl.java (+5 -3)
lubomir_m 2010-08-11 21:45

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:

  • src/net/java/sip/communicator/impl/protocol/gibberish: OperationSetBasicTelephonyGibberishImpl.java (+2)
emcho 2010-07-12 20:06

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:

  • src/net/java/sip/communicator/impl/protocol/gibberish: OperationSetBasicTelephonyGibberishImpl.java (+12 -1)
yanas 2010-07-05 18:47

Configuration window improvements including reorganizing sections, user interface modifications, account loading/unloading functionality and more.

36 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/gibberish: ProtocolIconGibberishImpl.java (+36 -2)
wernerd 2010-05-30 16:09

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:

  • src/net/java/sip/communicator/impl/protocol/gibberish: CallGibberishImpl.java (+2 -1), GibberishActivator.java (+4 -2), OperationSetBasicTelephonyGibberishImpl.java (+10 -6), OperationSetTelephonyConferencingGibberishImpl.java (+3 -2), ProtocolProviderServiceGibberishImpl.java (+4 -2)

(71 more)

Generated by StatSVN 0.3.1