summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_thread.cpp
AgeCommit message (Collapse)Author
2020-08-28Jabber: MAM adaptation for OpenFireGeorge Hazan
2020-08-03Jabber: according to XEP-085 client MUST generate GONE event, if a message ↵George Hazan
window is closed
2020-07-19Jabber: translation fixGeorge Hazan
2020-07-18Jabber: no need to include protocol name into dialogue namedartraiden
2020-07-12Jabber: ugly scheme with flags replaced with TJabberAuth instantiationGeorge Hazan
2020-07-10fixes #1727 completely (Jabber: SCRAM-SHA-1(-PLUS) + SCRAM-SHA-256(-PLUS) ↵George Hazan
support)
2020-07-01TLS 1.3 support:George Hazan
Netlib_GetTlsUnique - new function to retrieve TLS binding data for an opened socket
2020-06-29fixes #2469 (Jabber: implement SCRAM-SHA-1-PLUS auth)George Hazan
2020-06-26WM_JABBER_REGDLG_UPDATE - unused message removedGeorge Hazan
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-11fixes #1149 (XMPP/Jabber: Implement XEP-0313 ( mam / Message Archive ↵George Hazan
Management )
2020-06-08unused shitty code removedGeorge Hazan
2020-05-27Jabber: code cleaningGeorge Hazan
2020-05-07fixes #2399 (XEP-0280 support cleaning)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-03-15db_get_sm / getStringA / getWStringA / getUStringA/ getMStringA / ↵George Hazan
getMStringW - missing szValue parameter added
2020-03-12Jabber:George Hazan
- more logs added for #2243; - code cleaning
2020-03-11Jabber: more fool-proof check for empty nicksGeorge Hazan
2020-03-05fixes #2249 (Inline pictures (XEP-0231) does not work)George Hazan
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-29MessageState: rewritten from scratch to workGeorge Hazan
2020-02-19fixed #2221 (Jabber: cannot invite user to conference)George Hazan
2020-02-17Jabber: full implementation of XEP-0231George Hazan
2020-02-17code cleaningGeorge Hazan
2020-02-15Jabber: partial support for XEP-0231: Bits of BinaryGeorge Hazan
2020-02-13Jabber: more logs in ProcessMessage()George Hazan
2020-02-12Jabber: message state is set when a message is displayedGeorge Hazan
2020-02-12Jabber: XEP-0333 implementation (chat markers)George Hazan
2020-02-06Jabber:George Hazan
- MessageState support; - 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-10-22fixes #2103 (Jabber: we should ignore AvatarHash if file does not exist)George Hazan
2019-09-27end of manual experiments with CList/NotOnListGeorge Hazan
2019-08-21Jabber: more portable version of a crutch with full vcard hashGeorge Hazan
2019-07-24massive warning fixGeorge Hazan
2019-07-21Restore "Free for chat" status support (fixes #1963)dartraiden
2019-07-15Jabber: no need to pass jid inside SendGetVcard()George Hazan
2019-07-15Jabber:George Hazan
- global vcard hash added to the presence; - "AvatarSaved" setting isn't used anymore, because it's crazy; - when vcard reader writes our own avatar, an update is not send back to the server
2019-07-15JABBER: support for obsolete XEP-0008 (iq based avatars) removedGeorge Hazan
2019-05-27fixes #1963 (Remove Free for Chat, On the Phone and Out to Lunch statuses ↵George Hazan
completely)
2019-04-13Jabber:George Hazan
- Miranda to generate globally unique packet ids; - unused member IJabberInterface::AddTemporaryIqHandler removed; - two rarely used params removed from CJabberProto::AddIQ && CJabberIqManager::AddHandler - code cleaning
2019-03-29Jabber: code optimizationGeorge Hazan
2019-03-25Jabber: error popup's title to carry account nameGeorge Hazan
2019-03-17fixes #1898 (XMPP/Jabber: Implement XEP-0352 (Client State Indication))George Hazan
2019-02-28code cleaning / warning fixesGeorge Hazan