summaryrefslogtreecommitdiff
path: root/plugins/StopSpamMod/src/utilities.cpp
AgeCommit message (Expand)Author
2023-12-20DBEVENTINFO::hContact to be returned inside an event, no need to call db_even...George Hazan
2023-12-07fixes #3679 (StopSpam/StopSpamMod: Jabber message query overflow)George Hazan
2023-09-27code cleaningGeorge Hazan
2023-04-23fixes #3499 (StopSpamMod: удалить настройку "удалять ...George Hazan
2022-07-31Contact: group of functions gathered into the personal namespaceGeorge Hazan
2022-04-06remove executable attribute from affected filesgeorgehazan
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2021-12-26PBYTE -> uint8_t*George Hazan
2021-12-26WCHAR -> wchar_tGeorge Hazan
2020-03-30Contact lists:George Hazan
2019-12-04GetContactProto: useless duplicate function replaced with standard Proto_GetB...George Hazan
2019-09-27end of manual experiments with CList/NotOnListGeorge Hazan
2019-06-03Folders: old TCHAR helpers removedGeorge Hazan
2018-11-13StopSpamMod -> g_pluginGeorge Hazan
2018-11-12db_* functions replaced with g_plugin callsGeorge Hazan
2018-07-24database:George Hazan
2018-07-24code cleaningGeorge Hazan
2018-07-09massive Variables-related code cleaning (removed TCHAR, manually created unio...George Hazan
2018-05-20CMPlugin to receive a reference to PLUGININFOEXGeorge Hazan
2018-05-03mir_forkThread<typename> - stronger typizatioin for thread function parameterGeorge Hazan
2018-04-07Proto_GetStatus is used everywhere instead of PS_GETSTATUSGeorge Hazan
2018-04-05CLIST_INTERFACE::pfnGetContactDisplayName => Clist_GetContactDisplayNameGeorge Hazan
2018-04-03Accounts() : iterator for accountsGeorge Hazan
2018-03-16class renaming, part IIGeorge Hazan
2018-03-16always hated these long expressions: contact_iter makes them much shorterGeorge Hazan
2018-02-24more nullptrGoraf
2018-02-23fixes #1165 (StopSpam mod: crash on "stopspam.cpp (81): OnDbEventFilterAdd")George Hazan
2017-12-27boost threads replaced with mir_forkthreadGeorge Hazan
2017-12-06fixes #1043 (StopSpam Mod: remove useless external library)George 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-17compilation fixGeorge Hazan
2016-09-14second major wipeout of database services & structures:George Hazan
2016-07-29no more TCHARsGeorge Hazan
2016-07-27less TCHARsGeorge Hazan
2016-07-26less TCHARs:George Hazan
2016-07-25hello, Unix.George Hazan
2016-05-18these tons of code aren't needed anymore...George Hazan
2016-04-15contact list groups:George Hazan
2015-08-18- naming conflict;George Hazan
2015-08-12warning fixesGeorge Hazan
2015-08-01stopspam_mod: common projectKirill Volinsky
2015-06-30MS_CLIST_GETSTATUSMODEDESCRIPTION & MS_CLIST_GETCONTACTDISPLAYNAME replaced w...George Hazan
2015-06-19SIZEOF replaced with more secure analog - _countofGeorge Hazan
2015-06-19unused helper removedGeorge Hazan
2015-06-19- all static protocol services replaced with functions;George Hazan
2015-05-24replace wcscpy to mir_wstrcpyKirill Volinsky
2015-05-22replace _tcscpy to mir_tstrcpyKirill Volinsky