| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Mark messages from rejected and unknown devices | Samuel Hand | 2018-07-29 | 2 | -1/+39 |
* | Fix omemo not being available on first startup | Samuel Hand | 2018-07-28 | 3 | -7/+13 |
* | Code cleanup: create new trust management class | Samuel Hand | 2018-07-25 | 4 | -229/+195 |
* | only allow OMEMO in members only MUCs | Samuel Hand | 2018-07-18 | 1 | -1/+1 |
* | Send OMEMO messages in MUCs to offline members | Samuel Hand | 2018-07-17 | 1 | -4/+3 |
* | Properly check if a MUC is viable for sending OMEMO messages | Samuel Hand | 2018-07-17 | 1 | -2/+14 |
* | Enable encryption in MUCs | Samuel Hand | 2018-07-11 | 3 | -47/+113 |
* | Notify on a new own device | Samuel Hand | 2018-07-11 | 2 | -0/+39 |
* | Enable key management for own keys | Samuel Hand | 2018-07-09 | 4 | -59/+50 |
* | More database migration, update defaults and indexes | Samuel Hand | 2018-07-06 | 4 | -11/+15 |
* | Add a toggle switch for key management | Samuel Hand | 2018-07-04 | 2 | -1/+27 |
* | Fix a bug where notifications wouldn't display upon a new device being added | Samuel Hand | 2018-07-04 | 1 | -2/+2 |
* | More cleanup and database modifications | Marvin W | 2018-06-26 | 8 | -51/+97 |
* | Database migration and code cleanup | Samuel Hand | 2018-06-19 | 4 | -81/+43 |
* | Disable debug mode for the omemo plugin | Samuel Hand | 2018-06-11 | 1 | -1/+1 |
* | Add trust management utilities to the omemo plugin | Samuel Hand | 2018-06-11 | 7 | -47/+400 |
* | Properly handle the case where the recipients device list hasn't been fetched | Samuel Hand | 2018-06-08 | 1 | -2/+2 |
* | remove bundle requests so session creation doesn't fail | Samuel Hand | 2018-06-03 | 1 | -0/+1 |
* | Implement XEP-0380 for the OMEMO and OpenPGP plugins (#359) | Samuel Hand | 2018-05-28 | 1 | -0/+1 |
* | Small fixes | fiaxh | 2018-01-30 | 1 | -1/+1 |
* | Pipeline for incoming messages in libdino | fiaxh | 2018-01-28 | 2 | -10/+20 |
* | Move Jid class to xmpp-vala, partially refactor namespace | Marvin W | 2018-01-28 | 4 | -82/+81 |
* | Update translations | Translations | 2017-12-31 | 1 | -1/+1 |
* | Rename resources to have a reverse DNS prefix | fiaxh | 2017-12-03 | 1 | -1/+1 |
* | Fix memory leak | fiaxh | 2017-11-23 | 1 | -1/+1 |
* | Disconnect stanza listeners from pipeline | fiaxh | 2017-11-22 | 1 | -5/+7 |
* | Update translations | Translations | 2017-11-18 | 1 | -1/+1 |
* | Read+(write) stream async | fiaxh | 2017-11-16 | 1 | -61/+76 |
* | Replace deprecated function usages | fiaxh | 2017-11-16 | 1 | -1/+2 |
* | Fix warnings | fiaxh | 2017-10-31 | 2 | -2/+5 |
* | Move DatabaseError handling into Qlite | fiaxh | 2017-10-31 | 7 | -124/+76 |
* | omemo: store and display identity keys of all devices | Marvin W | 2017-08-27 | 8 | -24/+277 |
* | Handle xmpp ?join and ?message uris | fiaxh | 2017-08-25 | 2 | -5/+5 |
* | omemo: handle broken incoming key bundles | Marvin W | 2017-08-24 | 1 | -15/+18 |
* | libdino: remove dependency to GTK+ (all GTK+ code is in main+plugins) | Marvin W | 2017-08-17 | 1 | -2/+5 |
* | xmpp-vala: Remove require-functions | fiaxh | 2017-08-14 | 1 | -2/+0 |
* | Get rid of manual storage objects for delegates | fiaxh | 2017-06-13 | 1 | -12/+9 |
* | signal-protocol/omemo: fix null-pointer issues | Marvin W | 2017-04-18 | 7 | -113/+147 |
* | Gettext support | fiaxh | 2017-04-10 | 2 | -3/+8 |
* | MessageStorage/Processor, correctly resolve conversations (fixup 22adbd3) | fiaxh | 2017-04-04 | 1 | -4/+4 |
* | Add --print-xmpp flag to log details | Marvin W | 2017-04-03 | 1 | -5/+0 |
* | Small bug fixes and compatibility with Vala 0.36 | Marvin W | 2017-03-23 | 1 | -5/+4 |
* | Add typed identity to manager modules and stream flags | fiaxh | 2017-03-20 | 3 | -20/+12 |
* | omemo plugin: improve session bootstrapping | Marvin W | 2017-03-15 | 4 | -88/+161 |
* | correctly bootstrap omemo when there is no devicelist on server yet + concurr... | Marvin W | 2017-03-13 | 2 | -3/+18 |
* | Fix delegate copying issue | Marvin W | 2017-03-12 | 1 | -4/+5 |
* | Qlite: Return OptionalRow instead of Row?, add ability to remove columns on v... | Marvin W | 2017-03-12 | 2 | -2/+2 |
* | Move storage into user directory and fix plugin search path | Marvin W | 2017-03-12 | 1 | -1/+6 |
* | Split OMEMO plug-in into files, various fixes | Marvin W | 2017-03-12 | 14 | -433/+511 |
* | Fix OMEMO plugin for latest changes | Marvin W | 2017-03-12 | 1 | -106/+93 |