Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-02 | Update copyrights | dartraiden | |
2022-01-01 | Happy new year, Miranda | dartraiden | |
2021-02-11 | SkypeWeb: | George Hazan | |
- fixes the problem with messages marked as read; - fixes user search for Outlook.com contacts; - fixes missing nick name after adding contact; - fixes error 201 "User id is misprinted"; - minor code cleaning; - version bump | |||
2021-01-17 | Update copyrights | dartraiden | |
2020-12-22 | SkypeWeb: more or less working group chats | George Hazan | |
2020-12-20 | SkypeWeb: protocol reworked almost from scratch to support contact types ↵ | George Hazan | |
other than 8 & 19 | |||
2020-06-05 | Revert "SkypeWeb:" | George Hazan | |
This reverts commit 59d3e0a8aa91452de46df3ae448f3cb499c5dce1. # Conflicts: # protocols/SkypeWeb/src/requests/poll.h # protocols/SkypeWeb/src/skype_login.cpp # protocols/SkypeWeb/src/skype_proto.h # protocols/SkypeWeb/src/skype_trouter.cpp | |||
2020-06-04 | fixes #2410 (Problems with (false) offline contacts in skype protocol) | George Hazan | |
2020-06-03 | SkypeWeb: | George Hazan | |
- fixes #2410 (Problems with (false) offline contacts in skype protocol); - more unused garbage wiped out; - version bump | |||
2020-05-28 | SkypeWeb: further shit cleaning | George Hazan | |
2020-05-27 | SkypeWeb: | George Hazan | |
- massive code cleanup, old http junk wiped out & replaced with standard MHttpRequest class - old MS login code removed; - basic url replaced with modern one; | |||
2020-04-16 | SkypeWeb: | George Hazan | |
- fixes #2306 (SkypeWeb: sometimes plugin does not show contacts statuses); - obsoleted GetContactsInfoRequest removed (as well as its handler CSkypeProto::LoadContactsInfo); - major optimization for polling process; - ugly & crashy map Contacts removed; - old crappy timer code removed and replaced with CTimer; - version bump | |||
2020-01-29 | unneded checks removed | George Hazan | |
2020-01-29 | fixes #2149 (SkypeWeb doesn't parse error codes) | George Hazan | |
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-12-04 | GetContactProto: useless duplicate function replaced with standard ↵ | George Hazan | |
Proto_GetBaseAccountName | |||
2019-07-26 | warning fixes | George Hazan | |
2019-07-12 | SkypeWeb: | George Hazan | |
- fixes #2002 (Skype caches wrong server data); - unused structure removed; - version bump | |||
2019-04-12 | wiping custom icolib functions: all another plugins | George Hazan | |
2019-01-04 | Update copyrights | dartraiden | |
2018-05-27 | global variable name standardization | George Hazan | |
2018-05-23 | no need to initialize pcli variable in each plugin (only in Clist_*) | George Hazan | |
2018-05-03 | mir_forkThread<typename> - stronger typizatioin for thread function parameter | George Hazan | |
2018-04-05 | CLIST_INTERFACE::pfnGetContactDisplayName => Clist_GetContactDisplayName | George Hazan | |
2018-01-01 | massive copyright update | dartraiden | |
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵ | Kirill Volinsky | |
62202ed10617927d5429bc59898e12a366abe744) | |||
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM | Kirill Volinsky | |
2017-11-13 | Code modernize ... | Goraf | |
* replace 0/NULL with nullptr [using clang-tidy] | |||
2017-10-31 | fixes #1011 (thread-unsafe code in SkypeWeb) | George Hazan | |
2017-09-12 | old good sound services became finally functions | George Hazan | |
2017-09-12 | Revert "Merge branch 'master' of https://github.com/miranda-ng/miranda-ng" | George Hazan | |
This reverts commit e09448dd03e3647717166e92ee818e395041993a, reversing changes made to b0f44b16bd1138de85a5d17bb42151742f9c8298. | |||
2017-09-11 | old good sound services became finally functions | George Hazan | |
2017-08-05 | Change rest of Miranda NG links to https:// | Robert Pösel | |
2017-05-29 | Skype: | George Hazan | |
- fixes #829; - massive code cleaning | |||
2017-03-17 | forgotten TCHAR removed | George Hazan | |
2017-01-01 | bump copyright year | dartraiden | |
2016-12-04 | SkypeWeb: Disconnect only when 3 *consecutive* errors happens | Robert 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-04 | SkypeWeb: Switch to offline on error in trouter (fixes #622) | Robert Pösel | |
2016-10-27 | fixes #606 (SkypeWeb: Failed to establish a TRouter connection) | George Hazan | |
2016-07-29 | no more TCHARs | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-04-13 | SkypeWeb: code cleaning | MikalaiR | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16643 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-02-11 | SkypeWeb: attempt to fix random crash | MikalaiR | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16271 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-02-07 | SkypeWeb: files sending | MikalaiR | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16233 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-01-28 | another atavism removed: old stub services for clist events | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16181 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-01-28 | atavism removed: CLISTEVENT::cbSize | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16180 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-01-02 | Copyrights update part 1 | Dart Raiden | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@15984 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-10-05 | SkypeWeb: small fix | MikalaiR | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@15513 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-10-02 | SkypeWeb: coverity fixes | MikalaiR | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@15485 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-09-23 | SkypeWeb: code optimization | MikalaiR | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@15429 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-09-13 | SkypeWeb: correct icon handling | Alexander Lantsev | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@15341 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c |