Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-05 | memory allocation conflict | George Hazan | |
2017-09-03 | Revert "Jabber: ability to pass jid as param to create/join conference ↵ | aunsane | |
dialog service to fill dialog fields" This reverts commit fbe8725b4f270dbd5981b0ed642fc52da4405cea. | |||
2017-09-02 | Jabber: ability to pass jid as param to create/join conference dialog ↵ | aunsane | |
service to fill dialog fields | |||
2017-09-01 | jabber: omemo: working on 4.7 | Gluzskiy Alexandr | |
properly refresh used prekeys and reannounce bundle | |||
2017-08-30 | attempt to fix problems with group chat presences | George Hazan | |
2017-08-30 | code cleaning | George Hazan | |
2017-08-23 | code cleaning | George Hazan | |
2017-08-23 | Jabber: all icons added to icolib (fixes #296) | Kirill Volinsky | |
2017-08-20 | minus ModernOpt | George Hazan | |
2017-08-20 | jabber: omemo: working on TODO | Gluzskiy Alexandr | |
aes_128_gcm: disabled any aad/tag related cals as it's not described at all in omemo xep | |||
2017-08-17 | jabber: omemo: working on TODO | Gluzskiy Alexandr | |
implemented message queue for messages received/sendt before omemo sessions created //this solve problem with loosing first message | |||
2017-08-16 | Jabber: client info disappears if remote has the same Miranda version as me | George Hazan | |
2017-08-14 | compilation fix | George Hazan | |
2017-08-14 | Miranda core version to be added into MirVer if present | George Hazan | |
2017-08-14 | code cleaning | George Hazan | |
2017-08-14 | Jabber: version info to be cached into a profile | George Hazan | |
2017-08-14 | Jabber: fix for retrieving QIP versions | George Hazan | |
2017-08-14 | another crazy piece of code removed | George Hazan | |
2017-08-10 | Jabber: | George Hazan | |
- fix for partially supported XEP-0115; - unused methods removed | |||
2017-08-10 | grrrm | George Hazan | |
2017-08-10 | Jabber: | George Hazan | |
- more fixes for XEP-115 support; - obsolete code removed; | |||
2017-08-08 | fixes #667 (XMPP CAPS data is missing required attribute value) | George Hazan | |
2017-08-08 | Jabber: no need in https in caps | George Hazan | |
2017-08-06 | Update all other files in repository to use https links for Miranda NG website | Robert Pösel | |
2017-08-05 | Change rest of Miranda NG links to https:// | Robert Pösel | |
2017-08-05 | Change plugin links from http:// to https:// | Robert Pösel | |
2017-07-30 | Hotkeys: code cleaning | George Hazan | |
2017-05-27 | jabber: omemo: TODO for fuiture work | Gluzskiy Alexandr | |
2017-05-18 | jabber: omemo: 4.5 another signed/unsigned fix | Gluzskiy Alexandr | |
2017-05-16 | jabber: omemo: fixed decryption | Gluzskiy Alexandr | |
fixed decryption logic bug appeared due to my misunderstanding of omemo sessions concept | |||
2017-05-15 | compilation fix | watcherhd | |
2017-05-15 | jabber: omemo: changed fingerprint format, more sanity checks in session ↵ | Gluzskiy Alexandr | |
creation | |||
2017-05-13 | Jabber: spelling correction | dartraiden | |
2017-05-13 | jabber: omemo: crash fix | Gluzskiy 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-12 | jabber: omemo: crashfix | Gluzskiy Alexandr | |
better init/deinit | |||
2017-05-12 | jabber: omemo: old code cleanup | Gluzskiy Alexandr | |
respect omemo option (do not do unnecessary allocations/cleanup) | |||
2017-05-12 | jabber: omemo: refactoring | Gluzskiy Alexandr | |
attached all account related data to protocol instances better logging | |||
2017-05-11 | jabber: omemo: added some debug logging into netlib | Gluzskiy Alexandr | |
2017-05-10 | jabber: omemo: signed/unsigned fixes... | Gluzskiy Alexandr | |
2017-05-09 | jabber: omemo: build fix for old compillers | Gluzskiy Alexandr | |
used strtoul instead of _wtoll which is better way to convert string to unsigned long because it's portable c++ function | |||
2017-05-08 | jabber: omemo: renamed option in ui to reflect current state | Gluzskiy Alexandr | |
2017-05-08 | jabber: omemo: fixes in 4.4, 4.2, basic fingerprint verification implemented | Gluzskiy 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-04 | jabber: omemo: fixes in 4.1, storage backend related fixes | Gluzskiy 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 | |||
2017-05-02 | jabber: omemo: basic implementation done | Gluzskiy Alexandr | |
omemo now works, done basic testing with miranda<>miranda but not ready for use, incompatible with gajim (due to upstream regression in libsignal ?, or some my own bugs), storage backend still missing few functions (which is crutical in some situations) fixed crash in libsignal-c crypto backend implementation few small changes in aes-gcm encrypt/decrypt implementation (auth tag verification still fails), but decryption looks ok more strict type check for device id to avoid overflow (it must be 4byte size unsigned integer) finished basic implementation of 4.7 4.5 return error and does not send anything if no sessions available | |||
2017-04-29 | jabber: omemo: forgotten bits.... | Gluzskiy Alexandr | |
2017-04-29 | jabber: omemo: various fixes | Gluzskiy Alexandr | |
4.3 reworked prekeys storage to support non subsequent id's (required for session data backend and session internals in libsignal-c) 4.3 fixed signed/unsigned bug 4.4 used actual number of available prekeys to choose from instead of "100" constant 4.4 reworked data storage backend a bit, fixed few signed/unsigned bugs 4.2 fixed bug in old settings cleanup | |||
2017-04-27 | Jabber: capitalization fix | dartraiden | |
2017-04-27 | jabber: omemo: work on 4.4, 4.5, 4.7 | Gluzskiy Alexandr | |
few fixes in session data backend implementations //looks like require to be reworked a bit more work with message encryption done (complete but does not work because of broken session ?) some work with message decryption is done (enough to test session cipher) | |||
2017-04-26 | compilation fix (thanks sss) | watcherhd | |
2017-04-26 | Revert "Revert "jabber: omemo: improoved 4.4, working on 4.5"" | watcherhd | |
This reverts commit 3919b8b2d5270a41cbad66158165a4101b230e95. returning 26092086b62afd9bdef93f4756ae7558ec681e9a to the original state |