| Commit message (Expand) | Author | Age | Files | Lines |
* | Updates the license headers. | Damian Minkov | 2015-07-20 | 9 | -16/+121 |
* | Adds some javadocs. | Damian Minkov | 2014-12-09 | 1 | -7/+14 |
* | Close history documents after read | Ingo Bauersachs | 2014-11-27 | 1 | -1/+4 |
* | Fix a race condition in the HistoryService | Ingo Bauersachs | 2014-11-27 | 1 | -3/+5 |
* | Adds advanced msg history service, to allow plugins to insert messages into t... | Damian Minkov | 2014-11-18 | 1 | -48/+155 |
* | Unescape in history reader, the escaped chars that were written by history wr... | Damian Minkov | 2014-06-12 | 2 | -0/+5 |
* | Adds option to limit the number of history records stored, FIFO. Updates time... | Damian Minkov | 2014-03-13 | 1 | -8/+99 |
* | Adds possible subtype of stored messages, and option to filter them by this s... | Damian Minkov | 2014-03-10 | 1 | -28/+26 |
* | Adds searching for existing histories and finding recent contacted contacts. ... | Damian Minkov | 2014-02-21 | 1 | -4/+100 |
* | Fixes formatting. | Damian Minkov | 2014-02-20 | 1 | -23/+36 |
* | Fixes history corrupting records when they contain utf chars < 0x20, reported... | Damian Minkov | 2014-02-18 | 3 | -5/+24 |
* | Adds new call history listeners which will be notified when new call peer rec... | hristoterezov | 2014-02-17 | 1 | -0/+96 |
* | Replace System-Bundle header by BSN and a list that defines sys-bundles | Ingo Bauersachs | 2013-12-07 | 1 | -1/+1 |
* | Use separate dirs for application logs, cache and configuration data | Ingo Bauersachs | 2013-11-10 | 1 | -12/+18 |
* | Fixes some wrong matching when searching in history, a keyword matching neede... | Damian Minkov | 2013-11-01 | 1 | -4/+14 |
* | Adds button in chat window to easily enable/disable chat history logging. | Damian Minkov | 2013-09-11 | 2 | -1/+43 |
* | Fixes some history searches where some files were skipped if the the start ti... | Damian Minkov | 2013-07-24 | 1 | -68/+38 |
* | Log dates in all history files as ISO 8601 with timezone | Ingo Bauersachs | 2013-04-07 | 3 | -29/+76 |
* | Tries to fix the build (tests). | Lyubomir Marinov | 2012-07-10 | 1 | -35/+33 |
* | Moves the ConfigurationService and FileAccessService implementations from Jit... | Lyubomir Marinov | 2012-07-10 | 4 | -5/+5 |
* | Switches Jitsi trunk to libjitsi. | Lyubomir Marinov | 2012-06-29 | 5 | -10/+12 |
* | Switches Jitsi trunk to libjitsi. | Lyubomir Marinov | 2012-06-29 | 2 | -8/+8 |
* | Integrates Jitsi presence, IM and VoIP with MS Outlook. | Lyubomir Marinov | 2012-06-01 | 1 | -1/+1 |
* | Fixes style formating, javadoc and eclipse related warnings. | Sebastien Vincent | 2012-03-09 | 5 | -0/+37 |
* | Adds matching call history records and by address, not only by display name. | Damian Minkov | 2011-12-27 | 1 | -1/+1 |
* | Update Felix to 3.2.2 | Ingo Bauersachs | 2011-12-06 | 1 | -1/+1 |
* | Fixes a NPE in history reading. | Damian Minkov | 2011-10-28 | 1 | -2/+4 |
* | Fixes slow sending of jabber messages. | Damian Minkov | 2011-10-21 | 1 | -12/+3 |
* | Changes project name in source license headers from SIP Communicator to Jitsi | Emil Ivov | 2011-10-18 | 8 | -8/+8 |
* | Adds a missing return and removes a few instance fields in the contact list U... | Lyubomir Marinov | 2011-06-30 | 4 | -42/+47 |
* | Update dns servers on all iface up events, with ipv6 configurations in some c... | Damian Minkov | 2011-02-18 | 1 | -1/+3 |
* | Fixes disappearing call history on search in the contact list. | Yana Stamcheva | 2011-01-27 | 2 | -1/+31 |
* | Fixes warnings and javadocs. | Sebastien Vincent | 2010-10-04 | 1 | -1/+17 |
* | Also reverse the order when parsing file for call records. | Damian Minkov | 2010-07-07 | 1 | -1/+3 |
* | Reverse order of the call history records shown in GUI, newest first. | Damian Minkov | 2010-07-07 | 2 | -1/+41 |
* | Fix logger usage - forth bunch. | Werner Dittmann | 2010-06-03 | 1 | -2/+4 |
* | Asynchronous call history queries with limited result count. | Yana Stamcheva | 2010-05-06 | 4 | -30/+376 |
* | Fix unit tests. | Yana Stamcheva | 2010-05-03 | 1 | -0/+37 |
* | - Introduces new contact list data model that allows adding of external conta... | Yana Stamcheva | 2010-05-03 | 1 | -10/+39 |
* | Add Metahistory tests. | Damian Minkov | 2009-07-02 | 1 | -6/+11 |
* | - Possibility added to update history records - provided by Damian Minkov. | Yana Stamcheva | 2009-06-25 | 1 | -2/+92 |
* | Fix raw-type warnings. | Werner Dittmann | 2009-04-16 | 4 | -50/+48 |
* | Fixes Eclipse warnings as a part of issue #637. There's more work on some of ... | Emil Ivov | 2009-03-30 | 2 | -55/+58 |
* | Resolves a few of our 4000+ Eclipse warnings | Emil Ivov | 2009-03-28 | 1 | -3/+3 |
* | Fixes various warnings, mostly ones about performance. | Lyubomir Marinov | 2009-03-12 | 1 | -5/+5 |
* | Fix issue #520 storing message history per-account. Also if old data exists i... | Damian Minkov | 2009-03-04 | 1 | -7/+90 |
* | Removes unnecessary fields. | Lyubomir Marinov | 2009-03-02 | 1 | -1/+1 |
* | Removes unused Logger instances (and thus resolves the warnings about them as... | Lyubomir Marinov | 2009-02-10 | 1 | -4/+2 |
* | Removes org.apache.felix.servicebinder. | Lyubomir Marinov | 2008-12-20 | 4 | -145/+86 |
* | Commits patches for the following issues: | Emil Ivov | 2008-12-16 | 1 | -0/+1 |