Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Display+store call encryption info | fiaxh | 2021-04-09 | 5 | -7/+55 |
| | |||||
* | Use outgoing JMI if contact has supporting device | fiaxh | 2021-04-01 | 2 | -31/+81 |
| | |||||
* | Store limited history of contact resources | fiaxh | 2021-04-01 | 1 | -8/+15 |
| | |||||
* | Add initial support for DTLS-SRTP | fiaxh | 2021-03-25 | 1 | -16/+6 |
| | |||||
* | Add support for unencrypted RTP calls to libdino | fiaxh | 2021-03-21 | 13 | -7/+811 |
| | | | | Co-authored-by: Marvin W <git@larma.de> | ||||
* | Add libnice and listen for direct connections in Jingle SOCKS5 (#608) | hrxi | 2021-03-19 | 2 | -1/+6 |
| | | | | | | | | | | | | | Add libnice as a plugin. If it is present, use libnice to enumerate local IP addresses and listen on them to support direct connections for Jingle SOCKS5. Tested with Conversations and Gajim. Created the nice.vapi file using ``` vapigen --library nice --pkg gio-2.0 --metadatadir metadata /usr/share/gir-1.0/Nice-0.1.gir ``` | ||||
* | Add cache for file transfers | fiaxh | 2021-02-17 | 4 | -23/+68 |
| | |||||
* | Make spell checking a setting, store language per conversation | fiaxh | 2021-01-21 | 2 | -2/+30 |
| | |||||
* | Add support for Direct MUC Invitations (XEP-0249) | fiaxh | 2021-01-12 | 2 | -1/+22 |
| | |||||
* | Fix segfault on accept_certificate signal (fixup 81a5505) | fiaxh | 2020-12-31 | 2 | -5/+5 |
| | |||||
* | Show invalid certificate screen also when registering account | fiaxh | 2020-12-31 | 1 | -5/+17 |
| | |||||
* | Allow certificates from unknown CAs from .onion domains | fiaxh | 2020-12-31 | 2 | -5/+25 |
| | | | | | | It's barely possible for .onion servers to provide a non-self-signed cert. But that's fine because encryption is provided independently though TOR. see #958 | ||||
* | Set window urgency hint independent of notification setting | fiaxh | 2020-12-30 | 1 | -6/+8 |
| | | | | fixes #960 | ||||
* | Make db version 18 downgradable | fiaxh | 2020-12-27 | 1 | -2/+2 |
| | | | | fixes #970 | ||||
* | Use advertized/server/live time for sorting instead of arrival time | fiaxh | 2020-12-04 | 7 | -84/+40 |
| | | | | fixes #310 | ||||
* | Improve contact description in OMEMO warnings | fiaxh | 2020-12-04 | 1 | -2/+2 |
| | | | | fixes #947 | ||||
* | Refactor Notifications, add freedesktop backend | fiaxh | 2020-11-20 | 3 | -26/+200 |
| | | | | fixes #707 | ||||
* | Refactor XmppStream, TLS and connection method logic | fiaxh | 2020-11-20 | 4 | -111/+189 |
| | | | | fixes #534 | ||||
* | Improve entity identity getter | fiaxh | 2020-11-20 | 1 | -24/+31 |
| | |||||
* | Fix compiler warnings in WeakMap | fiaxh | 2020-11-17 | 1 | -19/+24 |
| | |||||
* | Use WeakMap for message caching | fiaxh | 2020-11-14 | 2 | -72/+128 |
| | |||||
* | Add a WeakMap implementation + tests | fiaxh | 2020-11-14 | 2 | -0/+115 |
| | |||||
* | Fix incoming muc voice request notification | fiaxh | 2020-11-11 | 2 | -5/+5 |
| | |||||
* | Improve content_item db table index | fiaxh | 2020-11-05 | 1 | -2/+10 |
| | | | | | | fixes #923 Co-authored-by: eta <eta@theta.eu.org> | ||||
* | Fix some compiler warnings | fiaxh | 2020-10-27 | 7 | -45/+17 |
| | |||||
* | Don't crash on MAM id-time hickup | fiaxh | 2020-10-27 | 1 | -33/+47 |
| | | | | fixes #886 | ||||
* | Fix own message marker marking conversations as read | fiaxh | 2020-10-15 | 2 | -8/+17 |
| | |||||
* | service/database: use WAL mode + safe PRAGMA synchronous setting | eta | 2020-10-06 | 1 | -6/+3 |
| | | | | | | | | | | | | | | | Setting PRAGMA synchronous = 0 is really unsafe, and leads to database corruption (which I've personally experienced). This commit uses SQLite's Write-Ahead Log (WAL) [1] instead, together with synchronous = NORMAL. According to [1], this trades off performance for durability (i.e. it's possible that some transactions may not have committed if the power gets lost), but still guarantees that the database won't corrupt itself. Together, these changes should improve reliability whilst either improving or having no effect on performance. [1]: https://www.sqlite.org/wal.html | ||||
* | Fix runtime critical | fiaxh | 2020-09-19 | 1 | -1/+3 |
| | |||||
* | Fix runtime criticals related to jingle file transfer | fiaxh | 2020-09-19 | 1 | -1/+5 |
| | |||||
* | Compatibility with Vala 0.50.0 | Marvin W | 2020-09-17 | 1 | -1/+1 |
| | | | | Fixes #911 | ||||
* | Display placeholder avatar while loading | Marvin W | 2020-09-12 | 1 | -2/+44 |
| | |||||
* | Improve message resending | fiaxh | 2020-09-10 | 1 | -1/+2 |
| | |||||
* | Fix message duplication in MUC PMs | fiaxh | 2020-09-07 | 2 | -2/+2 |
| | |||||
* | Cleanup | fiaxh | 2020-09-07 | 1 | -1/+2 |
| | |||||
* | Fix initial file encryption displaying | fiaxh | 2020-09-07 | 2 | -9/+21 |
| | | | | fixes #831 | ||||
* | Don't clear MAM id times on stream negotiated | fiaxh | 2020-09-02 | 1 | -1/+2 |
| | |||||
* | Implement MUC self ping | fiaxh | 2020-08-31 | 2 | -2/+48 |
| | |||||
* | Don't create a second message object for each typing notification | fiaxh | 2020-07-22 | 3 | -5/+14 |
| | |||||
* | Visually highlight pending messages, improve resending | fiaxh | 2020-07-16 | 3 | -7/+27 |
| | |||||
* | Only query entity caps when we need them | fiaxh | 2020-07-16 | 4 | -36/+185 |
| | |||||
* | Add queue and resending to stream management | fiaxh | 2020-07-15 | 2 | -1/+5 |
| | |||||
* | Fix unread bubbles having wrong color on startup | fiaxh | 2020-07-15 | 1 | -1/+0 |
| | |||||
* | Show bubble containing the number of unread messages in the conversation ↵ | codedust | 2020-07-06 | 1 | -5/+13 |
| | | | | | | | list (#764) Co-authored-by: codedust <codedust@users.noreply.github.com> Co-authored-by: fiaxh <git@lightrise.org> | ||||
* | Don't strip() at XML layer | Marvin W | 2020-06-28 | 1 | -1/+3 |
| | |||||
* | fixup Fetch avatars only when they are used | fiaxh | 2020-06-23 | 1 | -1/+1 |
| | |||||
* | Recreate avatar database table, fixes unique constraint | fiaxh | 2020-06-11 | 1 | -2/+10 |
| | |||||
* | Use sqlite UPSERT | fiaxh | 2020-06-10 | 3 | -9/+21 |
| | |||||
* | Fetch avatars only when they are used | fiaxh | 2020-06-10 | 3 | -107/+131 |
| | |||||
* | Fix runtime critical | fiaxh | 2020-06-03 | 1 | -1/+1 |
| |