summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_thread.cpp
AgeCommit message (Collapse)Author
2022-07-31Contact: group of functions gathered into the personal namespaceGeorge Hazan
2022-07-29fixes #3110 (remove Jabber frame)George Hazan
2022-06-23Jabber: more effective stream management processingGeorge Hazan
2022-06-22Jabber: if MAM is not enabled, there's no need to check its modeGeorge Hazan
2022-06-20Jabber: code cleaningGeorge Hazan
2022-06-07Jabber: we use IsSendAck everywhereGeorge Hazan
2022-06-06Jabber: option for message delivery to control all chat markers according to ↵George Hazan
XEP-0333
2022-06-05code cleaningGeorge Hazan
2022-05-26Jabber: attempt to fix OMEMOGeorge Hazan
2022-05-17ordnung muss seinGeorge Hazan
2022-05-14Jabber: attempt to block access to a socket completely if shutdown procedure ↵George Hazan
is initiated
2022-05-12oops... select() doesnt'return -1 if a socket gets closed... wtf...George Hazan
2022-05-12fix for unsigned int comparisonGeorge Hazan
2022-05-07Netlib_OpenConnection - finally old stupid structure NETLIBOPENCONNECTION ↵George Hazan
died and converted into a set of parameters + code cleaning
2022-04-26Jabber: old erroneous idea about subjects in group chats removedGeorge Hazan
2022-04-15Jabber: code cleaningGeorge Hazan
2022-04-06remove executable attribute from affected filesgeorgehazan
2022-03-26fixes #3057 (Унифицировать настройку горячих ↵George Hazan
клавиш для отправки сообщений)
2022-03-13omemo: added iqresult handler for manual polling of devicelistsss
2022-03-13omemo: removed outdated comments, added non-standard complient hack for ↵sss
devicelist polling (still need response handler as it is not event and not handled by existing handler)
2022-02-20oopsGeorge Hazan
2022-02-20Jabber: support for description field in the incoming OOB file transfersGeorge Hazan
2022-01-01Happy new year, Mirandadartraiden
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26WORD -> uint16_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2021-11-06omemo: check for "bDisableOmemo" in one more placesss
2021-11-05omemo: add also support for disable sending messages per contact (notsss
only receiving) explicitly set default setting values to disable
2021-11-05added "bDisableOmemo" byte into contact settings to disable omemo persss
contact
2021-06-12minus another stupid thread in JabberGeorge Hazan
2021-06-08fixes #2910 (Jabber: ancient perversion with socket select sometimes doesn't ↵George Hazan
work)
2021-06-05major code cleaning in regard to db_event_getBlobSize & event memory allocationGeorge Hazan
2021-03-16fixes #2770 completelyGeorge Hazan
2021-03-15Jabber: minor OMEMO code optimizationGeorge Hazan
2021-03-10Jabber: fix for reading OMEMO encrypted messagesGeorge Hazan
2021-01-17Update copyrightsdartraiden
2021-01-14Jabber: useless class variable CJabberProto::m_bSendKeepAlive removed, it ↵George Hazan
should be local
2020-12-13Jabber: fix for correct message direction when reading self messages from MAMGeorge Hazan
2020-11-23Jabber: SCRAM-AUTH priorities changed according to ↵George Hazan
https://wiki.xmpp.org/web/SASL_and_SCRAM-SHA-1(-PLUS)_/_SCRAM-SHA-256(-PLUS)#Order
2020-10-28Jabber: we store now server caps in our cache not to rerequest them on each ↵George Hazan
login
2020-10-14Jabber: newly added contact has no Nick fieldGeorge Hazan
2020-09-04Jabber: MAM code rework & optimizationGeorge Hazan
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