Directory src/net/java/sip/communicator/impl/msghistory/

Directory Created:
2006-05-15 00:59
Total Files:
2
Deleted Files:
0
Lines of Code:
2363

[root]/src/net/java/sip/communicator/impl/msghistory

Lines of Code

src/net/java/sip/communicator/impl/msghistory/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 64 (100.0%) 3710 (100.0%) 57.9
damencho 30 (46.9%) 2399 (64.7%) 79.9
yanas 10 (15.6%) 439 (11.8%) 43.9
a_pelov 5 (7.8%) 410 (11.1%) 82.0
lubomir_m 8 (12.5%) 156 (4.2%) 19.5
wernerd 5 (7.8%) 147 (4.0%) 29.4
emcho 4 (6.3%) 128 (3.5%) 32.0
s_vincent 2 (3.1%) 31 (0.8%) 15.5

Most Recent Commits

emcho 2011-10-18 14:03

Changes project name in source license headers from SIP Communicator to Jitsi

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/msghistory: MessageHistoryActivator.java (+1 -1), MessageHistoryServiceImpl.java (+1 -1)
lubomir_m 2011-06-30 11:29

Adds a missing return and removes a few instance fields in the contact list UI, spares a few allocations in the history.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/msghistory: MessageHistoryServiceImpl.java (+2 -2)
s_vincent 2011-04-05 11:12

Fix some javadocs and warnings.

12 lines of code changed in:

  • src/net/java/sip/communicator/impl/msghistory: MessageHistoryServiceImpl.java (+12 -7)
s_vincent 2010-10-04 12:33

Fixes warnings and javadocs.

19 lines of code changed in:

  • src/net/java/sip/communicator/impl/msghistory: MessageHistoryActivator.java (+19 -1)
wernerd 2010-06-03 16:41

Fix logger usage - fifth bunch.

22 lines of code changed in:

  • src/net/java/sip/communicator/impl/msghistory: MessageHistoryActivator.java (+2 -1), MessageHistoryServiceImpl.java (+20 -10)
damencho 2010-04-12 12:22

- Fix saving certificates, there was a problem when on startup more than one certificates need save.
- Fix closing chatroom window on disconnected provider.

6 lines of code changed in:

  • src/net/java/sip/communicator/impl/msghistory: MessageHistoryServiceImpl.java (+6 -1)
wernerd 2010-04-09 16:11

Cleanup PropertyChangeEvent stuff

Use java.beans.PropertyChangeEvent instead of own implementation. This removes some classes from
SC and removes ambiguities with respect to PropertyChangeEvent handling.
Rename SC's own PropertyVetoException to ConfigPropertyVetoException to show the difference
in usage and implementation. ConfigPropertyVetoException is a subclass of Runtime exception
(intentionally) to simplify handling.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/msghistory: MessageHistoryServiceImpl.java (+1)
damencho 2010-04-08 13:14

- Fix message history skip messages coming from null members.
- Showing the same dialog for joining chat rooms and fix showing create chat room.
- Fix formating of date for Certificate details.

5 lines of code changed in:

  • src/net/java/sip/communicator/impl/msghistory: MessageHistoryServiceImpl.java (+5)
damencho 2010-04-07 14:10

Dispatch system messages coming in jabber chat rooms. Message history ignore non conversations in multi-chats. Jabber multi chat tests ignore auto generated room system messages.
Make tcp default for iptel account wizards.

5 lines of code changed in:

  • src/net/java/sip/communicator/impl/msghistory: MessageHistoryServiceImpl.java (+5)
yanas 2009-12-01 15:33

Support for roles in Jabber group chat. Patch provided by Valentin Martinet.

15 lines of code changed in:

  • src/net/java/sip/communicator/impl/msghistory: MessageHistoryServiceImpl.java (+15 -6)
lubomir_m 2009-10-13 16:51

Commits the patch of Sebastien Vincent provided on the dev mailing list in an e-mail with the subject "[Patch] Warnings" which fixes multiple warnings about unnecessary casts, missing or incorrect javadocs.

4 lines of code changed in:

  • src/net/java/sip/communicator/impl/msghistory: MessageHistoryServiceImpl.java (+4 -8)
yanas 2009-09-14 18:51

Ongoing work on issue #725 ( Sepperate operation set for ad-hoc like chat rooms (Msn, Icq, Yahoo)) provided by Valentin Martinet. Introduces all the interfaces needed to represent an ad-hoc chat room and the corresponding implementations for Msn, Yahoo and Icq.

Also turns some tabs to spaces in the facebookaccregwizz and chatalerter plugins.

241 lines of code changed in:

  • src/net/java/sip/communicator/impl/msghistory: MessageHistoryServiceImpl.java (+241 -70)
wernerd 2009-04-17 20:50

Fix raw types, unused variables, possible NP, etc, this contributes to fix issue #637

12 lines of code changed in:

  • src/net/java/sip/communicator/impl/msghistory: MessageHistoryServiceImpl.java (+12 -14)
wernerd 2009-04-16 16:11

Fix raw-type warnings.

112 lines of code changed in:

  • src/net/java/sip/communicator/impl/msghistory: MessageHistoryServiceImpl.java (+112 -123)
damencho 2009-04-08 13:30

Fix for issue #481. Enabling arrows. When finding last records wrong fields compared so most of the time aws returning wrong first message which made inconsistent arrow behavior as finding previous is working fine and moving back and forward display different messages.

31 lines of code changed in:

  • src/net/java/sip/communicator/impl/msghistory: MessageHistoryServiceImpl.java (+31 -3)
lubomir_m 2009-03-24 13:46

Spares conversions between Date and long because they cause a lot of allocations during chatting.

30 lines of code changed in:

  • src/net/java/sip/communicator/impl/msghistory: MessageHistoryServiceImpl.java (+30 -30)
damencho 2009-03-04 18:29

Fix issue #520 storing message history per-account. Also if old data exists its migrated to new one on opening it.

34 lines of code changed in:

  • src/net/java/sip/communicator/impl/msghistory: MessageHistoryServiceImpl.java (+34 -2)
lubomir_m 2009-03-02 18:56

Removes unnecessary fields.

7 lines of code changed in:

  • src/net/java/sip/communicator/impl/msghistory: MessageHistoryServiceImpl.java (+7 -7)
lubomir_m 2009-03-02 15:32

Removes unnecessary fields. Provides more efficient iteration of Hashtables, fixes warnings. Closes an InputStream as soon as possible.

41 lines of code changed in:

  • src/net/java/sip/communicator/impl/msghistory: MessageHistoryServiceImpl.java (+41 -77)
lubomir_m 2008-12-09 23:45

Eliminates duplication of ProtocolProviderService.getOperationSet() and .getSupportedOperationSets() for all protocol implementations by moving the implementations into AbstractProtocolProviderService. Uses .getOperationSet() instead of .getSupportedOperationSets() where appropriate in order to produce less garbage (due to Hashtable cloning).

12 lines of code changed in:

  • src/net/java/sip/communicator/impl/msghistory: MessageHistoryServiceImpl.java (+12 -17)

(36 more)

Generated by StatSVN 0.3.1