Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-07 | some fixes | Kirill Volinsky | |
2018-02-24 | guard headers | Goraf | |
2018-02-21 | Skype: C++'11 iterators | George Hazan | |
2018-02-09 | all duplicate "Request auth", "Grant auth" & "Revoke auth" menu items eliminated | George Hazan | |
2018-01-31 | CMake: fixes for FreeImage. | protomors | |
2018-01-26 | code optimization | George Hazan | |
2018-01-26 | AdvaImg: | George Hazan | |
- freeimage extracted to the separate library; - FI_INTERFACE removed, all references to it are replaced with direct calls of FreeImage_* functions; - unified project for AdvaImg | |||
2018-01-01 | massive copyright update | dartraiden | |
2017-12-29 | PROTO_INTERFACE::setAllContactStatuses - common code moved to the core | George Hazan | |
2017-12-27 | obsolete structure ADDCONTACTSTRUCT, service MS_ADDCONTACT_SHOW and whole ↵ | George Hazan | |
m_addcontact.h removed and replaced with Contact_Add* functions | |||
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-06 | convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵ | Kirill Volinsky | |
62202ed10617927d5429bc59898e12a366abe744) | |||
2017-12-06 | all rc files reverted to utf-8 | Kirill Volinsky | |
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM | Kirill Volinsky | |
2017-12-06 | fix after files conversation | Kirill Volinsky | |
2017-11-28 | Source files converted to utf-8 | Kirill Volinsky | |
2017-11-13 | Code modernize ... | Goraf | |
* replace 0/NULL with nullptr [using clang-tidy] | |||
2017-10-31 | Initial 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-31 | fixes #1011 (thread-unsafe code in SkypeWeb) | George Hazan | |
2017-10-24 | unified version resource with explicitly stated language & code page | George Hazan | |
2017-10-22 | fix for broken project filters | George Hazan | |
2017-09-19 | useless structure GCDEST finally removed | 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-09 | SkypeWeb: switched to new contacts api (fixes #732) | MikalaiR | |
2017-08-06 | Update all other files in repository to use https links for Miranda NG website | Robert Pösel | |
2017-08-05 | Change rest of Miranda NG links to https:// | Robert Pösel | |
2017-08-05 | Change plugin links from http:// to https:// | Robert Pösel | |
2017-06-14 | project reference to be added into a project file, not into the solution | George Hazan | |
2017-06-14 | Skype: more correct version of auth fix | George Hazan | |
2017-06-13 | oops | Kirill Volinsky | |
2017-06-13 | SkypeWeb: more correct version of 9bd700b but for "ipt" name also not working | Kirill Volinsky | |
2017-06-13 | minor fix for Skype login | George Hazan | |
2017-05-29 | Skype: | George Hazan | |
- fixes #829; - massive code cleaning | |||
2017-05-16 | fix for duplicate messages in Skype | George Hazan | |
2017-05-16 | fix for double memory deletion in Skype (potential crash) | George Hazan | |
2017-05-07 | SkypeWeb: Fix infinite refreshing in contact details | Robert 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-24 | revolution in chat menus | George 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-21 | warning fix | George Hazan | |
2017-03-18 | SkypeWeb: Revert my invalid attempts related to #608 | Robert Pösel | |
* reverted commit b225a055f5d3abc754899d115582f39cc2168f3f * reverted commit 88cb4210be8c51a6fb567216bb87d2d6cf7826f8 | |||
2017-03-17 | forgotten TCHAR removed | George Hazan | |
2017-03-16 | SkypeWeb: Fix db event blob size (addresses #608) | Robert Pösel | |
2017-03-16 | SkypeWeb: Fix flags data type | Robert Pösel | |
2017-03-15 | SkypeWeb: Attempt to fix edited messages being stuck as unread (addresses #608) | Robert Pösel | |
2017-03-15 | SkypeWeb: 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-12 | SkypeWeb: Fix replacing numeric HTML entities (fixes #685) | Robert Pösel | |
2017-03-11 | SkypeWeb: add new oauth login flow (should fix auth with ms accounts) | aunsane | |
2017-03-09 | chat 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. |