summaryrefslogtreecommitdiff
path: root/protocols/JabberG
AgeCommit message (Collapse)Author
2020-06-30fixes #2469 (Jabber: implement SCRAM-SHA-1-PLUS auth)George Hazan
2020-06-29fixes #2453 (Jabber: add ability to load whole history via Message Archive ↵George Hazan
Management)
2020-06-29fixes #2439 (Jabber: roster editor adds false contacts)George Hazan
2020-06-29fixes #2469 (Jabber: implement SCRAM-SHA-1-PLUS auth)George Hazan
2020-06-26rest of unused messages removedGeorge Hazan
2020-06-26two more obsolete messages removedGeorge Hazan
2020-06-26WM_JABBER_REGDLG_UPDATE - unused message removedGeorge Hazan
2020-06-26Jabber: rest of CJabberDlgGcJoin moved to UI classesGeorge 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-25constant unificationGeorge Hazan
2020-06-24Revert "Jabber: user name to be encoded to avoid spaces"dartraiden
This reverts commit 2c369e66feacfb3b934b1ec28fcecd179d796ba1.
2020-06-24Jabber: user name to be encoded to avoid spacesGeorge Hazan
2020-06-23Jabber to filter out encrypted outgoing carbon copiesGeorge Hazan
2020-06-21Jabber: cause MAM doesn't set ids for outgoing messages, our own messages ↵George Hazan
(with the same resource) shall be ignored
2020-06-15simpler way of applying server ids to messagesGeorge Hazan
2020-06-13fixes #2438 (Jabber: списки приватности странно ↵George Hazan
себя ведут)
2020-06-13fixes #2447 (Ошибочное определение транспорта ↵George Hazan
Jabber2Jabber)
2020-06-13fixes #1149 (wrong MAM preferences processing)George Hazan
2020-06-13Jabber: fix for the first run on MAM serverGeorge 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-10compilation fixGeorge Hazan
2020-06-10fixes #2438 (Jabber: списки приватности странно ↵George Hazan
себя ведут) + some another DoModal() calls cleaning
2020-06-08unused shitty code removedGeorge Hazan
2020-06-06fixes #2429 (More strict XEP-0085 compliance)George Hazan
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-06-03Jabber: fix for advanced compilance with XEP-0045George Hazan
2020-06-01fixes #2395 (Многие пунты жаббера в меню ↵George Hazan
контакта не двигаются)
2020-05-27Jabber:George Hazan
- account name added to the roster editor's window caption; - all traces of excel removed from file description
2020-05-27Jabber: if we ignore roster nicks, we don't apply them when local ↵George Hazan
CList/MyHandle isn't empty
2020-05-27Jabber: roster to be exported into the simple xml format (import from the ↵George Hazan
old format is also supported)
2020-05-27Jabber: code cleaningGeorge Hazan
2020-05-26Jabber: if we ignore roster, thy shalt update existing nicks eitherGeorge Hazan
2020-05-25Jabber: stronger appliance of Roster Editor with RFC 6121George Hazan
2020-05-25Jabber: custom roster nicks should be ignored as well as roster groupsGeorge Hazan
2020-05-22also the same fix for icon projectsGeorge Hazan
2020-05-22fix for broken project file compatibility in VS2019 16.6.0George Hazan
2020-05-10Jabber: fix for hiding software version via caps requestGeorge Hazan
2020-05-07Jabber: more precise name for XEP-0280 optiondartraiden
2020-05-07fixes #2399 (XEP-0280 support cleaning)George Hazan
2020-05-07fix for old PROTO_INTERFACE::FileResume interface errorGeorge Hazan
2020-05-05fixes #2390 (ICQ игнорирует настройки приёма ↵George Hazan
файлов)
2020-05-04fixes #2382 (Jabber: двойной щелчок по закладке ↵George Hazan
должен вызывать окно ее редактирования)
2020-05-04Jabber: setting status to ID_STATUS_IDLE was very bad idea...George Hazan
2020-05-03fixes #2376 (Jabber: Add XEP-0319 support, XEP-0256 support discontinued)George Hazan
2020-04-28database:George Hazan
- namespace DB declared for commonly used database classes; - stubs for database event cursors; - code cleaning
2020-04-22fixes #2336 (Jabber: падение при попытке отменить ↵George Hazan
висящий файлтрансфер)
2020-04-15Jabber: inlined picture sending doesn't close file transfer dialog windowGeorge Hazan
2020-04-08Remove more obsolete protocolsdartraiden