[root]/test/net/java/sip/communicator/slick/protocol/yahoo

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 82 (100.0%) | 4514 (100.0%) | 55.0 |
| damencho | 32 (39.0%) | 4087 (90.5%) | 127.7 |
| vmartinet | 11 (13.4%) | 273 (6.0%) | 24.8 |
| lubomir_m | 24 (29.3%) | 96 (2.1%) | 4.0 |
| yanas | 1 (1.2%) | 42 (0.9%) | 42.0 |
| emcho | 13 (15.9%) | 13 (0.3%) | 1.0 |
| scmerger | 1 (1.2%) | 3 (0.1%) | 3.0 |
Changes project name in source license headers from SIP Communicator to Jitsi
12 lines of code changed in:
Moved Yahoo account 3 registration in ad-hoc MUC tests.
(However, they're not activated yet.)
30 lines of code changed in:
- Avoid code redundancy by moving SecurityAuthorityImpl
to an unique class.
- Connect the third MSN testing account when needed.
1 lines of code changed in:
Add unit tests for Yahoo! ad-hoc multi-user chat (but not enabled yet).
242 lines of code changed in:
Commits the last part of the patch provided by Sebastien Vincent on the dev mailing list in an e-mail with the subject "Fix lot of warnings in the code" which fixes warnings in the test directory.
54 lines of code changed in:
Add filetransfer for yahoo and generic filetransfer tests - enabled for jabber and yahoo.
256 lines of code changed in:
Merge branch '1.0-local' into trunk-local
* 1.0-local:
Fixes issue #680 Problem with chat tabs for contact names with parentheses.
Reflect recent yahoo protocol changes.
3 lines of code changed in:
Commits into trunk the changes of r5345, r5346 and r5352 which fix warnings in branches/1.0.
0 lines of code changed in:
Removes unused Logger instances (and thus resolves the warnings about them as well).
1 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).
24 lines of code changed in:
Moves PropertyChangeListener/Event from .configuration.event to .util because they're generic and of interest to other use cases.
1 lines of code changed in:
Attempts the fix the tests broken when the loading of the stored accounts was moved into a background thread.
4 lines of code changed in:
Applies a patch by Sébastien Mazy which fixes a type - replaces addSubsciptionListener with addSubscriptionListener.
4 lines of code changed in:
Tries to fix the tests which didn't take the encoding into account and started failing after the OperationSetBasicInstantMessaging started looking at the encodings.
5 lines of code changed in:
Attempts to fix the problem of writingcyrillic text (it's just an example but it should happen with other encodings as well) and sending ??? instead and receiving cyrillic text which should be displayed correctly but is instead displayed as ???.
2 lines of code changed in:
Fixes warnings from the Potential Programming Problems category of Eclipse SDK: access to references known to be null and assignments with no effect.
1 lines of code changed in:
Implemented support for XEP-0085 - Typing notifications with jabber.
Fixed a typo in the name of the typingNotificationReceiFed() method of the TypingNotificationListener
1 lines of code changed in:
- setEditableUserName, isEditableUserName methods added to enable protocols to specify if the user name is editable through login.
- Fix client behavior when logging with wrong password or when trying to log in and there's no network connection. Enhancements of the Login window.
42 lines of code changed in:
temporaly remove status message for the first status change , to see will the build failed again
2 lines of code changed in:
fix yahoo statuses
2 lines of code changed in:
(17 more)