aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/metahistory
Commit message (Collapse)AuthorAgeFilesLines
* Updates the license headers.Damian Minkov2015-07-202-4/+26
|
* Remove most pre-sorting in the history service to avoid eliminations.Ingo Bauersachs2014-11-271-1/+2
| | | | The sorting introduced in commit 4c665742027d7e89f0c136d1e30ea946be2a1c0f didn't take into account that TreeSet mandates that the ordering "...must be consistent with equals if it is to correctly implement the Set interface.". This was not the case as the comparator only checks for the timestamp of a history event and as such it can have two or more events at exactly the same time (and thus ordering) which would be overwritten in the resulting set.
* Skips adding a listener if already exists.Damian Minkov2013-12-131-1/+2
|
* Replace System-Bundle header by BSN and a list that defines sys-bundlesIngo Bauersachs2013-12-071-1/+1
|
* Fixes warnings, removes trailing whitespace, adds @Override annotations.Lyubomir Marinov2013-05-231-1/+1
|
* Log dates in all history files as ISO 8601 with timezoneIngo Bauersachs2013-04-071-6/+6
|
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-292-7/+9
|
* Integrates Jitsi presence, IM and VoIP with MS Outlook.Lyubomir Marinov2012-06-011-1/+1
|
* Changes project name in source license headers from SIP Communicator to JitsiEmil Ivov2011-10-182-2/+2
|
* Desktop sharing support for SIP and XMPP. Note that GUI is not ready yet to ↵Sebastien Vincent2010-09-281-1/+14
| | | | propose this feature to the users.
* Fix logger usage - fifth bunch.Werner Dittmann2010-06-032-2/+4
|
* Commits the patch of Sebastien Vincent provided on the dev mailing in an ↵Lyubomir Marinov2009-09-021-1/+1
| | | | e-mail with subject "Fix warnings in Javadoc" which fixes javadoc warnings.
* Commits another part of the patch provided by Sebastien Vincent on the dev ↵Lyubomir Marinov2009-08-311-55/+47
| | | | mailing list in an e-mail with the subject "Fix lot of warnings in the code" which fixes warnings in the src directory.
* Renames occurrences of callParticipant to callPeer so that it would better ↵Emil Ivov2009-08-091-22/+22
| | | | reflect our new Call architecture that also includes conferencing and ConferenceMembers
* Renames CallParticipant to CallPeer so that it would better reflect our new ↵Emil Ivov2009-08-091-2/+2
| | | | Call architecture that also includes conferencing and ConferenceMembers
* Renames CallParticipant to CallPeer so that it would better reflect our new ↵Emil Ivov2009-08-091-10/+10
| | | | Call architecture that also includes conferencing and ConferenceMembers
* Add Metahistory tests.Damian Minkov2009-07-021-5/+69
|
* Add process listener support in Meta History Service. Damian Minkov2009-06-262-19/+168
|
* User interface for file history using the new MetaHistoryService.Yana Stamcheva2009-06-242-1/+5
|
* MetaHistory Service impl and add Contact field to FileRecord.Damian Minkov2009-06-243-0/+874