| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes warnings, removes trailing whitespace, adds @Override annotations. | Lyubomir Marinov | 2013-05-23 | 24 | -129/+159 |
* | 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 | 2 | -1/+22 |
* | Fixes a NumberFormatException in icq contact info retriever. | Yana Stamcheva | 2013-04-19 | 2 | -16/+24 |
* | Log dates in all history files as ISO 8601 with timezone | Ingo Bauersachs | 2013-04-07 | 2 | -17/+14 |
* | Works on preventing an issue with the display of remote video which could sca... | Lyubomir Marinov | 2013-02-26 | 1 | -2/+2 |
* | Fixes warnings. | Lyubomir Marinov | 2013-02-25 | 1 | -3/+2 |
* | Separates dns package to service and impl. Creates a ParallelResolver interfa... | Yana Stamcheva | 2013-01-27 | 1 | -1/+1 |
* | Moves desktop related utils to plugin/desktoputils. Separates ComponentUtils ... | Yana Stamcheva | 2013-01-24 | 1 | -1/+1 |
* | Fixes video configuration tab when no video device is available. Moves some l... | Damian Minkov | 2012-11-30 | 1 | -16/+16 |
* | Fixes exceptions, a memory leak due to incomplete code. | Lyubomir Marinov | 2012-10-24 | 1 | -32/+2 |
* | Switches Jitsi trunk to libjitsi. | Lyubomir Marinov | 2012-06-29 | 10 | -12/+16 |
* | Switches Jitsi trunk to libjitsi. | Lyubomir Marinov | 2012-06-29 | 6 | -10/+12 |
* | Converts a few public API methods from "weakly" to "strongly" typed. | Lyubomir Marinov | 2012-06-03 | 3 | -20/+33 |
* | Integrates Jitsi presence, IM and VoIP with MS Outlook. | Lyubomir Marinov | 2012-06-01 | 1 | -1/+1 |
* | Displays account display name when password is wrong. | Damian Minkov | 2012-03-09 | 1 | -1/+1 |
* | 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 |
* | Fixes some IlligalStateExceptions and NPE when using icq protocol. | Damian Minkov | 2012-02-29 | 1 | -2/+2 |
* | Fixes a situation where call button is not shown on initial contact click. | Damian Minkov | 2012-01-19 | 1 | -2/+2 |
* | Fixes ui blocking displaying contact in contactlist or in the tooltip, when c... | Damian Minkov | 2012-01-18 | 2 | -20/+148 |
* | Fixes problem with stored groups which are marked as non persistent. | Damian Minkov | 2011-12-28 | 2 | -5/+13 |
* | Removes awaiting authorization group for icq as contacts are currently marked... | Damian Minkov | 2011-12-20 | 3 | -229/+44 |
* | Make protocols aware of DNSSEC exceptions | Ingo Bauersachs | 2011-12-19 | 2 | -17/+22 |
* | Adds method for retrieving contact authorization status. | Damian Minkov | 2011-12-05 | 1 | -0/+24 |
* | Changes project name in source license headers from SIP Communicator to Jitsi | Emil Ivov | 2011-10-18 | 27 | -27/+27 |
* | Moves NotInContactList group name string into language resources. | Damian Minkov | 2011-10-10 | 1 | -1/+2 |
* | Don't show the security padlock when the security controller requires secure ... | Ingo Bauersachs | 2011-10-07 | 1 | -0/+11 |
* | Adds listener for notifying for server stored account details. | Damian Minkov | 2011-07-04 | 1 | -1/+30 |
* | Initial video size setting, when creating video call. | Damian Minkov | 2011-06-03 | 1 | -1/+1 |
* | Fixing another lock, when icq is disconnecting ui asks for registrationState ... | Damian Minkov | 2011-05-28 | 1 | -3/+1 |
* | Show connecting status during reconnects. | Damian Minkov | 2011-05-26 | 1 | -0/+6 |
* | When creating account check and disabled accounts(all loaded accounts in Acco... | Damian Minkov | 2010-12-14 | 1 | -3/+3 |
* | Fix login with icq protocol after server changes. | Damian Minkov | 2010-11-16 | 1 | -4/+26 |
* | Remove import of non-existing package | Werner Dittmann | 2010-10-18 | 1 | -1/+0 |
* | Fixes warnings, TODOs, javadocs, formatting. | Lyubomir Marinov | 2010-10-04 | 1 | -12/+20 |
* | Integrate choosing and setting avatar image for protocols (currently only for... | Damian Minkov | 2010-09-02 | 4 | -4/+85 |
* | Fix enabling/disabling accounts functionality. | Yana Stamcheva | 2010-07-06 | 1 | -0/+26 |
* | Configuration window improvements including reorganizing sections, user inter... | Yana Stamcheva | 2010-07-05 | 4 | -6/+89 |
* | Fix another bunch of unguarded logger.{debug,info,trace} calls. | Werner Dittmann | 2010-05-30 | 11 | -121/+239 |
* | Some reconnect improvements as detecting newly created accounts and modified ... | Damian Minkov | 2010-05-18 | 1 | -0/+56 |
* | Adds and activates reconnect plugin. Some fixes to protocols in order to work... | Damian Minkov | 2010-05-17 | 1 | -8/+0 |
* | Fix proxy configuration form. Fix icq use of proxy settings. Move the plug-in... | Damian Minkov | 2010-03-19 | 1 | -39/+14 |
* | Add global proxy config. Add support for the global proxy config in protocols... | Damian Minkov | 2010-03-17 | 1 | -33/+43 |
* | Fix ICQ ad-hoc chat room creation. | Valentin Martinet | 2010-01-18 | 1 | -2/+7 |
* | - Changed createAdHocChatRoom(*, List<Contact>, *) to createAdHocChatRoom(*, ... | Valentin Martinet | 2010-01-18 | 1 | -7/+5 |
* | Adds support for invitation reason (Yahoo! & ICQ) | Valentin Martinet | 2010-01-17 | 1 | -2/+3 |
* | Fix javadoc warnings. | Sebastien Vincent | 2009-12-14 | 1 | -5/+1 |