Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Implement XEP-0380 for the OMEMO and OpenPGP plugins (#359) | Samuel Hand | 2018-05-28 | 1 | -0/+1 | |
| | | | | | | | | | | * Implement XEP-0380 in a naive fashion for both the OMEMO and OpenPGP plugins * Move the XEP-0380 namespace to a constant * Move the implementation for xep-0380 to its own module * Remove un-needed lines from plugins/openpgp/src/stream_module.vala | |||||
* | 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 | |
| | | | | fixes #137 | |||||
* | 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 | |
| | | | | Fixes #44 and #58 | |||||
* | 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 + ↵ | Marvin W | 2017-03-13 | 2 | -3/+18 | |
| | | | | concurrency bug fixes | |||||
* | Fix delegate copying issue | Marvin W | 2017-03-12 | 1 | -4/+5 | |
| | ||||||
* | Qlite: Return OptionalRow instead of Row?, add ability to remove columns on ↵ | Marvin W | 2017-03-12 | 2 | -2/+2 | |
| | | | | version upgrade | |||||
* | 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 | |
| | ||||||
* | Add OMEMO via Plugin | Marvin W | 2017-03-11 | 4 | -0/+1040 | |