aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/msghistory
Commit message (Expand)AuthorAgeFilesLines
* Updates the license headers.Damian Minkov2015-07-205-10/+65
* Changes a type for contact sources ot contact list type to a common one that ...Damian Minkov2015-04-011-1/+1
* Work-in-progress on MUC member presence.Danny van Heumen2015-01-121-3/+10
* Remove most pre-sorting in the history service to avoid eliminations.Ingo Bauersachs2014-11-271-72/+55
* Fix a race condition in the HistoryServiceIngo Bauersachs2014-11-272-46/+5
* Fixes high file system usage when disabling history.Damian Minkov2014-11-261-0/+6
* Adds advanced msg history service, to allow plugins to insert messages into t...Damian Minkov2014-11-181-0/+53
* Reverts some of the removed synchronizes.Damian Minkov2014-09-221-60/+43
* Removes some unnecessary synchronized blocks, and moves some fires outside th...Damian Minkov2014-09-181-129/+140
* Updates existing recent messages source contacts on new messages.Damian Minkov2014-09-171-0/+4
* Fixes warnings.Lyubomir Marinov2014-08-241-9/+10
* Updates recent messages, fixes sometimes disappearing messages.Damian Minkov2014-08-205-200/+676
* Updates recent chats when erasing chat history.Damian Minkov2014-06-062-0/+104
* Fixes ClassCastException.Damian Minkov2014-04-141-1/+1
* Optimizes loading of recent messages, was creating objects instead of reusing...Damian Minkov2014-04-113-81/+200
* Updates display names in recent chats if contact is renamed.Damian Minkov2014-04-083-0/+64
* Adds message source service custom status, to be able to show custom status i...Damian Minkov2014-04-072-0/+12
* Adds some restrictions for message source contacts and their supported opsets.Damian Minkov2014-04-032-3/+12
* Fixes NPE.Damian Minkov2014-04-021-1/+1
* Adds thread dispatching on provider added or became online to avoid blocking ...Damian Minkov2014-04-021-2/+22
* Improve selecting default contact and adds some NPE checks.Damian Minkov2014-03-311-5/+22
* Displays date or hour in front of recent messages content.Damian Minkov2014-03-281-2/+44
* Fixes searching for recent chats when we have special character in protocol n...Damian Minkov2014-03-282-11/+28
* Fixes duplicate items in cached recent messages that leads to wrong messages ...Damian Minkov2014-03-251-49/+5
* Fixes ArrayOutOfBoundsException in message history.Damian Minkov2014-03-171-2/+4
* Changes the way recent messages are loaded on protocol provider events.Damian Minkov2014-03-143-189/+606
* Fixes warnings.Lyubomir Marinov2014-03-121-6/+6
* Fixes too long messages in tooltips.Damian Minkov2014-03-111-0/+11
* Adds possible subtype of stored messages, and option to filter them by this s...Damian Minkov2014-03-102-37/+216
* Fixes adding/removing correct listener for OpSetSms.Damian Minkov2014-03-101-2/+2
* Optimizes access to history service from recent messages.Damian Minkov2014-03-071-56/+84
* Fixes ConcurrentModificationException.Damian Minkov2014-03-061-2/+2
* Fixes initial load and skipping chat room system messages.Damian Minkov2014-03-061-0/+9
* Fixes NPE.Damian Minkov2014-03-062-4/+11
* Synchronizes list of recent messages.Damian Minkov2014-03-051-80/+115
* Fixes build.Damian Minkov2014-03-051-4/+4
* Adds recent messages contact source.Damian Minkov2014-03-055-58/+1386
* Searches for matching contacts when loading chat room history and use their d...Damian Minkov2014-03-041-1/+25
* Fixes chat history on not available jids in room, always use nickname for mem...Damian Minkov2014-03-041-0/+2
* Updates server side history loading for chat rooms, also checks message conte...Damian Minkov2014-03-041-4/+26
* Adds searching for existing histories and finding recent contacted contacts. ...Damian Minkov2014-02-212-2/+112
* Moves getters and setters for chat history properties in MessageHistoryServic...hristoterezov2014-01-131-8/+88
* Replace System-Bundle header by BSN and a list that defines sys-bundlesIngo Bauersachs2013-12-071-1/+1
* Removes some unnecessary listeners and avoid adding a sms message listener mu...Damian Minkov2013-11-181-0/+21
* Implements publishing a conference in chat room (Merged from publish-conferen...hristoterezov2013-10-271-0/+10
* Fixes history button in chat window to work and with chat rooms.Damian Minkov2013-09-121-3/+44
* Adds button in chat window to easily enable/disable chat history logging.Damian Minkov2013-09-112-1/+68
* Fixes a problem where history messages from chatroom keep filling the history.Damian Minkov2013-08-271-0/+70
* Fixes smileys in multi chats.Damian Minkov2013-08-191-1/+1
* Log dates in all history files as ISO 8601 with timezoneIngo Bauersachs2013-04-071-31/+51