Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-28 | Jabber: new option to embrace picture urls/filenames with BBCodes | George Hazan | |
2020-06-26 | WM_JABBER_REGDLG_UPDATE - unused message removed | George Hazan | |
2020-06-26 | Revert "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-13 | fixes #1149 (wrong MAM preferences processing) | George Hazan | |
2020-06-11 | fixes #1149 (XMPP/Jabber: Implement XEP-0313 ( mam / Message Archive ↵ | George Hazan | |
Management ) | |||
2020-06-11 | Jabber: XEP-0136 support removed | George Hazan | |
2020-06-06 | fixes #2429 (More strict XEP-0085 compliance) | George Hazan | |
2020-06-04 | UI 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-25 | Jabber: custom roster nicks should be ignored as well as roster groups | George Hazan | |
2020-05-07 | Jabber: more precise name for XEP-0280 option | dartraiden | |
2020-03-12 | Jabber: | George Hazan | |
- more logs added for #2243; - code cleaning | |||
2020-03-02 | Jabber: | 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-17 | code cleaning | George Hazan | |
2020-02-17 | Fix typo | dartraiden | |
2020-02-17 | Jabber: massive options code cleaning | George Hazan | |
2020-02-06 | Jabber: option renamed | George Hazan | |
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-10-17 | Jabber: service-related options moved to Service Discovery menu | George Hazan | |
2019-07-24 | massive warning fix | George Hazan | |
2019-07-24 | NLHR_PTR - smart pointers make better code | George Hazan | |
2019-03-04 | Jabber: | 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-26 | XmlFirstChild / XmlGetAttr - safe wrappers for tinyxml2 | George Hazan | |
2019-02-19 | TranslateU applied to Jabber | George Hazan | |
2019-02-19 | fix for chinese in Registration dialog | George Hazan | |
2019-02-19 | dialog code cleaning | George Hazan | |
2019-02-19 | Jabber: | George Hazan | |
- XmlGetChildText / XmlGetChildInt - new handy helpers for tinyxml2; - Unicode logging replaced with ANSI when appropriate; - JabberErrorMsg rewritten to be more useful | |||
2019-02-19 | more checks for GetText() | George Hazan | |
2019-02-19 | Jabber -> TinyXml2 | George Hazan | |
2019-02-02 | Unify option name | dartraiden | |
2019-01-04 | Update copyrights | dartraiden | |
2018-07-11 | int hLangpack/m_hLang removed and replaced with HPLUGIN | George Hazan | |
2018-07-11 | GUI 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-20 | options API unbound from hLangpack and switched to CMPlugin | George Hazan | |
2018-05-03 | mir_forkThread<typename> - stronger typizatioin for thread function parameter | George Hazan | |
2018-04-28 | Jabber: add Hipchat preset | dartraiden | |
2018-04-18 | g_hInstance incapulated into PLUGIN<>, no need in the separate variable | George Hazan | |
2018-04-18 | PLUGIN<> to half-automatically calculate the dll's g_hInstance and pass it ↵ | George Hazan | |
inside | |||
2018-04-18 | this feature was never used and only causes problems | George Hazan | |
2018-04-06 | protocols: jabber: xep-0198 | Gluzskiy Alexandr | |
- reflect implemetation state in options | |||
2018-04-01 | oops | dartraiden | |
2018-04-01 | better wording | dartraiden | |
2018-03-28 | protocols: jabber: xep-0198 | Gluzskiy Alexandr | |
- moved implementation to separated units (refactoring) - first part (without resumption) should work now (still have some bugs), feel free to test | |||
2018-03-27 | protocols: jabber: xep-0198 | Gluzskiy Alexandr | |
- implemented client to server acks | |||
2018-03-26 | protocols: jabber: omemo | Gluzskiy Alexandr | |
- check for empty GetPartialCaps ( fixes #1215 ) - more apropriate option description reflecting current status | |||
2018-03-25 | protocols: jabber: started implementation of xep-0198 | Gluzskiy Alexandr | |
2018-03-16 | entities' names to be started with capital letters | George Hazan | |
2018-03-16 | always hated these long expressions: contact_iter makes them much shorter | George Hazan | |
2018-03-05 | Jabber: code cleaning & simplification | George Hazan | |
2018-02-03 | small type fix | Konstantin | |
2018-01-31 | Added an option to enable/disable carbons | Vladimir | |