summaryrefslogtreecommitdiff
path: root/protocols
AgeCommit message (Collapse)Author
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-05Facebook: Lower ping request interval to 90 sec.Robert Pösel
2017-12-06convert txt files to utf-8Kirill Volinsky
2017-12-06fix after files conversationKirill Volinsky
2017-12-05replace \xf6" " to öKirill Volinsky
2017-12-05ICQ: Ц changed 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-12-02temporary fix not to disconnect Facebook if chat info isn't availableGeorge Hazan
2017-11-30Cmake: tlen removedKirill Volinsky
2017-11-30Merge pull request #1046 from protomors/cmake-updateMataes
Cmake updates
2017-11-30Tlen moved to deprecated (#1050)Kirill Volinsky
2017-11-29CMake: also removed Slack.protomors
2017-11-29CMake: removed deprecated protocols.protomors
2017-11-29CMake: clean up library dependencies.protomors
2017-11-29Slack: moved to deprecatedKirill Volinsky
2017-11-29libevent, telegram, whatsapp moved to deprecated coz doesn't workKirill Volinsky
2017-11-29replace russian с to latin cKirill Volinsky
2017-11-28Source files converted to utf-8Kirill Volinsky
2017-11-28OPTIONSDIALOGPAGE::hInstance is useless when pDialog is filledGeorge Hazan
2017-11-28VKontakte: crash fixElzorFox
2017-11-27jabber: omemo: "updated"(rollback) to latest version of ↵Gluzskiy Alexandr
https://xmpp.org/extensions/xep-0384.html
2017-11-27Facebook: all source files converted to utf-8Kirill Volinsky
2017-11-27Tox: fix for copy dll and create pdb fileKirill Volinsky
2017-11-27cv2pdb: updated to version 0.42. Now it works with mspdb140.dllKirill Volinsky
2017-11-26Tox: updated libtoxaunsane
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-23database enumerators => void* instead of LPARAMGeorge Hazan
2017-11-15ICQ: remove useless check (max pass is 16 not 8, and password in Unicode)dartraiden
2017-11-15Static constants replaced by variabledartraiden
2017-11-15max pass = 16 (https://icq.com/change-password/ru)dartraiden
2017-11-15IRC: more code cleaningGeorge Hazan
2017-11-15IRC:George Hazan
- octal sequences replaced with hex constants; - code cleaning; - version bump
2017-11-15fixes #1031 (ICQ password must be of 14 chars most)George Hazan
2017-11-14Facebook: Use better url for getting dtsgRobert Pösel
2017-11-13IRC: code cleaning for some crazy moments related to #1010George Hazan
2017-11-13unused fields removedGeorge Hazan
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-11-11remove RAR-archive with docs from Miranda IM (not MRA docs)dartraiden
2017-11-10more strict version of caps readingGeorge Hazan
2017-11-08Jabber: unneeded parameter eliminated from CJabberProto::GetResourceCapabilitesGeorge Hazan
2017-11-08fix for the possible crash with static variablesGeorge Hazan
2017-11-05More CMake (#1016)Vitaly Svyastyn
* Generate version information before build. * Removed /EHsc from compile options. * CMake files for the rest of protocols. * CMake 64 bit build. * CMake: precompiled headers.
2017-11-02VKontakte: fix capitalizationdartraiden
2017-11-01removed support for VS2010 as obsoleteGeorge Hazan
2017-11-01removing support for VS2013George Hazan
2017-10-31Initial CMake support. (#1013)Vitaly Svyastyn
* CMake files for building application and core library. * CMake files for core plugins. Now it runs! * CMake files for some plugins.
2017-10-31fixes #1011 (thread-unsafe code in SkypeWeb)George Hazan
2017-10-31MSN: Added processing of error 999 (logoff).leecher1337