| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-01-10 | DBEVENTINFO::timestamp to become 64-bit integer | George Hazan | |
| 2025-01-04 | fixes #3679 completely | George Hazan | |
| 2025-01-03 | unused entries to be removed | George Hazan | |
| 2025-01-03 | compilation fix | George Hazan | |
| 2025-01-03 | fixes #3679 (StopSpam: Jabber message query overflow) | George Hazan | |
| 2023-12-07 | fixes #3679 (StopSpam/StopSpamMod: Jabber message query overflow) | George Hazan | |
| 2023-04-10 | code cleaning | George Hazan | |
| 2023-04-09 | fixes #3479 (StopSpam: duplicate setting removed) | George Hazan | |
| 2022-07-31 | Contact: group of functions gathered into the personal namespace | George Hazan | |
| 2022-06-22 | fixes #3108 (NewEventNotify shows message popup even if antispam is enabled) | George Hazan | |
| 2021-12-26 | DWORD -> uint32_t | George Hazan | |
| 2021-12-26 | WCHAR -> wchar_t | George Hazan | |
| 2021-06-05 | major code cleaning in regard to db_event_getBlobSize & event memory allocation | George Hazan | |
| 2020-01-20 | db_event_delete: unused parameter removed | George Hazan | |
| 2019-09-27 | end of manual experiments with CList/NotOnList | George Hazan | |
| 2019-09-27 | fix for a function name: | George Hazan | |
| Clist_IsHidden => Contact_IsHidden Clist_HideContact => Contact_Hide | |||
| 2019-09-26 | Clist_IsHidden / Clist_HideContact - two helpers to hide CList/Hidden ↵ | George Hazan | |
| variable and unify access to it | |||
| 2018-11-13 | StopSpam -> g_plugin | George Hazan | |
| 2018-07-27 | fix for occasional crash in StopSpam | George Hazan | |
| 2018-07-23 | fixes #1479 (StopSpam should update default phrases if langpack changed) | George Hazan | |
| 2018-05-20 | CMPlugin to receive a reference to PLUGININFOEX | George Hazan | |
| 2018-03-25 | fixes #1203 (possible crash in StopSpam+) | George Hazan | |
| 2017-12-10 | StopSpam moved to CMOption<> instead of custom code | George Hazan | |
| 2017-12-09 | fixes #1059 (StopSpam: account selection do not accessible for screen readers) | George Hazan | |
| 2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵ | Kirill Volinsky | |
| 62202ed10617927d5429bc59898e12a366abe744) | |||
| 2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM | Kirill Volinsky | |
| 2017-11-16 | TranslateT for global data is a very bad idea | George Hazan | |
| 2017-11-13 | Code modernize ... | Goraf | |
| * replace 0/NULL with nullptr [using clang-tidy] | |||
| 2017-09-18 | StopSpamPlus: removed template for hooking events | Kirill Volinsky | |
| 2017-01-17 | useless field DBEVENTINFO::cbSize removed | George Hazan | |
| 2016-10-28 | - old useless helpers removed from the Options module; | George Hazan | |
| - mir_app functions introduced instead of them; - OPENOPTIONSDIALOG structure removed from m_options.h | |||
| 2016-07-27 | less TCHARs | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@17138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2016-07-21 | improperly named helper renamed | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@17110 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2016-04-19 | further junk cleaning | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@16717 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-10-28 | Optimize ME_DB_CONTACT_SETTINGCHANGED functions to not use mir_strcmp() but ↵ | Robert Pösel | |
| just strcmp() (and similar methods) It's not needed to user mir_* for checking null pointers when we're comparing const strings with DBCONTACTWRITESETTING values which should be always initialized correctly. Somewhere also changed strcmpi to just strcmp, because these settings are case-sensitive anyway. git-svn-id: http://svn.miranda-ng.org/main/trunk@15631 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-08-01 | stopspam: common project | Kirill Volinsky | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@14786 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-06-01 | - ProtoCallService() function considered too dangerous and therefore isn't ↵ | George Hazan | |
| exported anymore, it's closed in the core, CallProtoService() is used instead everywhere; - fixes for some quirks with PS_* calls. git-svn-id: http://svn.miranda-ng.org/main/trunk@13959 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-05-31 | - CreateProtoServiceFunction() moved into mir_core.dll instead of inlining | George Hazan | |
| - all old protocols moved on it; - code cleaning; git-svn-id: http://svn.miranda-ng.org/main/trunk@13953 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-05-22 | replace strcmp to mir_strcmp | Kirill Volinsky | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@13752 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-05-21 | war against atavisms continues | George Hazan | |
| - everything that goes to PSS_MESSAGE should be sent as utf8 string; - thus PREF_UNICODE & PREF_UTF support discontinued, these constants are removed; - support for PREF_UNICODE & PREF_UTF in protocols also removed; - PREF_UNICODE used in file transfers (PROTOFILERECVT) replaced with PRFF_UNICODE / PRFF_TCHAR git-svn-id: http://svn.miranda-ng.org/main/trunk@13734 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-04-23 | warning fix | Kirill Volinsky | |
| stopstam works only with real protocols git-svn-id: http://svn.miranda-ng.org/main/trunk@13050 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-04-15 | after commit #12797 field OPTIONSDIALOGPAGE::cbSize became an atavism, and ↵ | George Hazan | |
| therefore removed git-svn-id: http://svn.miranda-ng.org/main/trunk@12840 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-04-06 | options section name as in other plugins | Dart Raiden | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@12631 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-01-16 | MEVENT - the strict type for events, they are not HANDLE anymore | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@11866 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2014-11-30 | new sorting functions applied | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@11180 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2014-02-24 | valid first parameter's name of ME_DB_CONTACT_SETTINGCHANGED handlers | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@8255 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2014-02-10 | HCONTACT is not needed anymore | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@8086 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2014-02-10 | - HANDLE hContact => HCONTACT | George 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 | |||
| 2013-10-05 | code cleaning | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@6348 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2013-09-25 | valid options initialization | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@6225 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
