summaryrefslogtreecommitdiff
path: root/protocols/WhatsAppWeb/src/utils.cpp
AgeCommit message (Collapse)Author
2022-10-19Rename WhatsAppWeb to WhatsAppdartraiden
2022-10-19WhatsApp: basic message processingGeorge Hazan
2022-10-07WhatsApp: app sync addedGeorge Hazan
2022-10-06WhatsApp:George Hazan
- global context moved inside MSignalStore; - signed prekey is stored now as one binary record; - libsignal errors are now logged to network log; - code cleaning
2022-10-05WhatsApp:George Hazan
- all signal storage data extracted to the separate class MSignalStore; - MSignalSession added to handle session ciphers - signal store callbacks registered - all libsignal related code moved to signal.cpp
2022-10-04decoding messages - beginningGeorge Hazan
2022-10-04WhatsApp: zipped nodes supportGeorge Hazan
2022-10-03code cleaningGeorge Hazan
2022-10-03WhatsApp:George Hazan
- nick name added to all options dialogs; - added error popups;
2022-10-01minor code cleaningGeorge Hazan
2022-10-01WhatsApp: keep-alive packetsGeorge Hazan
2022-10-01WhatsApp:George Hazan
- first version that registers ok in the phone (YAHOO!!); - the rest of legacy code removed; - class WAJid introduced to handle various perversions; - ServerThread behavior changed to use global variables instead of locals; - IQ processing core extracted to the separate module; - added <stream:error> processing
2022-09-30WhatsApp:George Hazan
- full preparation of key-pair response during device registration; - getBlob() now returns MBinBuffer; - fixed some WAWriter issues;
2022-09-29WhatsApp: persistent iq handlers + qr code dialogGeorge Hazan
2022-09-28code cleaningGeorge Hazan
2022-09-28WhatsApp: fix for the binary nodes decodingGeorge Hazan
2022-09-28WhatsApp: fix for zero-length HKDF calculationGeorge Hazan
2022-09-28WhatsApp: fix for packet decodingGeorge Hazan
2022-09-17WhatsApp: secong registration packet completedGeorge Hazan
2022-09-17Noise processing code extracted to the separate moduleGeorge Hazan
2022-09-17WhatsApp: cleaning old garbage (macKey, encKey)George Hazan
2022-09-16WhatsApp: full decryption of handshake packetGeorge Hazan
2022-09-16WhatsApp: new socket version that is able to send handshake messageGeorge Hazan
2022-09-13WhatsApp: compilation fixGeorge Hazan
2021-04-25code cleaningGeorge Hazan
2021-04-24WhatsApp: infrastructure for sending messages, first variant (doesn't work ↵George Hazan
always)
2021-04-23perversion with XML -> JSON translation replaced with hand-made pseudo-XML ↵George Hazan
WANode class
2021-04-21не пригодилосьGeorge Hazan
2021-04-19WhatsApp: basic message decodingGeorge Hazan
2021-04-19WhatsApp: binary packets decoding into JSON structuresGeorge Hazan
2021-04-17WhatsApp: binary packets processingGeorge Hazan
2021-04-17WhatsApp: basic contacts operations + block list analysisGeorge Hazan