summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_notes.cpp
AgeCommit message (Collapse)Author
2023-01-02Update copyrightsdartraiden
2022-07-24fixes #3124 (Jabber: у действия "Edit" значок "Rename")George Hazan
2022-06-20time to get rid of some DlgProc defined just to handle WM_SIZE issuesGeorge Hazan
2022-06-07Jabber: we use IsSendAck everywhereGeorge Hazan
2022-06-06Jabber: option for message delivery to control all chat markers according to ↵George Hazan
XEP-0333
2022-01-01Happy new year, Mirandadartraiden
2021-01-17Update copyrightsdartraiden
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-02-06Jabber: bye-bye, XEP-0022, you became completely obsolete these days... sic ↵George Hazan
transit gloria mundi
2020-01-01Happy new year, MirandaGeorge Hazan
2019-04-12wiping custom icolib functions: JabberGeorge Hazan
2019-03-04Jabber:George Hazan
- ugly & obsolete class CCtrlFilterListView removed, because it behave wrong in the presence of scrollbars; - manual filter added to the Disco dialog; - also fixes #1882 (Jabber: channel list glitch)
2019-02-26XmlFirstChild / XmlGetAttr - safe wrappers for tinyxml2George Hazan
2019-02-25Jabber:George Hazan
- obsolete class Xpath removed, its functionality replaced with helpers & iterators; - JABBER_FEAT_BIND added to enchance code reading & understanding; - unused function CNoteItem::AddNote removed; - fix for improper jabber:x:last behavior
2019-02-19dialog code cleaningGeorge Hazan
2019-02-19Jabber -> TinyXml2George Hazan
2019-01-04Update copyrightsdartraiden
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-27global variable name standardizationGeorge Hazan
2018-05-23no need to initialize pcli variable in each plugin (only in Clist_*)George Hazan
2018-04-18this feature was never used and only causes problemsGeorge Hazan
2018-03-05Jabber: code cleaning & simplificationGeorge Hazan
2018-02-21Jabber: C++'11 iteratorsGeorge 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
2017-11-28Source files converted to utf-8Kirill Volinsky
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-11-08Jabber: unneeded parameter eliminated from CJabberProto::GetResourceCapabilitesGeorge Hazan
2017-08-23code cleaningGeorge Hazan
2017-08-10Jabber:George Hazan
- more fixes for XEP-115 support; - obsolete code removed;
2017-03-17forgotten TCHAR removedGeorge Hazan
2017-01-01bump copyright yeardartraiden
2016-07-29no more TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-27less TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-27<tchar.h> removed from <m_system.h>George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17136 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-26less TCHARs:George Hazan
- TCHAR is replaced with wchar_t everywhere; - LPGENT replaced with either LPGENW or LPGEN; - fixes for ANSI plugins that improperly used _t functions; - TCHAR *t removed from MAllStrings; - ptszGroup, ptszTitle & ptszTab in OPTIONSDIALOGPAGE replaced with pwsz* git-svn-id: http://svn.miranda-ng.org/main/trunk@17133 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-25hello, Unix.George Hazan
phase 1: removing _T() git-svn-id: http://svn.miranda-ng.org/main/trunk@17127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-06- CGroupchatInviteAcceptDlg redesigned to avoid separate thread creation;George Hazan
- local function WindowSetIcon replaced with Window_SetIcon_IcoLib(); git-svn-id: http://svn.miranda-ng.org/main/trunk@16925 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-28another atavism removed: old stub services for clist eventsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16181 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-28atavism removed: CLISTEVENT::cbSizeGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16180 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-02Copyrights update part 2Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@15985 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-17- numerous name conflicts resolved;George Hazan
- funny code that loads resource #102 from miranda32.exe removed; - massive mir_sntprintf code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@14979 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-20xml api became a set of functionsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14288 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-04new mir_sntprintf templates without SIZEOFGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14004 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-04new mir_snprintf templates without SIZEOFGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14002 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-29unified project for Jabber protocolGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13258 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-13warning fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12786 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c