summaryrefslogtreecommitdiff
path: root/plugins/FavContacts/src/contact_cache.cpp
AgeCommit message (Expand)Author
2022-07-31Contact: group of functions gathered into the personal namespaceGeorge Hazan
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2021-02-28some evident reverse iterators moved to cursorsGeorge Hazan
2020-01-30LIST::remove + LIST::indexOf() combination removed with LIST::removeItemGeorge Hazan
2018-05-03mir_forkThread<typename> - stronger typizatioin for thread function parameterGeorge Hazan
2018-03-16class renaming, part IIGeorge Hazan
2018-03-16always hated these long expressions: contact_iter makes them much shorterGeorge Hazan
2018-03-15FavContacts: use strncpy_s and wcsncpy_s instead of mir_wstrcpy and mir_strcpyMataes
2018-03-15MUCH more effective way of removing records from iteratorsGeorge Hazan
2018-03-14reverse iterators for LIST<>George Hazan
2018-02-21all another C++'11 iteratorsGeorge Hazan
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 6...Kirill Volinsky
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-11-13Code modernize ...Goraf
2017-01-17useless field DBEVENTINFO::cbSize removedGeorge Hazan
2016-07-27less TCHARsGeorge Hazan
2016-07-26less TCHARs:George Hazan
2016-05-18these tons of code aren't needed anymore...George Hazan
2015-06-19SIZEOF replaced with more secure analog - _countofGeorge Hazan
2015-05-18FavContacts: unified projectVadim Dashevskiy
2015-04-30minus critical sectionKirill Volinsky
2015-03-20code cleaningGeorge Hazan
2015-01-16MEVENT - the strict type for events, they are not HANDLE anymoreGeorge Hazan
2014-11-30lstr* replacementsGeorge Hazan
2014-07-07FavContacts: George Hazan
2014-03-12db_event_next/db_event_prev: first parameter hContact added George Hazan
2014-02-11"we don't need these variables" (c) Pink FloydGeorge Hazan
2014-02-10these conversions aren't needed eitherGeorge Hazan
2014-02-10HCONTACT is not needed anymoreGeorge Hazan
2014-02-10- HANDLE hContact => HCONTACTGeorge Hazan
2013-04-09- short function names allows to write database loops in one string;George Hazan
2013-03-30MS_DB_EVENT_* services remained, but their calls removedGeorge Hazan
2013-03-06cleanup of the unnecessary UnhookEvent() callsGeorge Hazan
2013-02-24added precompiled headerKirill Volinsky
2012-10-10service call replaced with the direct function callGeorge Hazan
2012-06-15another portion of "#ifsef Unicode" removalVadim Dashevskiy
2012-05-17added some pluginsKirill Volinsky