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

| 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 |
Changes project name in source license headers from SIP Communicator to Jitsi
2 lines of code changed in:
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:
Fix some javadocs and warnings.
12 lines of code changed in:
Fixes warnings and javadocs.
19 lines of code changed in:
Fix logger usage - fifth bunch.
22 lines of code changed in:
- 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:
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:
- 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:
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:
Support for roles in Jabber group chat. Patch provided by Valentin Martinet.
15 lines of code changed in:
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:
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:
Fix raw types, unused variables, possible NP, etc, this contributes to fix issue #637
12 lines of code changed in:
Fix raw-type warnings.
112 lines of code changed in:
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:
Spares conversions between Date and long because they cause a lot of allocations during chatting.
30 lines of code changed in:
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:
Removes unnecessary fields.
7 lines of code changed in:
Removes unnecessary fields. Provides more efficient iteration of Hashtables, fixes warnings. Closes an InputStream as soon as possible.
41 lines of code changed in:
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:
(36 more)