summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_opt.cpp
AgeCommit message (Collapse)Author
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
2018-04-18g_hInstance incapulated into PLUGIN<>, no need in the separate variableGeorge Hazan
2018-04-18PLUGIN<> to half-automatically calculate the dll's g_hInstance and pass it ↵George Hazan
inside
2018-04-18this feature was never used and only causes problemsGeorge Hazan
2018-04-06protocols: jabber: xep-0198Gluzskiy Alexandr
- reflect implemetation state in options
2018-04-01oopsdartraiden
2018-04-01better wordingdartraiden
2018-03-28protocols: jabber: xep-0198Gluzskiy Alexandr
- moved implementation to separated units (refactoring) - first part (without resumption) should work now (still have some bugs), feel free to test
2018-03-27protocols: jabber: xep-0198Gluzskiy Alexandr
- implemented client to server acks
2018-03-26protocols: jabber: omemoGluzskiy Alexandr
- check for empty GetPartialCaps ( fixes #1215 ) - more apropriate option description reflecting current status
2018-03-25protocols: jabber: started implementation of xep-0198Gluzskiy Alexandr
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-03-05Jabber: code cleaning & simplificationGeorge Hazan
2018-02-03small type fixKonstantin
2018-01-31Added an option to enable/disable carbonsVladimir