summaryrefslogtreecommitdiff
path: root/protocols/Steam/src
AgeCommit message (Collapse)Author
2018-01-19Steam: fix annoying auth requests on every reloginaunsane
2018-01-17Steam: fixed #1107aunsane
2018-01-17Steam: fixed #1106aunsane
2018-01-14Steam: refactoring pt.2aunsane
2018-01-01massive copyright updatedartraiden
2017-12-31Steam: fix status switching to offline on server erroraunsane
2017-12-30Steam: fix message sendingaunsane
2017-12-29PROTO_INTERFACE::setAllContactStatuses - common code moved to the coreGeorge Hazan
2017-12-29Steam: fix high CPU usageaunsane
2017-12-28Steam: refactoringaunsane
- reworking http requests - added ability to get game name by appid - another attempt to fix #633 - minor refactoring
2017-12-10- remove emails (if author retired - it's useless to write to him; if author ↵dartraiden
is active - users should use GitHub for ticket creation); - also remove AUTHOREMAIL field from structure
2017-12-10Miranda idle code cleaningGeorge Hazan
2017-12-07Steam: Fix double encoding of username (fixes #781)Robert Pösel
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-12-05Steam: For RsaEncryption use exponent received from serverRobert Pösel
2017-12-05replace \xf6" " to öKirill Volinsky
2017-12-05Steam: Fix unending connecting when "clear_password_field" errorRobert Pösel
Previously connecting was stuck when plugin received "clear_password_field" error. This commit fixes that by switching plugin to offline in that case.
2017-11-28Source files converted to utf-8Kirill Volinsky
2017-11-26Steam: Version bumpRobert Pösel
2017-11-26Steam: Fix not showing sent messagesRobert Pösel
(reverted from commit de62bd9aed937611d196639eb9f1c52487557d16) This reverts previous hotfix to a change/bug on Steam servers that was reverted/fixed now. Or at least based on this comment: https://forum.miranda-ng.org/index.php?topic=1222.msg20703#msg20703
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-08-30Steam: Hotfix to not show sent messages twiceRobert Pösel
Note this commit is just temporary workaround as it disables loading (showing) our messages sent from other Steam instances.
2017-08-20Lock whole adding/finding contactRobert Pösel
2017-08-20Rework ProcessContact methodRobert Pösel
2017-08-20Rename UpdateContact to UpdateContactDetailsRobert Pösel
2017-08-06Update all other files in repository to use https links for Miranda NG websiteRobert Pösel
2017-08-05Change rest of Miranda NG links to https://Robert Pösel
2017-08-05Change plugin links from http:// to https://Robert Pösel
2017-02-14fix for include duplicates & recursionsGeorge Hazan
2017-01-31- NUF_HTTPGATEWAY: unused option removed;George Hazan
- NETLIBUSER::szDescriptiveName replaced with MAllStrings; - code cleaning.
2017-01-17useless field DBEVENTINFO::cbSize removedGeorge Hazan
2017-01-16DB_AUTH_BLOB: handy piece of code moved into the coreGeorge Hazan
2017-01-14separate handle types for HNETLIBCONN & HNETLIBBINDGeorge Hazan
2017-01-12Netlib_FreeHttpRequest() instead of MS_NETLIB_FREEHTTPREQUESTSTRUCTGeorge Hazan
2017-01-12same thing, part 3George Hazan
2017-01-12- stronger types, part II;George Hazan
- don't call hNetlibUser hConnection
2017-01-12a fix for passing connection handles into Netlib_LogfGeorge Hazan
2017-01-11strong typization - better typizationGeorge Hazan
2017-01-01bump copyright yeardartraiden
2016-12-25Steam: Improve auth handling (fixes #578)Robert Pösel
2016-12-25Steam: Version bumpRobert Pösel
2016-12-25Steam: Start polling thread after loading contacts (addresses #646)Robert Pösel
2016-12-25Steam: Fix immediate quit of polling thread (addresses #646)Robert Pösel
2016-12-18Steam: Attempt to fix not loading contact statuses at login (addresses #646) ↵Robert Pösel
(reverted from commit e0c07918e5644a6927b2408cc4f35a367f59344a) This was bad idea. It makes contacts online even when they aren't anymore.
2016-12-11Steam: Attempt to fix not loading contact statuses at login (addresses #646)Robert Pösel
2016-12-02MS_SYSTEM_* services became functionsGeorge Hazan
2016-11-22compilation fixGeorge Hazan
2016-11-22Steam: Small workaround for #633Robert Pösel
2016-10-29unneeded macros removedGeorge Hazan