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

Directory Created:
2007-09-28 17:52
Total Files:
21
Deleted Files:
4
Lines of Code:
6079

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

Lines of Code

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

Developers

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

Most Recent Commits

s_vincent 2012-03-09 17:54

Fixes style formating, javadoc and eclipse related warnings.

230 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/ssh: ContactSSH.java (+45 -44), ContactTimerSSHImpl.java (+2), OperationSetFileTransferSSHImpl.java (+11 -7), ProtocolProviderServiceSSHImpl.java (+89 -86), Resources.java (+5 -2), SSHActivator.java (+19 -14), SSHContactInfo.java (+59 -53)
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/ssh: ProtocolProviderServiceSSHImpl.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/ssh: ProtocolProviderServiceSSHImpl.java (+5 -4)
vincent_lucas 2012-03-01 11:02

Corrects the getTransportType() function documentation of the ProtocolProviderServices.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/ssh: ProtocolProviderServiceSSHImpl.java (+1 -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/ssh: ProtocolProviderServiceSSHImpl.java (+10)
emcho 2011-10-18 14:03

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

20 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/ssh: ContactGroupSSHImpl.java (+1 -1), ContactSSH.java (+1 -1), ContactSSHImpl.java (+1 -1), FileTransferSSHImpl.java (+1 -1), MessageSSHImpl.java (+1 -1), OperationSetBasicInstantMessagingSSHImpl.java (+1 -1), OperationSetFileTransferSSHImpl.java (+1 -1), OperationSetPersistentPresenceSSHImpl.java (+1 -1), ProtocolIconSSHImpl.java (+1 -1), ProtocolProviderFactorySSH.java (+1 -1), ProtocolProviderFactorySSHImpl.java (+1 -1), ProtocolProviderServiceSSHImpl.java (+1 -1), Resources.java (+1 -1), SSHAccountID.java (+1 -1), SSHActivator.java (+1 -1), SSHContactInfo.java (+1 -1), SSHFileTransferDaemon.java (+1 -1), SSHReaderDaemon.java (+1 -1), SSHStatusEnum.java (+1 -1), SSHUserInfo.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/ssh: OperationSetPersistentPresenceSSHImpl.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

12 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/ssh: ProtocolProviderServiceSSHImpl.java (+12 -1)
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/ssh: ProtocolProviderFactorySSHImpl.java (+1 -1)
lubomir_m 2010-07-25 18:48

Fixes a few warnings. Removes a seemingly-unnecessary field.

15 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/ssh: SSHFileTransferDaemon.java (+15 -19)
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/ssh: ProtocolIconSSHImpl.java (+36 -3)
wernerd 2010-06-03 21:34

Fix logger usage - sixth bunch.

24 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/ssh: ContactSSHImpl.java (+2 -1), ContactTimerSSHImpl.java (+4 -2), ProtocolProviderServiceSSHImpl.java (+12 -6), SSHActivator.java (+4 -2), SSHFileTransferDaemon.java (+2 -1)
lubomir_m 2009-10-18 00:12

Uses AbstractProtocolProviderService#addSupportedOperationSet in its extenders because it's type-safe and shortens the code.

13 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/ssh: ProtocolProviderServiceSSHImpl.java (+13 -17)
lubomir_m 2009-10-13 20:16

Fixes warnings.

8 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/ssh: OperationSetPersistentPresenceSSHImpl.java (+8 -10)
lubomir_m 2009-10-13 16:51

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:

  • src/net/java/sip/communicator/impl/protocol/ssh: ContactSSHImpl.java (+5 -4)
lubomir_m 2009-10-02 22:29

- 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:

  • src/net/java/sip/communicator/impl/protocol/ssh: OperationSetBasicInstantMessagingSSHImpl.java (+8 -5), SSHReaderDaemon.java (+6 -3)
lubomir_m 2009-09-02 14:01

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:

  • src/net/java/sip/communicator/impl/protocol/ssh: OperationSetFileTransferSSHImpl.java (+1 -5)
lubomir_m 2009-08-31 22:47

As my day went into warnings, fixes more warnings about raw-type uses.

12 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/ssh: ContactGroupSSHImpl.java (+12 -20)
lubomir_m 2009-08-31 16:15

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:

  • src/net/java/sip/communicator/impl/protocol/ssh: ContactGroupSSHImpl.java (+9 -9), OperationSetPersistentPresenceSSHImpl.java (+1 -1), ProtocolProviderFactorySSHImpl.java (+3 -3), SSHAccountID.java (+1 -1), SSHActivator.java (+1 -1)
lubomir_m 2009-08-31 15:05

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:

  • src/net/java/sip/communicator/impl/protocol/ssh: ProtocolIconSSHImpl.java (+1 -1)

(46 more)

Generated by StatSVN 0.3.1