summaryrefslogtreecommitdiff
path: root/plugins/FingerprintNG/src/fingerprint.cpp
AgeCommit message (Collapse)Author
2014-12-15Fingerprint: changed warning lavel to w4Kirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@11435 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-02mir_sntprintf(..., _T("%s"), ...) -> _tcsncpy_s(..., ..., _TRUNCATE)Rozhuk Ivan
fix some x64 ptr truncations git-svn-id: http://svn.miranda-ng.org/main/trunk@11211 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-27FTPFile: code cleanupRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11124 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-12extraicons registration moved to Load()Kirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@10168 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-03if the default sub has no MirVer, the appropriate setting in meta must be ↵George Hazan
deleted git-svn-id: http://svn.miranda-ng.org/main/trunk@10044 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-14fix for MirVer in metasGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9469 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-09end of the old MC APIGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8534 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-09... and in the beginning too George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8526 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-09MC support in fingerprintGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8524 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-02-11"we don't need these variables" (c) Pink FloydGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8101 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-02-10these conversions aren't needed eitherGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8088 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
2014-02-10more HCONTACTGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8079 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-02-10- HANDLE hContact => HCONTACTGeorge Hazan
- GCF_* prefix was added to chat constants to avoid name conflicts git-svn-id: http://svn.miranda-ng.org/main/trunk@8078 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-02added destructor LIST::~LIST, that calls destroy() automatically.George Hazan
thus manual call of destroy() might be removed from: - class destructors; - Unload() plugin's functions (for global data); - local (auto) variables in functions finalizations git-svn-id: http://svn.miranda-ng.org/main/trunk@7467 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-09-21Not needed version checks removedKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@6172 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-08-10- much more effective implementation of MS_FP_GETCLIENTICONT;George Hazan
- new service, MS_FP_GETCLIENTDESCRT, to avoid perversions git-svn-id: http://svn.miranda-ng.org/main/trunk@5633 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-08-10- unused services MS_FP_SAMECLIENTS & MS_FP_GETCLIENTICON removed;George Hazan
- Finger_IsSameClents & Finger_GetClientIcon helpers added; - unused code removed from FingerPrint or replaced with the calls from mir_core.dll git-svn-id: http://svn.miranda-ng.org/main/trunk@5632 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-06-19two memory leaksGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@5044 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-06-18various icon issuesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@5031 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-16words of wisdom were well receivedGeorge Hazan
now the shortened types are called ptrA, ptrT & ptrW respectively git-svn-id: http://svn.miranda-ng.org/main/trunk@4682 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-16shortened typedefs for string buffers:George Hazan
MCBuf -> mir_ptr<char> MTBuf -> mir_ptr<TCHAR> MWBuf -> mir_ptr<WCHAR> git-svn-id: http://svn.miranda-ng.org/main/trunk@4680 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-11Unicode, auto-translatable tooltips for Srmm iconsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4423 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-11SRMM icons to be unloaded automaticallyGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4418 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-10attempt to fix the most crazy pieces of status icons related codeGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4417 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-08- dynamic MirVer monitor;George Hazan
- core reordering git-svn-id: http://svn.miranda-ng.org/main/trunk@4392 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-08- MBF_OWNERSTATE option moved to the public header;George Hazan
- client icon drawing moved to FingerPrint; - old code in tabSRMM completely wiped out; git-svn-id: http://svn.miranda-ng.org/main/trunk@4389 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-05- rest of menus cleared;George Hazan
- old database macroses wiped out from all plugins (left in m_database.h for compatibility) git-svn-id: http://svn.miranda-ng.org/main/trunk@4324 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-25- translation fixes (patch from Basil)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@4187 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-01service call replaced with helper: MS_UTILS_PATHTOABSOLUTEWGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3827 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-24removed not used headersKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@3753 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-28added option for disabling unicode overlayKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@3322 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-12-23added overlay4Kirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@2817 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-12-06another fix for finger's logicGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2665 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-12-06wrong cycle end conditionGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2664 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-12-05don't sure that it is correct fix. For me it is working now:Kirill Volinsky
when disabling proto icons in Fingerprint settings, for contact of this proto icons doesn;t show in CL git-svn-id: http://svn.miranda-ng.org/main/trunk@2659 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-12-05FingerprintNG:Kirill Volinsky
- all separate iconpacks moved into one (icons\fp_icons.dll) - fixed some masks - vkontakte moved to other icons git-svn-id: http://svn.miranda-ng.org/main/trunk@2657 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-12-04applying changed options on the flyGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2641 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-12-02- added miranda ng overlaysKirill Volinsky
- changed SecureIM overlay - reorganised and replaced resource/platforms overlays - fixed miranda overlays actually weren't working - icons moved to res folder - version info standartization git-svn-id: http://svn.miranda-ng.org/main/trunk@2600 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-22- fixed and extended ICQ detection (and v5.x detection returned).Kirill Volinsky
- added ZNC, iroffer and iroffer dinoex detection. - restored Openfire detection. - minor fixes and typos. - more tabs and spaces cleaning. git-svn-id: http://svn.miranda-ng.org/main/trunk@2430 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-19for NG too)Kirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@2373 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-18revert, sorry, all rightTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@2367 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-18fixed default Extra Icon in OptionsTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@2365 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-18new generation of fingerprint pluginKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@2360 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c