summaryrefslogtreecommitdiff
path: root/protocols/MSN
AgeCommit message (Expand)Author
2015-06-19timezone api migrated to mir_coreGeorge Hazan
2015-06-19- all static protocol services replaced with functions;George Hazan
2015-06-18"Status" became resident for all protocols, in a constructorGeorge Hazan
2015-06-16libson separated from mir_core and moved to libs\George Hazan
2015-06-15MS_SKIN_LOADICON & MS_SKIN_LOADPROTOICON replaced with direct function callsGeorge Hazan
2015-06-14- all icolib services removed;George Hazan
2015-06-07MSN:Tobias Weimer
2015-06-07SKINICONDESC -> MAllStringsGeorge Hazan
2015-06-07- common.props divided into app.props & plugin.props;George Hazan
2015-06-04new mir_sntprintf templates without SIZEOFGeorge Hazan
2015-06-04new mir_snprintf templates without SIZEOFGeorge Hazan
2015-06-04minor code cleaningGeorge Hazan
2015-06-04fix for MSN avatars thread hangupGeorge Hazan
2015-06-04unified project for MSN George Hazan
2015-06-04Fixed a memleak in groupchatPiotr Piastucki
2015-06-01various quirks with PROTO_AVATAR_INFORMATION declarationsGeorge Hazan
2015-06-01another bunch of dead crutches: non-unicode avatar servicesGeorge Hazan
2015-05-31another bunch of crutches buried in a trash can: PROTOCHAR & PROTOFILEEVENTGeorge Hazan
2015-05-31- PROTOCOLDESCRIPTOR_V3_SIZE to identify an ANSI plugin;George Hazan
2015-05-31- MAllStrings: a handy union to hold an incoming string parameter of any type;George Hazan
2015-05-31Removed obsolete functions like setting NicknamePiotr Piastucki
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