| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes warnings, removes trailing whitespace, adds @Override annotations. | Lyubomir Marinov | 2013-05-23 | 26 | -348/+410 |
* | Commits work in progress on fixing issues with video capture on Windows. | Lyubomir Marinov | 2013-05-20 | 1 | -1/+0 |
* | Implements a more robust contact resource status update mechanism. | yanas | 2013-04-26 | 1 | -22/+0 |
* | Adds the possibility to send message or call a specific contact resource (Req... | Yana Stamcheva | 2013-04-24 | 1 | -0/+23 |
* | Works on preventing an issue with the display of remote video which could sca... | Lyubomir Marinov | 2013-02-26 | 2 | -3/+2 |
* | Fixes exceptions, a memory leak due to incomplete code. | Lyubomir Marinov | 2012-10-24 | 1 | -23/+1 |
* | Switches Jitsi trunk to libjitsi. | Lyubomir Marinov | 2012-06-29 | 6 | -4/+10 |
* | Switches Jitsi trunk to libjitsi. | Lyubomir Marinov | 2012-06-29 | 2 | -3/+3 |
* | Integrates Jitsi presence, IM and VoIP with MS Outlook. | Lyubomir Marinov | 2012-06-01 | 1 | -1/+1 |
* | Fixes javadoc and eclipse related warnings in the code. | Sebastien Vincent | 2012-03-09 | 3 | -30/+33 |
* | Changes enumeration TransportProtocolEnum name to TransportProtocol. Modifies... | Vincent Lucas | 2012-03-01 | 1 | -2/+2 |
* | Adds an enumeration for the available transport protocols (UNKNOWN, UDP, TCP ... | Vincent Lucas | 2012-03-01 | 1 | -4/+5 |
* | Corrects the getTransportType() function documentation of the ProtocolProvide... | Vincent Lucas | 2012-03-01 | 1 | -1/+1 |
* | Adds a getTransportType() function to ProtocolProviderServices in order to ge... | Vincent Lucas | 2012-02-29 | 1 | -0/+10 |
* | Changes project name in source license headers from SIP Communicator to Jitsi | Emil Ivov | 2011-10-18 | 14 | -14/+14 |
* | Don't show the security padlock when the security controller requires secure ... | Ingo Bauersachs | 2011-10-07 | 1 | -0/+11 |
* | When creating new account (simple or advance form) make sure we don't reuse o... | Damian Minkov | 2011-02-17 | 1 | -1/+5 |
* | When creating account check and disabled accounts(all loaded accounts in Acco... | Damian Minkov | 2010-12-14 | 1 | -2/+2 |
* | Fix creating and deleting bonjour accounts. | Damian Minkov | 2010-11-05 | 2 | -3/+4 |
* | Remove import of non-existing package | Werner Dittmann | 2010-10-18 | 1 | -1/+0 |
* | Add provisioning via mDNS (Bonjour). | Sebastien Vincent | 2010-10-06 | 1 | -24/+26 |
* | Configuration window improvements including reorganizing sections, user inter... | Yana Stamcheva | 2010-07-05 | 1 | -3/+37 |
* | Fix logger usage - sixth bunch. | Werner Dittmann | 2010-06-03 | 8 | -78/+150 |
* | Uses AbstractProtocolProviderService#addSupportedOperationSet in its extender... | Lyubomir Marinov | 2009-10-17 | 1 | -15/+12 |
* | Fixes warnings. | Lyubomir Marinov | 2009-10-13 | 1 | -9/+7 |
* | Fixes warnings | Lyubomir Marinov | 2009-10-08 | 1 | -1/+1 |
* | Commits another part of the patch provided by Sebastien Vincent on the dev ma... | Lyubomir Marinov | 2009-08-31 | 10 | -200/+167 |
* | Commits a small fraction of the patch provided by Sebastien Vincent on the de... | Lyubomir Marinov | 2009-08-31 | 1 | -1/+1 |
* | Introduces a default implementation of OperationSetTypingNotifications which ... | Lyubomir Marinov | 2009-08-30 | 2 | -101/+4 |
* | Fixes raw-type warnings. | Lyubomir Marinov | 2009-07-29 | 1 | -1/+1 |
* | Commits into trunk the changes of r5345, r5346 and r5352 which fix warnings i... | Lyubomir Marinov | 2009-06-10 | 1 | -142/+0 |
* | - Addressing issue #465 (Redesign the account configuration menu). | Yana Stamcheva | 2009-05-15 | 1 | -11/+19 |
* | Eliminates duplication, fixes raw-type warnings. | Lyubomir Marinov | 2009-05-09 | 1 | -69/+1 |
* | Masks duplicate contacts behind the protocol providers and thus addresses iss... | Emil Ivov | 2009-04-24 | 1 | -21/+9 |
* | Fixes Eclipse warnings as a part of issue #637. There's more work on some of ... | Emil Ivov | 2009-03-30 | 4 | -139/+104 |
* | Fixes various warnings, mostly ones about performance. | Lyubomir Marinov | 2009-03-12 | 1 | -1/+1 |
* | Fixes possible NullPointerExceptions, incorrect code. Removes fields, marks o... | Lyubomir Marinov | 2009-03-02 | 1 | -12/+14 |
* | Fixes warnings. | Lyubomir Marinov | 2009-02-25 | 2 | -3/+3 |
* | Removes unused fields, fixes raw-type warnings. | Lyubomir Marinov | 2009-02-10 | 3 | -25/+8 |
* | Removes unused Logger instances (and thus resolves the warnings about them as... | Lyubomir Marinov | 2009-02-10 | 4 | -11/+1 |
* | Commits patches for the following issues: | Emil Ivov | 2008-12-16 | 1 | -1/+2 |
* | remove the logger.setLevelAll() statement to provide logging control via prop... | Werner Dittmann | 2008-12-12 | 1 | -4/+4 |
* | Eliminates duplication of ProtocolProviderService.getOperationSet() and .getS... | Lyubomir Marinov | 2008-12-09 | 3 | -46/+12 |
* | Fixes warnings about unused imports. | Lyubomir Marinov | 2008-12-06 | 1 | -1/+1 |
* | Applying new resource name convention. | Yana Stamcheva | 2008-11-28 | 2 | -14/+18 |
* | When starting the applications, loads the stored accounts in the background i... | Lyubomir Marinov | 2008-09-20 | 2 | -209/+11 |
* | Attempts to fix the problem of writingcyrillic text (it's just an example but... | Lyubomir Marinov | 2008-08-28 | 2 | -252/+63 |
* | Implemented support for XEP-0085 - Typing notifications with jabber. | Emil Ivov | 2008-08-18 | 1 | -1/+1 |
* | Introduces an abstract base implementation of OperationSetPersistentPresence ... | Lyubomir Marinov | 2008-08-04 | 1 | -118/+4 |
* | Added some missing resources to the images.properties file | Yana Stamcheva | 2008-07-17 | 2 | -34/+30 |