Includes the roster folder now |
|
More...
|
about 16 years ago
|
Solves a problem with timer not being reset on logouts. May not be best solution, but fixes the problem for now. |
|
More...
|
over 16 years ago
|
Reinstated ant build method as an alternate since I dislike maven. |
|
More...
|
over 16 years ago
|
Logout notification on incidental connection loss fixed. |
|
More...
|
over 16 years ago
|
No reason not to compile for 1.5 |
|
More...
|
over 16 years ago
|
Makes sure that the inputstream is _always_ closed, no matter what. |
|
More...
|
over 16 years ago
|
Documents the fact that YahooUser contains all unique identifiers. |
|
More...
|
over 16 years ago
|
Added utility method to work with collections. |
|
More...
|
over 17 years ago
|
Deprecated Session#transmitPing() in favor of #transmitKeepAlive(). This mimics the current Yahoo client behavior better, and should fix unexpected disconnections after a couple of minutes (YMSG-22). |
|
More...
|
over 17 years ago
|
Improved roster tests (YMSG-18) |
|
More...
|
over 17 years ago
|
More roster tweaks (YMSG-18). |
|
More...
|
over 17 years ago
|
Added some new testcases for the challenge mechanism. |
|
More...
|
over 17 years ago
|
Refactoring of ChallengeResponse mechanisms (YMSG-21). |
|
More...
|
over 17 years ago
|
Clean-up of test code. |
|
More...
|
over 17 years ago
|
Cleaned up Exception handling during the login mechanism, to prepare for YMSG-21. |
|
More...
|
over 17 years ago
|
Oops - I missed this file in the last commit (YMSG-18). |
|
More...
|
over 17 years ago
|
Changes to the roster now get send to the Yahoo domain (YMSG-18). |
|
More...
|
over 17 years ago
|
Don't call 'toString()' on a String. |
|
More...
|
over 17 years ago
|
Simplified the generated hashCode() method. This should compute a little faster. |
|
More...
|
over 17 years ago
|
Loggers should be based on the class, not on a package level. Also, they should be static constants. |
|
More...
|
over 17 years ago
|
Removed group management from this test case . It should go in a dedicated test case instead. |
|
More...
|
over 17 years ago
|
Emergency commit to explain the fix for YMSG-20. Note that this commit contains other changes that's still a work-in-progress. Don't expect this code to be stable. For the fix of YMSG-20, have a look at Session#receiveAuth(); |
|
More...
|
over 17 years ago
|
Changed YahooUser in such a way that it's no longer allowing for updates of the 'id' field (which is illogical in the first place). |
|
More...
|
over 17 years ago
|
Additional test account. |
|
More...
|
over 17 years ago
|
Basic Equality and HashCode contract checks, as provided by JUnit-addons. |
|
More...
|
over 17 years ago
|
Adds first draft of the Roster object. Note that this first version cannot be used yet to subscribe or unsubscribe yet (the 'add' and 'remove' methods will throw IllegalStateExceptions). Viewing the roster, and keeping track of changes through its listener interface is functional though. YMSG-18. |
|
More...
|
over 17 years ago
|
SessionFriendEvents are now fired for every Friend that gets changed/added/removed, instead of for a group of them. |
|
More...
|
over 17 years ago
|
Made field transient. |
|
More...
|
over 17 years ago
|
YahooIdentities should be stored based on lower-case id strings (fix for YMSG-16) |
|
More...
|
over 17 years ago
|
Small typo |
|
More...
|
over 17 years ago
|