Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
| | | | | | | | | | | * 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 | |||||
* | Update translations | Translations | 2018-05-01 | 17 | -20/+83 | |
| | | | | | | | | | | | | | | | | Arabic: ButterflyOfFire <ButterflyOfFire@protonmail.com> Basque: Aitor Beriain <beriain@bitmessage.ch> Chinese (Simplified): 朱陈锬 <201603748@stu.lzjtu.edu.cn> Esperanto: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> Finnish: mjlapin <muu@kapsi.fi> Flemish: Nathan Follens <nathan@email.is> French: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> Italian: Valerio Baldisserotto <svalo@libersoft.it> Japanese: Mako N <mako@pasero.net> Luxembourgish: Dennis Fink <dennis.fink@c3l.lu> Norwegian Bokmål: Allan Nordhøy <epost@anotheragency.no> Romanian: Licaon Kter <licaon.kter@protonmail.com> Spanish: mgueji <miguejim@mailbox.org> | |||||
* | Update translations | Translations | 2018-03-24 | 16 | -13/+135 | |
| | ||||||
* | 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 | 2018-01-24 | 14 | -12/+131 | |
| | ||||||
* | Initial Catalan translation. (#279) | Jordi Mallach | 2018-01-24 | 1 | -0/+56 | |
| | | | | | | * Initial Catalan translation. * Add OMEMO and OpenPGP plugin translations. | |||||
* | Update translations | Translations | 2017-12-31 | 11 | -121/+131 | |
| | ||||||
* | Rename resources to have a reverse DNS prefix | fiaxh | 2017-12-03 | 2 | -3/+3 | |
| | ||||||
* | Update translations | Translations | 2017-11-24 | 11 | -68/+112 | |
| | ||||||
* | 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 | 12 | -67/+433 | |
| | ||||||
* | 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 | |
| | ||||||
* | Added luxembourgish translation | Dennis Fink | 2017-10-29 | 2 | -0/+28 | |
| | ||||||
* | omemo: store and display identity keys of all devices | Marvin W | 2017-08-27 | 10 | -25/+421 | |
| | ||||||
* | 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 | |
| | ||||||
* | Update translations | fiaxh | 2017-05-31 | 4 | -1/+78 | |
| | ||||||
* | cmake/signal-protocol: shared lib, mark_as_advanced and others | Marvin W | 2017-04-26 | 1 | -1/+1 | |
| | ||||||
* | 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 | 8 | -5/+71 | |
| | ||||||
* | 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 | |
| | ||||||
* | New CMake | Marvin W | 2017-03-23 | 1 | -19/+10 | |
| | | | | | - add install and uninstall targets - compatibility for systems without pkg-config | |||||
* | 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 | 5 | -89/+162 | |
| | ||||||
* | 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 | 15 | -436/+524 | |
| | ||||||
* | Move PGP support into plugin | fiaxh | 2017-03-12 | 1 | -1/+0 | |
| | ||||||
* | Fix OMEMO plugin for latest changes | Marvin W | 2017-03-12 | 1 | -106/+93 | |
| | ||||||
* | Add OMEMO via Plugin | Marvin W | 2017-03-11 | 5 | -0/+1081 | |