aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/protocol/ssh/ProtocolProviderServiceSSHImpl.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove the ssh protocolIngo Bauersachs2016-06-041-662/+0
| | | | It has been abandoned since Oct. 2010
* Updates the license headers.Damian Minkov2015-07-201-4/+10
|
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-291-1/+1
|
* Fixes style formating, javadoc and eclipse related warnings.Sebastien Vincent2012-03-091-86/+89
|
* Changes enumeration TransportProtocolEnum name to TransportProtocol. ↵Vincent Lucas2012-03-011-2/+2
| | | | Modifies function TransportProtocol.parse(String transportProtocol) to ignore case of the transportProtocol parameter.
* Adds an enumeration for the available transport protocols (UNKNOWN, UDP, TCP ↵Vincent Lucas2012-03-011-4/+5
| | | | 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.
* Corrects the getTransportType() function documentation of the ↵Vincent Lucas2012-03-011-1/+1
| | | | ProtocolProviderServices.
* Adds a getTransportType() function to ProtocolProviderServices in order to ↵Vincent Lucas2012-02-291-0/+10
| | | | get the transport protocol used. Corrects the call transport field of the CallInfoFrame, which henceforth uses the new getTransportType() function.
* Changes project name in source license headers from SIP Communicator to JitsiEmil Ivov2011-10-181-1/+1
|
* Don't show the security padlock when the security controller requires secure ↵Ingo Bauersachs2011-10-071-1/+12
| | | | signaling, but signaling is insecure
* Fix logger usage - sixth bunch.Werner Dittmann2010-06-031-6/+12
|
* Uses AbstractProtocolProviderService#addSupportedOperationSet in its ↵Lyubomir Marinov2009-10-171-17/+13
| | | | extenders because it's type-safe and shortens the code.
* Removes unused fields, fixes raw-type warnings.Lyubomir Marinov2009-02-101-8/+6
|
* - Reduces garbage created when working with AccoutID.getAccountProperties() ↵Lyubomir Marinov2008-12-161-6/+6
| | | | | | which creates a copy of the internal Hashtable by introducing getAccountProperty(), getAccountPropertyString(), getAccountPropertyBoolean() and getAccountPropertyInt(). The last two also carry out the conversions between Object and boolean/int without additional allocations in contrast to most of the previous uses which would perform allocations. - Modifies SimpleStatusMenu to load its necessary image once instead of three times and to spare a ImageIcon instance.
* Eliminates duplication of ProtocolProviderService.getOperationSet() and ↵Lyubomir Marinov2008-12-091-39/+6
| | | | .getSupportedOperationSets() for all protocol implementations by moving the implementations into AbstractProtocolProviderService. Uses .getOperationSet() instead of .getSupportedOperationSets() where appropriate in order to produce less garbage (due to Hashtable cloning).
* Resource Management Service and its implementation. The service holds all ↵Damian Minkov2008-07-141-1/+2
| | | | resources and all bundles(except configuration service) use it to retrieve i18n strings,images,settings...
* Committing patches from Lubomir Marinov (moving isRegistered() to ↵Emil Ivov2008-07-011-11/+0
| | | | AbstractProtocolProviderService) and Keio Kraaner (implementation of message filtering).
* Committing code optimization patch from Lubomir MarinovEmil Ivov2008-06-201-96/+1
|
* - Added a protocolDisplayName in the ProtocolProviderService, which is now ↵Yana Stamcheva2008-03-051-2/+13
| | | | | | used to display the name of the protocol in the GUI. - Added a property, where we could specify the icon path for a protocol provider.
* Apply the last version by Shobhit and finally activate SSHBenoit Pradelle2008-02-041-8/+6
|
* SSH support - by Jindal Shobhit - currently deactivated for security reasonsBenoit Pradelle2007-09-281-0/+760