summaryrefslogtreecommitdiff
path: root/protocols/MSN
AgeCommit message (Expand)Author
2015-05-27Implemented fetching Skype Token for Cloud storage API.Piotr Piastucki
2015-05-24replace wcscpy to mir_wstrcpyKirill Volinsky
2015-05-24replace wcslen to mir_wstrlenKirill Volinsky
2015-05-23mir_tstrncpy <> _tcsncpyGeorge Hazan
2015-05-23replace _tcsncpy to mir_tstrncpyKirill Volinsky
2015-05-23replace strncpy to mir_strncpyKirill Volinsky
2015-05-23replace strcat to mir_strcatKirill Volinsky
2015-05-22replace _tcscpy to mir_tstrcpyKirill Volinsky
2015-05-22replace strcpy to mir_strcpyKirill Volinsky
2015-05-22replace _tcsicmp to mir_tstrcmpiKirill Volinsky
2015-05-22replace stricmp to mir_strcmpiKirill Volinsky
2015-05-22T2Utf - handy replacement for ptrA<mir_utf8decodeT()>George Hazan
2015-05-22replace _tcscmp to mir_tstrcmpKirill Volinsky
2015-05-22replace strcmp to mir_strcmpKirill Volinsky
2015-05-22replace _tcslen to mir_tstrlenKirill Volinsky
2015-05-22replace strlen to mir_strlenKirill Volinsky
2015-05-21war against atavisms continuesGeorge Hazan
2015-05-21warning fixesGeorge Hazan
2015-05-21Fixed sending nudges.Piotr Piastucki
2015-05-21Removed obsolete code from protocol like P2P, Media Info status messages, Nud...Piotr Piastucki
2015-05-20Extended MSN error code list for the sake of documentationPiotr Piastucki
2015-05-20Reading own profile is needed for later profile updates, re-enable the callPiotr Piastucki
2015-05-19 - Better also save SOAP store access token.Piotr Piastucki
2015-05-19Extended address book server sync to file contacts into correct listsPiotr Piastucki
2015-05-19Fixed some memleaks.Piotr Piastucki
2015-05-18Send correct capabilities on PUT presencePiotr Piastucki
2015-05-17Only propagate Skype contacts on Forward list, there seems to be a server err...Piotr Piastucki
2015-05-17- Forgot to save hotAuthToken which prevented login to Hotmail inbox after re...Piotr Piastucki
2015-05-17Tried to implement Hotmail inbox-notifications, unsure if they do work as exp...Piotr Piastucki
2015-05-16On M$ account login problem (i.e. due to security measures), open up browser ...Piotr Piastucki
2015-05-16- Fixed port number in options dlg (which still showed old port number)Piotr Piastucki
2015-05-16- Cache authContactToken after refresh in MSN_GetPassportAuth as this token e...Piotr Piastucki
2015-05-16Set isConnectSuccess bool, maybe prevents possible crash on spurious XFR?Piotr Piastucki
2015-05-15Fixed bug on static buffer copy introduced in 13604Piotr Piastucki
2015-05-15stupid typoGeorge Hazan
2015-05-15- crash fix in chats;George Hazan
2015-05-15- when data are dropped from the network buffer, the end of buffer should be ...George Hazan
2015-05-15 - Now only requesting OAuth tokens on SkyLogin to speed up login process, as...Piotr Piastucki
2015-05-14- crash fix;George Hazan
2015-05-14Fixed possible NULL-pointer dereference in MSN_HContactFromEmail discovered b...Piotr Piastucki
2015-05-14Fixed web authentication method without SkyLib.Piotr Piastucki
2015-05-14Updated for partial MSNP24 protocol support, for detailed changes see MSNP24 ...Piotr Piastucki
2015-05-03fix for the option's page style pt. 10Vadim Dashevskiy
2015-05-02Proto_MSN - unified projectVadim Dashevskiy
2015-05-02cosmeticsVadim Dashevskiy
2015-04-15after commit #12797 field OPTIONSDIALOGPAGE::cbSize became an atavism, and th...George Hazan
2015-03-22- PROTO_INTERFACE got the default implementation;George Hazan
2015-02-05Various:Tobias Weimer
2015-02-01MSN: Minor leaks fixedTobias Weimer
2015-01-30Miranda HTTP user agent unification (not to have problems with sites)George Hazan