aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add UI for audio/video callsfiaxh2021-03-2129-7/+1514
|
* Add support for unencrypted RTP calls to libdinofiaxh2021-03-2114-7/+814
| | | | Co-authored-by: Marvin W <git@larma.de>
* Add RTP implementation as pluginMarvin W2021-03-2111-6/+1752
|
* Add gstreamer .cmake instructionsMarvin W2021-03-213-0/+40
|
* Add initial Jingle Message Initiation (XEP-0353) supportfiaxh2021-03-212-0/+101
| | | | Co-authored-by: Marvin W <git@larma.de>
* Add support for Jingle RTP sessions (XEP-0167) to xmpp-valaMarvin W2021-03-217-0/+507
| | | | Co-authored-by: fiaxh <git@lightrise.org>
* Add libnice-based ICE-UDP implementation as pluginMarvin W2021-03-217-16/+386
|
* Add External Service Discovery (XEP-0215) supportfiaxh2021-03-211-0/+49
|
* Add ICE-UDP Jingle transport (XEP-0176) to xmpp-valaMarvin W2021-03-213-0/+243
| | | | Co-authored-by: fiaxh <git@lightrise.org>
* Improve & refactor Jingle base implementationfiaxh2021-03-2119-1157/+1671
| | | | Co-authored-by: Marvin W <git@larma.de>
* Add libnice and listen for direct connections in Jingle SOCKS5 (#608)hrxi2021-03-1913-16/+698
| | | | | | | | | | | | | 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 ```
* Make 'Close' button close AboutDialog (#1018)Sergey2021-03-101-0/+6
|
* Fix some typos in variable names (#1016)Sergey2021-03-092-29/+29
| | | | | * Fix WelcomePlaceholder typo * Fix DEFAULT_TABLE_NAME typo
* CMake: Make STATIC explict where neededMarvin W2021-03-063-3/+3
|
* QLite: Adjust Real for latest vala versionMarvin W2021-03-061-4/+6
|
* Adjust ShortcutsWindow + AboutDialog for non-CSD modefiaxh2021-03-051-10/+29
|
* Escape pango markup in names in GlobalSearchfiaxh2021-03-051-2/+2
|
* Add '--version' flag (#1014)Sergey2021-03-051-0/+12
|
* Switch from travis to github actionsfiaxh2021-03-042-24/+13
|
* Update translationsTranslations2021-03-04109-1116/+1945
|
* Add different formating with less contrast for markup strings like *,_,~ and ↵minils2021-02-171-1/+3
| | | | `. (#883)
* Improve IBR form handling (#990)Michel Le Bihan2021-02-173-1/+22
| | | | | | | | | | | | | | | * 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
* Fix cyclic referencefiaxh2021-02-171-7/+9
|
* Add cache for file transfersfiaxh2021-02-175-23/+69
|
* Reduce use of Widget.destroy()fiaxh2021-02-1010-14/+12
| | | | | | 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
* Remove unnecessary Soup dependency from OMEMO pluginfiaxh2021-01-281-1/+0
| | | | fixes #983
* Make spell checking a setting, store language per conversationfiaxh2021-01-215-12/+93
|
* Add libgspell build dependency to travis' configurationThibaut Girka2021-01-211-2/+1
|
* Add spell-checking using GspellThibaut Girka2021-01-214-0/+54
|
* Ellipsize long titlesmimi899992021-01-211-1/+1
|
* Ignore unrecognized options in ./configureMarvin W2021-01-181-9/+2
| | | | This is so that systems that except configure to be autoconf don't complain.
* Update DOAP file, use BCP 47 language formatfiaxh2021-01-122-8/+18
|
* Add support for Direct MUC Invitations (XEP-0249)fiaxh2021-01-124-1/+78
|
* Update translations + DOAPTranslations2021-01-11107-3972/+7272
|
* More XEPs in the DOAP file (#974)Kim Alvefur2021-01-101-0/+82
| | | | | | | | | | | | | | | | | | | * 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
* Add logo and screenshots to the DOAP fileEmmanuel Gil Peyrot2021-01-021-0/+6
| | | | | Given upstream is quite unresponsive, we are now using the https://schema.org/ namespace for these properties.
* Fix segfault on accept_certificate signal (fixup 81a5505)fiaxh2020-12-316-16/+16
|
* Show invalid certificate screen also when registering accountfiaxh2020-12-312-23/+41
|
* Allow certificates from unknown CAs from .onion domainsfiaxh2020-12-318-17/+57
| | | | | | 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 settingfiaxh2020-12-304-26/+21
| | | | fixes #960
* Make db version 18 downgradablefiaxh2020-12-271-2/+2
| | | | fixes #970
* Use advertized/server/live time for sorting instead of arrival timefiaxh2020-12-0416-119/+66
| | | | fixes #310
* Improve contact description in OMEMO warningsfiaxh2020-12-043-9/+15
| | | | fixes #947
* Update date separator at midnightfiaxh2020-12-031-12/+54
| | | | fixes #868
* Handle xmpp URIs opened within Dino with Dinofiaxh2020-12-031-0/+9
| | | | fixes #914
* Fix notification fallback, fix fdo markup escapingfiaxh2020-12-012-27/+33
|
* Fix wrong actions for MUCs in Freedesktop notifier (#950)Felipe2020-11-301-4/+4
|
* Refactor Notifications, add freedesktop backendfiaxh2020-11-2010-283/+665
| | | | fixes #707
* Refactor XmppStream, TLS and connection method logicfiaxh2020-11-2017-482/+635
| | | | fixes #534
* Improve entity identity getterfiaxh2020-11-202-25/+32
|