summaryrefslogtreecommitdiff
path: root/protocols/ICQ-WIM/src/ignore.cpp
AgeCommit message (Collapse)Author
2023-03-13fixes #3426 (ICQ: не обрабатывается событие ↵George Hazan
исключения из чата)
2023-01-02Update copyrightsdartraiden
2022-07-31Contact: group of functions gathered into the personal namespaceGeorge Hazan
2022-01-01Happy new year, Mirandadartraiden
2021-06-03fixes #2733 (ICQ: после блокировки спамерского ↵George Hazan
чата через оф. клиент, он не удаляется из Миранды)
2021-04-26fixes #2862 (random crash in ICQ protocol)George Hazan
2021-01-17ICQ-WIM: convert some files from ANSI to UTF-8dartraiden
2021-01-17Update copyrightsdartraiden
2020-01-01Happy new year, MirandaGeorge Hazan
2019-09-27fix for a function name:George Hazan
Clist_IsHidden => Contact_IsHidden Clist_HideContact => Contact_Hide
2019-09-26Clist_IsHidden / Clist_HideContact - two helpers to hide CList/Hidden ↵George Hazan
variable and unify access to it
2019-09-24fixes #2077 (ICQ-WIM: ignored contacts aren't listed in Options - Contacts - ↵George Hazan
Ignore)
2019-04-17ICQ-WIM: we also should set pdMode if we add UINs to ignore listGeorge Hazan
2019-04-16ICQ-WIM:George Hazan
- all these menu items & Visible List editor removed; - all control over permit/deny lists went to Options - Contact - Visibility; - fixes #1915 (impossible to set visibility for ICQ contacts)
2019-04-12- extra icons default changed from icon's name to icon's handle;George Hazan
- Skin_GetIconName() considered obsolete and therefore removed;
2019-03-01ICQ-WIM: code cleaning & optimizationGeorge Hazan
2019-02-07ICQ-WIM:George Hazan
- DWORD UIN dumped and replaced everywhere with CMStringW aimId; - additional Email field removed from options, now UIN acts like email - MRA is fully supported - version bump
2019-02-04ICQ10:George Hazan
- fixes #1821 (ICQ10: add Ignore list); - code reordering;