summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src
AgeCommit message (Collapse)Author
2017-09-19useless structure GCDEST finally removedGeorge Hazan
2017-09-15jabber: omemo: forgotten changes in namespace for xep-0384Gluzskiy Alexandr
2017-09-14remove ModernOpt support completelydartraiden
2017-09-14jabber: omemo: switched to xep-0384Gluzskiy Alexandr
used newest xep-0384 (https://xmpp.org/extensions/xep-0384.html) instead of https://conversations.im/xeps/multi-end.html (they are incompatible)
2017-09-10Jabber: fix for some weird problems with groupchatsGeorge Hazan
2017-09-06Jabber: partially restored ability to process caps from old clients that do ↵George Hazan
not support XEP-0115
2017-09-06Jabber: fix for adding own capabilitiesGeorge Hazan
2017-09-05memory allocation conflictGeorge Hazan
2017-09-03Revert "Jabber: ability to pass jid as param to create/join conference ↵aunsane
dialog service to fill dialog fields" This reverts commit fbe8725b4f270dbd5981b0ed642fc52da4405cea.
2017-09-02Jabber: ability to pass jid as param to create/join conference dialog ↵aunsane
service to fill dialog fields
2017-09-01jabber: omemo: working on 4.7Gluzskiy Alexandr
properly refresh used prekeys and reannounce bundle
2017-08-30attempt to fix problems with group chat presencesGeorge Hazan
2017-08-30code cleaningGeorge Hazan
2017-08-23code cleaningGeorge Hazan
2017-08-23Jabber: all icons added to icolib (fixes #296)Kirill Volinsky
2017-08-20minus ModernOptGeorge Hazan
2017-08-20jabber: omemo: working on TODOGluzskiy Alexandr
aes_128_gcm: disabled any aad/tag related cals as it's not described at all in omemo xep
2017-08-17jabber: omemo: working on TODOGluzskiy Alexandr
implemented message queue for messages received/sendt before omemo sessions created //this solve problem with loosing first message
2017-08-16Jabber: client info disappears if remote has the same Miranda version as meGeorge Hazan
2017-08-14compilation fixGeorge Hazan
2017-08-14Miranda core version to be added into MirVer if presentGeorge Hazan
2017-08-14code cleaningGeorge Hazan
2017-08-14Jabber: version info to be cached into a profileGeorge Hazan
2017-08-14Jabber: fix for retrieving QIP versionsGeorge Hazan
2017-08-14another crazy piece of code removedGeorge Hazan
2017-08-10Jabber:George Hazan
- fix for partially supported XEP-0115; - unused methods removed
2017-08-10grrrmGeorge Hazan
2017-08-10Jabber:George Hazan
- more fixes for XEP-115 support; - obsolete code removed;
2017-08-08fixes #667 (XMPP CAPS data is missing required attribute value)George Hazan
2017-08-08Jabber: no need in https in capsGeorge Hazan
2017-08-06Update all other files in repository to use https links for Miranda NG websiteRobert Pösel
2017-08-05Change rest of Miranda NG links to https://Robert Pösel
2017-08-05Change plugin links from http:// to https://Robert Pösel
2017-07-30Hotkeys: code cleaningGeorge Hazan
2017-05-27jabber: omemo: TODO for fuiture workGluzskiy Alexandr
2017-05-18jabber: omemo: 4.5 another signed/unsigned fixGluzskiy Alexandr
2017-05-16jabber: omemo: fixed decryptionGluzskiy Alexandr
fixed decryption logic bug appeared due to my misunderstanding of omemo sessions concept
2017-05-15compilation fixwatcherhd
2017-05-15jabber: omemo: changed fingerprint format, more sanity checks in session ↵Gluzskiy Alexandr
creation
2017-05-13Jabber: spelling correctiondartraiden
2017-05-13jabber: omemo: crash fixGluzskiy Alexandr
fixed crash and added error message if pre_key_signal_message_deserialize failed fixed logic for picking remote prekey (it was 1/prekey_count possibility of inifinite loop or no prekey)
2017-05-12jabber: omemo: crashfixGluzskiy Alexandr
better init/deinit
2017-05-12jabber: omemo: old code cleanupGluzskiy Alexandr
respect omemo option (do not do unnecessary allocations/cleanup)
2017-05-12jabber: omemo: refactoringGluzskiy Alexandr
attached all account related data to protocol instances better logging
2017-05-11jabber: omemo: added some debug logging into netlibGluzskiy Alexandr
2017-05-10jabber: omemo: signed/unsigned fixes...Gluzskiy Alexandr
2017-05-09jabber: omemo: build fix for old compillersGluzskiy Alexandr
used strtoul instead of _wtoll which is better way to convert string to unsigned long because it's portable c++ function
2017-05-08jabber: omemo: renamed option in ui to reflect current stateGluzskiy Alexandr
2017-05-08jabber: omemo: fixes in 4.4, 4.2, basic fingerprint verification implementedGluzskiy Alexandr
fixed "device id" variable size/conversion in few places implemented basic fingerprint verification (own fingerprint can be found in database Jabber module with name "OmemoFingerprintOwn")
2017-05-04jabber: omemo: fixes in 4.1, storage backend related fixesGluzskiy Alexandr
does not store base64 encoded private keys (does not used enywhere) fixed few memory leaks in refreshdevice (still have some, not critical) added few missed things to signal data backend implementation