summaryrefslogtreecommitdiff
path: root/protocols/MSN/src/msn_auth.cpp
AgeCommit message (Expand)Author
2018-04-18g_hInstance incapulated into PLUGIN<>, no need in the separate variableGeorge Hazan
2018-04-18PLUGIN<> to half-automatically calculate the dll's g_hInstance and pass it in...George Hazan
2018-03-07some fixesKirill Volinsky
2018-01-01massive copyright updatedartraiden
2017-12-29PROTO_INTERFACE::setAllContactStatuses - common code moved to the coreGeorge Hazan
2017-12-11mir_base64_* => parameters type fixGeorge Hazan
2017-12-06fixes #1045 (old unused shit removed from MSN)George Hazan
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 6...Kirill Volinsky
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-11-13Code modernize ...Goraf
2017-06-06MSN: fix for token expiration time's calculationGeorge Hazan
2017-06-05MSNGeorge Hazan
2017-05-21another manual json parser died in MSNGeorge Hazan
2017-05-20MSN: crash fix for extra-long auth tokensGeorge Hazan
2017-03-23MSN: Raised password length limit to 99 chars (fixes #658)Robert Pösel
2017-02-16dynamic loading of openssl removedGeorge Hazan
2017-01-12Netlib_FreeHttpRequest() instead of MS_NETLIB_FREEHTTPREQUESTSTRUCTGeorge Hazan
2017-01-01bump copyright yeardartraiden
2016-07-26less TCHARs:George Hazan
2016-07-25hello, Unix.George Hazan
2016-07-22Standardize use of slashes in includes to "/" (thanks ybznek for idea)Robert Pösel
2016-03-24MSN: Only loading OpenSSL lib for login, so that there is no waste of memory ...Piotr Piastucki
2016-03-19SkyLogin must be used only if OpenSSL is presentGeorge Hazan
2016-03-19built-in skylogin library (gotten from https://github.com/msndevs/skylogin.git)George Hazan
2016-01-02Copyrights update part 2Dart Raiden
2015-11-04MSN:Tobias Weimer
2015-11-04MSN:Tobias Weimer
2015-11-03MSN: Forgot to return value in function returning boolPiotr Piastucki
2015-10-27- MSN: Managing and refreshing OAuth tokens with different expiration times. Piotr Piastucki
2015-10-19MSN: Periodically refresh OAuth so that connection doesn't timeout with error...Piotr Piastucki
2015-10-03MSN: coverity fixes MikalaiR
2015-08-28mir_sntprintf / mir_snprintf: obsoleted second parameter removed wherever pos...George Hazan
2015-08-11code cleaningGeorge Hazan
2015-08-10Fixed MSN IEEmbed window to support accelerator keys.Piotr Piastucki
2015-08-10Added embedded Internet Explorer Window for MSN 2-factor authentication or ot...Piotr Piastucki
2015-07-28MSN:Tobias Weimer
2015-07-03Open Browser Window with auth in every case when there is HTTP 200.Piotr Piastucki
2015-06-21MS_UTIL_OPENURL -> mir_core::Utils_OpenUrlGeorge Hazan
2015-06-21MS_UTILS_GETRANDOM -> mir_core::Utils_GetRandomGeorge Hazan
2015-06-19SIZEOF replaced with more secure analog - _countofGeorge Hazan
2015-06-19timezone api migrated to mir_coreGeorge 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-05-27Implemented fetching Skype Token for Cloud storage API.Piotr Piastucki
2015-05-23replace strcat to mir_strcatKirill Volinsky
2015-05-22replace strcpy to mir_strcpyKirill Volinsky
2015-05-22replace strcmp to mir_strcmpKirill Volinsky
2015-05-22replace strlen to mir_strlenKirill Volinsky
2015-05-19 - Better also save SOAP store access token.Piotr Piastucki