summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_privacy.cpp
AgeCommit message (Collapse)Author
2024-01-08Update copyrightsdartraiden
2023-03-02code cleaningGeorge Hazan
2023-01-02Update copyrightsdartraiden
2022-11-01fixes #3223 (Jabber: various quirks in the privacy lists editor)George Hazan
2022-08-10fixes #3151 (Jabber: сломан редактор правил в ↵George Hazan
списке приватности)
2022-07-24fixes #3124 (Jabber: у действия "Edit" значок "Rename")George Hazan
2022-01-01Happy new year, Mirandadartraiden
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26WORD -> uint16_tGeorge Hazan
2021-05-11CCtrlCombo::GetCurData = suitable helper for combo boxesGeorge Hazan
2021-01-17Update copyrightsdartraiden
2020-09-17fixes #2567 (Jabber: <none> privacy list should not allow change it settings)George Hazan
2020-09-17code cleaningGeorge Hazan
2020-09-10fixes #2565 (Jabber: privacy lists editor allows to remove active/delete list)George Hazan
2020-09-10fixes #2566 (Jabber: privacy lists editor creates problems with hidden contacts)George Hazan
2020-06-13fixes #2438 (Jabber: списки приватности странно ↵George Hazan
себя ведут)
2020-06-10compilation fixGeorge Hazan
2020-06-10fixes #2438 (Jabber: списки приватности странно ↵George Hazan
себя ведут) + some another DoModal() calls cleaning
2020-06-04all improper calls of OnClose replaced with OnDestroy / OnApplyGeorge Hazan
2020-06-04UI classes:George Hazan
- CDlgBase::m_bSucceeded variable introduced to check whether IDOK was pressed or not; - unused/useless buttons with id=IDOK or IDCANCEL removed; - brnOk.OnClick replaced with OnApply calls; - unused/useless calls of EndDialog/EndModal removed; - minor code cleaning
2020-04-06useless commands removedGeorge Hazan
2020-03-31Jabber:George Hazan
- fixes #2279 (Jabber: add HTTP File Upload support for group chats); - major file transfer code cleaning;
2020-03-12Jabber:George Hazan
- more logs added for #2243; - code cleaning
2020-02-17code cleaningGeorge Hazan
2020-01-01Happy new year, MirandaGeorge Hazan
2019-12-04GetContactProto: useless duplicate function replaced with standard ↵George Hazan
Proto_GetBaseAccountName
2019-09-27another fix for #2082George Hazan
2019-09-27fixes #2082 (Jabber: Chinese in privacy lists editor)George Hazan
2019-05-13CDlgBase::SetMinSize - a way to get rid of WM_GETMINMAXINFO in DlgProcGeorge Hazan
2019-04-13Jabber:George Hazan
- Miranda to generate globally unique packet ids; - unused member IJabberInterface::AddTemporaryIqHandler removed; - two rarely used params removed from CJabberProto::AddIQ && CJabberIqManager::AddHandler - code cleaning
2019-04-13CMPluginBase::addImgListIcon: new helper to safely add an icolib icon to ↵George Hazan
HIMAGELIST
2019-04-12wiping custom icolib functions: JabberGeorge Hazan
2019-02-26XmlFirstChild / XmlGetAttr - safe wrappers for tinyxml2George Hazan
2019-02-19TranslateU applied to JabberGeorge Hazan
2019-02-19dialog code cleaningGeorge Hazan
2019-02-19Jabber -> TinyXml2George Hazan
2019-01-04Update copyrightsdartraiden
2018-07-11int hLangpack/m_hLang removed and replaced with HPLUGINGeorge Hazan
2018-07-11GUI change:George Hazan
- methods OnInitDialog, OnApply & OnClose of CDlgBase now return true if successful. return of false prevents a dialog from being loaded or left respectively; - massive code cleaning considering the 'virtual' attribute of overridden methods; - also fixes #1476 (Don't close "Create new account" window if user not set account name)
2018-05-22m_genmenu.h unbound from hLangpackGeorge Hazan
2018-04-18this feature was never used and only causes problemsGeorge Hazan
2018-04-05CLIST_INTERFACE::pfnGetContactDisplayName => Clist_GetContactDisplayNameGeorge Hazan
2018-03-16entities' names to be started with capital lettersGeorge Hazan
2018-03-16always hated these long expressions: contact_iter makes them much shorterGeorge Hazan
2018-02-21Jabber: C++'11 iteratorsGeorge Hazan
2018-01-26code optimizationGeorge Hazan
2018-01-01massive copyright updatedartraiden
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-11-29replace russian с to latin cKirill Volinsky