Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updates the license headers. | Damian Minkov | 2015-07-20 | 2 | -4/+26 |
| | |||||
* | Remove most pre-sorting in the history service to avoid eliminations. | Ingo Bauersachs | 2014-11-27 | 1 | -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 Minkov | 2013-12-13 | 1 | -1/+2 |
| | |||||
* | Replace System-Bundle header by BSN and a list that defines sys-bundles | Ingo Bauersachs | 2013-12-07 | 1 | -1/+1 |
| | |||||
* | Fixes warnings, removes trailing whitespace, adds @Override annotations. | Lyubomir Marinov | 2013-05-23 | 1 | -1/+1 |
| | |||||
* | Log dates in all history files as ISO 8601 with timezone | Ingo Bauersachs | 2013-04-07 | 1 | -6/+6 |
| | |||||
* | Switches Jitsi trunk to libjitsi. | Lyubomir Marinov | 2012-06-29 | 2 | -7/+9 |
| | |||||
* | Integrates Jitsi presence, IM and VoIP with MS Outlook. | Lyubomir Marinov | 2012-06-01 | 1 | -1/+1 |
| | |||||
* | Changes project name in source license headers from SIP Communicator to Jitsi | Emil Ivov | 2011-10-18 | 2 | -2/+2 |
| | |||||
* | Desktop sharing support for SIP and XMPP. Note that GUI is not ready yet to ↵ | Sebastien Vincent | 2010-09-28 | 1 | -1/+14 |
| | | | | propose this feature to the users. | ||||
* | Fix logger usage - fifth bunch. | Werner Dittmann | 2010-06-03 | 2 | -2/+4 |
| | |||||
* | Commits the patch of Sebastien Vincent provided on the dev mailing in an ↵ | Lyubomir Marinov | 2009-09-02 | 1 | -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 Marinov | 2009-08-31 | 1 | -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 Ivov | 2009-08-09 | 1 | -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 Ivov | 2009-08-09 | 1 | -2/+2 |
| | | | | Call architecture that also includes conferencing and ConferenceMembers | ||||
* | Renames CallParticipant to CallPeer so that it would better reflect our new ↵ | Emil Ivov | 2009-08-09 | 1 | -10/+10 |
| | | | | Call architecture that also includes conferencing and ConferenceMembers | ||||
* | Add Metahistory tests. | Damian Minkov | 2009-07-02 | 1 | -5/+69 |
| | |||||
* | Add process listener support in Meta History Service. | Damian Minkov | 2009-06-26 | 2 | -19/+168 |
| | |||||
* | User interface for file history using the new MetaHistoryService. | Yana Stamcheva | 2009-06-24 | 2 | -1/+5 |
| | |||||
* | MetaHistory Service impl and add Contact field to FileRecord. | Damian Minkov | 2009-06-24 | 3 | -0/+874 |