Dashboard

Guus der Kinderen

committed 159 to OpenYMSG

06:49
Do not hide the exception that should be thrown on a failed login attempt. The method signature shows that these exceptions should be thrown. The problem was likely due to incorrect implementation of log statements.
Richard.Joe

created KR-168

02 Mar
Daniel Henninger

committed 169 to Kraken

01 Mar
Reverted that last change as it was already in the previous patch 'plus some other mods'
Daniel Henninger

committed 168 to Kraken

01 Mar
Finished application of previous patch for chat state notifications in xmpp gateway
Daniel Henninger

committed 166 to Kraken

28 Feb
Removed the only thing that apparently called sessionDone. =D
Daniel Henninger

committed 165 to Kraken

28 Feb
Removed runnable interface that wasn't even being used. Thanks Guus!
Daniel Henninger

committed 164 to Kraken

28 Feb
Applied part of Guus's patch to add chat state active notifications.
Daniel Henninger

committed 163 to Kraken

28 Feb
Applied patch from Guus to fix:
There's a bug in the Chat State Notification stuff that's generated for Yahoo (send from Yahoo to the XMPP user). The event that OpenYMSG generates was interpreted incorrectly in YahooListener.
Daniel Henninger

committed 162 to Kraken

28 Feb
Applied patch from Guus for all of the following:
* Split off all SSI related issues from OSCAR implementation into a new class. No need to juggle with numeric IDs outside of that class!
* Fixes 'default group' for AIM (allows you to subscribe to contacts without groups again)
* Added @Override notations where applicable (generated by Eclipse)
* Introduced Java Generics to most of the base classes. This will ensure that any TransportBuddy instance that goes in a BuddyManager for Yahoo is indeed a YahooBuddy (the compiler will throw an error otherwise). This prevents bugs like the one that I introduced with accepting subscription requests that were made on the legacy domain.
* Fixed a bug with accepting subscription requests that were made on the legacy domain. :)
Mark Sapiro

created KR-167

24 Feb
Net Nut

attached one file to KR-166

13 Feb
Authorization has been removed!
Net Nut

commented on KR-166

13 Feb
something I have seen in addition to this users appearing to disappear in psi (my jabber client) when I sign in all the yahoo users are getting marked as unauthorized, and a window pops up for each stating..

"[System Message]
Your authorization has been removed!"
Stephen

created KR-166

13 Feb
Matt Towers

created KR-165

12 Feb
Mark Sapiro

created KR-164

10 Feb
Daniel Henninger

committed 161 to Kraken

09 Feb
Applied patch from Guus to separate xmpp transport presence handler, fix up accept add functionality, and a couple of other doc tweaks.
bluegod

committed 134 to JML

08 Feb
Added OIM date feature (now OIM event sends a
Date object to be handled by the developer)
bigbrownchunx

committed 22 to jFacebookIMl

07 Feb
Add in accept-encoding: gzip header into the right place
Daniel Henninger

committed 20 to jFacebookIMl

07 Feb
Fixes compile issues
bigbrownchunx

committed 19 to jFacebookIMl

07 Feb
Attempt to use gzip encoding
Daniel Henninger

committed 159 to Kraken

07 Feb
[KR-163] Updated to include fix for not receiving offline messages from MSN while online.
Daniel Henninger

closed KR-163

07 Feb
Daniel Henninger

created KR-163

07 Feb
bluegod

committed 133 to JML

07 Feb
Added a variable to set whether or not the OIMs
are deleted after the retrieval.
Keeping them means you still could recover such
messages from saver later / from other client.
bluegod

committed 132 to JML

07 Feb
OIM are now received while the owner is connected.
i.e. Owner is hidden and a OIM is sent, this event
was never been notified before.
Daniel Henninger

committed 158 to Kraken

06 Feb
[KR-162] Added removal of registration when an anonymous session is destroyed.