summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb
AgeCommit message (Collapse)Author
2017-08-09SkypeWeb: switched to new contacts api (fixes #732)MikalaiR
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-06-14project reference to be added into a project file, not into the solutionGeorge Hazan
2017-06-14Skype: more correct version of auth fixGeorge Hazan
2017-06-13oopsKirill Volinsky
2017-06-13SkypeWeb: more correct version of 9bd700b but for "ipt" name also not workingKirill Volinsky
2017-06-13minor fix for Skype loginGeorge Hazan
2017-05-29Skype:George Hazan
- fixes #829; - massive code cleaning
2017-05-16fix for duplicate messages in SkypeGeorge Hazan
2017-05-16fix for double memory deletion in Skype (potential crash)George Hazan
2017-05-07SkypeWeb: Fix infinite refreshing in contact detailsRobert Pösel
Note refreshing this info is still broken (gives "User '<self_username>' is not authorized to request resource of user '<username>'" error).
2017-03-24revolution in chat menusGeorge Hazan
- common code moved to the core (Chat_CreateGCMenu, Chat_DestroyGCMenu); - ability added to any plugin to add its own items into any GC menu, not only to the protocol plugins to do that a plugin calls Chat_AddMenuItems and returns 0 to allow any other plugin to process menu hook
2017-03-21warning fixGeorge Hazan
2017-03-18SkypeWeb: Revert my invalid attempts related to #608Robert Pösel
* reverted commit b225a055f5d3abc754899d115582f39cc2168f3f * reverted commit 88cb4210be8c51a6fb567216bb87d2d6cf7826f8
2017-03-17forgotten TCHAR removedGeorge Hazan
2017-03-16SkypeWeb: Fix db event blob size (addresses #608)Robert Pösel
2017-03-16SkypeWeb: Fix flags data typeRobert Pösel
2017-03-15SkypeWeb: Attempt to fix edited messages being stuck as unread (addresses #608)Robert Pösel
2017-03-15SkypeWeb: Remove useless "OnDbEventRead" logging (fixes #734)Robert Pösel
I still kept "MarkMessagesRead" because that is at least related to the SkypeWeb account contacts. "OnDbEventRead" is fired for any contact of any protocol.
2017-03-12SkypeWeb: Fix replacing numeric HTML entities (fixes #685)Robert Pösel
2017-03-11SkypeWeb: add new oauth login flow (should fix auth with ms accounts)aunsane
2017-03-09chat API:George Hazan
- SESSION_INFO now addresses an instance of CChatRoomDlg instead of HWND; - linked list of sessions replaced with the usual LIST<>; - saveCI removed everywhere
2017-01-31- NUF_HTTPGATEWAY: unused option removed;George Hazan
- NETLIBUSER::szDescriptiveName replaced with MAllStrings; - code cleaning.
2017-01-23no need to implement the same code in each pluginGeorge Hazan
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-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-04SkypeWeb: Disconnect only when 3 *consecutive* errors happensRobert Pösel
Previously, errors counter wasn't reset when correct request arrived, so it could easily accumulate 3 errors during short time very easily, causing unneeded disconnections. This commit changes that behavior and makes disconnection happen only for 3 consecutive errors.
2016-12-04SkypeWeb: Switch to offline on error in trouter (fixes #622)Robert Pösel
2016-12-03SkypeWeb: Fix saving unicode status messagesRobert Pösel
2016-12-03SkypeWeb: Decode numeric html entities (fixes #639)Robert Pösel
Code taken from 'utils\std_string_utils.cpp'. We should combine both codes and move the better / more effective code to the mentioned file so more plugins can share it.
2016-12-03SkypeWeb: Keep original flags when altering db events (fixes #608)Robert Pösel
Flags of new (appended) events were previously reset to DBEF_UTF. This commit fixes that by using flags of old event. So if old event was marked read, it will be kept read.
2016-12-03SkypeWeb: Fix disappearing status message (fixes #615)Robert Pösel
2016-12-02MS_SYSTEM_* services became functionsGeorge Hazan
2016-10-29unneeded macros removedGeorge Hazan
2016-10-28- old useless helpers removed from the Options module;George Hazan
- mir_app functions introduced instead of them; - OPENOPTIONSDIALOG structure removed from m_options.h
2016-10-27fixes #606 (SkypeWeb: Failed to establish a TRouter connection)George Hazan
2016-09-19grrrrm... there's no hLangpack in chat items, therefore strings must be ↵George Hazan
translated inside plugins git-svn-id: http://svn.miranda-ng.org/main/trunk@17323 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-19forgotten LPGENW restoredGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17321 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-19unused translations removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17320 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-19fix for skype event textsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17319 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-19- struct GCSESSION died;George Hazan
- Chat_NewSession simply gets 5 parameters; - minor chat code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@17318 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-19Chat_AddGroup - even less structuresGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17316 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c