I did not just confirm your problem
I've also found the cause... but as you can see.. 25 minutes later... I have still not found the cause of the cause^^
The problem is the "ru" parameter (redirect url) is "(null)" and that kills M$
Normally it should have been "
http://mail.live.com?rru=inbox" but somehow our string is not set...
Weird part is, that the string that prints as "(null)" is actually a static string (array)... no pointer... so it can't be "(null)"...
Or I'm just looking at the wrong file
(I'm looking at msn_misc.cpp, function MsnInvokeMyURL)
edit: so feel free to replace
%28null%29
with
http%253a%252f%252fmail.live.com%253frru%253dinbox
inside within your URL and it should be fine
edit² (4:07 am) : found and will be fixed soon
edit³: @ another dev (ghazan
)
is it safe to use "%ld" when
time_t is 64 bit? Otherwise following has to be changed as well. (and in case it's safe, update patch)
Gadu-Gadu : oauth.cpp : oauth_generate_nonce(), oauth_auth_header()
Yahoo libyahoo2 : libyahoo2.c : yahoo_ft7dc_send()
these also definitely need some update:
IRCG : commandmonitor.cpp : KeepAliveTimerProc()
Yahoo : chat.cpp : CreateConference()