summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_opt.cpp
AgeCommit message (Collapse)Author
2022-06-10fixes #3072 (GoogleTalk removed from templates)George Hazan
2022-05-26fixes #3080 (Jabber: кнопка регистрации неактивна ↵George Hazan
при создании аккаунта)
2022-05-25Jabber: patch from deadsend to optionally disable XEP-0202 supportGeorge Hazan
2022-04-06remove executable attribute from affected filesgeorgehazan
2022-03-09fixes #3044 (Jabber: перенести опцию "Показывать ↵George Hazan
всплывающие окна с ошибками" в настройки всплывающих окон)
2022-02-22fixes #3041 (Удалить выпадающий список ↵George Hazan
серверов Jabber)
2022-01-19fixes #2995 (Jabber: MAM modes are not translated)George Hazan
2022-01-01Happy new year, Mirandadartraiden
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26WORD -> uint16_tGeorge Hazan
2021-06-17Jabber: option to disable popupsGeorge Hazan
2021-05-11CCtrlCombo::GetCurData = suitable helper for combo boxesGeorge Hazan
2021-01-17Update copyrightsdartraiden
2020-10-24CCtrlTreeOpts class moved to mir_core, to be reused laterGeorge Hazan
2020-10-24fixes #2604 (Jabber: add ability to disable MAM)George Hazan
2020-07-28Jabber: new option to embrace picture urls/filenames with BBCodesGeorge Hazan
2020-06-26WM_JABBER_REGDLG_UPDATE - unused message removedGeorge Hazan
2020-06-26Revert "Jabber: XEP-0136 support removed"George Hazan
This reverts commit e6bf9c2a41622424c2cd4006326455e08c80812a. # Conflicts: # protocols/JabberG/src/jabber_caps.cpp # protocols/JabberG/src/jabber_caps.h # protocols/JabberG/src/jabber_iqid.cpp
2020-06-13fixes #1149 (wrong MAM preferences processing)George Hazan
2020-06-11fixes #1149 (XMPP/Jabber: Implement XEP-0313 ( mam / Message Archive ↵George Hazan
Management )
2020-06-11Jabber: XEP-0136 support removedGeorge Hazan
2020-06-06fixes #2429 (More strict XEP-0085 compliance)George 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-05-25Jabber: custom roster nicks should be ignored as well as roster groupsGeorge Hazan
2020-05-07Jabber: more precise name for XEP-0280 optiondartraiden
2020-03-12Jabber:George Hazan
- more logs added for #2243; - code cleaning
2020-03-02Jabber:George Hazan
- capability cache is stored in a json file now instead of database; - caps manager became global; - account-dependent methods of CJabberClientCapsManager moved to CJabberProto; - code cleaning
2020-02-17code cleaningGeorge Hazan
2020-02-17Fix typodartraiden
2020-02-17Jabber: massive options code cleaningGeorge Hazan
2020-02-06Jabber: option renamedGeorge Hazan
2020-01-01Happy new year, MirandaGeorge Hazan
2019-10-17Jabber: service-related options moved to Service Discovery menuGeorge Hazan
2019-07-24massive warning fixGeorge Hazan
2019-07-24NLHR_PTR - smart pointers make better codeGeorge Hazan
2019-03-04Jabber:George Hazan
- roster editor extracted to the separate source module; - fixes #1881 (first column's text is set improperly, thus creating problems on roster upload); - roster editor rewritten to UI classes
2019-02-26XmlFirstChild / XmlGetAttr - safe wrappers for tinyxml2George Hazan
2019-02-19TranslateU applied to JabberGeorge Hazan
2019-02-19fix for chinese in Registration dialogGeorge Hazan
2019-02-19dialog code cleaningGeorge Hazan
2019-02-19Jabber:George Hazan
- XmlGetChildText / XmlGetChildInt - new handy helpers for tinyxml2; - Unicode logging replaced with ANSI when appropriate; - JabberErrorMsg rewritten to be more useful
2019-02-19more checks for GetText()George Hazan
2019-02-19Jabber -> TinyXml2George Hazan
2019-02-02Unify option namedartraiden
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-20options API unbound from hLangpack and switched to CMPluginGeorge Hazan
2018-05-03mir_forkThread<typename> - stronger typizatioin for thread function parameterGeorge Hazan
2018-04-28Jabber: add Hipchat presetdartraiden