Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the ssh protocol | Ingo Bauersachs | 2016-06-04 | 1 | -662/+0 |
| | | | | It has been abandoned since Oct. 2010 | ||||
* | Updates the license headers. | Damian Minkov | 2015-07-20 | 1 | -4/+10 |
| | |||||
* | Switches Jitsi trunk to libjitsi. | Lyubomir Marinov | 2012-06-29 | 1 | -1/+1 |
| | |||||
* | Fixes style formating, javadoc and eclipse related warnings. | Sebastien Vincent | 2012-03-09 | 1 | -86/+89 |
| | |||||
* | Changes enumeration TransportProtocolEnum name to TransportProtocol. ↵ | Vincent Lucas | 2012-03-01 | 1 | -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 Lucas | 2012-03-01 | 1 | -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 Lucas | 2012-03-01 | 1 | -1/+1 |
| | | | | ProtocolProviderServices. | ||||
* | Adds a getTransportType() function to ProtocolProviderServices in order to ↵ | Vincent Lucas | 2012-02-29 | 1 | -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 Jitsi | Emil Ivov | 2011-10-18 | 1 | -1/+1 |
| | |||||
* | Don't show the security padlock when the security controller requires secure ↵ | Ingo Bauersachs | 2011-10-07 | 1 | -1/+12 |
| | | | | signaling, but signaling is insecure | ||||
* | Fix logger usage - sixth bunch. | Werner Dittmann | 2010-06-03 | 1 | -6/+12 |
| | |||||
* | Uses AbstractProtocolProviderService#addSupportedOperationSet in its ↵ | Lyubomir Marinov | 2009-10-17 | 1 | -17/+13 |
| | | | | extenders because it's type-safe and shortens the code. | ||||
* | Removes unused fields, fixes raw-type warnings. | Lyubomir Marinov | 2009-02-10 | 1 | -8/+6 |
| | |||||
* | - Reduces garbage created when working with AccoutID.getAccountProperties() ↵ | Lyubomir Marinov | 2008-12-16 | 1 | -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 Marinov | 2008-12-09 | 1 | -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 Minkov | 2008-07-14 | 1 | -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 Ivov | 2008-07-01 | 1 | -11/+0 |
| | | | | AbstractProtocolProviderService) and Keio Kraaner (implementation of message filtering). | ||||
* | Committing code optimization patch from Lubomir Marinov | Emil Ivov | 2008-06-20 | 1 | -96/+1 |
| | |||||
* | - Added a protocolDisplayName in the ProtocolProviderService, which is now ↵ | Yana Stamcheva | 2008-03-05 | 1 | -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 SSH | Benoit Pradelle | 2008-02-04 | 1 | -8/+6 |
| | |||||
* | SSH support - by Jindal Shobhit - currently deactivated for security reasons | Benoit Pradelle | 2007-09-28 | 1 | -0/+760 |