summaryrefslogtreecommitdiff
path: root/protocols/WhatsAppWeb/src
AgeCommit message (Collapse)Author
2022-10-19Rename WhatsAppWeb to WhatsAppdartraiden
2022-10-19WhatsApp untied from libsodiumGeorge Hazan
2022-10-19WhatsApp: basic message processingGeorge Hazan
2022-10-19WhatsApp: signal sessions made resident (no need to store this shit in the ↵George Hazan
profile)
2022-10-17code simplificationGeorge Hazan
2022-10-17WhatsApp: fix for decoding messagesGeorge Hazan
2022-10-15minor code cleaningGeorge Hazan
2022-10-15compilation fixGeorge Hazan
2022-10-07WhatsApp: app sync addedGeorge Hazan
2022-10-06decryption function for whatsappGeorge Hazan
2022-10-06mir_signal: C++ helper to get rid of tons code in CGeorge 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-05minor code cleaningGeorge Hazan
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-03more account sync infoGeorge Hazan
2022-10-03WhatsApp: block list & privacy settingsGeorge Hazan
2022-10-03code cleaningGeorge Hazan
2022-10-03WhatsApp:George Hazan
- nick name added to all options dialogs; - added error popups;
2022-10-03WhatsApp: setting statusesGeorge Hazan
2022-10-03fix for prekeys uploadingGeorge Hazan
2022-10-02WhatsApp: prekeys uploadGeorge Hazan
2022-10-01minor code cleaningGeorge Hazan
2022-10-01WhatsApp added to mir_full solutionsGeorge Hazan
2022-10-01unneeded code removedGeorge Hazan
2022-10-01added missing step to install protobufGeorge 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-29WhatsApp: small fixes for packet encryptionGeorge 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: another fix for packet decryptionGeorge Hazan
2022-09-28WhatsApp: fix for packet decodingGeorge Hazan
2022-09-27WhatsApp: fix for encryption mechanismGeorge 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-16switch to static librariesGeorge Hazan
2022-09-16WhatsApp: new socket version that is able to send handshake messageGeorge Hazan
2022-09-13warning fixGeorge Hazan
2022-09-13WhatsApp: compilation fixGeorge Hazan
2022-01-24We do not need to translate account namesdartraiden
2022-01-22Fixes #2997dartraiden
2022-01-01Happy new year, Mirandadartraiden
2021-10-14WhatsApp: protobuf adaptation for new version of libprotobufGeorge Hazan