Marvin W
d703b7c09d
Add libnice-based ICE-UDP implementation as plugin
2021-03-21 12:41:27 +01:00
fiaxh
f328bf93fb
Add External Service Discovery (XEP-0215) support
2021-03-21 12:41:14 +01:00
Marvin W
5bd719a919
Add ICE-UDP Jingle transport (XEP-0176) to xmpp-vala
...
Co-authored-by: fiaxh <git@lightrise.org>
2021-03-21 12:41:06 +01:00
fiaxh
2b90fcc39a
Improve & refactor Jingle base implementation
...
Co-authored-by: Marvin W <git@larma.de>
2021-03-21 12:40:04 +01:00
hrxi
148cf48d2b
Add libnice and listen for direct connections in Jingle SOCKS5 ( #608 )
...
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
```
2021-03-19 22:06:02 +01:00
Sergey
e70b7c1222
Make 'Close' button close AboutDialog ( #1018 )
2021-03-10 01:05:43 +01:00
Sergey
f4eba18ff6
Fix some typos in variable names ( #1016 )
...
* Fix WelcomePlaceholder typo
* Fix DEFAULT_TABLE_NAME typo
2021-03-09 17:04:43 +01:00
Marvin W
64237a83a4
CMake: Make STATIC explict where needed
2021-03-06 10:25:56 -06:00
Marvin W
9acb54df92
QLite: Adjust Real for latest vala version
2021-03-06 08:31:53 -06:00
fiaxh
80498c7e37
Adjust ShortcutsWindow + AboutDialog for non-CSD mode
2021-03-05 13:29:56 -06:00
fiaxh
2630f18631
Escape pango markup in names in GlobalSearch
2021-03-05 11:46:51 -06:00
Sergey
e19e0153ac
Add '--version' flag ( #1014 )
2021-03-05 17:29:40 +01:00
fiaxh
a07723636f
Switch from travis to github actions
2021-03-04 16:22:10 -06:00
Translations
ea678bb8d8
Update translations
2021-03-04 09:38:26 -06:00
minils
73f012133a
Add different formating with less contrast for markup strings like *,_,~ and `. ( #883 )
2021-02-17 23:25:59 +01:00
Michel Le Bihan
e06cc08425
Improve IBR form handling ( #990 )
...
* Change register account dialog to show instructions
Change data forms to handle title and instructions elements
* Change register account dialog to show fixed fields
Closes #988
* Change form switch to halign start
Closes #992
* Change register account dialog to markup URLs
2021-02-17 22:57:53 +01:00
fiaxh
a417cb396b
Fix cyclic reference
2021-02-17 15:25:55 -06:00
fiaxh
80c8e18cea
Add cache for file transfers
2021-02-17 15:25:55 -06:00
fiaxh
0626bad8e9
Reduce use of Widget.destroy()
...
On non-toplevel windows, use Container.remove() instead of Widget.destroy()
Needed for migration to GTK4
https://developer.gnome.org/gtk4/unstable/gtk-migrating-3-to-4.html#id-1.7.4.3.17
2021-02-10 18:32:39 -06:00
fiaxh
ad031ee333
Remove unnecessary Soup dependency from OMEMO plugin
...
fixes #983
2021-01-28 14:02:24 +01:00
fiaxh
f12fc371a3
Make spell checking a setting, store language per conversation
2021-01-21 15:51:41 +01:00
Thibaut Girka
0d30706438
Add libgspell build dependency to travis' configuration
2021-01-21 15:51:41 +01:00
Thibaut Girka
830eba3a06
Add spell-checking using Gspell
2021-01-21 15:31:12 +01:00
mimi89999
f94d8f56c7
Ellipsize long titles
2021-01-21 15:31:12 +01:00
Marvin W
f2662b21c1
Ignore unrecognized options in ./configure
...
This is so that systems that except configure to be autoconf don't complain.
2021-01-18 19:01:30 +01:00
fiaxh
e4b2f0c049
Update DOAP file, use BCP 47 language format
2021-01-12 23:13:14 +01:00
fiaxh
59236ec01a
Add support for Direct MUC Invitations (XEP-0249)
2021-01-12 23:10:45 +01:00
Translations
fc18e781a5
Update translations + DOAP
2021-01-11 20:37:24 +01:00
Kim Alvefur
492df05b12
More XEPs in the DOAP file ( #974 )
...
* Add XEP-0245: The /me Command to DOAP
Supported since f277db6
ref #12
* Add XEPs to DOAP based on xmpp-vala/src/module/xep
Don't know what the completion status are of these, so only adding the
XEP reference.
* Add XEP-0222 to DOAP, implied by OMEMO support
* Add XEP-0398 since doing nothing is valid
* Add XEP-0410 to DOAP file
based on existence of xmpp-vala/src/module/xep/0410_muc_self_ping.vala
2021-01-10 17:12:31 +01:00
Emmanuel Gil Peyrot
a7aad09e8b
Add logo and screenshots to the DOAP file
...
Given upstream is quite unresponsive, we are now using the
https://schema.org/ namespace for these properties.
2021-01-02 20:31:34 +01:00
fiaxh
2c22c0428c
Fix segfault on accept_certificate signal (fixup 81a5505
)
2020-12-31 23:19:06 +01:00
fiaxh
c7b242a72e
Show invalid certificate screen also when registering account
2020-12-31 19:04:18 +01:00
fiaxh
81a5505270
Allow certificates from unknown CAs from .onion domains
...
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
2020-12-31 19:04:02 +01:00
fiaxh
99e98ac8d9
Set window urgency hint independent of notification setting
...
fixes #960
2020-12-30 20:30:35 +01:00
fiaxh
c454bd904d
Make db version 18 downgradable
...
fixes #970
2020-12-27 17:25:53 +01:00
fiaxh
cc01374d3c
Use advertized/server/live time for sorting instead of arrival time
...
fixes #310
2020-12-04 19:11:27 +01:00
fiaxh
f31e96d6bb
Improve contact description in OMEMO warnings
...
fixes #947
2020-12-04 17:16:09 +01:00
fiaxh
c0be0f5f85
Update date separator at midnight
...
fixes #868
2020-12-03 18:17:11 +01:00
fiaxh
4f4a1036e1
Handle xmpp URIs opened within Dino with Dino
...
fixes #914
2020-12-03 18:17:11 +01:00
fiaxh
cd7c4c8221
Fix notification fallback, fix fdo markup escaping
2020-12-01 21:54:42 +01:00
Felipe
552591640f
Fix wrong actions for MUCs in Freedesktop notifier ( #950 )
2020-11-30 11:51:58 +01:00
fiaxh
11d9855a39
Refactor Notifications, add freedesktop backend
...
fixes #707
2020-11-20 15:21:34 +01:00
fiaxh
07917f1d84
Refactor XmppStream, TLS and connection method logic
...
fixes #534
2020-11-20 15:21:18 +01:00
fiaxh
881b9eec9d
Improve entity identity getter
2020-11-20 15:21:18 +01:00
fiaxh
f40730c780
Fix compiler warnings in WeakMap
2020-11-17 20:04:53 +01:00
fiaxh
d0488401ce
Use WeakMap for message caching
2020-11-14 17:05:46 +01:00
fiaxh
b8d216a057
Add a WeakMap implementation + tests
2020-11-14 17:00:09 +01:00
Marvin W
2a775bcfb9
Prepare for 0.2.0 release
2020-11-12 18:51:20 +01:00
Translations
7726c0b75b
Update translations
2020-11-12 18:28:56 +01:00
fiaxh
10adf716f3
Fix incoming muc voice request notification
2020-11-11 11:27:31 +01:00