summaryrefslogtreecommitdiff
path: root/protocols/SkypeClassic
AgeCommit message (Collapse)Author
2014-12-14SendMessage(.... WM_SETTEXT...) -> SetWindowText(...)Rozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11392 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-14SetWindowText(GetDlgItem(...)) -> SetDlgItemText(...)Rozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11391 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-14GetWindowText(GetDlgItem(...)) -> GetDlgItemText(...)Rozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11390 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-14SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)Rozhuk Ivan
SendDlgItemMessage(...BM_GETCHECK ...) -> IsDlgButtonChecked(...) constants fix for CheckDlgButton() git-svn-id: http://svn.miranda-ng.org/main/trunk@11387 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-13SendDlgItemMessage(..., ..., BM_GETCHECK,0,0) -> IsDlgButtonChecked(..., ...)Rozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11385 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-13SendMessage(GetDlgItem -> SendDlgItemMessageRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11383 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-13MoveMemory -> memmoveRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11365 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-13multiple buf size fixesRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11361 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-01mir_snprintf(..., sizeof() -> SIZEOF(), ...)Rozhuk Ivan
small fixs cleanups git-svn-id: http://svn.miranda-ng.org/main/trunk@11188 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-01ZeroMemory -> memset, few bugs fisedRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11184 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30new sorting functions appliedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11180 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30lstr* replacementsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11176 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30Fix buf size for Get/Set text, open/save file nameRozhuk Ivan
SMS: SIZE_T -> size_t MRA: small code cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@11175 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30icons in filters project files (by person)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@11172 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30code cleanup, x64 fixRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11163 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-29SkypeClassic: code cleanupRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11161 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-28- compilation fix;George Hazan
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@11140 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-28Massive code cleanup and fixes for a lot of warnings reported in #837Tobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@11136 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-28crazy flag TTBST_RELEASED removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11131 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-18SkypeClassicTobias Weimer
-Minor cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@11016 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-18SkypeClassicTobias Weimer
-Minor cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@11015 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-18SkypeClassicTobias Weimer
-Minor cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@11014 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-10-08SkypeClassic: Sync from leecher's repo (r1963)Robert Pösel
- Fixed a severe bug that prevented the correct auth user to be read preventing every authentication accept. - Fixed a crash in Groupchat when only 2 users were left and user parted the groupchat - Added feature for blocking contacts git-svn-id: http://svn.miranda-ng.org/main/trunk@10744 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-10-04warning fixesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10692 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-11SkypeClassic: Sync from leechers repoRobert Pösel
Bugfix: Not checked return value of Typing notification causing stale ERROR messages that can be eaten by subsequent MESSAGE commands leading to loss of incoming messages. git-svn-id: http://svn.miranda-ng.org/main/trunk@10429 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-22SkypeClassic: Merge leecher's repoRobert Pösel
* Added possibility to set Skypeout icon in configuration as requested by user. git-svn-id: http://svn.miranda-ng.org/main/trunk@10302 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-15SkypeClassic: Added handling of auth request (merged from leecher's repo)Robert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@10189 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-14SkypeClassic: Complete revert to NG versionRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@10182 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-13git-svn-id: http://svn.miranda-ng.org/main/trunk@10179 ↵George Hazan
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-13working C++ version restoredGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10178 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-13Made SkypeClassic plugin compatible with Miranda IM again so that plugins ↵Piotr Piastucki
for both IMs can be maintained with one codebase. Compatibility wrapper for Miranda IM is in ng-compat/m_core.h Changed files back to C and removed C++ code. Changed Miranda NG project files so that the c files compile as C++ in order to be compatible with Miranda NG headers (/TP). Added back build scripts and make file to automatically build Miranda IM version using Makefile. git-svn-id: http://svn.miranda-ng.org/main/trunk@10177 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-11SkypeClassic: Revert previous commits as it doesn't work in realityRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@10162 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-11SkypeClassic: Compatibility fixes to make it compilable againRobert Pösel
leecher should check it, I don't know what exactly was needed in IM or not and possibly I'm doing something wrong git-svn-id: http://svn.miranda-ng.org/main/trunk@10160 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-11Updated SkypeClassic sources from leecher (compatible with IM, but broken ↵Robert Pösel
with NG) git-svn-id: http://svn.miranda-ng.org/main/trunk@10159 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-25runglishDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@9575 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-13compilation fixVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@9453 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-12headers of not adopted plugins moved to !DeprecatedKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@9438 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-11correct ServiceExists call for popupsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9435 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-25decapitalization (these names are shown in VersionInfo reports)Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@9087 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-22code cleanupKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@9048 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-22WIN32 macro isn't needed in projectsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8688 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-12More fix for x64Rozhuk Ivan
Also fix dbeditor from 8572 commit git-svn-id: http://svn.miranda-ng.org/main/trunk@8584 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-12db_event_next/db_event_prev: first parameter hContact added George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8576 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-12Some fixes for x64: SetWindowLong -> SetWindowLongPtr, GetWindowLong -> ↵Rozhuk Ivan
GetWindowLongPtr git-svn-id: http://svn.miranda-ng.org/main/trunk@8572 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-02-28farewell MSVS 2012Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@8324 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-02-27MS_MC_GETMETACONTACT => db_mc_getMetaGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8317 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-02-27direct access to MetaContacts/IsSubcontact removed everywhereGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8312 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-02-24- added ME_FILEDLG_CANCELED & ME_FILEDLG_SUCCEEDED events to support async ↵George Hazan
file selection dialog; - return value of MS_FILE_SENDFILE* services changed: now it returns a dialog handle; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@8253 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-02-12another bunch of useless conversions diedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8109 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-02-10HCONTACT is not needed anymoreGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8086 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c