Compare commits
1 commit
master
...
contact_de
Author | SHA1 | Date | |
---|---|---|---|
e54a528375 |
42
.github/workflows/build-win64.yml
vendored
|
@ -1,42 +0,0 @@
|
|||
name: Build for Windows
|
||||
on: [pull_request, push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: msys2/setup-msys2@v2
|
||||
with:
|
||||
msystem: MINGW64
|
||||
update: true
|
||||
install: git
|
||||
- run: git config --global core.autocrlf input
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Install build-dependencies
|
||||
run: |
|
||||
msys2 -c './build-win64.sh --prepare'
|
||||
- name: Build Dino+ (Meson, without saving)
|
||||
run: |
|
||||
msys2 -c './build-win64.sh -s meson -c -b -t -w'
|
||||
- name: Build Dino+ (CMake)
|
||||
run: |
|
||||
msys2 -c './build-win64.sh -s cmake -c -b -t -i'
|
||||
- name: Build Dino+ installer
|
||||
run: |
|
||||
msys2 -c './build-win64.sh --build-installer'
|
||||
- name: Upload Dino+ installer
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: dino-plus-installer
|
||||
path: windows-installer/dino-installer.exe
|
||||
- name: Release Dino+ installer
|
||||
if: ${{ github.ref_type == 'tag' }}
|
||||
uses: svenstaro/upload-release-action@2.9.0
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: windows-installer/dino-installer.exe
|
||||
asset_name: dino-plus-installer.exe
|
||||
tag: ${{ github.ref }}
|
||||
release_name: Dino+ ${{ github.ref_name }}
|
48
.github/workflows/build.yml
vendored
|
@ -7,64 +7,34 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- run: sudo rm /etc/apt/sources.list.d/microsoft-prod.list
|
||||
- run: sudo apt-get update
|
||||
- run: sudo apt-get remove libunwind-14-dev
|
||||
- run: sudo apt-get install -y build-essential gettext cmake valac libgee-0.8-dev libsqlite3-dev libgtk-4-dev libnotify-dev libgpgme-dev libsoup2.4-dev libgcrypt20-dev libqrencode-dev libnice-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libsrtp2-dev libadwaita-1-dev libsignal-protocol-c-dev libcanberra-dev
|
||||
- run: ./configure --release --no-debug --with-tests --enable-plugin=notification-sound --prefix=/usr --without-webrtc
|
||||
- run: cmake --build build
|
||||
- run: cmake --build build --target=test
|
||||
- name: Build DEB-package
|
||||
run: cd build && cpack -G DEB
|
||||
- name: Upload Dino+ DEB-package
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: dino-plus-deb
|
||||
path: _packages/dino-plus.deb
|
||||
- name: Release Dino+ DEB-package
|
||||
if: ${{ github.ref_type == 'tag' }}
|
||||
uses: svenstaro/upload-release-action@2.9.0
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: _packages/dino-plus.deb
|
||||
asset_name: dino-plus.deb
|
||||
tag: ${{ github.ref }}
|
||||
release_name: Dino+ ${{ github.ref_name }}
|
||||
|
||||
- run: sudo apt-get install -y build-essential gettext cmake valac libgee-0.8-dev libsqlite3-dev libgtk-4-dev libnotify-dev libgpgme-dev libsoup2.4-dev libgcrypt20-dev libqrencode-dev libnice-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libsrtp2-dev libwebrtc-audio-processing-dev libadwaita-1-dev libsignal-protocol-c-dev
|
||||
- run: ./configure --with-tests --with-libsignal-in-tree
|
||||
- run: make
|
||||
- run: build/xmpp-vala-test
|
||||
- run: build/signal-protocol-vala-test
|
||||
build-meson:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- run: sudo rm /etc/apt/sources.list.d/microsoft-prod.list
|
||||
- run: sudo apt-get update
|
||||
- run: sudo apt-get remove libunwind-14-dev
|
||||
- run: sudo apt-get install -y build-essential gettext libadwaita-1-dev libcanberra-dev libgcrypt20-dev libgee-0.8-dev libgpgme-dev libgstreamer-plugins-base1.0-dev libgstreamer1.0-dev libgtk-4-dev libnice-dev libnotify-dev libqrencode-dev libsignal-protocol-c-dev libsoup2.4-dev libsqlite3-dev libsrtp2-dev meson valac
|
||||
- run: meson setup build -Duse-soup2=true -Dplugin-rtp-webrtc-audio-processing=disabled
|
||||
- run: sudo apt-get install -y build-essential gettext libadwaita-1-dev libgee-0.8-dev libgtk-4-dev libsqlite3-dev meson valac
|
||||
- run: meson setup build
|
||||
- run: meson compile -C build
|
||||
- run: meson test -C build
|
||||
build-flatpak:
|
||||
runs-on: ubuntu-22.04
|
||||
container:
|
||||
image: bilelmoussaoui/flatpak-github-actions:gnome-44
|
||||
options: --privileged
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
submodules: true
|
||||
- run: flatpak repair --user
|
||||
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6.1
|
||||
with:
|
||||
manifest-path: im.dino.Dino.json
|
||||
build-bundle: true
|
||||
- name: Release Dino+ flatpak
|
||||
if: ${{ github.ref_type == 'tag' }}
|
||||
uses: svenstaro/upload-release-action@2.9.0
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: app.flatpak
|
||||
asset_name: app.flatpak
|
||||
tag: ${{ github.ref }}
|
||||
release_name: Dino+ ${{ github.ref_name }}
|
||||
build-bundle: false
|
||||
|
|
7
.gitignore
vendored
|
@ -6,10 +6,3 @@ Makefile
|
|||
.idea
|
||||
.sqlite3
|
||||
gschemas.compiled
|
||||
windows-installer/win64-*/
|
||||
*.exe
|
||||
*.dll
|
||||
*.flatpak
|
||||
flatpak-dist
|
||||
.flatpak-builder
|
||||
*.zst
|
3
.gitmodules
vendored
|
@ -1,3 +0,0 @@
|
|||
[submodule "shared-modules"]
|
||||
path = shared-modules
|
||||
url = https://github.com/flathub/shared-modules.git
|
|
@ -1,54 +0,0 @@
|
|||
Here are the instructions to anyone whom wants to try the build themselves.
|
||||
It is assumed that you have `brew` installed, know your way around terminal, and generally understand what you're doing.
|
||||
|
||||
## Build
|
||||
|
||||
1. Start with an already existing build instructions of the original project:
|
||||
|
||||
`https://github.com/dino/dino/wiki/macOS`
|
||||
|
||||
2. On step 4, replace the path to the upstream repo with this one:
|
||||
|
||||
```
|
||||
git clone https://github.com/mxlgv/dino
|
||||
cd dino
|
||||
```
|
||||
|
||||
3. On step 5 run `./configure --with-libsoup3`.
|
||||
|
||||
4. Continue the build according to the original instructions.
|
||||
|
||||
## Install with Brew
|
||||
|
||||
To build Dino using this formula, follow these instructions:
|
||||
|
||||
```
|
||||
brew tap mxlgv/homebrew-dino
|
||||
brew install mxlgv/homebrew-dino/dino
|
||||
```
|
||||
|
||||
You can start the Dino client installed via homebrew with the following command:
|
||||
|
||||
```
|
||||
./opt/homebrew/Cellar/dino/3/bin/dino
|
||||
```
|
||||
|
||||
You can create a shortcut with a symbolic link pointing to this file, so that you can open it in a more convenient way.
|
||||
|
||||
If you encounter an error related to rpath, you need to add `DYLD_LIBRARY_PATH` to the environment variable:
|
||||
|
||||
```
|
||||
export DYLD_LIBRARY_PATH=/opt/homebrew/Cellar/dino/3/lib
|
||||
```
|
||||
|
||||
## Notifications
|
||||
|
||||
There is a draft PR which can be used to enable notifications: https://github.com/mxlgv/dino/pull/45
|
||||
|
||||
## Start Dino
|
||||
|
||||
In order to run Dino, just run in the build folder:
|
||||
|
||||
```
|
||||
./dino
|
||||
```
|
|
@ -10,24 +10,8 @@ else ()
|
|||
set(PROJECT_VERSION ${VERSION_FULL})
|
||||
endif ()
|
||||
|
||||
include(CTest)
|
||||
|
||||
option(PLUGIN_RTP_WEBRTC_AUDIO_PROCESSING "Use WebRTC audio processing" ON)
|
||||
option(WITH_WASAPI "Use wasapi instead of directsound on windows" ON)
|
||||
|
||||
# https://gitlab.kitware.com/cmake/cmake/-/issues/19804
|
||||
if (WIN32)
|
||||
list(APPEND CMAKE_FIND_LIBRARY_SUFFIXES .dll)
|
||||
endif()
|
||||
|
||||
# Prepare Plugins
|
||||
set(DEFAULT_PLUGINS omemo;openpgp;http-files;ice;rtp)
|
||||
if (WIN32)
|
||||
list(APPEND DEFAULT_PLUGINS win32-fonts windows-notification)
|
||||
else()
|
||||
list(APPEND DEFAULT_PLUGINS phone-ringer)
|
||||
endif()
|
||||
|
||||
foreach (plugin ${DEFAULT_PLUGINS})
|
||||
if ("$CACHE{DINO_PLUGIN_ENABLED_${plugin}}" STREQUAL "")
|
||||
if (NOT DEFINED DINO_PLUGIN_ENABLED_${plugin}})
|
||||
|
@ -81,8 +65,6 @@ macro(set_path what val desc)
|
|||
endif()
|
||||
endmacro(set_path)
|
||||
|
||||
set(LOCALEDIR_NAME "share/locale")
|
||||
|
||||
string(REGEX REPLACE "^liblib" "lib" LIBDIR_NAME "lib${LIB_SUFFIX}")
|
||||
set_path(CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}" "Installation directory for architecture-independent files")
|
||||
set_path(EXEC_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}" "Installation directory for architecture-dependent files")
|
||||
|
@ -96,7 +78,7 @@ set_path(SERVICE_FILE_INSTALL_DIR "${SHARE_INSTALL_PREFIX}/dbus-1/services" "Ins
|
|||
set_path(ICON_INSTALL_DIR "${SHARE_INSTALL_PREFIX}/icons" "Installation directory for icons")
|
||||
set_path(INCLUDE_INSTALL_DIR "${EXEC_INSTALL_PREFIX}/include" "Installation directory for C header files")
|
||||
set_path(LIB_INSTALL_DIR "${EXEC_INSTALL_PREFIX}/${LIBDIR_NAME}" "Installation directory for object code libraries")
|
||||
set_path(LOCALE_INSTALL_DIR "${EXEC_INSTALL_PREFIX}/${LOCALEDIR_NAME}" "Installation directory for locale files")
|
||||
set_path(LOCALE_INSTALL_DIR "${SHARE_INSTALL_PREFIX}/locale" "Installation directory for locale files")
|
||||
set_path(PLUGIN_INSTALL_DIR "${LIB_INSTALL_DIR}/dino/plugins" "Installation directory for dino plugin object code files")
|
||||
set_path(VAPI_INSTALL_DIR "${SHARE_INSTALL_PREFIX}/vala/vapi" "Installation directory for Vala API files")
|
||||
|
||||
|
@ -194,11 +176,6 @@ if (NOT NO_DEBUG)
|
|||
set(CMAKE_VALA_FLAGS "${CMAKE_VALA_FLAGS} -g")
|
||||
endif (NOT NO_DEBUG)
|
||||
|
||||
if (WIN32)
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D_POSIX_C_SOURCE=1")
|
||||
set(CMAKE_VALA_FLAGS "${CMAKE_VALA_FLAGS} --define=_WIN32")
|
||||
endif(WIN32)
|
||||
|
||||
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
|
||||
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
|
||||
|
||||
|
@ -233,9 +210,6 @@ add_subdirectory(main)
|
|||
add_subdirectory(crypto-vala)
|
||||
add_subdirectory(plugins)
|
||||
|
||||
# To generate a DEB package
|
||||
include(Packing)
|
||||
|
||||
# uninstall target
|
||||
configure_file("${CMAKE_SOURCE_DIR}/cmake/cmake_uninstall.cmake.in" "${CMAKE_BINARY_DIR}/cmake_uninstall.cmake" IMMEDIATE @ONLY)
|
||||
add_custom_target(uninstall COMMAND ${CMAKE_COMMAND} -P ${CMAKE_BINARY_DIR}/cmake_uninstall.cmake COMMENT "Uninstall the project...")
|
||||
|
|
|
@ -1,16 +0,0 @@
|
|||
Dino+, a modern XMPP/Jabber client software based on Dino
|
||||
Copyright (C) 2016-2023 Dino contributors
|
||||
Copyright (C) 2024 Dino+ contributors
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
150
README.md
|
@ -1,163 +1,37 @@
|
|||
This is Dino+<br />
|
||||
A modern XMPP/Jabber client software, based on [Dino](https://github.com/dino/dino/)
|
||||
![Dino](https://dino.im/img/readme_header.svg)
|
||||
=======
|
||||
|
||||
![screenshots](dino_plus.png)
|
||||
![screenshots](https://dino.im/img/screenshot-main.png)
|
||||
|
||||
Project description
|
||||
Installation
|
||||
------------
|
||||
Dino+ is a fork of [Dino](https://github.com/dino/dino), a modern XMPP/Jabber client written in Vala using GTK+, which includes a few relatively minor but important quality-of-life features.
|
||||
Have a look at the [prebuilt packages](https://github.com/dino/dino/wiki/Distribution-Packages).
|
||||
|
||||
It was created due to upstream project's maintainers being seemingly unwilling to accept PRs from the community. As of March 2024, there are over 50 PRs pending, most of which are silently ignored.
|
||||
|
||||
Some of the features that Dino+ implements:
|
||||
|
||||
* Windows support
|
||||
* Proper sync for chats history, including "scroll-to-load"
|
||||
* Forced MAM sync for chats
|
||||
* Password change via GUI
|
||||
* Optional support for Meson build system
|
||||
* Some additional QoL-features
|
||||
|
||||
What's currently in the works:
|
||||
|
||||
* Multiple UI fixes
|
||||
* Fixes for sound notifications
|
||||
* MacOS support for Mac silicon
|
||||
* and more
|
||||
|
||||
Dino+ is currently to be considered an alpha-quality product. Please open an issue or send a PR if you spot or fix any bugs.
|
||||
|
||||
OS support
|
||||
------------
|
||||
* Linux (flatpaks are targeted for Ubuntu 22.04+)
|
||||
* Windows 10\11
|
||||
* MacOS via [brew](https://brew.sh/) (very experimental, see below)
|
||||
|
||||
Officially, we support only x86_64 architecture. Whilst you may be able to compile this code for ARM-based platforms (like Pinephone or MacOS), there's zero guarantees that it'll compile or function properly, as we don't have the hardware and the time to test it out.
|
||||
|
||||
Installation (prebuilt packages & AUR)
|
||||
------------
|
||||
Have a look at our [releases](https://github.com/mxlgv/dino/releases).
|
||||
|
||||
Windows installer is self-explanatory, and will place a shortcut on your desktop. Ignore the possible warning from Windows Defender: it's caused by the fact that installer does not have a digital signature.
|
||||
|
||||
Deb package is built and tested only for Ubuntu 22.04, but it may work on its derivatives as well, such as Pop!_OS or Linux Mint.
|
||||
|
||||
Flatpak is not present in Flathub yet, but you can install it manually. The commands below assume that you have "flatpak" package of your distro installed in your system. If it is not, please refer to https://flatpak.org/setup/
|
||||
|
||||
1) Download the .flatpak file from [releases](https://github.com/mxlgv/dino/releases)
|
||||
2) Add default Flatpak repo:
|
||||
```
|
||||
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||
```
|
||||
3) Change the directory to the one you've downloaded the .flatpak to and run (you may have to change the file name in this command):
|
||||
```
|
||||
flatpak install ./im.dino.Dino.flatpak
|
||||
```
|
||||
4) To launch the program, run either
|
||||
```
|
||||
/usr/bin/dino
|
||||
```
|
||||
or
|
||||
```
|
||||
flatpak run im.dino.Dino
|
||||
```
|
||||
|
||||
Flatpak distribution is confirmed to be working on Arch Testing, Manjaro Stable, Void Linux and Linux Mint.
|
||||
|
||||
Arch Linux & Manjaro users may install `dino-plus-git` package from [AUR](https://aur.archlinux.org/packages/dino-plus-git) via any helper of their choice.
|
||||
|
||||
Build on Linux
|
||||
Build
|
||||
-----
|
||||
Make sure to install all [dependencies](https://github.com/dino/dino/wiki/Build#dependencies).
|
||||
|
||||
./configure --release --no-debug --with-tests --enable-plugin=notification-sound --prefix=/usr
|
||||
./configure
|
||||
make
|
||||
build/dino
|
||||
|
||||
Additionally, you might need to install `gst-plugins-bad` and `webrtc-audio-processing` packages (or however they might be called in your distro), if you want to have noise cancelling and gain control. If you don't want that or your distro don't have that package, add "--without-webrtc" (without quotes) to the first command.
|
||||
|
||||
If you want to use `meson` build system, follow the next instructions:
|
||||
|
||||
meson setup build
|
||||
meson configure --prefix $PWD/build/install --libdir lib build
|
||||
meson compile -C build
|
||||
meson install -C build
|
||||
LD_LIBRARY_PATH+=:$PWD/build/install/lib build/install/bin/dino
|
||||
|
||||
If your `nice` library depends on `libsoup-2.4` (consider `ldd` output for the `libnice.so`), you should additionally specify `-Duse-soup2=true` option.
|
||||
`LD_LIBRARY_PATH` should point to the directory containing the `libdino.so` library.
|
||||
Skip `meson configure` step, if you want to install the program globally.
|
||||
You can specify any convenient directory in the option `--prefix` where the program will be installed.
|
||||
|
||||
If there is no `webrtcdsp` plugin in your system (check this by calling `gst-inspect-1.0 webrtcdsp`) you should pass extra argument:
|
||||
|
||||
* `--without-webrtcdsp` for `./configure`;
|
||||
* `-Dplugin-rtp-webrtc-audio-processing=disabled` for `meson`;
|
||||
* `-DPLUGIN_RTP_WEBRTC_AUDIO_PROCESSING=OFF` for `cmake`.
|
||||
|
||||
Build on Windows (x86_64)
|
||||
------------
|
||||
- Install and configure the [MSYS2](https://www.msys2.org/) package;
|
||||
- Go to `MINGW64` environment;
|
||||
- Clone project:
|
||||
```sh
|
||||
git clone https://github.com/mxlgv/dino && cd dino
|
||||
```
|
||||
- Run the script to install dependencies:
|
||||
```sh
|
||||
./build-win64.sh --prepare
|
||||
```
|
||||
- Start the build (the builded distribution is available in the `windows-installer/dist-win64` folder):
|
||||
```sh
|
||||
./build-win64.sh
|
||||
```
|
||||
If you want to use meson build system, please use `-s meson` key as the first argument, i.e.
|
||||
```sh
|
||||
bash build-win64.sh -s meson -c -b
|
||||
```
|
||||
will do the same as commands above, but using meson.
|
||||
|
||||
Note: the build script has some other options, their description can be found using the `--help`.
|
||||
|
||||
Build Windows Installer (NSIS)
|
||||
------------
|
||||
Before this, you must build the project according to the instructions above. It's worth making sure that `windows-installer/dist-win64` is not empty.
|
||||
Now you should run:
|
||||
```sh
|
||||
./build-win64.sh --build-installer
|
||||
```
|
||||
|
||||
Build on MacOS
|
||||
------------
|
||||
Builds for Mac are currently available only as a [brew](https://brew.sh/) formulae. Please follow [these instructions](https://github.com/mxlgv/dino/blob/master/BUILD_MACOS.md) to produce a build.
|
||||
|
||||
Please note that Mac support is very experimental, and currently missing support for event notifications, among other things. You have been warned.
|
||||
|
||||
Resources
|
||||
---------
|
||||
- Original project's [website](https://dino.im).
|
||||
- Dino's chat room `chat@dino.im` (please don't post there any issues related to this fork!)
|
||||
- The upstream project's [wiki](https://github.com/dino/dino/wiki) provides additional information.
|
||||
- Check out the [Dino website](https://dino.im).
|
||||
- Join our XMPP channel at `chat@dino.im`.
|
||||
- The [wiki](https://github.com/dino/dino/wiki) provides additional information.
|
||||
|
||||
Contribute
|
||||
----------
|
||||
- Pull requests are welcome!
|
||||
- Pull requests are welcome. [These](https://github.com/dino/dino/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) might be good first issues. Please discuss bigger changes in our channel first.
|
||||
- Look at [how to debug](https://github.com/dino/dino/wiki/Debugging) Dino before you report a bug.
|
||||
- Help [translating](https://github.com/dino/dino/wiki/Translations) Dino into your language.
|
||||
|
||||
Special thanks
|
||||
----------
|
||||
We'd like to thank all of the contributors whom provided the PRs used in this project.
|
||||
|
||||
We also recognise the previous efforts of [LAGonauta](https://github.com/LAGonauta) without whom Windows build wouldn't be available.
|
||||
- Make a [donation](https://dino.im/#donate).
|
||||
|
||||
License
|
||||
-------
|
||||
Dino+, a modern XMPP/Jabber client software based on Dino
|
||||
Dino - Modern Jabber/XMPP Client using GTK+/Vala
|
||||
Copyright (C) 2016-2023 Dino contributors
|
||||
Copyright (C) 2024 Dino+ contributors
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
|
|
@ -1,90 +0,0 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
APP_NAME="im.dino.Dino"
|
||||
DIST_NAME=${DIST_NAME:-"${APP_NAME}.flatpak"}
|
||||
DIST_DIR="$PWD/flatpak-dist"
|
||||
BUILD_TEMP_DIR="$DIST_DIR/buildtemp"
|
||||
BUILD_EXPORT_DIR="$DIST_DIR/export"
|
||||
|
||||
msg()
|
||||
{
|
||||
echo -e "\e[32m$1\e[0m"
|
||||
}
|
||||
|
||||
fatal()
|
||||
{
|
||||
echo -e "\e[31m$1\e[0m"
|
||||
exit 1
|
||||
}
|
||||
|
||||
get_flatpak_dependencies()
|
||||
{
|
||||
msg "Installing Flatpak dependencies..."
|
||||
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||
flatpak install flathub org.gnome.Sdk//44
|
||||
flatpak install flathub org.gnome.Platform//44
|
||||
msg "Flatpak dependencies installed"
|
||||
}
|
||||
|
||||
pull_shared_modules()
|
||||
{
|
||||
msg "Pulling shared modules..."
|
||||
git submodule init
|
||||
git submodule update
|
||||
msg "Shared modules successfully pulled"
|
||||
}
|
||||
|
||||
prepare()
|
||||
{
|
||||
get_flatpak_dependencies
|
||||
pull_shared_modules
|
||||
}
|
||||
|
||||
build()
|
||||
{
|
||||
msg "Build commencing!"
|
||||
rm -rf $BUILD_TEMP_DIR
|
||||
flatpak-builder --install-deps-from=flathub $BUILD_TEMP_DIR "${APP_NAME}.json"
|
||||
flatpak build-export $BUILD_EXPORT_DIR $BUILD_TEMP_DIR
|
||||
flatpak build-bundle $BUILD_EXPORT_DIR $DIST_NAME $APP_NAME
|
||||
msg "Flatpack bundle ready and saved to ${DIST_NAME}"
|
||||
}
|
||||
|
||||
clean()
|
||||
{
|
||||
msg "Wiping intermediate files..."
|
||||
rm -rf $BUILD_TEMP_DIR $BUILD_EXPORT_DIR
|
||||
msg "Cleanup complete!"
|
||||
}
|
||||
|
||||
help()
|
||||
{
|
||||
cat << EOF
|
||||
usage: $0 [OPTION]
|
||||
--prepare install build dependencies
|
||||
--build build the project
|
||||
--clean remove build artifacts
|
||||
--help show this help
|
||||
|
||||
Bundle is saved to ${APP_NAME}.flatpak by default.
|
||||
Set DIST_NAME variable to customize output file name:
|
||||
'DIST_NAME=customname.flatpak $0'
|
||||
|
||||
Running without parameters is equivalent to running:
|
||||
'--prepare', '--build' and '--clean'
|
||||
EOF
|
||||
}
|
||||
|
||||
case $1 in
|
||||
"--prepare" ) prepare ;;
|
||||
"--build" ) build ;;
|
||||
"--help" ) help ;;
|
||||
"--clean" ) clean;;
|
||||
"" )
|
||||
prepare
|
||||
build
|
||||
clean
|
||||
;;
|
||||
*) fatal "Unknown argument!"
|
||||
esac
|
333
build-win64.sh
|
@ -1,333 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -eu
|
||||
|
||||
PROJ_DIR=$PWD
|
||||
DIST_DIR=${PROJ_DIR}/windows-installer/win64-dist
|
||||
BUILD_DIR=$PROJ_DIR/build
|
||||
JOBS=$NUMBER_OF_PROCESSORS
|
||||
build_sys='cmake'
|
||||
|
||||
msg()
|
||||
{
|
||||
echo -e "\e[32m$1\e[0m"
|
||||
}
|
||||
|
||||
fatal()
|
||||
{
|
||||
echo -e "\e[31m$1\e[0m"
|
||||
exit 1
|
||||
}
|
||||
|
||||
download_yolort()
|
||||
{
|
||||
file_name=yolort.zip
|
||||
yolort_dir="$PROJ_DIR/plugins/windows-notification/yolort"
|
||||
|
||||
rm -rf "$yolort_dir"
|
||||
mkdir "$yolort_dir"
|
||||
curl -L -o "$file_name" "https://github.com/mxlgv/YoloRT/releases/download/dev1/$file_name"
|
||||
echo "c2727e390da7e842f66e0a4cf0a9f5d9dfb665115bb554152d98f108d322bbc1 $file_name" | sha256sum --check --status
|
||||
unzip -o "$file_name" -d "$yolort_dir"
|
||||
rm -f "$file_name"
|
||||
}
|
||||
|
||||
download_gtk4_git()
|
||||
{
|
||||
# FIXME: The bug fix https://gitlab.gnome.org/GNOME/gtk/-/issues/3749 is currently only available in the main branch,
|
||||
# so GTK4 was builded from it. Needs to be replaced with a package from the MSYS2 repository when the changes get there.
|
||||
url="https://github.com/mxlgv/mingw-w64-gtk4-git/releases/download/rel1"
|
||||
gtk_pkg="mingw-w64-x86_64-gtk4-git-4.14.1.r62.gb1eed1c153-1-any.pkg.tar.zst"
|
||||
gtk_gstreamer_pkg="mingw-w64-x86_64-gtk4-media-gstreamer-git-4.14.1.r62.gb1eed1c153-1-any.pkg.tar.zst"
|
||||
|
||||
curl -L -o "$gtk_pkg" "$url/$gtk_pkg"
|
||||
curl -L -o "$gtk_gstreamer_pkg" "$url/$gtk_gstreamer_pkg"
|
||||
|
||||
pacman -U --needed --noconfirm "$gtk_pkg" "$gtk_gstreamer_pkg"
|
||||
}
|
||||
|
||||
prepare()
|
||||
{
|
||||
msg "Installing MINGW64 build dependencies"
|
||||
|
||||
pacman -S --needed --noconfirm \
|
||||
mingw64/mingw-w64-x86_64-gcc \
|
||||
mingw64/mingw-w64-x86_64-cmake \
|
||||
mingw64/mingw-w64-x86_64-ninja \
|
||||
mingw64/mingw-w64-x86_64-libadwaita \
|
||||
mingw64/mingw-w64-x86_64-sqlite3 \
|
||||
mingw64/mingw-w64-x86_64-openssl \
|
||||
mingw64/mingw-w64-x86_64-libgcrypt \
|
||||
mingw64/mingw-w64-x86_64-libgee \
|
||||
mingw64/mingw-w64-x86_64-vala \
|
||||
mingw64/mingw-w64-x86_64-gsettings-desktop-schemas \
|
||||
mingw64/mingw-w64-x86_64-qrencode \
|
||||
mingw64/mingw-w64-x86_64-ntldd-git \
|
||||
mingw64/mingw-w64-x86_64-gpgme \
|
||||
mingw64/mingw-w64-x86_64-fontconfig \
|
||||
mingw64/mingw-w64-x86_64-iso-codes \
|
||||
mingw64/mingw-w64-x86_64-gstreamer \
|
||||
mingw64/mingw-w64-x86_64-gst-plugins-bad \
|
||||
mingw64/mingw-w64-x86_64-gst-plugins-good \
|
||||
mingw64/mingw-w64-x86_64-gst-plugins-base \
|
||||
mingw64/mingw-w64-x86_64-gst-plugins-ugly \
|
||||
mingw64/mingw-w64-x86_64-nsis \
|
||||
mingw64/mingw-w64-x86_64-libsignal-protocol-c \
|
||||
mingw64/mingw-w64-x86_64-icu \
|
||||
mingw64/mingw-w64-x86_64-meson \
|
||||
git \
|
||||
make \
|
||||
unzip \
|
||||
curl
|
||||
|
||||
msg "Downloading and install git versions of gtk4 and gtk4-media-gstreamer packages"
|
||||
download_gtk4_git
|
||||
|
||||
msg "Successfully installed!"
|
||||
|
||||
msg "Download YoloRT headers"
|
||||
download_yolort
|
||||
msg "Successfully downloaded!"
|
||||
|
||||
}
|
||||
|
||||
configure_cmake()
|
||||
{
|
||||
msg "Running configuration for Windows"
|
||||
./configure --program-prefix="$DIST_DIR" --no-debug --release --disable-fast-vapi --with-libsoup3 --with-tests
|
||||
msg "Configured!"
|
||||
}
|
||||
|
||||
build_cmake()
|
||||
{
|
||||
msg "Started building on $JOBS threads"
|
||||
make -j"$JOBS"
|
||||
msg "Successfully builded!"
|
||||
msg "Installing Dino .."
|
||||
make install
|
||||
}
|
||||
|
||||
test_cmake()
|
||||
{
|
||||
msg "Run tests"
|
||||
make test
|
||||
}
|
||||
|
||||
configure_meson()
|
||||
{
|
||||
arg=${1:-"none"}
|
||||
encr=${2:-"auto"}
|
||||
local cmd=""
|
||||
if [ x"${arg}" == x"reconfig" ]; then
|
||||
cmd=--reconfigure
|
||||
fi
|
||||
mkdir -p $BUILD_DIR
|
||||
meson setup ${cmd} --prefix "$DIST_DIR" \
|
||||
-D crypto-backend=${encr} \
|
||||
-D plugin-ice=enabled \
|
||||
$PROJ_DIR $BUILD_DIR
|
||||
}
|
||||
|
||||
build_meson()
|
||||
{
|
||||
meson compile -C $BUILD_DIR
|
||||
meson install -C $BUILD_DIR
|
||||
}
|
||||
|
||||
test_meson()
|
||||
{
|
||||
msg "Run tests"
|
||||
meson test -C $BUILD_DIR
|
||||
}
|
||||
|
||||
dist_install()
|
||||
{
|
||||
_dist_arg=${1:-$DIST_DIR}
|
||||
|
||||
msg "Generate dino-with-console.exe"
|
||||
cp -f "$_dist_arg/bin/dino.exe" "$_dist_arg/bin/dino-with-console.exe"
|
||||
# IMAGE_SUBSYSTEM_WINDOWS_CUI = 0x0003
|
||||
# SUBSYSTEM_OFFSET = 0xDC (220)
|
||||
printf '\x03\x00' | dd of="$_dist_arg/bin/dino-with-console.exe" bs=1 seek=220 count=2 conv=notrunc
|
||||
|
||||
msg "Copying MINGW64 dependencies"
|
||||
cp /mingw64/bin/gdbus.exe "$_dist_arg/bin"
|
||||
cp /mingw64/bin/gspawn-win64-helper.exe "$_dist_arg/bin"
|
||||
|
||||
cp /mingw64/bin/libcrypto-*-x64.dll "$_dist_arg/bin/"
|
||||
cp -r /mingw64/lib/gstreamer-1.0 "$_dist_arg/lib"
|
||||
mkdir -p "$_dist_arg/lib/gdk-pixbuf-2.0/" && cp -r /mingw64/lib/gdk-pixbuf-2.0 "$_dist_arg/lib/"
|
||||
mkdir -p "$_dist_arg/lib/gio/" && cp -r /mingw64/lib/gio "$_dist_arg/lib/"
|
||||
|
||||
list=`find "$_dist_arg" -type f \( -name "*.exe" -o -name "*.dll" \) -exec \
|
||||
ntldd -R {} + | \
|
||||
grep "mingw64" | \
|
||||
cut -f1 -d "=" | sort | uniq`
|
||||
for a in $list; do
|
||||
cp -fv "/mingw64/bin/$a" "$_dist_arg/bin/"
|
||||
done
|
||||
|
||||
msg "Removing debug information from all EXE and DLL files"
|
||||
find "$_dist_arg" -iname "*.exe" -exec strip -s {} +
|
||||
find "$_dist_arg" -iname "*.dll" -exec strip -s {} +
|
||||
|
||||
find "$_dist_arg" -iname "*.a" -exec rm {} +
|
||||
|
||||
msg "Removing redudant header files"
|
||||
rm -rf "$_dist_arg/include"
|
||||
|
||||
msg "Copy LICENSE"
|
||||
cp -f "$PWD/LICENSE" "$_dist_arg/LICENSE"
|
||||
|
||||
msg "Copy icons, themes, locales and fonts"
|
||||
cp -f "$PWD/main/dino.ico" "$_dist_arg/dino.ico"
|
||||
cp -rf "/mingw64/share/xml" "$_dist_arg/share"
|
||||
mkdir -p "$_dist_arg/etc/fonts" && cp -r /mingw64/etc/fonts "$_dist_arg/etc/"
|
||||
mkdir -p "$_dist_arg/share/icons" && cp -r /mingw64/share/icons "$_dist_arg/share/"
|
||||
mkdir -p "$_dist_arg/share/glib-2.0/schemas" && cp -rf /mingw64/share/glib-2.0/schemas "$_dist_arg/share/glib-2.0/"
|
||||
|
||||
msg "Successfully installed!"
|
||||
}
|
||||
|
||||
build_installer()
|
||||
{
|
||||
msg "Building an installer for Windows using NSIS"
|
||||
cd windows-installer
|
||||
makensis dino.nsi
|
||||
msg "Installer successfully builded!"
|
||||
cd ..
|
||||
}
|
||||
|
||||
clean()
|
||||
{
|
||||
rm -rf $BUILD_DIR $DIST_DIR
|
||||
msg "Build artifacts removed successfull!"
|
||||
}
|
||||
|
||||
help()
|
||||
{
|
||||
cat << EOF
|
||||
Script to build Dino for windows using cmake or meson build-system.
|
||||
By default it will be build using build directory
|
||||
$BUILD_DIR
|
||||
and installed to
|
||||
$DIST_DIR
|
||||
|
||||
Usage: $0 [option]
|
||||
|
||||
Note: you may set the multiple options, but be sure that they will be
|
||||
processed sequentially (one-by-one), e.g. command
|
||||
$0 -s meson -c -b
|
||||
will run buld config and _after_ that run build using meson, while
|
||||
$0 -c -b -s meson
|
||||
will run cmake-based configure & build commands and the -s option
|
||||
wont have any effect. And the one
|
||||
$0 -b -s meson -c
|
||||
is incorrect, as it willtry to run build(for cmake), then configure
|
||||
with for meson build.
|
||||
|
||||
--help, -h
|
||||
print this help message.
|
||||
|
||||
--set-buildsys, -s
|
||||
set (specify) build system name to be used
|
||||
possible options are: cmake or meson
|
||||
|
||||
--prepare, -p
|
||||
install build dependencies. may be done once.
|
||||
|
||||
--configure, -c
|
||||
configure build using selected build-system.
|
||||
|
||||
--build, -b
|
||||
invoke build.
|
||||
|
||||
--test, -t
|
||||
run tests.
|
||||
|
||||
--reconfig, -r
|
||||
reconfigure project, if minor changes were
|
||||
done to build config files but build has been
|
||||
configured already (only for meson!).
|
||||
|
||||
--whipe, -w
|
||||
remove build artifacts from $BUILD_DIR
|
||||
|
||||
--verbose, -v
|
||||
verbose output enable.
|
||||
|
||||
--dist-install, -i
|
||||
install the builded project along with its'
|
||||
dependencies.
|
||||
|
||||
--build-installer
|
||||
build installer (using NSIS)
|
||||
|
||||
Running without parameters will run configure, build & install
|
||||
using cmake-based build-system as default one.
|
||||
EOF
|
||||
}
|
||||
|
||||
if [[ "$(uname)" != "MINGW64_NT"* ]]; then
|
||||
fatal "This is not a MINGW64 environment!"
|
||||
fi
|
||||
|
||||
# no options provided,simply build with defaults
|
||||
if [[ $# == 0 ]]; then
|
||||
prepare
|
||||
configure_${build_sys}
|
||||
build_${build_sys}
|
||||
dist_install
|
||||
|
||||
exit 0
|
||||
fi
|
||||
|
||||
while [[ $# > 0 ]];
|
||||
do
|
||||
case $1 in
|
||||
--prepare|-p)
|
||||
prepare
|
||||
;;
|
||||
--configure|-c)
|
||||
configure_${build_sys}
|
||||
;;
|
||||
--build|-b)
|
||||
build_${build_sys}
|
||||
;;
|
||||
--test|-t)
|
||||
test_${build_sys}
|
||||
;;
|
||||
--reconfig|-r)
|
||||
configure_${build_sys} reconfig
|
||||
;;
|
||||
--whipe|-w)
|
||||
clean
|
||||
;;
|
||||
--dist-install|-i)
|
||||
dist_install
|
||||
;;
|
||||
--verbose|-v)
|
||||
set -xv
|
||||
;;
|
||||
--help|-h)
|
||||
help
|
||||
exit 0;
|
||||
;;
|
||||
--build-installer)
|
||||
build_installer
|
||||
;;
|
||||
--set-buildsys|-s)
|
||||
if [ x"$2" != x"cmake" -a x"$2" != x"meson" ]; then
|
||||
fatal "Improper build system selected: ${2}!"
|
||||
exit 1;
|
||||
fi
|
||||
build_sys=$2
|
||||
shift
|
||||
;;
|
||||
-*)
|
||||
echo "Unknown option $1"
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
shift
|
||||
done
|
|
@ -47,7 +47,7 @@ function(_compute_version_from_git)
|
|||
return()
|
||||
endif (NOT git_result EQUAL 0)
|
||||
|
||||
if (git_tag MATCHES "^v?([0-9]+[.]?[0-9]*[.]?[0-9]*[.]?[0-9]*)(-[.0-9A-Za-z-]+)?([+][.0-9A-Za-z-]+)?$")
|
||||
if (git_tag MATCHES "^v?([0-9]+[.]?[0-9]*[.]?[0-9]*)(-[.0-9A-Za-z-]+)?([+][.0-9A-Za-z-]+)?$")
|
||||
set(VERSION_LAST_RELEASE "${CMAKE_MATCH_1}")
|
||||
else ()
|
||||
return()
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
find_library(GstWebrtcDsp_LIBRARY gstwebrtcdsp PATH_SUFFIXES gstreamer-1.0)
|
||||
|
||||
if(GstWebrtcDsp_LIBRARY_FOUND)
|
||||
find_package(Gst)
|
||||
set(GstWebrtcDsp_VERSION ${Gst_VERSION})
|
||||
endif()
|
||||
|
||||
include(FindPackageHandleStandardArgs)
|
||||
find_package_handle_standard_args(GstWebrtcDsp
|
||||
REQUIRED_VARS GstWebrtcDsp_LIBRARY
|
||||
VERSION_VAR GstWebrtcDsp_VERSION)
|
12
cmake/FindWebRTCAudioProcessing.cmake
Normal file
|
@ -0,0 +1,12 @@
|
|||
include(PkgConfigWithFallback)
|
||||
find_pkg_config_with_fallback(WebRTCAudioProcessing
|
||||
PKG_CONFIG_NAME webrtc-audio-processing
|
||||
LIB_NAMES webrtc_audio_processing
|
||||
INCLUDE_NAMES webrtc/modules/audio_processing/include/audio_processing.h
|
||||
INCLUDE_DIR_SUFFIXES webrtc-audio-processing webrtc_audio_processing
|
||||
)
|
||||
|
||||
include(FindPackageHandleStandardArgs)
|
||||
find_package_handle_standard_args(WebRTCAudioProcessing
|
||||
REQUIRED_VARS WebRTCAudioProcessing_LIBRARY
|
||||
VERSION_VAR WebRTCAudioProcessing_VERSION)
|
|
@ -1,34 +0,0 @@
|
|||
# This is a package creation module using CPack.
|
||||
# Currently only DEB package generation is supported.
|
||||
|
||||
set(CPACK_PACKAGE_NAME dino-plus)
|
||||
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY
|
||||
"modern XMPP/Jabber client software, based on Dino.
|
||||
Dino+ is a fork of Dino, a modern XMPP/Jabber client
|
||||
written in Vala using GTK+, which includes a few
|
||||
relatively minor but important quality-of-life features.")
|
||||
|
||||
set(CPACK_VERBATIM_VARIABLES YES)
|
||||
set(CPACK_PACKAGE_FILE_NAME ${CPACK_PACKAGE_NAME})
|
||||
set(CPACK_PACKAGE_INSTALL_DIRECTORY ${CPACK_PACKAGE_NAME})
|
||||
set(CPACK_OUTPUT_FILE_PREFIX "${CMAKE_SOURCE_DIR}/_packages")
|
||||
set(CPACK_PACKAGE_VERSION ${VERSION_FULL})
|
||||
set(CPACK_PACKAGE_HOMEPAGE_URL "https://github.com/mxlgv/dino")
|
||||
set(CPACK_PACKAGE_CONTACT "maxlogaev@proton.me")
|
||||
set(CPACK_COMPONENTS_GROUPING ALL_COMPONENTS_IN_ONE)
|
||||
set(CPACK_STRIP_FILES TRUE)
|
||||
|
||||
# For DEB only
|
||||
set(CPACK_DEBIAN_PACKAGE_MAINTAINER "Maxim Logaev <${CPACK_PACKAGE_CONTACT}>")
|
||||
set(CPACK_DEB_COMPONENT_INSTALL YES)
|
||||
set(CPACK_DEBIAN_PACKAGE_SECTION "net")
|
||||
set(CPACK_DEBIAN_PACKAGE_CONFLICTS "dino-im, dino-im-common")
|
||||
set(CPACK_DEBIAN_PACKAGE_RECOMMENDS "ca-certificates, dbus, fonts-noto-color-emoji, network-manager")
|
||||
set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON)
|
||||
set(CPACK_DEBIAN_PACKAGE_GENERATE_SHLIBS ON)
|
||||
set(CPACK_DEBIAN_PACKAGE_GENERATE_SHLIBS_POLICY ">=")
|
||||
|
||||
install(FILES ${CMAKE_SOURCE_DIR}/LICENSE_SHORT DESTINATION ${SHARE_INSTALL_PREFIX}/doc/${CPACK_PACKAGE_NAME} RENAME copyright)
|
||||
install(FILES ${CMAKE_SOURCE_DIR}/README.md DESTINATION ${SHARE_INSTALL_PREFIX}/doc/${CPACK_PACKAGE_NAME})
|
||||
|
||||
include(CPack)
|
|
@ -13,16 +13,11 @@ function(find_pkg_config_with_fallback name)
|
|||
# Found via pkg-config, using its result values
|
||||
set(${name}_FOUND ${${name}_PKG_CONFIG_FOUND})
|
||||
|
||||
if(MINGW)
|
||||
set(MINGWLIBPATH ${CMAKE_C_IMPLICIT_LINK_DIRECTORIES})
|
||||
endif(MINGW)
|
||||
|
||||
# Try to find real file name of libraries
|
||||
foreach(lib ${${name}_PKG_CONFIG_LIBRARIES})
|
||||
find_library(${name}_${lib}_LIBRARY ${lib} HINTS ${${name}_PKG_CONFIG_LIBRARY_DIRS} ${MINGWLIBPATH})
|
||||
find_library(${name}_${lib}_LIBRARY ${lib} HINTS ${${name}_PKG_CONFIG_LIBRARY_DIRS})
|
||||
mark_as_advanced(${name}_${lib}_LIBRARY)
|
||||
if(NOT ${name}_${lib}_LIBRARY)
|
||||
message(${name} ": " ${lib} " library not found")
|
||||
unset(${name}_FOUND)
|
||||
endif(NOT ${name}_${lib}_LIBRARY)
|
||||
endforeach(lib)
|
||||
|
|
|
@ -13,16 +13,11 @@ function(find_pkg_config_with_fallback_on_config_script name)
|
|||
# Found via pkg-config, using it's result values
|
||||
set(${name}_FOUND ${${name}_PKG_CONFIG_FOUND})
|
||||
|
||||
if(MINGW)
|
||||
set(MINGWLIBPATH ${CMAKE_C_IMPLICIT_LINK_DIRECTORIES})
|
||||
endif(MINGW)
|
||||
|
||||
# Try to find real file name of libraries
|
||||
foreach(lib ${${name}_PKG_CONFIG_LIBRARIES})
|
||||
find_library(${name}_${lib}_LIBRARY ${lib} HINTS ${${name}_PKG_CONFIG_LIBRARY_DIRS} ${MINGWLIBPATH})
|
||||
find_library(${name}_${lib}_LIBRARY ${lib} HINTS ${${name}_PKG_CONFIG_LIBRARY_DIRS})
|
||||
mark_as_advanced(${name}_${lib}_LIBRARY)
|
||||
if(NOT ${name}_${lib}_LIBRARY)
|
||||
message(${name} ": " ${lib} " library not found")
|
||||
unset(${name}_FOUND)
|
||||
endif(NOT ${name}_${lib}_LIBRARY)
|
||||
endforeach(lib)
|
||||
|
|
14
configure
vendored
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
OPTS=`getopt -o "h" --long \
|
||||
help,fetch-only,no-debug,disable-fast-vapi,with-tests,release,with-libsoup3,without-webrtcdsp,\
|
||||
help,fetch-only,no-debug,disable-fast-vapi,with-tests,release,with-libsoup3,\
|
||||
enable-plugin:,disable-plugin:,\
|
||||
prefix:,program-prefix:,exec-prefix:,lib-suffix:,\
|
||||
bindir:,libdir:,includedir:,datadir:,\
|
||||
|
@ -15,13 +15,12 @@ eval set -- "$OPTS"
|
|||
PREFIX=${PREFIX:-/usr/local}
|
||||
ENABLED_PLUGINS=
|
||||
DISABLED_PLUGINS=
|
||||
BUILD_TESTS=no
|
||||
BUILD_TESTS=
|
||||
BUILD_TYPE=Debug
|
||||
DISABLE_FAST_VAPI=
|
||||
LIB_SUFFIX=
|
||||
NO_DEBUG=
|
||||
USE_SOUP3=
|
||||
PLUGIN_RTP_WEBRTC_AUDIO_PROCESSING=yes
|
||||
|
||||
EXEC_PREFIX=
|
||||
BINDIR=
|
||||
|
@ -55,7 +54,6 @@ Configuration:
|
|||
--no-debug Build without debug symbols
|
||||
--release Configure to build an optimized release version
|
||||
--with-libsoup3 Build with libsoup-3.0
|
||||
--without-webrtcdsp Build without WebRTC audio processing
|
||||
--with-tests Also build tests.
|
||||
|
||||
Plugin configuration:
|
||||
|
@ -108,10 +106,9 @@ while true; do
|
|||
--enable-plugin ) if [ -z "$ENABLED_PLUGINS" ]; then ENABLED_PLUGINS="$2"; else ENABLED_PLUGINS="$ENABLED_PLUGINS;$2"; fi; shift; shift ;;
|
||||
--disable-plugin ) if [ -z "$DISABLED_PLUGINS" ]; then DISABLED_PLUGINS="$2"; else DISABLED_PLUGINS="$DISABLED_PLUGINS;$2"; fi; shift; shift ;;
|
||||
--valac ) VALA_EXECUTABLE="$2"; shift; shift ;;
|
||||
--valac-flags ) VALACFLAGS="$2"; shift; shift ;;
|
||||
--valac-flags ) VALAC_FLAGS="$2"; shift; shift ;;
|
||||
--lib-suffix ) LIB_SUFFIX="$2"; shift; shift ;;
|
||||
--with-libsoup3 ) USE_SOUP3=yes; shift ;;
|
||||
--without-webrtcdsp ) PLUGIN_RTP_WEBRTC_AUDIO_PROCESSING=no; shift ;;
|
||||
--disable-fast-vapi ) DISABLE_FAST_VAPI=yes; shift ;;
|
||||
--no-debug ) NO_DEBUG=yes; shift ;;
|
||||
--release ) BUILD_TYPE=RelWithDebInfo; shift ;;
|
||||
|
@ -210,7 +207,7 @@ cmake -G "$cmake_type" \
|
|||
-DCMAKE_BUILD_TYPE="$BUILD_TYPE" \
|
||||
-DENABLED_PLUGINS="$ENABLED_PLUGINS" \
|
||||
-DDISABLED_PLUGINS="$DISABLED_PLUGINS" \
|
||||
-DBUILD_TESTING="$BUILD_TESTS" \
|
||||
-DBUILD_TESTS="$BUILD_TESTS" \
|
||||
-DUSE_SOUP3="$USE_SOUP3" \
|
||||
-DVALA_EXECUTABLE="$VALAC" \
|
||||
-DCMAKE_VALA_FLAGS="$VALACFLAGS" \
|
||||
|
@ -222,7 +219,6 @@ cmake -G "$cmake_type" \
|
|||
-DBIN_INSTALL_DIR="$BINDIR" \
|
||||
-DINCLUDE_INSTALL_DIR="$INCLUDEDIR" \
|
||||
-DLIB_INSTALL_DIR="$LIBDIR" \
|
||||
-DPLUGIN_RTP_WEBRTC_AUDIO_PROCESSING="$PLUGIN_RTP_WEBRTC_AUDIO_PROCESSING" \
|
||||
-Wno-dev \
|
||||
.. || exit 9
|
||||
|
||||
|
@ -242,6 +238,8 @@ default:
|
|||
@sh -c "cd build; $exec_command"
|
||||
distclean: clean uninstall
|
||||
|
||||
test: default
|
||||
echo "make test not yet supported"
|
||||
%:
|
||||
@sh -c "cd build; $exec_command \"\$@\""
|
||||
EOF
|
||||
|
|
|
@ -14,7 +14,7 @@ SOURCES
|
|||
"src/random.vala"
|
||||
"src/srtp.vala"
|
||||
CUSTOM_VAPIS
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/vapi/libgcrypt.vapi"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/vapi/gcrypt.vapi"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/vapi/libsrtp2.vapi"
|
||||
PACKAGES
|
||||
${CRYPTO_VALA_PACKAGES}
|
||||
|
@ -22,8 +22,6 @@ GENERATE_VAPI
|
|||
crypto-vala
|
||||
GENERATE_HEADER
|
||||
crypto-vala
|
||||
DEFINITIONS
|
||||
GCRYPT
|
||||
)
|
||||
|
||||
add_custom_target(crypto-vala-vapi
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
gio-2.0
|
||||
glib-2.0
|
|
@ -1,28 +0,0 @@
|
|||
dependencies = [
|
||||
dep_gio,
|
||||
dep_glib,
|
||||
dep_libgcrypt_or_openssl,
|
||||
dep_libsrtp2,
|
||||
]
|
||||
sources = files(
|
||||
'src/cipher.vala',
|
||||
'src/cipher_converter.vala',
|
||||
'src/error.vala',
|
||||
'src/random.vala',
|
||||
'src/srtp.vala',
|
||||
)
|
||||
c_args = [
|
||||
'-DG_LOG_DOMAIN="crypto-vala"',
|
||||
]
|
||||
vala_args = [
|
||||
'--vapidir', meson.current_source_dir() / 'vapi',
|
||||
]
|
||||
if crypto_backend == 'openssl'
|
||||
vala_args += ['--pkg', 'openssl'] # Work around https://github.com/mesonbuild/meson/issues/2103.
|
||||
elif crypto_backend == 'gnutls'
|
||||
vala_args += ['-D', 'GCRYPT']
|
||||
endif
|
||||
lib_crypto_vala = library('crypto-vala', sources, c_args: c_args, vala_args: vala_args, dependencies: dependencies, version: '0.0', install: true, install_dir: [true, true, true])
|
||||
dep_crypto_vala = declare_dependency(link_with: lib_crypto_vala, include_directories: include_directories('.'))
|
||||
|
||||
install_data('crypto-vala.deps', install_dir: get_option('datadir') / 'vala/vapi') # TODO: workaround for https://github.com/mesonbuild/meson/issues/9756
|
|
@ -1,24 +1,14 @@
|
|||
namespace Crypto {
|
||||
public class SymmetricCipher {
|
||||
#if GCRYPT
|
||||
private GCrypt.Cipher.Cipher cipher;
|
||||
#else
|
||||
bool is_encryption;
|
||||
private OpenSSL.EVP.CipherContext? cipher;
|
||||
#endif
|
||||
|
||||
public static bool supports(string algo_name) {
|
||||
#if GCRYPT
|
||||
GCrypt.Cipher.Algorithm algo;
|
||||
GCrypt.Cipher.Mode mode;
|
||||
GCrypt.Cipher.Flag flags;
|
||||
return parse(algo_name, out algo, out mode, out flags);
|
||||
#else
|
||||
return algo_name == "AES-GCM";
|
||||
#endif
|
||||
}
|
||||
|
||||
#if GCRYPT
|
||||
private static unowned string mode_to_string(GCrypt.Cipher.Mode mode) {
|
||||
switch (mode) {
|
||||
case GCrypt.Cipher.Mode.ECB: return "ECB";
|
||||
|
@ -105,18 +95,8 @@ public class SymmetricCipher {
|
|||
return algo.to_string();
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
public SymmetricCipher.encryption(string algo_name) throws Error {
|
||||
this.initialize(algo_name, true);
|
||||
}
|
||||
|
||||
public SymmetricCipher.decryption(string algo_name) throws Error {
|
||||
this.initialize(algo_name, false);
|
||||
}
|
||||
|
||||
private SymmetricCipher.initialize(string algo_name, bool is_encryption) throws Error {
|
||||
#if GCRYPT
|
||||
public SymmetricCipher(string algo_name) throws Error {
|
||||
GCrypt.Cipher.Algorithm algo;
|
||||
GCrypt.Cipher.Mode mode;
|
||||
GCrypt.Cipher.Flag flags;
|
||||
|
@ -125,157 +105,48 @@ public class SymmetricCipher {
|
|||
} else {
|
||||
throw new Error.ILLEGAL_ARGUMENTS(@"The algorithm $algo_name is not supported");
|
||||
}
|
||||
#else
|
||||
if (algo_name == "AES-GCM") {
|
||||
this.openssl(is_encryption);
|
||||
} else {
|
||||
throw new Error.ILLEGAL_ARGUMENTS(@"The algorithm $algo_name is not supported");
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
#if GCRYPT
|
||||
private SymmetricCipher.gcrypt(GCrypt.Cipher.Algorithm algo, GCrypt.Cipher.Mode mode, GCrypt.Cipher.Flag flags) throws Error {
|
||||
may_throw_gcrypt_error(GCrypt.Cipher.Cipher.open(out this.cipher, algo, mode, flags));
|
||||
}
|
||||
#else
|
||||
private SymmetricCipher.openssl(bool is_encryption) throws Error {
|
||||
this.is_encryption = is_encryption;
|
||||
cipher = new OpenSSL.EVP.CipherContext();
|
||||
if (is_encryption) {
|
||||
if (cipher.encrypt_init(OpenSSL.EVP.aes_128_gcm(), null, null, null) != 1) {
|
||||
openssl_error();
|
||||
}
|
||||
} else {
|
||||
if (cipher.decrypt_init(OpenSSL.EVP.aes_128_gcm(), null, null, null) != 1) {
|
||||
openssl_error();
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
public void set_key(uint8[] key) throws Error {
|
||||
#if GCRYPT
|
||||
may_throw_gcrypt_error(cipher.set_key(key));
|
||||
#else
|
||||
if (key.length != 16) {
|
||||
throw new Crypto.Error.ILLEGAL_ARGUMENTS("key length must be 16 for AES-GCM");
|
||||
}
|
||||
if (is_encryption) {
|
||||
if (cipher.encrypt_init(null, null, key, null) != 1) {
|
||||
openssl_error();
|
||||
}
|
||||
} else {
|
||||
if (cipher.decrypt_init(null, null, key, null) != 1) {
|
||||
openssl_error();
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
public void set_iv(uint8[] iv) throws Error {
|
||||
#if GCRYPT
|
||||
may_throw_gcrypt_error(cipher.set_iv(iv));
|
||||
#else
|
||||
if (iv.length != 12) {
|
||||
throw new Crypto.Error.ILLEGAL_ARGUMENTS("intialization vector must be of length 16 for AES-GCM");
|
||||
}
|
||||
if (is_encryption) {
|
||||
if (cipher.encrypt_init(null, null, null, iv) != 1) {
|
||||
openssl_error();
|
||||
}
|
||||
} else {
|
||||
if (cipher.decrypt_init(null, null, null, iv) != 1) {
|
||||
openssl_error();
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
public void set_counter_vector(uint8[] ctr) throws Error {
|
||||
may_throw_gcrypt_error(cipher.set_counter_vector(ctr));
|
||||
}
|
||||
|
||||
public void reset() throws Error {
|
||||
#if GCRYPT
|
||||
may_throw_gcrypt_error(cipher.reset());
|
||||
#else
|
||||
throw new Crypto.Error.ILLEGAL_ARGUMENTS("can't reset OpenSSL cipher context");
|
||||
#endif
|
||||
}
|
||||
|
||||
public uint8[] get_tag(size_t taglen) throws Error {
|
||||
uint8[] tag = new uint8[taglen];
|
||||
#if GCRYPT
|
||||
may_throw_gcrypt_error(cipher.get_tag(tag));
|
||||
#else
|
||||
if (!is_encryption) {
|
||||
throw new Crypto.Error.ILLEGAL_ARGUMENTS("can't call get_tag on decryption context");
|
||||
}
|
||||
uint8[] empty = new uint8[0];
|
||||
int empty_len = 0;
|
||||
if (cipher.encrypt_final(empty, out empty_len) != 1) {
|
||||
openssl_error();
|
||||
}
|
||||
if (empty_len != 0) {
|
||||
throw new Crypto.Error.ILLEGAL_ARGUMENTS("get_tag called on a stream with remaining data");
|
||||
}
|
||||
if (cipher.ctrl(OpenSSL.EVP.CTRL_GCM_GET_TAG, (int)taglen, tag) != 1) {
|
||||
openssl_error();
|
||||
}
|
||||
#endif
|
||||
return tag;
|
||||
}
|
||||
|
||||
public void check_tag(uint8[] tag) throws Error {
|
||||
#if GCRYPT
|
||||
may_throw_gcrypt_error(cipher.check_tag(tag));
|
||||
#else
|
||||
if (is_encryption) {
|
||||
throw new Crypto.Error.ILLEGAL_ARGUMENTS("can't call check_tag on encryption context");
|
||||
}
|
||||
if (cipher.ctrl(OpenSSL.EVP.CTRL_GCM_SET_TAG, tag.length, tag) != 1) {
|
||||
openssl_error();
|
||||
}
|
||||
uint8[] empty = new uint8[0];
|
||||
int empty_len = 0;
|
||||
if (cipher.decrypt_final(empty, out empty_len) != 1) {
|
||||
openssl_error();
|
||||
}
|
||||
if (empty_len != 0) {
|
||||
throw new Crypto.Error.ILLEGAL_ARGUMENTS("check_tag called on a stream with remaining data");
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
public void encrypt(uint8[] output, uint8[] input) throws Error {
|
||||
#if GCRYPT
|
||||
may_throw_gcrypt_error(cipher.encrypt(output, input));
|
||||
#else
|
||||
if (!is_encryption) {
|
||||
throw new Crypto.Error.ILLEGAL_ARGUMENTS("can't call encrypt on decryption context");
|
||||
}
|
||||
int output_length = output.length;
|
||||
if (cipher.encrypt_update(output, out output_length, input) != 1) {
|
||||
openssl_error();
|
||||
}
|
||||
if (output_length != output.length) {
|
||||
throw new Crypto.Error.ILLEGAL_ARGUMENTS("invalid output array length");
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
public void decrypt(uint8[] output, uint8[] input) throws Error {
|
||||
#if GCRYPT
|
||||
may_throw_gcrypt_error(cipher.decrypt(output, input));
|
||||
#else
|
||||
if (is_encryption) {
|
||||
throw new Crypto.Error.ILLEGAL_ARGUMENTS("can't call decrypt on encryption context");
|
||||
}
|
||||
int output_length = output.length;
|
||||
if (cipher.decrypt_update(output, out output_length, input) != 1) {
|
||||
openssl_error();
|
||||
}
|
||||
if (output_length != output.length) {
|
||||
throw new Crypto.Error.ILLEGAL_ARGUMENTS("invalid output array length");
|
||||
}
|
||||
#endif
|
||||
|
||||
public void sync() throws Error {
|
||||
may_throw_gcrypt_error(cipher.sync());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,20 +3,13 @@ namespace Crypto {
|
|||
public errordomain Error {
|
||||
ILLEGAL_ARGUMENTS,
|
||||
GCRYPT,
|
||||
OPENSSL,
|
||||
AUTHENTICATION_FAILED,
|
||||
UNKNOWN
|
||||
}
|
||||
|
||||
#if GCRYPT
|
||||
internal void may_throw_gcrypt_error(GCrypt.Error e) throws Error {
|
||||
if (((int)e) != 0) {
|
||||
throw new Crypto.Error.GCRYPT(e.to_string());
|
||||
}
|
||||
}
|
||||
#else
|
||||
internal void openssl_error() throws Error {
|
||||
throw new Crypto.Error.OPENSSL(OpenSSL.ERR.reason_error_string(OpenSSL.ERR.get_error()));
|
||||
}
|
||||
#endif
|
||||
}
|
|
@ -1,9 +1,5 @@
|
|||
namespace Crypto {
|
||||
public static void randomize(uint8[] buffer) {
|
||||
#if GCRYPT
|
||||
GCrypt.Random.randomize(buffer);
|
||||
#else
|
||||
OpenSSL.RAND.bytes(buffer);
|
||||
#endif
|
||||
}
|
||||
}
|
|
@ -1,822 +0,0 @@
|
|||
/* OpenSSL Vala Bindings
|
||||
* Copyright 2020 Zuhong Tao <taozuhong@gmail>
|
||||
* Copyright 2016 Guillaume Poirier-Morency <guillaumepoiriermorency@gmail>
|
||||
* Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved.
|
||||
*
|
||||
* Licensed under the OpenSSL license (the "License"). You may not use
|
||||
* this file except in compliance with the License. You can obtain a copy
|
||||
* in the file LICENSE in the source distribution or at
|
||||
* https://www.openssl.org/source/license.html
|
||||
*/
|
||||
|
||||
[CCode (cprefix = "")]
|
||||
namespace OpenSSL
|
||||
{
|
||||
[CCode (cprefix = "AES_", lower_case_cprefix = "AES_", cheader_filename = "openssl/aes.h")]
|
||||
namespace AES
|
||||
{
|
||||
public const int BLOCK_SIZE;
|
||||
}
|
||||
|
||||
[Compact]
|
||||
[CCode (cname = "ENGINE", lower_case_cprefix = "ENGINE_", cprefix = "ENGINE_", cheader_filename = "openssl/engine.h", free_function = "ENGINE_free")]
|
||||
public class Engine {
|
||||
[CCode (cname = "ENGINE_new")]
|
||||
public Engine ();
|
||||
[CCode (cname = "ENGINE_by_id")]
|
||||
public Engine.by_id (string id);
|
||||
[CCode (cname = "ENGINE_get_default_RSA")]
|
||||
public Engine.get_default_RSA ();
|
||||
[CCode (cname = "ENGINE_get_default_DSA")]
|
||||
public Engine.get_default_DSA ();
|
||||
[CCode (cname = "ENGINE_get_default_DH")]
|
||||
public Engine.get_default_DH ();
|
||||
[CCode (cname = "ENGINE_get_default_RAND")]
|
||||
public Engine.get_default_RAND ();
|
||||
[CCode (cname = "ENGINE_get_cipher_engine")]
|
||||
public Engine.get_cipher_engine (int nid);
|
||||
[CCode (cname = "ENGINE_get_digest_engine")]
|
||||
public Engine.get_digest_engine (int nid);
|
||||
|
||||
public int init ();
|
||||
public int finish ();
|
||||
public int set_default (uint flags);
|
||||
public int set_default_RSA ();
|
||||
public int set_default_DSA ();
|
||||
public int set_default_DH ();
|
||||
public int set_default_RAND ();
|
||||
public int set_default_ciphers ();
|
||||
public int set_default_digests ();
|
||||
public int set_default_string (string list);
|
||||
|
||||
}
|
||||
|
||||
[CCode (cprefix = "NID_", cheader_filename = "openssl/objects.h")]
|
||||
public enum NID
|
||||
{
|
||||
sha256
|
||||
}
|
||||
|
||||
[Compact]
|
||||
[CCode (cname = "BIO_METHOD", cheader_filename = "openssl/bio.h", free_function = "BIO_meth_free")]
|
||||
public class BIOMethod
|
||||
{
|
||||
public const int BIO_TYPE_DESCRIPTOR;
|
||||
public const int BIO_TYPE_FILTER;
|
||||
public const int BIO_TYPE_SOURCE_SINK;
|
||||
public const int BIO_TYPE_NONE;
|
||||
public const int BIO_TYPE_MEM;
|
||||
public const int BIO_TYPE_FILE;
|
||||
public const int BIO_TYPE_FD;
|
||||
public const int BIO_TYPE_SOCKET;
|
||||
public const int BIO_TYPE_NULL;
|
||||
public const int BIO_TYPE_SSL;
|
||||
public const int BIO_TYPE_MD;
|
||||
public const int BIO_TYPE_BUFFER;
|
||||
public const int BIO_TYPE_CIPHER;
|
||||
public const int BIO_TYPE_BASE64;
|
||||
public const int BIO_TYPE_CONNECT;
|
||||
public const int BIO_TYPE_ACCEPT;
|
||||
public const int BIO_TYPE_NBIO_TEST;
|
||||
public const int BIO_TYPE_NULL_FILTER;
|
||||
public const int BIO_TYPE_BIO;
|
||||
public const int BIO_TYPE_LINEBUFFER;
|
||||
public const int BIO_TYPE_DGRAM;
|
||||
public const int BIO_TYPE_ASN1;
|
||||
public const int BIO_TYPE_COMP;
|
||||
public const int BIO_TYPE_DGRAM_SCTP;
|
||||
|
||||
[CCode (cname = "BIO_meth_new")]
|
||||
public BIOMethod (int type, string name);
|
||||
|
||||
[CCode (cname = "BIO_get_new_index")]
|
||||
public int get_new_index ();
|
||||
}
|
||||
|
||||
[Compact]
|
||||
[CCode (lower_case_cprefix = "BUF_MEM_", cheader_filename = "openssl/buffer.h", free_function = "BUF_MEM_free")]
|
||||
public class Buffer {
|
||||
|
||||
[CCode (cname = "BUF_MEM_new")]
|
||||
public Buffer ();
|
||||
|
||||
[CCode (cname = "BUF_MEM_new_ex")]
|
||||
public Buffer.with_flags ();
|
||||
|
||||
public int grow (int len);
|
||||
public size_t grow_clean (size_t len);
|
||||
}
|
||||
|
||||
[Compact]
|
||||
[CCode (lower_case_cprefix = "BIO_", cheader_filename = "openssl/bio.h", free_function = "BIO_free")]
|
||||
public class BIO
|
||||
{
|
||||
public const int NOCLOSE;
|
||||
|
||||
public static unowned BIOMethod s_mem ();
|
||||
public static unowned BIOMethod s_secmem ();
|
||||
|
||||
public BIO (BIOMethod type);
|
||||
|
||||
[CCode (cname = "BIO_new_file")]
|
||||
public BIO.with_file (string filename, string mode);
|
||||
|
||||
[CCode (cname = "BIO_new_fp")]
|
||||
public BIO.with_stream (GLib.FileStream stream, int flags);
|
||||
|
||||
[CCode (cname = "BIO_new_mem_buf")]
|
||||
public BIO.with_buffer (uint8[] buf);
|
||||
|
||||
public int read_filename (string name);
|
||||
public int write_filename (string name);
|
||||
public int append_filename (string name);
|
||||
public int rw_filename (string name);
|
||||
|
||||
public int set_mem_eof_return (int v);
|
||||
public long get_mem_data ([CCode (array_length = false)] out uint8[] pp);
|
||||
public int set_mem_buf (Buffer bm, int c);
|
||||
public int get_mem_ptr (out Buffer pp);
|
||||
|
||||
public int set (BIOMethod type);
|
||||
public int read (uint8[] data);
|
||||
public int write (uint8[] data);
|
||||
|
||||
[PrintfFormat]
|
||||
public int printf (string format, ...);
|
||||
|
||||
[PrintfFormat]
|
||||
public int vprintf (string format, va_list args);
|
||||
|
||||
[PrintfFormat]
|
||||
public static int snprintf (uint8[] buf, string format, ...);
|
||||
|
||||
[PrintfFormat]
|
||||
public static int vsnprintf (uint8[] buf, string format, va_list args);
|
||||
|
||||
public int reset ();
|
||||
public int seek (int ofs);
|
||||
public int pending ();
|
||||
public int wpending ();
|
||||
public int flush ();
|
||||
public int eof ();
|
||||
public int tell ();
|
||||
public int set_close (long flag);
|
||||
public int get_close ();
|
||||
public long ctrl (int cmd, long larg, [CCode (array_length = false)] uint8[] parg);
|
||||
|
||||
public int read_ex (uint8[] data, out size_t readbytes);
|
||||
public int write_ex (uint8[] data, out size_t written);
|
||||
}
|
||||
|
||||
[CCode (lower_case_cprefix = "CRYPTO_", cheader_filename = "openssl/crypto.h")]
|
||||
namespace Crypto
|
||||
{
|
||||
public int memcmp (void* v1, void* v2, size_t n);
|
||||
}
|
||||
|
||||
[Compact]
|
||||
[CCode (cname = "ASN1_PCTX", lower_case_cprefix = "ASN1_PCTX_", free_function = "ASN1_PCTX_free")]
|
||||
public class ASN1_PCTX {
|
||||
public ASN1_PCTX ();
|
||||
|
||||
public ulong get_flags ();
|
||||
public void set_flags (ulong flags);
|
||||
public ulong get_nm_flags ();
|
||||
public void set_nm_flags (ulong flags);
|
||||
public ulong get_cert_flags ();
|
||||
public void set_cert_flags (ulong flags);
|
||||
|
||||
public ulong get_oid_flags ();
|
||||
public void set_oid_flags (ulong flags);
|
||||
public ulong get_str_flags ();
|
||||
public void set_str_flags (ulong flags);
|
||||
}
|
||||
|
||||
[Compact]
|
||||
[CCode (cname = "ASN1_SCTX", lower_case_cprefix = "ASN1_SCTX_", free_function = "ASN1_SCTX_free")]
|
||||
public class ASN1_SCTX {
|
||||
public ASN1_SCTX ();
|
||||
|
||||
public ulong get_flags ();
|
||||
}
|
||||
|
||||
[CCode (cprefix = "EVP_", lower_case_cprefix = "EVP_", cheader_filename = "openssl/evp.h")]
|
||||
namespace EVP
|
||||
{
|
||||
public const int CIPH_STREAM_CIPHER;
|
||||
public const int CIPH_ECB_MODE;
|
||||
public const int CIPH_CBC_MODE;
|
||||
public const int CIPH_CFB_MODE;
|
||||
public const int CIPH_OFB_MODE;
|
||||
public const int CIPH_CTR_MODE;
|
||||
public const int CIPH_GCM_MODE;
|
||||
public const int CIPH_CCM_MODE;
|
||||
public const int CIPH_XTS_MODE;
|
||||
public const int CIPH_WRAP_MODE;
|
||||
public const int CIPH_OCB_MODE;
|
||||
public const int CIPH_MODE;
|
||||
public const int CIPH_VARIABLE_LENGTH;
|
||||
public const int CIPH_CUSTOM_IV;
|
||||
public const int CIPH_ALWAYS_CALL_INIT;
|
||||
public const int CIPH_CTRL_INIT;
|
||||
public const int CIPH_CUSTOM_KEY_LENGTH;
|
||||
public const int CIPH_NO_PADDING;
|
||||
public const int CIPH_RAND_KEY;
|
||||
public const int CIPH_CUSTOM_COPY;
|
||||
public const int CIPH_CUSTOM_IV_LENGTH;
|
||||
public const int CIPH_FLAG_DEFAULT_ASN1;
|
||||
public const int CIPH_FLAG_LENGTH_BITS;
|
||||
public const int CIPH_FLAG_FIPS;
|
||||
public const int CIPH_FLAG_NON_FIPS_ALLOW;
|
||||
public const int CIPH_FLAG_CUSTOM_CIPHER;
|
||||
public const int CIPH_FLAG_AEAD_CIPHER;
|
||||
public const int CIPH_FLAG_TLS1_1_MULTIBLOCK;
|
||||
public const int CIPH_FLAG_PIPELINE;
|
||||
|
||||
public const int CTRL_INIT;
|
||||
public const int CTRL_SET_KEY_LENGTH;
|
||||
public const int CTRL_GET_RC2_KEY_BITS;
|
||||
public const int CTRL_SET_RC2_KEY_BITS;
|
||||
public const int CTRL_GET_RC5_ROUNDS;
|
||||
public const int CTRL_SET_RC5_ROUNDS;
|
||||
public const int CTRL_RAND_KEY;
|
||||
public const int CTRL_PBE_PRF_NID;
|
||||
public const int CTRL_COPY;
|
||||
public const int CTRL_AEAD_SET_IVLEN;
|
||||
public const int CTRL_AEAD_GET_TAG;
|
||||
public const int CTRL_AEAD_SET_TAG;
|
||||
public const int CTRL_AEAD_SET_IV_FIXED;
|
||||
public const int CTRL_GCM_SET_IVLEN;
|
||||
public const int CTRL_GCM_GET_TAG;
|
||||
public const int CTRL_GCM_SET_TAG;
|
||||
public const int CTRL_GCM_SET_IV_FIXED;
|
||||
public const int CTRL_GCM_IV_GEN;
|
||||
public const int CTRL_CCM_SET_IVLEN;
|
||||
public const int CTRL_CCM_GET_TAG;
|
||||
public const int CTRL_CCM_SET_TAG;
|
||||
public const int CTRL_CCM_SET_IV_FIXED;
|
||||
public const int CTRL_CCM_SET_L;
|
||||
public const int CTRL_CCM_SET_MSGLEN;
|
||||
public const int CTRL_AEAD_TLS1_AAD;
|
||||
public const int CTRL_AEAD_SET_MAC_KEY;
|
||||
public const int CTRL_GCM_SET_IV_INV;
|
||||
public const int CTRL_TLS1_1_MULTIBLOCK_AAD;
|
||||
public const int CTRL_TLS1_1_MULTIBLOCK_ENCRYPT;
|
||||
public const int CTRL_TLS1_1_MULTIBLOCK_DECRYPT;
|
||||
public const int CTRL_TLS1_1_MULTIBLOCK_MAX_BUFSIZE;
|
||||
public const int CTRL_SSL3_MASTER_SECRET;
|
||||
public const int CTRL_SET_SBOX;
|
||||
public const int CTRL_SBOX_USED;
|
||||
public const int CTRL_KEY_MESH;
|
||||
public const int CTRL_BLOCK_PADDING_MODE;
|
||||
public const int CTRL_SET_PIPELINE_OUTPUT_BUFS;
|
||||
public const int CTRL_SET_PIPELINE_INPUT_BUFS;
|
||||
public const int CTRL_SET_PIPELINE_INPUT_LENS;
|
||||
public const int CTRL_GET_IVLEN;
|
||||
|
||||
[CCode (cprefix = "EVP_PADDING_")]
|
||||
public enum Padding {
|
||||
PKCS7,
|
||||
ISO7816_4,
|
||||
ANSI923,
|
||||
ISO10126,
|
||||
ZERO,
|
||||
}
|
||||
|
||||
[CCode (cprefix = "EVP_PKEY_OP_")]
|
||||
public enum PublicKeyOperation {
|
||||
UNDEFINED,
|
||||
PARAMGEN,
|
||||
KEYGEN,
|
||||
SIGN,
|
||||
VERIFY,
|
||||
VERIFYRECOVER,
|
||||
SIGNCTX,
|
||||
VERIFYCTX,
|
||||
ENCRYPT,
|
||||
DECRYPT,
|
||||
DERIVE,
|
||||
}
|
||||
public const int PKEY_OP_TYPE_SIG;
|
||||
public const int PKEY_OP_TYPE_CRYPT;
|
||||
public const int PKEY_OP_TYPE_NOGEN;
|
||||
public const int PKEY_OP_TYPE_GEN;
|
||||
|
||||
[CCode (cprefix = "EVP_PKEY_CTRL_")]
|
||||
public enum PublicKeyControl {
|
||||
MD,
|
||||
PEER_KEY,
|
||||
PKCS7_ENCRYPT,
|
||||
PKCS7_DECRYPT,
|
||||
PKCS7_SIGN,
|
||||
SET_MAC_KEY,
|
||||
DIGESTINIT,
|
||||
SET_IV,
|
||||
CMS_ENCRYPT,
|
||||
CMS_DECRYPT,
|
||||
CMS_SIGN,
|
||||
CIPHER,
|
||||
GET_MD,
|
||||
SET_DIGEST_SIZE,
|
||||
}
|
||||
|
||||
[CCode (cprefix = "EVP_PKEY_CTRL_", cheader_filename = "openssl/rsa.h")]
|
||||
public enum PublicKeyRsaControl {
|
||||
RSA_PADDING,
|
||||
RSA_PSS_SALTLEN,
|
||||
RSA_KEYGEN_BITS,
|
||||
RSA_KEYGEN_PUBEXP,
|
||||
RSA_MGF1_MD,
|
||||
GET_RSA_PADDING,
|
||||
GET_RSA_PSS_SALTLEN,
|
||||
GET_RSA_MGF1_MD,
|
||||
RSA_OAEP_MD,
|
||||
RSA_OAEP_LABEL,
|
||||
GET_RSA_OAEP_MD,
|
||||
GET_RSA_OAEP_LABEL,
|
||||
RSA_KEYGEN_PRIMES,
|
||||
}
|
||||
|
||||
[Compact]
|
||||
[CCode (cname = "EVP_PKEY", lower_case_cprefix = "EVP_PKEY_", cprefix = "EVP_PKEY_", free_function = "EVP_PKEY_free")]
|
||||
public class PublicKey {
|
||||
public const int NONE;
|
||||
public const int RSA;
|
||||
public const int RSA2;
|
||||
public const int RSA_PSS;
|
||||
public const int DSA;
|
||||
public const int DSA1;
|
||||
public const int DSA2;
|
||||
public const int DSA3;
|
||||
public const int DSA4;
|
||||
public const int DH;
|
||||
public const int DHX;
|
||||
public const int EC;
|
||||
public const int SM2;
|
||||
public const int HMAC;
|
||||
public const int CMAC;
|
||||
public const int SCRYPT;
|
||||
public const int TLS1_PRF;
|
||||
public const int HKDF;
|
||||
public const int POLY1305;
|
||||
public const int SIPHASH;
|
||||
public const int X25519;
|
||||
public const int ED25519;
|
||||
public const int X448;
|
||||
public const int ED448;
|
||||
|
||||
public PublicKey ();
|
||||
|
||||
[CCode (cname = "EVP_PKEY_new_raw_private_key")]
|
||||
public PublicKey.raw_private_key (int type, Engine? e, uint8[] key);
|
||||
|
||||
[CCode (cname = "EVP_PKEY_new_raw_public_key")]
|
||||
public PublicKey.raw_public_key (int type, Engine? e, uint8[] key);
|
||||
|
||||
[CCode (cname = "EVP_PKEY_new_CMAC_key")]
|
||||
public PublicKey.CMAC_key (Engine? e, uint8[] priv, Cipher? cipher);
|
||||
|
||||
[CCode (cname = "EVP_PKEY_new_mac_key")]
|
||||
public PublicKey.mac_key (int type, Engine? e, uint8[] key);
|
||||
|
||||
public int id ();
|
||||
public int size ();
|
||||
public int base_id ();
|
||||
public static int type (int type);
|
||||
public int set_alias_type (int type);
|
||||
public int up_ref ();
|
||||
public RSA? get1_RSA ();
|
||||
public RSA? get0_RSA ();
|
||||
public int set1_RSA (RSA? key);
|
||||
public int assign_RSA (RSA? key);
|
||||
public int security_bits ();
|
||||
|
||||
[CCode (instance_pos = 1.1)]
|
||||
public int print_public (BIO out, int indent, ASN1_PCTX? pctx);
|
||||
|
||||
[CCode (instance_pos = 1.1)]
|
||||
public int print_private (BIO out, int indent, ASN1_PCTX? pctx);
|
||||
|
||||
public Engine? get0_engine ();
|
||||
public int set1_engine (Engine? engine);
|
||||
|
||||
public int get_raw_private_key ([CCode (array_length = false)] uint8[] priv, out size_t len);
|
||||
public int get_raw_public_key ([CCode (array_length = false)] uint8[] pub, out size_t len);
|
||||
}
|
||||
|
||||
[Compact]
|
||||
[CCode (cname = "EVP_PKEY_CTX", lower_case_cprefix = "EVP_PKEY_CTX_", cprefix = "EVP_PKEY_CTX_", free_function = "EVP_PKEY_CTX_free")]
|
||||
public class PublicKeyContext {
|
||||
public PublicKeyContext (PublicKey pkey, Engine? e);
|
||||
public PublicKeyContext.id (int id, Engine? e);
|
||||
|
||||
public PublicKeyContext dup ();
|
||||
|
||||
public int ctrl_str (string type, string value);
|
||||
public int ctrl_uint64(int keytype, int optype, int cmd, uint64 value);
|
||||
public int ctrl (int keytype, int optype, int cmd, int p1, [CCode (array_length = false)] uint8[] p2);
|
||||
|
||||
[CCode (cname = "EVP_PKEY_CTX_set_rsa_padding", cheader_filename = "openssl/rsa.h")]
|
||||
public int set_rsa_padding (int pad);
|
||||
[CCode (cname = "EVP_PKEY_CTX_get_rsa_padding", cheader_filename = "openssl/rsa.h")]
|
||||
public int get_rsa_padding (out int pad);
|
||||
[CCode (cname = "EVP_PKEY_CTX_set_rsa_pss_saltlen", cheader_filename = "openssl/rsa.h")]
|
||||
public int set_rsa_pss_saltlen (int len);
|
||||
[CCode (cname = "EVP_PKEY_CTX_get_rsa_pss_saltlen", cheader_filename = "openssl/rsa.h")]
|
||||
public int get_rsa_pss_saltlen (out int len);
|
||||
[CCode (cname = "EVP_PKEY_CTX_set_rsa_keygen_bits", cheader_filename = "openssl/rsa.h")]
|
||||
public int set_rsa_keygen_bits (int mbits);
|
||||
[CCode (cname = "EVP_PKEY_CTX_set_rsa_keygen_pubexp", cheader_filename = "openssl/rsa.h")]
|
||||
public int set_rsa_keygen_pubexp (BIGNUM pubexp);
|
||||
[CCode (cname = "EVP_PKEY_CTX_set_rsa_keygen_primes", cheader_filename = "openssl/rsa.h")]
|
||||
public int set_rsa_keygen_primes (int primes);
|
||||
|
||||
public int md (int optype, int cmd, string md);
|
||||
public int set_signature_md (MessageDigest md);
|
||||
public int get_signature_md (out MessageDigest pmd);
|
||||
public int set_mac_key (uint8[] key);
|
||||
|
||||
[CCode (cname = "EVP_PKEY_keygen_init")]
|
||||
public int keygen_init ();
|
||||
|
||||
[CCode (cname = "EVP_PKEY_keygen")]
|
||||
public int keygen (out PublicKey ppkey);
|
||||
|
||||
[CCode (cname = "EVP_PKEY_paramgen_init")]
|
||||
public int paramgen_init ();
|
||||
|
||||
[CCode (cname = "EVP_PKEY_paramgen")]
|
||||
public int paramgen (out PublicKey ppkey);
|
||||
|
||||
[CCode (cname = "EVP_PKEY_encrypt_init")]
|
||||
public int encrypt_init ();
|
||||
|
||||
[CCode (cname = "EVP_PKEY_encrypt")]
|
||||
public int encrypt ([CCode (array_length = false)] uint8[] out, out size_t outlen, uint8[] in);
|
||||
|
||||
[CCode (cname = "EVP_PKEY_decrypt_init")]
|
||||
public int decrypt_init ();
|
||||
|
||||
[CCode (cname = "EVP_PKEY_decrypt")]
|
||||
public int decrypt ([CCode (array_length = false)] uint8[] out, out size_t outlen, uint8[] in);
|
||||
|
||||
[CCode (cname = "EVP_PKEY_derive_init")]
|
||||
public int derive_init ();
|
||||
|
||||
[CCode (cname = "EVP_PKEY_derive_set_peer")]
|
||||
public int derive_set_peer (PublicKey peer);
|
||||
|
||||
[CCode (cname = "EVP_PKEY_derive")]
|
||||
public int derive ([CCode (array_length = false)] uint8[] key, out size_t keylen);
|
||||
|
||||
[CCode (cname = "EVP_PKEY_sign_init")]
|
||||
public int sign_init ();
|
||||
|
||||
[CCode (cname = "EVP_PKEY_sign")]
|
||||
public int sign ([CCode (array_length = false)] uint8[] sig, out size_t siglen, uint8[] tbs);
|
||||
|
||||
[CCode (cname = "EVP_PKEY_verify_init")]
|
||||
public int verify_init ();
|
||||
|
||||
[CCode (cname = "EVP_PKEY_verify")]
|
||||
public int verify (uint8[] sig, uint8[] tbs);
|
||||
|
||||
[CCode (cname = "EVP_PKEY_verify_recover_init")]
|
||||
public int verify_recover_init ();
|
||||
|
||||
[CCode (cname = "EVP_PKEY_verify_recover")]
|
||||
public int verify_recover ([CCode (array_length = false)] uint8[] rout, out size_t routlen, uint8[] sig);
|
||||
}
|
||||
|
||||
[Compact]
|
||||
[CCode (cname = "EVP_MD")]
|
||||
public class MessageDigest
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public unowned MessageDigest? md_null ();
|
||||
public unowned MessageDigest? md2 ();
|
||||
public unowned MessageDigest? md4 ();
|
||||
public unowned MessageDigest? md5 ();
|
||||
public unowned MessageDigest? md5_sha1 ();
|
||||
public unowned MessageDigest? blake2b512 ();
|
||||
public unowned MessageDigest? blake2s256 ();
|
||||
public unowned MessageDigest? sha1 ();
|
||||
public unowned MessageDigest? sha224 ();
|
||||
public unowned MessageDigest? sha256 ();
|
||||
public unowned MessageDigest? sha384 ();
|
||||
public unowned MessageDigest? sha512 ();
|
||||
public unowned MessageDigest? mdc2 ();
|
||||
public unowned MessageDigest? ripmed160 ();
|
||||
public unowned MessageDigest? whirlpool ();
|
||||
[CCode (cname = "get_digestbyname")]
|
||||
public unowned MessageDigest? get_digest_by_name (string name);
|
||||
|
||||
[Compact]
|
||||
[CCode (cname = "EVP_MD_CTX", lower_case_cprefix = "EVP_MD_CTX_")]
|
||||
public class MessageDigestContext
|
||||
{
|
||||
public MessageDigestContext ();
|
||||
[CCode (cname = "EVP_DigestInit_ex")]
|
||||
public int init (MessageDigest type, Engine? engine);
|
||||
[CCode (cname = "EVP_DigestUpdate")]
|
||||
public int update (uint8[] d);
|
||||
[CCode (cname = "EVP_DigestFinal_ex")]
|
||||
public int final ([CCode (array_length = false)] uchar[] md, out int s);
|
||||
}
|
||||
|
||||
[Compact]
|
||||
[CCode (cname = "EVP_CIPHER", lower_case_cprefix = "EVP_CIPHER_")]
|
||||
public class Cipher
|
||||
{
|
||||
[CCode (cname = "EVP_CIPHER_meth_new")]
|
||||
public Cipher (int cipher_type, int block_size, int key_len);
|
||||
public int key_length ();
|
||||
public int iv_length ();
|
||||
}
|
||||
|
||||
public unowned Cipher? enc_null ();
|
||||
public unowned Cipher? des_ecb ();
|
||||
public unowned Cipher? des_ede ();
|
||||
public unowned Cipher? des_ede3 ();
|
||||
public unowned Cipher? des_ede_ecb ();
|
||||
public unowned Cipher? des_ede3_ecb ();
|
||||
public unowned Cipher? des_cfb64 ();
|
||||
public unowned Cipher? des_cfb1 ();
|
||||
public unowned Cipher? des_cfb8 ();
|
||||
public unowned Cipher? des_ede_cfb64 ();
|
||||
public unowned Cipher? des_ede3_cfb64 ();
|
||||
public unowned Cipher? des_ede3_cfb1 ();
|
||||
public unowned Cipher? des_ede3_cfb8 ();
|
||||
public unowned Cipher? des_ofb ();
|
||||
public unowned Cipher? des_ede_ofb ();
|
||||
public unowned Cipher? des_ede3_ofb ();
|
||||
public unowned Cipher? des_cbc ();
|
||||
public unowned Cipher? des_ede_cbc ();
|
||||
public unowned Cipher? des_ede3_cbc ();
|
||||
public unowned Cipher? desx_cbc ();
|
||||
public unowned Cipher? des_ede3_wrap ();
|
||||
public unowned Cipher? rc4 ();
|
||||
public unowned Cipher? rc4_40 ();
|
||||
public unowned Cipher? rc4_hmac_md5 ();
|
||||
public unowned Cipher? idea_ecb ();
|
||||
public unowned Cipher? idea_cfb64 ();
|
||||
public unowned Cipher? idea_ofb ();
|
||||
public unowned Cipher? idea_cbc ();
|
||||
public unowned Cipher? rc2_ecb ();
|
||||
public unowned Cipher? rc2_cbc ();
|
||||
public unowned Cipher? rc2_40_cbc ();
|
||||
public unowned Cipher? rc2_64_cbc ();
|
||||
public unowned Cipher? rc2_cfb64 ();
|
||||
public unowned Cipher? rc2_ofb ();
|
||||
public unowned Cipher? bf_ecb ();
|
||||
public unowned Cipher? bf_cbc ();
|
||||
public unowned Cipher? bf_cfb64 ();
|
||||
public unowned Cipher? bf_ofb ();
|
||||
public unowned Cipher? cast5_ecb ();
|
||||
public unowned Cipher? cast5_cbc ();
|
||||
public unowned Cipher? cast5_cfb64 ();
|
||||
public unowned Cipher? cast5_ofb ();
|
||||
public unowned Cipher? rc5_32_12_16_cbc ();
|
||||
public unowned Cipher? rc5_32_12_16_ecb ();
|
||||
public unowned Cipher? rc5_32_12_16_cfb64 ();
|
||||
public unowned Cipher? rc5_32_12_16_ofb ();
|
||||
public unowned Cipher? aes_128_ecb ();
|
||||
public unowned Cipher? aes_128_cbc ();
|
||||
public unowned Cipher? aes_128_cfb1 ();
|
||||
public unowned Cipher? aes_128_cfb8 ();
|
||||
public unowned Cipher? aes_128_cfb128 ();
|
||||
public unowned Cipher? aes_128_ofb ();
|
||||
public unowned Cipher? aes_128_ctr ();
|
||||
public unowned Cipher? aes_128_ccm ();
|
||||
public unowned Cipher? aes_128_gcm ();
|
||||
public unowned Cipher? aes_128_xts ();
|
||||
public unowned Cipher? aes_128_wrap ();
|
||||
public unowned Cipher? aes_128_wrap_pad ();
|
||||
public unowned Cipher? aes_128_ocb ();
|
||||
public unowned Cipher? aes_192_ecb ();
|
||||
public unowned Cipher? aes_192_cbc ();
|
||||
public unowned Cipher? aes_192_cfb1 ();
|
||||
public unowned Cipher? aes_192_cfb8 ();
|
||||
public unowned Cipher? aes_192_cfb128 ();
|
||||
public unowned Cipher? aes_192_ofb ();
|
||||
public unowned Cipher? aes_192_ctr ();
|
||||
public unowned Cipher? aes_192_ccm ();
|
||||
public unowned Cipher? aes_192_gcm ();
|
||||
public unowned Cipher? aes_192_wrap ();
|
||||
public unowned Cipher? aes_192_wrap_pad ();
|
||||
public unowned Cipher? aes_192_ocb ();
|
||||
public unowned Cipher? aes_256_ecb ();
|
||||
public unowned Cipher? aes_256_cbc ();
|
||||
public unowned Cipher? aes_256_cfb1 ();
|
||||
public unowned Cipher? aes_256_cfb8 ();
|
||||
public unowned Cipher? aes_256_cfb128 ();
|
||||
public unowned Cipher? aes_256_ofb ();
|
||||
public unowned Cipher? aes_256_ctr ();
|
||||
public unowned Cipher? aes_256_ccm ();
|
||||
public unowned Cipher? aes_256_gcm ();
|
||||
public unowned Cipher? aes_256_xts ();
|
||||
public unowned Cipher? aes_256_wrap ();
|
||||
public unowned Cipher? aes_256_wrap_pad ();
|
||||
public unowned Cipher? aes_256_ocb ();
|
||||
public unowned Cipher? aes_128_cbc_hmac_sha1 ();
|
||||
public unowned Cipher? aes_256_cbc_hmac_sha1 ();
|
||||
public unowned Cipher? aes_128_cbc_hmac_sha256 ();
|
||||
public unowned Cipher? aes_256_cbc_hmac_sha256 ();
|
||||
public unowned Cipher? camellia_128_ecb ();
|
||||
public unowned Cipher? camellia_128_cbc ();
|
||||
public unowned Cipher? camellia_128_cfb1 ();
|
||||
public unowned Cipher? camellia_128_cfb8 ();
|
||||
public unowned Cipher? camellia_128_cfb128 ();
|
||||
public unowned Cipher? camellia_128_ofb ();
|
||||
public unowned Cipher? camellia_128_ctr ();
|
||||
public unowned Cipher? camellia_192_ecb ();
|
||||
public unowned Cipher? camellia_192_cbc ();
|
||||
public unowned Cipher? camellia_192_cfb1 ();
|
||||
public unowned Cipher? camellia_192_cfb8 ();
|
||||
public unowned Cipher? camellia_192_cfb128 ();
|
||||
public unowned Cipher? camellia_192_ofb ();
|
||||
public unowned Cipher? camellia_192_ctr ();
|
||||
public unowned Cipher? camellia_256_ecb ();
|
||||
public unowned Cipher? camellia_256_cbc ();
|
||||
public unowned Cipher? camellia_256_cfb1 ();
|
||||
public unowned Cipher? camellia_256_cfb8 ();
|
||||
public unowned Cipher? camellia_256_cfb128 ();
|
||||
public unowned Cipher? camellia_256_ofb ();
|
||||
public unowned Cipher? camellia_256_ctr ();
|
||||
public unowned Cipher? chacha20 ();
|
||||
public unowned Cipher? chacha20_poly1305 ();
|
||||
public unowned Cipher? seed_ecb ();
|
||||
public unowned Cipher? seed_cbc ();
|
||||
public unowned Cipher? seed_cfb128 ();
|
||||
public unowned Cipher? seed_ofb ();
|
||||
[CCode (cname = "EVP_get_cipherbyname")]
|
||||
public unowned Cipher? get_cipher_by_name (string name);
|
||||
|
||||
[CCode (cname = "EVP_BytesToKey")]
|
||||
public int bytes_to_key (Cipher cipher, MessageDigest md, [CCode (array_length = false)] uchar[] salt, uchar[] key_data, int nrounds, [CCode (array_length = false)] uchar[] key, [CCode (array_length = false)] uchar[] iv);
|
||||
|
||||
[Compact]
|
||||
[CCode (cname = "EVP_CIPHER_CTX", cprefix = "EVP_CIPHER_CTX_", lower_case_cprefix = "EVP_CIPHER_CTX_")]
|
||||
public class CipherContext
|
||||
{
|
||||
public CipherContext ();
|
||||
|
||||
public int reset ();
|
||||
|
||||
public int set_key_length (int keylen);
|
||||
public int set_padding (int pad);
|
||||
|
||||
[CCode (cname = "EVP_EncryptInit_ex")]
|
||||
public int encrypt_init (Cipher? cipher, Engine? engine, [CCode (array_length = false)] uchar[]? key, [CCode (array_length = false)] uchar[]? iv);
|
||||
|
||||
[CCode (cname = "EVP_EncryptUpdate")]
|
||||
public int encrypt_update ([CCode (array_length = false)] uchar[] ciphertext, out int ciphertext_len, uchar[] plaintext);
|
||||
|
||||
[CCode (cname = "EVP_EncryptFinal_ex")]
|
||||
public int encrypt_final ([CCode (array_length = false)] uchar[] ciphertext, out int ciphertext_len);
|
||||
|
||||
[CCode (cname = "EVP_DecryptInit_ex")]
|
||||
public int decrypt_init (Cipher? cipher, Engine? engine, [CCode (array_length = false)] uchar[]? key, [CCode (array_length = false)] uchar[]? iv);
|
||||
|
||||
[CCode (cname = "EVP_DecryptUpdate")]
|
||||
public int decrypt_update ([CCode (array_length = false)] uchar[] plaintext, out int plaintext_len, uchar[] ciphertext);
|
||||
|
||||
[CCode (cname = "EVP_DecryptFinal_ex")]
|
||||
public int decrypt_final ([CCode (array_length = false)] uchar[] plaintext, out int plaintext_len);
|
||||
|
||||
[CCode (simple_generics = true)]
|
||||
public int ctrl<T>(int type, int arg, T? ptr);
|
||||
}
|
||||
}
|
||||
|
||||
[Compact]
|
||||
[CCode (cname = "BIGNUM", cheader_filename = "openssl/rsa.h", free_function = "BN_free")]
|
||||
public class BIGNUM {
|
||||
[CCode (cname = "BN_new", cheader_filename = "openssl/bn.h")]
|
||||
public BIGNUM ();
|
||||
|
||||
[CCode (cname = "BN_secure_new", cheader_filename = "openssl/bn.h")]
|
||||
public BIGNUM.secure ();
|
||||
|
||||
[CCode (cname = "BN_clear", cheader_filename = "openssl/bn.h")]
|
||||
public void clear ();
|
||||
|
||||
[CCode (cname = "BN_set_word", cheader_filename = "openssl/bn.h")]
|
||||
public int set_word (ulong w);
|
||||
}
|
||||
|
||||
[Compact]
|
||||
[CCode (cname = "BN_GENCB", cheader_filename = "openssl/rsa.h", free_function = "BN_GENCB_free")]
|
||||
public class BN_GENCB {
|
||||
public delegate int BigNumGenCallback (int a, int b, BN_GENCB gcb);
|
||||
|
||||
[CCode (cname = "BN_GENCB_new")]
|
||||
public BN_GENCB ();
|
||||
|
||||
[CCode (cname = "BN_GENCB_set")]
|
||||
public void set (BigNumGenCallback cb, [CCode (array_length = false)] uint8[] cb_arg);
|
||||
|
||||
[CCode (cname = "BN_GENCB_call")]
|
||||
public int call (int a, int b);
|
||||
}
|
||||
|
||||
[Compact]
|
||||
[CCode (lower_case_cprefix = "RSA_", cprefix = "RSA_", cheader_filename = "openssl/rsa.h", free_function = "RSA_free")]
|
||||
public class RSA
|
||||
{
|
||||
public const int PKCS1_PADDING;
|
||||
public const int SSLV23_PADDING;
|
||||
public const int NO_PADDING;
|
||||
public const int PKCS1_OAEP_PADDING;
|
||||
public const int X931_PADDING;
|
||||
public const int PKCS1_PSS_PADDING;
|
||||
public const int F4;
|
||||
[CCode (cname = "RSA_3")]
|
||||
public const int RSA_3;
|
||||
|
||||
public RSA ();
|
||||
|
||||
public int size ();
|
||||
|
||||
public int set0_key (BIGNUM n, BIGNUM e, BIGNUM d);
|
||||
public void get0_key (out BIGNUM n, out BIGNUM e, out BIGNUM d);
|
||||
|
||||
public void clear_flags (int flags);
|
||||
public int test_flags (int flags);
|
||||
public void set_flags (int flags);
|
||||
public Engine get0_engine ();
|
||||
|
||||
[CCode (instance_pos = 1.1)]
|
||||
public int print_fp (GLib.FileStream fp, int offset);
|
||||
[CCode (instance_pos = 1.1)]
|
||||
public int print (BIO bp, int offset);
|
||||
public int generate_key_ex (int bits, BIGNUM e, BN_GENCB? cb = null);
|
||||
[CCode (instance_pos = 4)]
|
||||
public bool sign (int type, uint8[] m, [CCode (array_length = false)] uint8[] sigret, out int siglen);
|
||||
[CCode (instance_pos = 3)]
|
||||
public int verify (int type, uint8[] m, uint8[] sigbuf);
|
||||
[CCode (instance_pos = 2.1)]
|
||||
public int public_encrypt ([CCode (array_length_pos = 0)] uint8[] from, [CCode (array_length = false)] uint8[] to, int padding);
|
||||
[CCode (instance_pos = 2.1)]
|
||||
public int private_encrypt ([CCode (array_length_pos = 0)] uint8[] from, [CCode (array_length = false)] uint8[] to, int padding);
|
||||
[CCode (instance_pos = 2.1)]
|
||||
public int public_decrypt ([CCode (array_length_pos = 0)] uint8[] from, [CCode (array_length = false)] uint8[] to,int padding);
|
||||
[CCode (instance_pos = 2.1)]
|
||||
public int private_decrypt ([CCode (array_length_pos = 0)] uint8[] from, [CCode (array_length = false)] uint8[] to, int padding);
|
||||
}
|
||||
|
||||
[CCode (lower_case_cprefix = "PEM_", cheader_filename = "openssl/pem.h")]
|
||||
namespace PEM
|
||||
{
|
||||
[CCode (cname = "pem_password_cb")]
|
||||
public delegate int PasswordCallback (uint8[] buf, int flag);
|
||||
public void read_RSAPrivateKey (GLib.FileStream f, out RSA x, PasswordCallback? cb = null);
|
||||
public void read_RSAPublicKey (GLib.FileStream f, out RSA x, PasswordCallback? cb = null);
|
||||
public int write_RSAPrivateKey (GLib.FileStream f, RSA x, EVP.Cipher? enc, uint8[] kstr, PasswordCallback? cb = null);
|
||||
public int write_RSAPublicKey (GLib.FileStream f, RSA x);
|
||||
|
||||
public void read_bio_RSAPublicKey (BIO bp, out RSA x, PasswordCallback? cb = null);
|
||||
public void read_bio_RSAPrivateKey (BIO bp, out RSA x, PasswordCallback? cb = null);
|
||||
public bool write_bio_RSAPublicKey (BIO bp, RSA x);
|
||||
public bool write_bio_RSAPrivateKey (BIO bp, RSA x, EVP.Cipher? enc, uint8[] kstr, PasswordCallback? cb = null);
|
||||
|
||||
public void read_bio_PUBKEY (BIO bp, out EVP.PublicKey x, PasswordCallback? cb = null);
|
||||
public int write_bio_PUBKEY (BIO bp, EVP.PublicKey x);
|
||||
public void read_PUBKEY (GLib.FileStream fp, out EVP.PublicKey x, PasswordCallback? cb = null);
|
||||
public int write_PUBKEY (GLib.FileStream fp, EVP.PublicKey x);
|
||||
|
||||
public void read_bio_PrivateKey (BIO bp, out EVP.PublicKey x, PasswordCallback? cb = null);
|
||||
public void read_PrivateKey (GLib.FileStream fp, out EVP.PublicKey x, PasswordCallback? cb = null);
|
||||
public int write_bio_PrivateKey (BIO bp, EVP.PublicKey x, EVP.Cipher? enc, uint8[] kstr, PasswordCallback? cb = null);
|
||||
public int write_bio_PrivateKey_traditional (BIO bp, EVP.PublicKey x, EVP.Cipher? enc, uint8[] kstr, PasswordCallback? cb = null);
|
||||
public int write_PrivateKey (GLib.FileStream fp, EVP.PublicKey x, EVP.Cipher? enc, uint8[] kstr, PasswordCallback? cb = null);
|
||||
public int write_bio_PKCS8PrivateKey (BIO bp, EVP.PublicKey x, EVP.Cipher? enc, uint8[] kstr, PasswordCallback? cb = null);
|
||||
public int write_bio_PKCS8PrivateKey_nid (BIO bp, EVP.PublicKey x, int nid, uint8[] kstr, PasswordCallback? cb = null);
|
||||
public int write_PKCS8PrivateKey (GLib.FileStream fp, EVP.PublicKey x, EVP.Cipher? enc, uint8[] kstr, PasswordCallback? cb = null);
|
||||
public int write_PKCS8PrivateKey_nid (GLib.FileStream fp, EVP.PublicKey x, int nid, uint8[] kstr, PasswordCallback? cb = null);
|
||||
}
|
||||
|
||||
public RSA? d2i_RSA_PUBKEY (out RSA a, uint8[] ppin);
|
||||
public RSA? d2i_RSA_PUBKEY_bio (BIO bp, out RSA a);
|
||||
public RSA? d2i_RSA_PUBKEY_fp (GLib.FileStream fp, out RSA a);
|
||||
|
||||
public int i2d_RSA_PUBKEY (RSA rsa, [CCode (array_length = false)] out uint8[] ppout);
|
||||
public int i2d_RSA_PUBKEY_fp (GLib.FileStream fp, RSA a);
|
||||
public int i2d_RSA_PUBKEY_bio (BIO bp, RSA a);
|
||||
|
||||
[CCode (cprefix = "ERR_", lower_case_cprefix = "ERR_", cheader_filename = "openssl/err.h")]
|
||||
namespace ERR
|
||||
{
|
||||
public ulong get_error();
|
||||
public unowned string? reason_error_string(ulong e);
|
||||
}
|
||||
|
||||
[CCode (cprefix = "RAND_", lower_case_cprefix = "RAND_", cheader_filename = "openssl/rand.h")]
|
||||
namespace RAND
|
||||
{
|
||||
public int bytes(uint8[] buf);
|
||||
}
|
||||
|
||||
}
|
BIN
dino_plus.png
Before Width: | Height: | Size: 213 KiB |
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "im.dino.Dino",
|
||||
"runtime": "org.gnome.Platform",
|
||||
"runtime-version": "46",
|
||||
"runtime-version": "44",
|
||||
"sdk": "org.gnome.Sdk",
|
||||
"command": "dino",
|
||||
"finish-args": [
|
||||
|
@ -16,7 +16,6 @@
|
|||
"--talk-name=org.freedesktop.Notifications"
|
||||
],
|
||||
"modules": [
|
||||
"shared-modules/libcanberra/libcanberra.json",
|
||||
{
|
||||
"name": "libsignal-protocol-c",
|
||||
"buildsystem": "cmake-ninja",
|
||||
|
@ -60,11 +59,7 @@
|
|||
"buildsystem": "cmake-ninja",
|
||||
"builddir": true,
|
||||
"config-opts": [
|
||||
"-DSOUP_VERSION=3",
|
||||
"-DNO_DEBUG=yes",
|
||||
"-DCMAKE_BUILD_TYPE=Release",
|
||||
"-DENABLED_PLUGINS=notification-sound",
|
||||
"-DPLUGIN_RTP_WEBRTC_AUDIO_PROCESSING=OFF"
|
||||
"-DSOUP_VERSION=3"
|
||||
],
|
||||
"cleanup": [
|
||||
"/include",
|
||||
|
|
|
@ -6,11 +6,6 @@ find_packages(LIBDINO_PACKAGES REQUIRED
|
|||
GObject
|
||||
)
|
||||
|
||||
set(LIBDINO_DEFINITIONS)
|
||||
if(LIBDINO_VERSION VERSION_EQUAL "0.56.11")
|
||||
set(LIBDINO_DEFINITIONS ${LIBDINO_DEFINITIONS} VALA_0_56_11)
|
||||
endif()
|
||||
|
||||
vala_precompile(LIBDINO_VALA_C
|
||||
SOURCES
|
||||
src/application.vala
|
||||
|
@ -82,8 +77,6 @@ GENERATE_VAPI
|
|||
dino
|
||||
GENERATE_HEADER
|
||||
dino
|
||||
DEFINITIONS
|
||||
${LIBDINO_DEFINITIONS}
|
||||
)
|
||||
|
||||
add_custom_command(OUTPUT "${CMAKE_BINARY_DIR}/exports/dino_i18n.h"
|
||||
|
@ -102,8 +95,7 @@ DEPENDS
|
|||
${CMAKE_BINARY_DIR}/exports/dino_i18n.h
|
||||
)
|
||||
|
||||
add_definitions(${VALA_CFLAGS} -DDINO_SYSTEM_PLUGIN_DIR="${PLUGIN_INSTALL_DIR}" -DDINO_SYSTEM_LIBDIR_NAME="${LIBDIR_NAME}" -DG_LOG_DOMAIN="libdino"
|
||||
-DDINO_VERSION=\"${PROJECT_VERSION}\" -DDINO_SYSTEM_LOCALEDIR_NAME="${LOCALEDIR_NAME}")
|
||||
add_definitions(${VALA_CFLAGS} -DDINO_SYSTEM_PLUGIN_DIR="${PLUGIN_INSTALL_DIR}" -DDINO_SYSTEM_LIBDIR_NAME="${LIBDIR_NAME}" -DG_LOG_DOMAIN="libdino" -DDINO_VERSION=\"${PROJECT_VERSION}\")
|
||||
add_library(libdino SHARED ${LIBDINO_VALA_C} ${CMAKE_BINARY_DIR}/exports/dino_i18n.h)
|
||||
add_dependencies(libdino dino-vapi)
|
||||
target_link_libraries(libdino xmpp-vala qlite ${LIBDINO_PACKAGES} m)
|
||||
|
@ -113,13 +105,12 @@ install(TARGETS libdino ${TARGET_INSTALL})
|
|||
install(FILES ${CMAKE_BINARY_DIR}/exports/dino.vapi ${CMAKE_BINARY_DIR}/exports/dino.deps DESTINATION ${VAPI_INSTALL_DIR})
|
||||
install(FILES ${CMAKE_BINARY_DIR}/exports/dino.h ${CMAKE_BINARY_DIR}/exports/dino_i18n.h DESTINATION ${INCLUDE_INSTALL_DIR})
|
||||
|
||||
if(BUILD_TESTING)
|
||||
if(BUILD_TESTS)
|
||||
vala_precompile(LIBDINO_TEST_VALA_C
|
||||
SOURCES
|
||||
"tests/weak_map.vala"
|
||||
"tests/testcase.vala"
|
||||
"tests/common.vala"
|
||||
"tests/jid.vala"
|
||||
CUSTOM_VAPIS
|
||||
${CMAKE_BINARY_DIR}/exports/dino_internal.vapi
|
||||
${CMAKE_BINARY_DIR}/exports/xmpp-vala.vapi
|
||||
|
@ -133,5 +124,4 @@ if(BUILD_TESTING)
|
|||
add_definitions(${VALA_CFLAGS})
|
||||
add_executable(libdino-test ${LIBDINO_TEST_VALA_C})
|
||||
target_link_libraries(libdino-test libdino)
|
||||
add_test(NAME libdino COMMAND libdino-test)
|
||||
endif(BUILD_TESTING)
|
||||
endif(BUILD_TESTS)
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
gdk-pixbuf-2.0
|
||||
gee-0.8
|
||||
glib-2.0
|
||||
gmodule-2.0
|
||||
qlite
|
||||
xmpp-vala
|
|
@ -79,22 +79,9 @@ sources = files(
|
|||
)
|
||||
sources += [version_vala]
|
||||
c_args = [
|
||||
'-DDINO_SYSTEM_LIBDIR_NAME="@0@"'.format(get_option('libdir')),
|
||||
'-DDINO_SYSTEM_LOCALEDIR_NAME="@0@"'.format(get_option('localedir')),
|
||||
'-DDINO_SYSTEM_PLUGIN_DIR="@0@"'.format(get_option('prefix') / get_option('libdir') / get_option('plugindir')),
|
||||
'-DDINO_SYSTEM_LIBDIR_NAME="@0@"'.format(get_option('prefix') / get_option('libdir')),
|
||||
'-DDINO_SYSTEM_PLUGIN_DIR="@0@"'.format(get_option('prefix') / get_option('plugindir')),
|
||||
'-DG_LOG_DOMAIN="libdino"',
|
||||
]
|
||||
lib_dino = library('dino', sources, c_args: c_args, include_directories: include_directories('src'), dependencies: dependencies, version: '0.0', install: true, install_dir: [true, true, true])
|
||||
lib_dino = library('dino', sources, c_args: c_args, include_directories: include_directories('src'), dependencies: dependencies)
|
||||
dep_dino = declare_dependency(link_with: lib_dino, include_directories: include_directories('.', 'src'))
|
||||
|
||||
install_data('dino.deps', install_dir: get_option('datadir') / 'vala/vapi') # TODO: workaround for https://github.com/mesonbuild/meson/issues/9756
|
||||
install_headers('src/dino_i18n.h')
|
||||
|
||||
sources = files(
|
||||
'tests/weak_map.vala',
|
||||
'tests/testcase.vala',
|
||||
'tests/common.vala',
|
||||
'tests/jid.vala',
|
||||
)
|
||||
test_libdino = executable('test_libdino', sources, dependencies: dependencies + [dep_dino])
|
||||
test('libdino', test_libdino)
|
||||
|
|
|
@ -25,13 +25,13 @@ public interface Application : GLib.Application {
|
|||
|
||||
public abstract void handle_uri(string jid, string query, Gee.Map<string, string> options);
|
||||
|
||||
public void init(bool default_dark_theme) throws Error {
|
||||
public void init() throws Error {
|
||||
if (DirUtils.create_with_parents(get_storage_dir(), 0700) == -1) {
|
||||
throw new Error(-1, 0, "Could not create storage dir \"%s\": %s", get_storage_dir(), FileUtils.error_from_errno(errno).to_string());
|
||||
}
|
||||
|
||||
this.db = new Database(Path.build_filename(get_storage_dir(), "dino.db"));
|
||||
this.settings = new Dino.Entities.Settings.from_db(db, default_dark_theme);
|
||||
this.settings = new Dino.Entities.Settings.from_db(db);
|
||||
this.stream_interactor = new StreamInteractor(db);
|
||||
|
||||
MessageProcessor.start(stream_interactor, db);
|
||||
|
@ -39,12 +39,12 @@ public interface Application : GLib.Application {
|
|||
PresenceManager.start(stream_interactor);
|
||||
CounterpartInteractionManager.start(stream_interactor);
|
||||
BlockingManager.start(stream_interactor);
|
||||
Calls.start(stream_interactor, db);
|
||||
ConversationManager.start(stream_interactor, db);
|
||||
MucManager.start(stream_interactor);
|
||||
AvatarManager.start(stream_interactor, db);
|
||||
RosterManager.start(stream_interactor, db);
|
||||
FileManager.start(stream_interactor, db);
|
||||
Calls.start(stream_interactor, db);
|
||||
CallStore.start(stream_interactor, db);
|
||||
ContentItemStore.start(stream_interactor, db);
|
||||
ChatInteraction.start(stream_interactor);
|
||||
|
|
|
@ -2,8 +2,6 @@ using Xmpp;
|
|||
|
||||
namespace Dino.Entities {
|
||||
|
||||
const int HISTORY_SYNC_MAM_MESSAGES = 20;
|
||||
|
||||
public class Conversation : Object {
|
||||
|
||||
public signal void object_updated(Conversation conversation);
|
||||
|
@ -35,7 +33,7 @@ public class Conversation : Object {
|
|||
}
|
||||
}
|
||||
}
|
||||
public Encryption encryption { get; set; default = Encryption.UNKNOWN; }
|
||||
public Encryption encryption { get; set; default = Encryption.NONE; }
|
||||
public Message? read_up_to { get; set; }
|
||||
public int read_up_to_item { get; set; default=-1; }
|
||||
|
||||
|
|
|
@ -11,27 +11,6 @@ namespace Dino.Entities {
|
|||
public bool is_some() {
|
||||
return this != NONE;
|
||||
}
|
||||
|
||||
public static Encryption parse(string str) {
|
||||
switch (str) {
|
||||
case "DINO_ENTITIES_ENCRYPTION_NONE":
|
||||
return NONE;
|
||||
case "DINO_ENTITIES_ENCRYPTION_PGP":
|
||||
return PGP;
|
||||
case "DINO_ENTITIES_ENCRYPTION_OMEMO":
|
||||
return OMEMO;
|
||||
case "DINO_ENTITIES_ENCRYPTION_DTLS_SRTP":
|
||||
return DTLS_SRTP;
|
||||
case "DINO_ENTITIES_ENCRYPTION_SRTP":
|
||||
return SRTP;
|
||||
case "DINO_ENTITIES_ENCRYPTION_UNKNOWN":
|
||||
// Fall through.
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
return UNKNOWN;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
|
@ -71,7 +71,6 @@ public class FileTransfer : Object {
|
|||
public int provider { get; set; }
|
||||
public string info { get; set; }
|
||||
public Cancellable cancellable { get; default=new Cancellable(); }
|
||||
public uint64 transferred_bytes { get; set; }
|
||||
|
||||
private Database? db;
|
||||
private string storage_dir;
|
||||
|
|
|
@ -4,7 +4,7 @@ public class Settings : Object {
|
|||
|
||||
private Database db;
|
||||
|
||||
public Settings.from_db(Database db, bool default_dark_theme) {
|
||||
public Settings.from_db(Database db) {
|
||||
this.db = db;
|
||||
|
||||
send_typing_ = col_to_bool_or_default("send_typing", true);
|
||||
|
@ -12,10 +12,6 @@ public class Settings : Object {
|
|||
notifications_ = col_to_bool_or_default("notifications", true);
|
||||
convert_utf8_smileys_ = col_to_bool_or_default("convert_utf8_smileys", true);
|
||||
check_spelling = col_to_bool_or_default("check_spelling", true);
|
||||
default_encryption = col_to_encryption_or_default("default_encryption", Encryption.UNKNOWN);
|
||||
send_button = col_to_bool_or_default("send_button", false);
|
||||
enter_newline = col_to_bool_or_default("enter_newline", false);
|
||||
dark_theme = col_to_bool_or_default("dark_theme", default_dark_theme);
|
||||
}
|
||||
|
||||
private bool col_to_bool_or_default(string key, bool def) {
|
||||
|
@ -23,12 +19,6 @@ public class Settings : Object {
|
|||
return val != null ? bool.parse(val) : def;
|
||||
}
|
||||
|
||||
private Encryption col_to_encryption_or_default(string key, Encryption def) {
|
||||
var sval = db.settings.value;
|
||||
string? val = db.settings.select({sval}).with(db.settings.key, "=", key)[sval];
|
||||
return val != null ? Encryption.parse(val) : def;
|
||||
}
|
||||
|
||||
private bool send_typing_;
|
||||
public bool send_typing {
|
||||
get { return send_typing_; }
|
||||
|
@ -89,60 +79,6 @@ public class Settings : Object {
|
|||
check_spelling_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
private Encryption default_encryption_;
|
||||
public Encryption default_encryption {
|
||||
get { return default_encryption_; }
|
||||
set {
|
||||
string valstr = value.to_string();
|
||||
db.settings.upsert()
|
||||
.value(db.settings.key, "default_encryption", true)
|
||||
.value(db.settings.value, valstr)
|
||||
.perform();
|
||||
default_encryption_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public signal void send_button_update(bool visible);
|
||||
private bool send_button_;
|
||||
public bool send_button {
|
||||
get { return send_button_; }
|
||||
set {
|
||||
db.settings.upsert()
|
||||
.value(db.settings.key, "send_button", true)
|
||||
.value(db.settings.value, value.to_string())
|
||||
.perform();
|
||||
send_button_ = value;
|
||||
send_button_update(value);
|
||||
}
|
||||
}
|
||||
|
||||
private bool enter_newline_;
|
||||
public bool enter_newline {
|
||||
get { return enter_newline_; }
|
||||
set {
|
||||
db.settings.upsert()
|
||||
.value(db.settings.key, "enter_newline", true)
|
||||
.value(db.settings.value, value.to_string())
|
||||
.perform();
|
||||
enter_newline_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
public signal void dark_theme_update(bool is_dark);
|
||||
private bool dark_theme_;
|
||||
public bool dark_theme {
|
||||
get { return dark_theme_; }
|
||||
set {
|
||||
db.settings.upsert()
|
||||
.value(db.settings.key, "dark_theme", true)
|
||||
.value(db.settings.value, value.to_string())
|
||||
.perform();
|
||||
dark_theme_ = value;
|
||||
dark_theme_update(value);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -52,7 +52,7 @@ public class AvatarManager : StreamInteractionModule, Object {
|
|||
if (hash == null) return null;
|
||||
File file = File.new_for_path(Path.build_filename(folder, hash));
|
||||
if (!file.query_exists()) {
|
||||
fetch_and_store_for_jid.begin(account, jid_);
|
||||
fetch_and_store_for_jid(account, jid_);
|
||||
return null;
|
||||
} else {
|
||||
return file;
|
||||
|
@ -169,7 +169,7 @@ public class AvatarManager : StreamInteractionModule, Object {
|
|||
);
|
||||
|
||||
foreach (var entry in get_avatar_hashes(account, Source.USER_AVATARS).entries) {
|
||||
on_user_avatar_received.begin(account, entry.key, entry.value);
|
||||
on_user_avatar_received(account, entry.key, entry.value);
|
||||
}
|
||||
foreach (var entry in get_avatar_hashes(account, Source.VCARD).entries) {
|
||||
|
||||
|
@ -179,7 +179,7 @@ public class AvatarManager : StreamInteractionModule, Object {
|
|||
continue;
|
||||
}
|
||||
|
||||
on_vcard_avatar_received.begin(account, entry.key, entry.value);
|
||||
on_vcard_avatar_received(account, entry.key, entry.value);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -304,24 +304,6 @@ public class AvatarManager : StreamInteractionModule, Object {
|
|||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
public string? get_avatar_filepath(Account account, Jid jid_) {
|
||||
Jid jid = jid_;
|
||||
if (!stream_interactor.get_module(MucManager.IDENTITY).is_groupchat_occupant(jid_, account)) {
|
||||
jid = jid_.bare_jid;
|
||||
}
|
||||
|
||||
string? hash = null;
|
||||
if (user_avatars.has_key(jid)) {
|
||||
hash = user_avatars[jid];
|
||||
} else if (vcard_avatars.has_key(jid)) {
|
||||
hash = vcard_avatars[jid];
|
||||
}
|
||||
|
||||
if (hash == null) return null;
|
||||
|
||||
return Path.build_filename(folder, hash);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -60,7 +60,7 @@ public class Dino.CallState : Object {
|
|||
XmppStream stream = stream_interactor.get_stream(call.account);
|
||||
if (stream == null) return;
|
||||
|
||||
Gee.List<Jid> occupants = stream_interactor.get_module(MucManager.IDENTITY).get_other_members(muc, call.account);
|
||||
Gee.List<Jid> occupants = stream_interactor.get_module(MucManager.IDENTITY).get_other_occupants(muc, call.account);
|
||||
foreach (Jid occupant in occupants) {
|
||||
Jid? real_jid = stream_interactor.get_module(MucManager.IDENTITY).get_real_jid(occupant, call.account);
|
||||
if (real_jid == null) continue;
|
||||
|
|
|
@ -61,6 +61,8 @@ namespace Dino {
|
|||
call_state.initiate_groupchat_call.begin(conversation.counterpart);
|
||||
}
|
||||
|
||||
conversation.last_active = call.time;
|
||||
|
||||
call_outgoing(call, call_state, conversation);
|
||||
|
||||
return call_state;
|
||||
|
@ -219,6 +221,7 @@ namespace Dino {
|
|||
|
||||
Conversation conversation = stream_interactor.get_module(ConversationManager.IDENTITY).create_conversation(call.counterpart.bare_jid, account, Conversation.Type.CHAT);
|
||||
stream_interactor.get_module(CallStore.IDENTITY).add_call(call, conversation);
|
||||
conversation.last_active = call.time;
|
||||
|
||||
var call_state = new CallState(call, stream_interactor);
|
||||
connect_call_state_signals(call_state);
|
||||
|
@ -291,6 +294,7 @@ namespace Dino {
|
|||
Conversation? conversation = stream_interactor.get_module(ConversationManager.IDENTITY).get_conversation(inviter_jid.bare_jid, account);
|
||||
if (conversation == null) return null;
|
||||
stream_interactor.get_module(CallStore.IDENTITY).add_call(call, conversation);
|
||||
conversation.last_active = call.time;
|
||||
|
||||
CallState call_state = new CallState(call, stream_interactor);
|
||||
connect_call_state_signals(call_state);
|
||||
|
@ -461,6 +465,7 @@ namespace Dino {
|
|||
|
||||
Conversation? conversation = stream_interactor.get_module(ConversationManager.IDENTITY).approx_conversation_for_stanza(from_jid, to_jid, account, message_stanza.type_);
|
||||
if (conversation == null) return;
|
||||
conversation.last_active = call_state.call.time;
|
||||
|
||||
if (call_state.call.direction == Call.DIRECTION_INCOMING) {
|
||||
call_incoming(call_state.call, call_state, conversation, video_requested, multiparty);
|
||||
|
|
|
@ -11,7 +11,6 @@ public class ContentItemStore : StreamInteractionModule, Object {
|
|||
public string id { get { return IDENTITY.id; } }
|
||||
|
||||
public signal void new_item(ContentItem item, Conversation conversation);
|
||||
public signal void history_loaded(Conversation conversation, ContentItem item, int count);
|
||||
|
||||
private StreamInteractor stream_interactor;
|
||||
private Database db;
|
||||
|
@ -242,10 +241,8 @@ public class ContentItemStore : StreamInteractionModule, Object {
|
|||
// return ret;
|
||||
// }
|
||||
|
||||
public Gee.List<ContentItem> get_before(Conversation conversation, ContentItem item, int count, bool request_from_server = true) {
|
||||
debug("Fetching earlier messages from the db");
|
||||
public Gee.List<ContentItem> get_before(Conversation conversation, ContentItem item, int count) {
|
||||
long time = (long) item.time.to_unix();
|
||||
|
||||
QueryBuilder select = db.content_item.select()
|
||||
.where(@"time < ? OR (time = ? AND id < ?)", { time.to_string(), time.to_string(), item.id.to_string() })
|
||||
.with(db.content_item.conversation_id, "=", conversation.id)
|
||||
|
@ -254,18 +251,7 @@ public class ContentItemStore : StreamInteractionModule, Object {
|
|||
.order_by(db.content_item.id, "DESC")
|
||||
.limit(count);
|
||||
|
||||
var items = get_items_from_query(select, conversation);
|
||||
if (items.size == 0 && request_from_server) {
|
||||
// Async request to get earlier messages from the server
|
||||
var history_sync = stream_interactor.get_module(MessageProcessor.IDENTITY).history_sync;
|
||||
history_sync.fetch_conversation_data.begin(conversation, item.time, (_, res) => {
|
||||
history_sync.fetch_conversation_data.end(res);
|
||||
debug("History loaded");
|
||||
history_loaded(conversation, item, count);
|
||||
});
|
||||
}
|
||||
|
||||
return items;
|
||||
return get_items_from_query(select, conversation);
|
||||
}
|
||||
|
||||
public Gee.List<ContentItem> get_after(Conversation conversation, ContentItem item, int count) {
|
||||
|
|
|
@ -29,8 +29,6 @@ public class ConversationManager : StreamInteractionModule, Object {
|
|||
stream_interactor.account_removed.connect(on_account_removed);
|
||||
stream_interactor.get_module(MessageProcessor.IDENTITY).received_pipeline.connect(new MessageListener(stream_interactor));
|
||||
stream_interactor.get_module(MessageProcessor.IDENTITY).message_sent.connect(handle_sent_message);
|
||||
stream_interactor.get_module(Calls.IDENTITY).call_incoming.connect(handle_new_call);
|
||||
stream_interactor.get_module(Calls.IDENTITY).call_outgoing.connect(handle_new_call);
|
||||
}
|
||||
|
||||
public Conversation create_conversation(Jid jid, Account account, Conversation.Type? type = null) {
|
||||
|
@ -196,11 +194,6 @@ public class ConversationManager : StreamInteractionModule, Object {
|
|||
}
|
||||
}
|
||||
|
||||
private void handle_new_call(Call call, CallState state, Conversation conversation) {
|
||||
conversation.last_active = call.time;
|
||||
start_conversation(conversation);
|
||||
}
|
||||
|
||||
private void add_conversation(Conversation conversation) {
|
||||
if (!conversations[conversation.account].has_key(conversation.counterpart)) {
|
||||
conversations[conversation.account][conversation.counterpart] = new ArrayList<Conversation>(Conversation.equals_func);
|
||||
|
|
|
@ -46,15 +46,6 @@ public class FileManager : StreamInteractionModule, Object {
|
|||
return ret;
|
||||
}
|
||||
|
||||
private string sanitize_filename(string filename) {
|
||||
#if _WIN32
|
||||
GLib.Regex regex = new GLib.Regex("[<>:\"/\\|?*]");
|
||||
#else
|
||||
GLib.Regex regex = new GLib.Regex("[/]");
|
||||
#endif
|
||||
return regex.replace(filename, -1, 0, "_");
|
||||
}
|
||||
|
||||
public async void send_file(File file, Conversation conversation) {
|
||||
FileTransfer file_transfer = new FileTransfer();
|
||||
file_transfer.account = conversation.account;
|
||||
|
@ -72,7 +63,7 @@ public class FileManager : StreamInteractionModule, Object {
|
|||
try {
|
||||
FileInfo file_info = file.query_info("*", FileQueryInfoFlags.NONE);
|
||||
file_transfer.file_name = file_info.get_display_name();
|
||||
file_transfer.mime_type = Util.get_content_type(file_info);
|
||||
file_transfer.mime_type = file_info.get_content_type();
|
||||
file_transfer.size = (int)file_info.get_size();
|
||||
file_transfer.input_stream = yield file.read_async();
|
||||
|
||||
|
@ -129,7 +120,6 @@ public class FileManager : StreamInteractionModule, Object {
|
|||
}
|
||||
|
||||
yield file_sender.send_file(conversation, file_transfer, file_send_data, file_meta);
|
||||
file_transfer.state = FileTransfer.State.COMPLETE;
|
||||
|
||||
} catch (Error e) {
|
||||
warning("Send file error: %s", e.message);
|
||||
|
@ -252,7 +242,7 @@ public class FileManager : StreamInteractionModule, Object {
|
|||
}
|
||||
|
||||
// Save file
|
||||
string filename = Random.next_int().to_string("%x") + "_" + sanitize_filename(file_transfer.file_name);
|
||||
string filename = Random.next_int().to_string("%x") + "_" + file_transfer.file_name;
|
||||
File file = File.new_for_path(Path.build_filename(get_storage_dir(), filename));
|
||||
|
||||
OutputStream os = file.create(FileCreateFlags.REPLACE_DESTINATION);
|
||||
|
@ -260,7 +250,6 @@ public class FileManager : StreamInteractionModule, Object {
|
|||
ssize_t read;
|
||||
while ((read = yield input_stream.read_async(buffer, Priority.LOW, file_transfer.cancellable)) > 0) {
|
||||
buffer.length = (int) read;
|
||||
file_transfer.transferred_bytes += (uint64)read;
|
||||
yield os.write_async(buffer, Priority.LOW, file_transfer.cancellable);
|
||||
buffer.length = 1024;
|
||||
}
|
||||
|
@ -270,16 +259,9 @@ public class FileManager : StreamInteractionModule, Object {
|
|||
file_transfer.input_stream = yield file.read_async();
|
||||
|
||||
FileInfo file_info = file_transfer.get_file().query_info("*", FileQueryInfoFlags.NONE);
|
||||
file_transfer.mime_type = Util.get_content_type(file_info);
|
||||
file_transfer.mime_type = file_info.get_content_type();
|
||||
|
||||
file_transfer.state = FileTransfer.State.COMPLETE;
|
||||
|
||||
#if _WIN32 // Add Zone.Identifier so Windows knows this file was downloaded from the internet
|
||||
var file_alternate_stream = File.new_for_path(Path.build_filename(get_storage_dir(), filename + ":Zone.Identifier"));
|
||||
var os_alternate_stream = file_alternate_stream.create(FileCreateFlags.REPLACE_DESTINATION);
|
||||
os_alternate_stream.write("[ZoneTransfer]\r\nZoneId=3".data);
|
||||
#endif
|
||||
|
||||
} catch (Error e) {
|
||||
warning("Error downloading file: %s", e.message);
|
||||
file_transfer.state = FileTransfer.State.FAILED;
|
||||
|
@ -308,7 +290,6 @@ public class FileManager : StreamInteractionModule, Object {
|
|||
file_transfer.file_name = file_meta.file_name;
|
||||
file_transfer.size = (int)file_meta.size;
|
||||
file_transfer.info = info;
|
||||
file_transfer.transferred_bytes = 0;
|
||||
|
||||
var encryption = file_provider.get_encryption(file_transfer, receive_data, file_meta);
|
||||
if (encryption != Encryption.NONE) file_transfer.encryption = encryption;
|
||||
|
@ -341,11 +322,11 @@ public class FileManager : StreamInteractionModule, Object {
|
|||
|
||||
private async void save_file(FileTransfer file_transfer) throws FileSendError {
|
||||
try {
|
||||
string filename = Random.next_int().to_string("%x") + "_" + sanitize_filename(file_transfer.file_name);
|
||||
string filename = Random.next_int().to_string("%x") + "_" + file_transfer.file_name;
|
||||
File file = File.new_for_path(Path.build_filename(get_storage_dir(), filename));
|
||||
OutputStream os = file.create(FileCreateFlags.REPLACE_DESTINATION);
|
||||
yield os.splice_async(file_transfer.input_stream, OutputStreamSpliceFlags.CLOSE_SOURCE|OutputStreamSpliceFlags.CLOSE_TARGET);
|
||||
file_transfer.state = FileTransfer.State.IN_PROGRESS;
|
||||
file_transfer.state = FileTransfer.State.COMPLETE;
|
||||
file_transfer.path = filename;
|
||||
file_transfer.input_stream = yield file.read_async();
|
||||
} catch (Error e) {
|
||||
|
|
|
@ -22,7 +22,6 @@ public class Dino.HistorySync {
|
|||
public HashMap<Account, DateTime> catchup_until_time = new HashMap<Account, DateTime>(Account.hash_func, Account.equals_func);
|
||||
|
||||
private HashMap<string, Gee.List<Xmpp.MessageStanza>> stanzas = new HashMap<string, Gee.List<Xmpp.MessageStanza>>();
|
||||
private HashMap<string, int> messages_processed = new HashMap<string, int>();
|
||||
|
||||
public class HistorySync(Database db, StreamInteractor stream_interactor) {
|
||||
this.stream_interactor = stream_interactor;
|
||||
|
@ -121,94 +120,6 @@ public class Dino.HistorySync {
|
|||
}
|
||||
}
|
||||
|
||||
private async PageRequestResult fetch_messages(Account account, Xmpp.MessageArchiveManagement.V2.MamQueryParams query_params) {
|
||||
debug("[%s | %s] Fetch query %s - %s", account.bare_jid.to_string(), query_params.mam_server.to_string(), query_params.start != null ? query_params.start.to_string() : "", query_params.end != null ? query_params.end.to_string() : "");
|
||||
PageRequestResult? page_result = null;
|
||||
|
||||
int processed_pages = 0;
|
||||
do {
|
||||
page_result = yield get_mam_page(account, query_params, page_result, null);
|
||||
processed_pages++;
|
||||
|
||||
debug("%d messages left to process, current page is %d", messages_processed[query_params.query_id], processed_pages);
|
||||
if (messages_processed[query_params.query_id] <= 1) {
|
||||
debug("Done processing new messages");
|
||||
break;
|
||||
}
|
||||
|
||||
debug("[%s | %s] Page result %s (got stanzas: %s)", account.bare_jid.to_string(), query_params.mam_server.to_string(), page_result.page_result.to_string(), (page_result.stanzas != null).to_string());
|
||||
if (page_result.page_result == PageResult.Error || page_result.page_result == PageResult.Cancelled || page_result.query_result.first == null) {
|
||||
return page_result;
|
||||
}
|
||||
|
||||
} while (page_result.page_result == PageResult.MorePagesAvailable);
|
||||
|
||||
return page_result;
|
||||
}
|
||||
|
||||
public async void fetch_data(Account account, Jid target, DateTime latest) {
|
||||
debug("Fetch history for %s", target.to_string());
|
||||
|
||||
var query_params = new Xmpp.MessageArchiveManagement.V2.MamQueryParams.query_before(target, latest, null);
|
||||
string query_id = query_params.query_id;
|
||||
messages_processed[query_id] = HISTORY_SYNC_MAM_MESSAGES;
|
||||
|
||||
yield fetch_messages(account, query_params);
|
||||
}
|
||||
|
||||
public async void fetch_conversation_data(Conversation? conversation, DateTime latest) {
|
||||
if (conversation == null) {
|
||||
warning("Failed to fetch history, conversation is null");
|
||||
return;
|
||||
}
|
||||
|
||||
var target = conversation.counterpart.bare_jid;
|
||||
var account = conversation.account;
|
||||
debug("Fetch history for %s", target.to_string());
|
||||
|
||||
var query_params = new Xmpp.MessageArchiveManagement.V2.MamQueryParams.query_before(target, latest, null);
|
||||
if (conversation.type_ == Conversation.Type.CHAT) {
|
||||
query_params.mam_server = account.bare_jid;
|
||||
query_params.with = target;
|
||||
}
|
||||
|
||||
string query_id = query_params.query_id;
|
||||
messages_processed[query_id] = HISTORY_SYNC_MAM_MESSAGES;
|
||||
|
||||
yield fetch_messages(account, query_params);
|
||||
}
|
||||
|
||||
public async void fetch_history(Account account, Jid target, Cancellable? cancellable = null) {
|
||||
debug("Fetch history for %s", target.to_string());
|
||||
|
||||
RowOption latest_row_opt = db.mam_catchup.select()
|
||||
.with(db.mam_catchup.account_id, "=", account.id)
|
||||
.with(db.mam_catchup.server_jid, "=", target.to_string())
|
||||
.with(db.mam_catchup.to_time, ">=", (long) new DateTime.from_unix_utc(0).to_unix())
|
||||
.order_by(db.mam_catchup.to_time, "DESC")
|
||||
.single().row();
|
||||
Row? latest_row = latest_row_opt.is_present() ? latest_row_opt.inner : null;
|
||||
|
||||
int? db_id = null;
|
||||
string? latest_id = null;
|
||||
if (latest_row != null) {
|
||||
// Local mam catchup data exists so we can filter messages based on the latest id
|
||||
db_id = latest_row[db.mam_catchup.id];
|
||||
latest_id = latest_row[db.mam_catchup.from_id];
|
||||
}
|
||||
|
||||
DateTime latest_time = new DateTime.now();
|
||||
Xmpp.MessageArchiveManagement.V2.MamQueryParams query_params;
|
||||
query_params = new Xmpp.MessageArchiveManagement.V2.MamQueryParams.query_before(target, latest_time, latest_id);
|
||||
|
||||
if (db_id == null) {
|
||||
query_params.mam_server = account.bare_jid;
|
||||
query_params.with = target;
|
||||
}
|
||||
|
||||
yield fetch_query(account, query_params, db_id, cancellable);
|
||||
}
|
||||
|
||||
public async void fetch_everything(Account account, Jid mam_server, Cancellable? cancellable = null, DateTime until_earliest_time = new DateTime.from_unix_utc(0)) {
|
||||
debug("Fetch everything for %s %s", mam_server.to_string(), until_earliest_time != null ? @"(until $until_earliest_time)" : "");
|
||||
RowOption latest_row_opt = db.mam_catchup.select()
|
||||
|
@ -410,7 +321,7 @@ public class Dino.HistorySync {
|
|||
* Iteratively fetches all pages returned for a query (until a PageResult other than MorePagesAvailable is returned)
|
||||
* @return The last PageRequestResult result
|
||||
**/
|
||||
private async PageRequestResult fetch_query(Account account, Xmpp.MessageArchiveManagement.V2.MamQueryParams query_params, int? db_id, Cancellable? cancellable = null) {
|
||||
private async PageRequestResult fetch_query(Account account, Xmpp.MessageArchiveManagement.V2.MamQueryParams query_params, int db_id, Cancellable? cancellable = null) {
|
||||
debug("[%s | %s] Fetch query %s - %s", account.bare_jid.to_string(), query_params.mam_server.to_string(), query_params.start != null ? query_params.start.to_string() : "", query_params.end != null ? query_params.end.to_string() : "");
|
||||
PageRequestResult? page_result = null;
|
||||
do {
|
||||
|
@ -422,8 +333,6 @@ public class Dino.HistorySync {
|
|||
string earliest_mam_id = page_result.query_result.first;
|
||||
long earliest_mam_time = (long)mam_times[account][earliest_mam_id].to_unix();
|
||||
|
||||
if (db_id != null) {
|
||||
// Update local mam catchup data if it exists
|
||||
debug("Updating %s to %s, %s", query_params.mam_server.to_string(), earliest_mam_time.to_string(), earliest_mam_id);
|
||||
var query = db.mam_catchup.update()
|
||||
.with(db.mam_catchup.id, "=", db_id)
|
||||
|
@ -435,8 +344,6 @@ public class Dino.HistorySync {
|
|||
query.set(db.mam_catchup.from_end, true);
|
||||
}
|
||||
query.perform();
|
||||
}
|
||||
|
||||
} while (page_result.page_result == PageResult.MorePagesAvailable);
|
||||
|
||||
return page_result;
|
||||
|
@ -481,6 +388,9 @@ public class Dino.HistorySync {
|
|||
page_result = PageResult.NoMoreMessages;
|
||||
}
|
||||
|
||||
string selection = null;
|
||||
string[] selection_args = {};
|
||||
|
||||
string query_id = query_params.query_id;
|
||||
string? after_id = query_params.start_id;
|
||||
|
||||
|
@ -506,7 +416,6 @@ public class Dino.HistorySync {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (hitted_range.has_key(query_id) && hitted_range[query_id] == -2) {
|
||||
// Message got filtered out by xmpp-vala, but succesful range fetch nevertheless
|
||||
yield send_messages_back_into_pipeline(account, query_id);
|
||||
|
@ -521,24 +430,15 @@ public class Dino.HistorySync {
|
|||
if (cancellable != null && cancellable.is_cancelled()) {
|
||||
page_result = PageResult.Cancelled;
|
||||
}
|
||||
|
||||
return new PageRequestResult(page_result, query_result, stanzas_for_query);
|
||||
}
|
||||
|
||||
private async void send_messages_back_into_pipeline(Account account, string query_id, Cancellable? cancellable = null) {
|
||||
if (!stanzas.has_key(query_id)) {
|
||||
return;
|
||||
}
|
||||
if (!stanzas.has_key(query_id)) return;
|
||||
|
||||
foreach (Xmpp.MessageStanza message in stanzas[query_id]) {
|
||||
if (cancellable != null && cancellable.is_cancelled()) break;
|
||||
bool result = yield stream_interactor.get_module(MessageProcessor.IDENTITY).run_pipeline_announce(account, message);
|
||||
|
||||
if (result && messages_processed.has_key(query_id)) {
|
||||
int count = messages_processed[query_id];
|
||||
count = count - 1;
|
||||
messages_processed[query_id] = count;
|
||||
}
|
||||
yield stream_interactor.get_module(MessageProcessor.IDENTITY).run_pipeline_announce(account, message);
|
||||
}
|
||||
stanzas.unset(query_id);
|
||||
}
|
||||
|
|
|
@ -220,19 +220,7 @@ public class JingleFileSender : FileSender, Object {
|
|||
}
|
||||
}
|
||||
try {
|
||||
var? module = stream.get_module(Xep.JingleFileTransfer.Module.IDENTITY);
|
||||
|
||||
if (module == null)
|
||||
throw new FileSendError.UPLOAD_FAILED("unexpected null module");
|
||||
|
||||
module.transferred_bytes.connect((bytes) => {
|
||||
file_transfer.transferred_bytes += bytes;
|
||||
});
|
||||
|
||||
yield module.offer_file_stream(stream, full_jid,
|
||||
file_transfer.cancellable, file_transfer.input_stream,
|
||||
file_transfer.server_file_name, file_meta.size,
|
||||
precondition_name, precondition_options);
|
||||
yield stream.get_module(Xep.JingleFileTransfer.Module.IDENTITY).offer_file_stream(stream, full_jid, file_transfer.input_stream, file_transfer.server_file_name, file_meta.size, precondition_name, precondition_options);
|
||||
} catch (Error e) {
|
||||
throw new FileSendError.UPLOAD_FAILED(@"offer_file_stream failed: $(e.message)");
|
||||
}
|
||||
|
|
|
@ -130,18 +130,14 @@ public class MessageProcessor : StreamInteractionModule, Object {
|
|||
run_pipeline_announce.begin(account, message_stanza);
|
||||
}
|
||||
|
||||
public async bool run_pipeline_announce(Account account, Xmpp.MessageStanza message_stanza) {
|
||||
public async void run_pipeline_announce(Account account, Xmpp.MessageStanza message_stanza) {
|
||||
Entities.Message message = yield parse_message_stanza(account, message_stanza);
|
||||
|
||||
Conversation? conversation = stream_interactor.get_module(ConversationManager.IDENTITY).get_conversation_for_message(message);
|
||||
if (conversation == null) {
|
||||
return false;
|
||||
}
|
||||
if (conversation == null) return;
|
||||
|
||||
bool abort = yield received_pipeline.run(message, message_stanza, conversation);
|
||||
if (abort) {
|
||||
return false;
|
||||
}
|
||||
if (abort) return;
|
||||
|
||||
if (message.direction == Entities.Message.DIRECTION_RECEIVED) {
|
||||
message_received(message, conversation);
|
||||
|
@ -150,7 +146,6 @@ public class MessageProcessor : StreamInteractionModule, Object {
|
|||
}
|
||||
|
||||
message_sent_or_received(message, conversation);
|
||||
return true;
|
||||
}
|
||||
|
||||
public async Entities.Message parse_message_stanza(Account account, Xmpp.MessageStanza message) {
|
||||
|
@ -172,6 +167,7 @@ public class MessageProcessor : StreamInteractionModule, Object {
|
|||
new_message.counterpart = counterpart_override ?? (new_message.direction == Entities.Message.DIRECTION_SENT ? message.to : message.from);
|
||||
new_message.ourpart = new_message.direction == Entities.Message.DIRECTION_SENT ? message.from : message.to;
|
||||
|
||||
XmppStream? stream = stream_interactor.get_stream(account);
|
||||
Xmpp.MessageArchiveManagement.MessageFlag? mam_message_flag = Xmpp.MessageArchiveManagement.MessageFlag.get_flag(message);
|
||||
EntityInfo entity_info = stream_interactor.get_module(EntityInfo.IDENTITY);
|
||||
if (mam_message_flag != null && mam_message_flag.mam_id != null) {
|
||||
|
@ -250,7 +246,6 @@ public class MessageProcessor : StreamInteractionModule, Object {
|
|||
|
||||
// If the message is a duplicate
|
||||
if (builder.count() > 0) {
|
||||
warning("deduplicate by server id");
|
||||
history_sync.on_server_id_duplicate(account, stanza, message);
|
||||
return true;
|
||||
}
|
||||
|
@ -277,11 +272,6 @@ public class MessageProcessor : StreamInteractionModule, Object {
|
|||
}
|
||||
}
|
||||
bool duplicate = builder.single().row().is_present();
|
||||
|
||||
if (duplicate) {
|
||||
warning("deduplicate by uuid");
|
||||
}
|
||||
|
||||
return duplicate;
|
||||
}
|
||||
|
||||
|
@ -302,13 +292,7 @@ public class MessageProcessor : StreamInteractionModule, Object {
|
|||
} else {
|
||||
builder.with_null(db.message.counterpart_resource);
|
||||
}
|
||||
|
||||
bool duplicate = builder.count() > 0;
|
||||
if (duplicate) {
|
||||
warning("deduplicate by content and metadata");
|
||||
}
|
||||
|
||||
return duplicate;
|
||||
return builder.count() > 0;
|
||||
}
|
||||
|
||||
private class DeduplicateMessageListener : MessageListener {
|
||||
|
@ -374,10 +358,7 @@ public class MessageProcessor : StreamInteractionModule, Object {
|
|||
}
|
||||
|
||||
public override async bool run(Entities.Message message, Xmpp.MessageStanza stanza, Conversation conversation) {
|
||||
if (message.body == null) {
|
||||
return true;
|
||||
}
|
||||
|
||||
if (message.body == null) return true;
|
||||
stream_interactor.get_module(ContentItemStore.IDENTITY).insert_message(message, conversation);
|
||||
return false;
|
||||
}
|
||||
|
|
|
@ -106,8 +106,8 @@ public class MucManager : StreamInteractionModule, Object {
|
|||
if (can_do_mam) {
|
||||
var history_sync = stream_interactor.get_module(MessageProcessor.IDENTITY).history_sync;
|
||||
if (conversation == null) {
|
||||
// We never joined the conversation before, fetch latest MAM pages
|
||||
yield history_sync.fetch_data(account, jid.bare_jid, new DateTime.now());
|
||||
// We never joined the conversation before, just fetch the latest MAM page
|
||||
yield history_sync.fetch_latest_page(account, jid.bare_jid, null, new DateTime.from_unix_utc(0), cancellable);
|
||||
} else {
|
||||
// Fetch everything up to the last time the user actively joined
|
||||
if (!mucs_sync_cancellables.has_key(account)) {
|
||||
|
@ -259,23 +259,7 @@ public class MucManager : StreamInteractionModule, Object {
|
|||
return is_groupchat(jid, account) && !is_private_room(account, jid);
|
||||
}
|
||||
|
||||
public Gee.List<Jid>? get_all_members(Jid jid, Account account) {
|
||||
if (is_groupchat(jid, account)) {
|
||||
Gee.List<Jid> ret = new ArrayList<Jid>(Jid.equals_func);
|
||||
|
||||
// This should return all members of the chat
|
||||
Gee.List<Jid>? members = get_offline_members(jid, account);
|
||||
if (members != null) {
|
||||
ret.add_all(members);
|
||||
}
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
public Gee.List<Jid>? get_members(Jid jid, Account account) {
|
||||
public Gee.List<Jid>? get_occupants(Jid jid, Account account) {
|
||||
if (is_groupchat(jid, account)) {
|
||||
Gee.List<Jid> ret = new ArrayList<Jid>(Jid.equals_func);
|
||||
Gee.List<Jid>? full_jids = stream_interactor.get_module(PresenceManager.IDENTITY).get_full_jids(jid, account);
|
||||
|
@ -284,21 +268,18 @@ public class MucManager : StreamInteractionModule, Object {
|
|||
// Remove eventual presence from bare jid
|
||||
ret.remove(jid);
|
||||
}
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
public Gee.List<Jid>? get_other_members(Jid jid, Account account) {
|
||||
Gee.List<Jid>? members = get_members(jid, account);
|
||||
public Gee.List<Jid>? get_other_occupants(Jid jid, Account account) {
|
||||
Gee.List<Jid>? occupants = get_occupants(jid, account);
|
||||
Jid? own_jid = get_own_jid(jid, account);
|
||||
if (members != null && own_jid != null) {
|
||||
members.remove(own_jid);
|
||||
if (occupants != null && own_jid != null) {
|
||||
occupants.remove(own_jid);
|
||||
}
|
||||
|
||||
return members;
|
||||
return occupants;
|
||||
}
|
||||
|
||||
public bool is_groupchat(Jid jid, Account account) {
|
||||
|
@ -554,25 +535,12 @@ public class MucManager : StreamInteractionModule, Object {
|
|||
}
|
||||
|
||||
private void on_invite_received(Account account, Jid room_jid, Jid from_jid, string? password, string? reason) {
|
||||
info("Invite received for room %s", room_jid.bare_jid.to_string());
|
||||
Gee.List<Conversation> conversations = stream_interactor.get_module(ConversationManager.IDENTITY).get_active_conversations(account);
|
||||
foreach (Conversation conversation in conversations) {
|
||||
if (conversation.counterpart.bare_jid.to_string() == room_jid.bare_jid.to_string()) {
|
||||
// HACK: try to skip duplicate invites for active conversations
|
||||
warning("Skipping duplicate invite for conversation %s", room_jid.bare_jid.to_string());
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
if (!invites.has_key(account)) {
|
||||
invites[account] = new LinkedList<Jid>(Jid.equals_func);
|
||||
}
|
||||
|
||||
if (invites[account].contains(room_jid)) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (invites[account].contains(room_jid)) return;
|
||||
invites[account].add(room_jid);
|
||||
|
||||
invite_received(account, room_jid, from_jid, password, reason);
|
||||
|
||||
Timeout.add_seconds(5, () => {
|
||||
|
@ -628,8 +596,8 @@ public class MucManager : StreamInteractionModule, Object {
|
|||
private void set_autojoin(Account account, XmppStream stream, Jid jid, string? nick, string? password) {
|
||||
bookmarks_provider[account].get_conferences.begin(stream, (_, res) => {
|
||||
Set<Conference>? conferences = bookmarks_provider[account].get_conferences.end(res);
|
||||
if (conferences == null) return;
|
||||
|
||||
if (conferences != null) {
|
||||
foreach (Conference conference in conferences) {
|
||||
if (conference.jid.equals(jid)) {
|
||||
if (!conference.autojoin) {
|
||||
|
@ -639,8 +607,6 @@ public class MucManager : StreamInteractionModule, Object {
|
|||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Conference changed = new Xep.Bookmarks.Bookmarks1Conference(jid) { nick=nick, password=password, autojoin=true };
|
||||
bookmarks_provider[account].add_conference.begin(stream, changed);
|
||||
});
|
||||
|
|
|
@ -12,7 +12,9 @@ public class NotificationEvents : StreamInteractionModule, Object {
|
|||
public signal void notify_content_item(ContentItem content_item, Conversation conversation);
|
||||
|
||||
private StreamInteractor stream_interactor;
|
||||
private Gee.List<Promise<NotificationProvider>> promises = new ArrayList<Promise<NotificationProvider>>();
|
||||
private Future<NotificationProvider> notifier;
|
||||
private Promise<NotificationProvider> notifier_promise;
|
||||
private bool notifier_outstanding = true;
|
||||
|
||||
public static void start(StreamInteractor stream_interactor) {
|
||||
NotificationEvents m = new NotificationEvents(stream_interactor);
|
||||
|
@ -29,16 +31,18 @@ public class NotificationEvents : StreamInteractionModule, Object {
|
|||
stream_interactor.get_module(MucManager.IDENTITY).voice_request_received.connect((account, room_jid, from_jid, nick) => on_voice_request_received.begin(account, room_jid, from_jid, nick));
|
||||
|
||||
stream_interactor.get_module(Calls.IDENTITY).call_incoming.connect((call, state, conversation, video, multiparty) => on_call_incoming.begin(call, state, conversation, video, multiparty));
|
||||
stream_interactor.get_module(Calls.IDENTITY).call_outgoing.connect((call, state, conversation) => on_call_outgoing.begin(call));
|
||||
|
||||
stream_interactor.connection_manager.connection_error.connect((account, error) => on_connection_error.begin(account, error));
|
||||
stream_interactor.get_module(ChatInteraction.IDENTITY).focused_in.connect((conversation) => on_focused_in.begin(conversation));
|
||||
|
||||
notifier_promise = new Promise<NotificationProvider>();
|
||||
notifier = notifier_promise.future;
|
||||
}
|
||||
|
||||
public async void register_notification_provider(NotificationProvider notification_provider) {
|
||||
var promise = new Promise<NotificationProvider>();
|
||||
promise.set_value(notification_provider);
|
||||
promises.add(promise);
|
||||
if (notifier_outstanding || (yield notifier.wait_async()).get_priority() < notification_provider.get_priority()) {
|
||||
notifier_outstanding = false;
|
||||
notifier_promise.set_value(notification_provider);
|
||||
}
|
||||
}
|
||||
|
||||
private async void on_content_item_received(ContentItem item, Conversation conversation) {
|
||||
|
@ -73,11 +77,9 @@ public class NotificationEvents : StreamInteractionModule, Object {
|
|||
|
||||
notify_content_item(item, conversation);
|
||||
if (notify != Conversation.NotifySetting.OFF) {
|
||||
foreach(var promise in promises) {
|
||||
NotificationProvider notifier = yield promise.future.wait_async();
|
||||
NotificationProvider notifier = yield notifier.wait_async();
|
||||
yield notifier.notify_message(message, conversation, conversation_display_name, participant_display_name);
|
||||
}
|
||||
}
|
||||
break;
|
||||
case FileItem.TYPE:
|
||||
FileTransfer file_transfer = ((FileItem) item).file_transfer;
|
||||
|
@ -89,11 +91,9 @@ public class NotificationEvents : StreamInteractionModule, Object {
|
|||
|
||||
notify_content_item(item, conversation);
|
||||
if (notify != Conversation.NotifySetting.OFF) {
|
||||
foreach(var promise in promises) {
|
||||
NotificationProvider notifier = yield promise.future.wait_async();
|
||||
NotificationProvider notifier = yield notifier.wait_async();
|
||||
yield notifier.notify_file(file_transfer, conversation, is_image, conversation_display_name, participant_display_name);
|
||||
}
|
||||
}
|
||||
break;
|
||||
case CallItem.TYPE:
|
||||
// handled in `on_call_incoming`
|
||||
|
@ -105,28 +105,23 @@ public class NotificationEvents : StreamInteractionModule, Object {
|
|||
Conversation? conversation = stream_interactor.get_module(ConversationManager.IDENTITY).get_conversation(room_jid, account, Conversation.Type.GROUPCHAT);
|
||||
if (conversation == null) return;
|
||||
|
||||
foreach(var promise in promises) {
|
||||
NotificationProvider notifier = yield promise.future.wait_async();
|
||||
NotificationProvider notifier = yield notifier.wait_async();
|
||||
yield notifier.notify_voice_request(conversation, from_jid);
|
||||
}
|
||||
}
|
||||
|
||||
private async void on_received_subscription_request(Jid jid, Account account) {
|
||||
Conversation conversation = stream_interactor.get_module(ConversationManager.IDENTITY).create_conversation(jid, account, Conversation.Type.CHAT);
|
||||
if (stream_interactor.get_module(ChatInteraction.IDENTITY).is_active_focus(conversation)) return;
|
||||
|
||||
foreach(var promise in promises) {
|
||||
NotificationProvider notifier = yield promise.future.wait_async();
|
||||
NotificationProvider notifier = yield notifier.wait_async();
|
||||
yield notifier.notify_subscription_request(conversation);
|
||||
}
|
||||
}
|
||||
|
||||
private async void on_call_incoming(Call call, CallState call_state, Conversation conversation, bool video, bool multiparty) {
|
||||
if (!stream_interactor.get_module(Calls.IDENTITY).can_we_do_calls(call.account)) return;
|
||||
string conversation_display_name = get_conversation_display_name(stream_interactor, conversation, null);
|
||||
|
||||
foreach(var promise in promises) {
|
||||
NotificationProvider notifier = yield promise.future.wait_async();
|
||||
NotificationProvider notifier = yield notifier.wait_async();
|
||||
yield notifier.notify_call(call, conversation, video, multiparty, conversation_display_name);
|
||||
call.notify["state"].connect(() => {
|
||||
if (call.state != Call.State.RINGING) {
|
||||
|
@ -134,19 +129,6 @@ public class NotificationEvents : StreamInteractionModule, Object {
|
|||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
private async void on_call_outgoing(Call call) {
|
||||
foreach(var promise in promises) {
|
||||
NotificationProvider notifier = yield promise.future.wait_async();
|
||||
yield notifier.notify_dialing();
|
||||
call.notify["state"].connect(() => {
|
||||
if (call.state != Call.State.ESTABLISHING) {
|
||||
notifier.retract_dialing.begin();
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
private async void on_invite_received(Account account, Jid room_jid, Jid from_jid, string? password, string? reason) {
|
||||
string inviter_display_name;
|
||||
|
@ -157,28 +139,21 @@ public class NotificationEvents : StreamInteractionModule, Object {
|
|||
Conversation direct_conversation = new Conversation(from_jid, account, Conversation.Type.CHAT);
|
||||
inviter_display_name = get_participant_display_name(stream_interactor, direct_conversation, from_jid);
|
||||
}
|
||||
|
||||
foreach(var promise in promises) {
|
||||
NotificationProvider notifier = yield promise.future.wait_async();
|
||||
NotificationProvider notifier = yield notifier.wait_async();
|
||||
yield notifier.notify_muc_invite(account, room_jid, from_jid, inviter_display_name);
|
||||
}
|
||||
}
|
||||
|
||||
private async void on_connection_error(Account account, ConnectionManager.ConnectionError error) {
|
||||
foreach(var promise in promises) {
|
||||
NotificationProvider notifier = yield promise.future.wait_async();
|
||||
NotificationProvider notifier = yield notifier.wait_async();
|
||||
yield notifier.notify_connection_error(account, error);
|
||||
}
|
||||
}
|
||||
|
||||
private async void on_focused_in(Conversation conversation) {
|
||||
foreach(var promise in promises) {
|
||||
NotificationProvider notifier = yield promise.future.wait_async();
|
||||
NotificationProvider notifier = yield notifier.wait_async();
|
||||
yield notifier.retract_content_item_notifications();
|
||||
yield notifier.retract_conversation_notifications(conversation);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public interface NotificationProvider : Object {
|
||||
public abstract double get_priority();
|
||||
|
@ -187,8 +162,6 @@ public interface NotificationProvider : Object {
|
|||
public abstract async void notify_file(FileTransfer file_transfer, Conversation conversation, bool is_image, string conversation_display_name, string? participant_display_name);
|
||||
public abstract async void notify_call(Call call, Conversation conversation, bool video, bool multiparty, string conversation_display_name);
|
||||
public abstract async void retract_call_notification(Call call, Conversation conversation);
|
||||
public abstract async void notify_dialing();
|
||||
public abstract async void retract_dialing();
|
||||
public abstract async void notify_subscription_request(Conversation conversation);
|
||||
public abstract async void notify_connection_error(Account account, ConnectionManager.ConnectionError error);
|
||||
public abstract async void notify_muc_invite(Account account, Jid room_jid, Jid from_jid, string inviter_display_name);
|
||||
|
|
|
@ -71,12 +71,6 @@ public class Register : StreamInteractionModule, Object{
|
|||
return ret;
|
||||
}
|
||||
|
||||
public async string? change_password(Account account, string new_pw){
|
||||
XmppStream stream = stream_interactor.get_stream(account);
|
||||
if (stream == null) return "Connection unavailable";
|
||||
return yield stream.get_module(Xep.InBandRegistration.Module.IDENTITY).change_password(stream, account.full_jid, new_pw);
|
||||
}
|
||||
|
||||
public class ServerAvailabilityReturn {
|
||||
public bool available { get; set; }
|
||||
public TlsCertificateFlags? error_flags { get; set; }
|
||||
|
@ -235,4 +229,3 @@ public class Register : StreamInteractionModule, Object{
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -89,12 +89,7 @@ public class ModuleIdentity<T> : Object {
|
|||
}
|
||||
|
||||
public T? cast(StreamInteractionModule module) {
|
||||
#if VALA_0_56_11
|
||||
// We can't typecheck due to compiler bug
|
||||
return (T) module;
|
||||
#else
|
||||
return module.get_type().is_a(typeof(T)) ? (T?) module : null;
|
||||
#endif
|
||||
}
|
||||
|
||||
public bool matches(StreamInteractionModule module) {
|
||||
|
|
|
@ -4,25 +4,6 @@ using Qlite;
|
|||
namespace Dino {
|
||||
|
||||
public class Util {
|
||||
#if _WIN32
|
||||
[CCode (cname = "ShellExecuteA", cheader_filename = "windows.h")]
|
||||
private static extern int* ShellExecuteA(int* hwnd, string operation, string file, string parameters, string directory, int showCmd);
|
||||
|
||||
[CCode (cname = "CoInitialize", cheader_filename = "windows.h")]
|
||||
private static extern int CoInitialize(void* reserved);
|
||||
|
||||
[CCode (cname = "CoUninitialize", cheader_filename = "windows.h")]
|
||||
private static extern void CoUninitialize();
|
||||
|
||||
private static int* ShellExecute(string operation, string file) {
|
||||
CoInitialize(null);
|
||||
var result = ShellExecuteA(null, operation, file, null, null, 1);
|
||||
CoUninitialize();
|
||||
|
||||
return result;
|
||||
}
|
||||
#endif
|
||||
|
||||
public static Message.Type get_message_type_for_conversation(Conversation conversation) {
|
||||
switch (conversation.type_) {
|
||||
case Conversation.Type.CHAT:
|
||||
|
@ -48,33 +29,6 @@ public class Util {
|
|||
assert_not_reached();
|
||||
}
|
||||
}
|
||||
|
||||
public static void launch_default_for_uri(string file_uri)
|
||||
{
|
||||
#if _WIN32
|
||||
ShellExecute("open", file_uri);
|
||||
#else
|
||||
AppInfo.launch_default_for_uri(file_uri, null);
|
||||
#endif
|
||||
}
|
||||
|
||||
public static string get_content_type(FileInfo fileInfo)
|
||||
{
|
||||
#if _WIN32
|
||||
string fileName = fileInfo.get_name();
|
||||
int fileNameLength = fileName.length;
|
||||
int extIndex = fileName.last_index_of(".");
|
||||
if (extIndex < fileNameLength)
|
||||
{
|
||||
string extension = fileName.substring(extIndex, fileNameLength - extIndex);
|
||||
string mime_type = ContentType.get_mime_type(extension);
|
||||
if (mime_type != null && mime_type.length != 0)
|
||||
{
|
||||
return mime_type;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
return fileInfo.get_content_type();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,7 +2,6 @@ namespace Dino {
|
|||
|
||||
private extern const string SYSTEM_LIBDIR_NAME;
|
||||
private extern const string SYSTEM_PLUGIN_DIR;
|
||||
private extern const string SYSTEM_LOCALEDIR_NAME;
|
||||
|
||||
public class SearchPathGenerator {
|
||||
|
||||
|
@ -13,21 +12,14 @@ public class SearchPathGenerator {
|
|||
}
|
||||
|
||||
public string get_locale_path(string gettext_package, string locale_install_dir) {
|
||||
if (exec_path != null) {
|
||||
var exec_dir = Path.get_dirname(exec_path);
|
||||
string[] search_paths = new string[] {
|
||||
Path.build_filename(exec_dir, "locale"),
|
||||
Path.build_filename(Path.get_dirname(exec_dir), SYSTEM_LOCALEDIR_NAME)
|
||||
};
|
||||
foreach (var path in search_paths) {
|
||||
if (FileUtils.test(Path.build_filename(path, "en", "LC_MESSAGES", gettext_package + ".mo"), FileTest.IS_REGULAR)) {
|
||||
debug(@"Found locale $(gettext_package).mo in $(path)");
|
||||
return path;
|
||||
string? locale_dir = null;
|
||||
if (Path.get_dirname(exec_path).contains("dino") || Path.get_dirname(exec_path) == "." || Path.get_dirname(exec_path).contains("build")) {
|
||||
string exec_locale = Path.build_filename(Path.get_dirname(exec_path), "locale");
|
||||
if (FileUtils.test(Path.build_filename(exec_locale, "en", "LC_MESSAGES", gettext_package + ".mo"), FileTest.IS_REGULAR)) {
|
||||
locale_dir = exec_locale;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return locale_install_dir;
|
||||
return locale_dir ?? locale_install_dir;
|
||||
}
|
||||
|
||||
public string[] get_plugin_paths() {
|
||||
|
|
|
@ -4,7 +4,6 @@ int main(string[] args) {
|
|||
GLib.Test.init(ref args);
|
||||
GLib.Test.set_nonfatal_assertions();
|
||||
TestSuite.get_root().add_suite(new WeakMapTest().get_suite());
|
||||
TestSuite.get_root().add_suite(new JidTest().get_suite());
|
||||
return GLib.Test.run();
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
using Dino.Entities;
|
||||
using Xmpp;
|
||||
|
||||
namespace Dino.Test {
|
||||
|
||||
|
@ -13,39 +12,27 @@ class JidTest : Gee.TestCase {
|
|||
}
|
||||
|
||||
private void test_parse() {
|
||||
try {
|
||||
Jid jid = new Jid("user@example.com/res");
|
||||
fail_if(jid.localpart != "user");
|
||||
fail_if(jid.domainpart != "example.com");
|
||||
fail_if(jid.resourcepart != "res");
|
||||
fail_if(jid.to_string() != "user@example.com/res");
|
||||
} catch (Error e) {
|
||||
fail_if_reached(@"Throws $(e.message)");
|
||||
}
|
||||
}
|
||||
|
||||
private void test_components() {
|
||||
try {
|
||||
Jid jid = new Jid.components("user", "example.com", "res");
|
||||
fail_if(jid.localpart != "user");
|
||||
fail_if(jid.domainpart != "example.com");
|
||||
fail_if(jid.resourcepart != "res");
|
||||
fail_if(jid.to_string() != "user@example.com/res");
|
||||
} catch (Error e) {
|
||||
fail_if_reached(@"Throws $(e.message)");
|
||||
}
|
||||
}
|
||||
|
||||
private void test_with_res() {
|
||||
try {
|
||||
Jid jid = new Jid("user@example.com").with_resource("res");
|
||||
Jid jid = new Jid.with_resource("user@example.com", "res");
|
||||
fail_if(jid.localpart != "user");
|
||||
fail_if(jid.domainpart != "example.com");
|
||||
fail_if(jid.resourcepart != "res");
|
||||
fail_if(jid.to_string() != "user@example.com/res");
|
||||
} catch (Error e) {
|
||||
fail_if_reached(@"Throws $(e.message)");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -39,9 +39,6 @@ set(RESOURCE_LIST
|
|||
icons/scalable/mimetypes/dino-file-table-symbolic.svg
|
||||
icons/scalable/mimetypes/dino-file-video-symbolic.svg
|
||||
|
||||
icons/scalable/status/dino-bell-large-none-symbolic.svg
|
||||
icons/scalable/status/dino-bell-large-symbolic.svg
|
||||
icons/scalable/status/dino-block-symbolic.svg
|
||||
icons/scalable/status/dino-double-tick-symbolic.svg
|
||||
icons/scalable/status/dino-party-popper-symbolic.svg
|
||||
icons/scalable/status/dino-security-high-symbolic.svg
|
||||
|
@ -49,8 +46,6 @@ set(RESOURCE_LIST
|
|||
icons/scalable/status/dino-status-chat.svg
|
||||
icons/scalable/status/dino-status-dnd.svg
|
||||
icons/scalable/status/dino-status-online.svg
|
||||
icons/scalable/status/dino-status-online-bright.svg
|
||||
icons/scalable/status/dino-status-offline.svg
|
||||
icons/scalable/status/dino-tick-symbolic.svg
|
||||
icons/scalable/status/dino-video-off-symbolic.svg
|
||||
icons/scalable/status/dino-video-symbolic.svg
|
||||
|
@ -69,7 +64,6 @@ set(RESOURCE_LIST
|
|||
conversation_list_titlebar_csd.ui
|
||||
conversation_row.ui
|
||||
conversation_view.ui
|
||||
default_encryption_dialog.ui
|
||||
file_default_widget.ui
|
||||
file_send_overlay.ui
|
||||
global_search.ui
|
||||
|
@ -81,7 +75,6 @@ set(RESOURCE_LIST
|
|||
conversation_content_view/view.ui
|
||||
manage_accounts/account_row.ui
|
||||
manage_accounts/add_account_dialog.ui
|
||||
manage_accounts/change_password_dialog.ui
|
||||
manage_accounts/dialog.ui
|
||||
menu_add.ui
|
||||
menu_app.ui
|
||||
|
@ -122,9 +115,6 @@ endif()
|
|||
if(GTK4_VERSION VERSION_GREATER_EQUAL "4.8")
|
||||
set(MAIN_DEFINITIONS ${MAIN_DEFINITIONS} GTK_4_8)
|
||||
endif()
|
||||
if(GTK4_VERSION VERSION_GREATER_EQUAL "4.12")
|
||||
set(MAIN_DEFINITIONS ${MAIN_DEFINITIONS} GTK_4_12)
|
||||
endif()
|
||||
if(Adwaita_VERSION VERSION_GREATER_EQUAL "1.2")
|
||||
set(MAIN_DEFINITIONS ${MAIN_DEFINITIONS} Adw_1_2)
|
||||
endif()
|
||||
|
@ -134,18 +124,6 @@ endif()
|
|||
if(Adwaita_VERSION VERSION_GREATER_EQUAL "1.4")
|
||||
set(MAIN_DEFINITIONS ${MAIN_DEFINITIONS} Adw_1_4)
|
||||
endif()
|
||||
if(VALA_VERSION VERSION_GREATER_EQUAL "0.56.5" AND VALA_VERSION VERSION_LESS "0.58")
|
||||
set(MAIN_DEFINITIONS ${MAIN_DEFINITIONS} VALA_0_56_GREATER_5)
|
||||
endif()
|
||||
if(VALA_VERSION VERSION_GREATER_EQUAL "0.56.11" AND VALA_VERSION VERSION_LESS "0.58")
|
||||
set(MAIN_DEFINITIONS ${MAIN_DEFINITIONS} VALA_0_56_GREATER_11)
|
||||
endif()
|
||||
if(VALA_VERSION VERSION_EQUAL "0.56.11")
|
||||
set(MAIN_DEFINITIONS ${MAIN_DEFINITIONS} VALA_0_56_11)
|
||||
endif()
|
||||
if(VALA_VERSION VERSION_EQUAL "0.56.12")
|
||||
set(MAIN_DEFINITIONS ${MAIN_DEFINITIONS} VALA_0_56_12)
|
||||
endif()
|
||||
|
||||
vala_precompile(MAIN_VALA_C
|
||||
SOURCES
|
||||
|
@ -196,7 +174,6 @@ SOURCES
|
|||
src/ui/conversation_content_view/quote_widget.vala
|
||||
src/ui/conversation_content_view/reactions_widget.vala
|
||||
src/ui/conversation_content_view/subscription_notification.vala
|
||||
src/ui/conversation_content_view/unread_indicator_populator.vala
|
||||
|
||||
src/ui/chat_input/chat_input_controller.vala
|
||||
src/ui/chat_input/chat_text_view.vala
|
||||
|
@ -207,7 +184,6 @@ SOURCES
|
|||
|
||||
src/ui/contact_details/settings_provider.vala
|
||||
src/ui/contact_details/permissions_provider.vala
|
||||
src/ui/contact_details/history_provider.vala
|
||||
|
||||
src/ui/conversation_details.vala
|
||||
|
||||
|
@ -222,7 +198,6 @@ SOURCES
|
|||
|
||||
src/ui/manage_accounts/account_row.vala
|
||||
src/ui/manage_accounts/add_account_dialog.vala
|
||||
src/ui/manage_accounts/change_password_dialog.vala
|
||||
src/ui/manage_accounts/dialog.vala
|
||||
|
||||
src/ui/occupant_menu/list.vala
|
||||
|
@ -262,13 +237,7 @@ OPTIONS
|
|||
)
|
||||
|
||||
add_definitions(${VALA_CFLAGS} -DGETTEXT_PACKAGE=\"${GETTEXT_PACKAGE}\" -DLOCALE_INSTALL_DIR=\"${LOCALE_INSTALL_DIR}\" -DG_LOG_DOMAIN="dino")
|
||||
if(WIN32)
|
||||
add_link_options("-Wl,--export-all-symbols")
|
||||
set(CMAKE_RC_COMPILE_OBJECT "<CMAKE_RC_COMPILER> --use-temp-file -O coff <DEFINES> -i <SOURCE> -o <OBJECT>")
|
||||
add_executable(dino ${MAIN_VALA_C} ${MAIN_GRESOURCES_TARGET} dino-info.rc)
|
||||
else(WIN32)
|
||||
add_executable(dino ${MAIN_VALA_C} ${MAIN_GRESOURCES_TARGET})
|
||||
endif(WIN32)
|
||||
add_dependencies(dino ${GETTEXT_PACKAGE}-translations)
|
||||
target_include_directories(dino PRIVATE src)
|
||||
target_link_libraries(dino libdino ${MAIN_PACKAGES})
|
||||
|
|
|
@ -2,22 +2,20 @@
|
|||
<interface>
|
||||
<requires lib="gtk" version="4.0"/>
|
||||
<template class="DinoUiSelectJidFragment">
|
||||
<property name="height_request">500</property>
|
||||
<property name="width_request">460</property>
|
||||
<child>
|
||||
<object class="AdwClamp">
|
||||
<property name="maximum-size">350</property>
|
||||
<property name="tightening-threshold">300</property>
|
||||
<child>
|
||||
<object class="GtkBox">
|
||||
<object class="GtkGrid">
|
||||
<property name="hexpand">1</property>
|
||||
<property name="margin-start">12</property>
|
||||
<property name="margin-end">12</property>
|
||||
<property name="margin-top">20</property>
|
||||
<property name="margin-end">80</property>
|
||||
<property name="margin-bottom">20</property>
|
||||
<property name="margin-start">80</property>
|
||||
<property name="orientation">vertical</property>
|
||||
<property name="spacing">10</property>
|
||||
<property name="row-spacing">10</property>
|
||||
<child>
|
||||
<object class="GtkEntry" id="entry">
|
||||
<property name="activates-default">1</property>
|
||||
<property name="activates_default">1</property>
|
||||
<property name="hexpand">1</property>
|
||||
</object>
|
||||
</child>
|
||||
|
@ -30,7 +28,7 @@
|
|||
<object class="GtkFrame">
|
||||
<property name="child">
|
||||
<object class="GtkScrolledWindow" id="scrolled_window">
|
||||
<property name="hscrollbar-policy">never</property>
|
||||
<property name="hscrollbar_policy">never</property>
|
||||
<property name="hexpand">1</property>
|
||||
<property name="vexpand">1</property>
|
||||
<property name="child">
|
||||
|
@ -76,7 +74,5 @@
|
|||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</template>
|
||||
</interface>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<object class="GtkButton" id="file_button">
|
||||
<property name="icon-name">mail-attachment-symbolic</property>
|
||||
<property name="margin-top">2</property>
|
||||
<property name="valign">center</property>
|
||||
<property name="valign">start</property>
|
||||
<style>
|
||||
<class name="flat"/>
|
||||
<class name="dino-chatinput-button"/>
|
||||
|
@ -54,7 +54,7 @@
|
|||
<property name="icon-name">emoji-people-symbolic</property>
|
||||
<property name="has-frame">False</property>
|
||||
<property name="margin-top">2</property>
|
||||
<property name="valign">center</property>
|
||||
<property name="valign">start</property>
|
||||
<style>
|
||||
<class name="flat"/>
|
||||
<class name="dino-chatinput-button"/>
|
||||
|
@ -67,21 +67,7 @@
|
|||
<property name="icon-name">changes-allow-symbolic</property>
|
||||
<property name="has-frame">False</property>
|
||||
<property name="margin-top">2</property>
|
||||
<property name="valign">center</property>
|
||||
<style>
|
||||
<class name="flat"/>
|
||||
<class name="dino-chatinput-button"/>
|
||||
<class name="image-button"/>
|
||||
</style>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkButton" id="send_button">
|
||||
<property name="icon-name">mail-send-symbolic</property>
|
||||
<property name="has-frame">False</property>
|
||||
<property name="margin-top">2</property>
|
||||
<property name="valign">center</property>
|
||||
<property name="sensitive">false</property>
|
||||
<property name="valign">start</property>
|
||||
<style>
|
||||
<class name="flat"/>
|
||||
<class name="dino-chatinput-button"/>
|
||||
|
|
|
@ -99,6 +99,7 @@
|
|||
<object class="AdwButtonContent" id="notification_button_menu_content">
|
||||
<property name="icon-name">notification-symbolic</property>
|
||||
<property name="label">Mute</property>
|
||||
<property name="can-shrink">True</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
|
|
|
@ -37,6 +37,11 @@
|
|||
<property name="xalign">0</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkRevealer" id="time_revealer">
|
||||
<property name="transition-type">slide-right</property>
|
||||
<property name="transition-duration">50</property>
|
||||
<property name="reveal-child">True</property>
|
||||
<child>
|
||||
<object class="GtkLabel" id="time_label">
|
||||
<property name="hexpand">False</property>
|
||||
|
@ -48,6 +53,8 @@
|
|||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkBox">
|
||||
<property name="valign">end</property>
|
||||
|
@ -80,10 +87,15 @@
|
|||
</attributes>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkRevealer" id="top_row_revealer">
|
||||
<property name="transition-type">slide-right</property>
|
||||
<property name="transition-duration">50</property>
|
||||
<property name="reveal-child">True</property>
|
||||
<property name="margin-start">15</property>
|
||||
<child>
|
||||
<object class="GtkBox">
|
||||
<property name="orientation">horizontal</property>
|
||||
<property name="margin-start">15</property>
|
||||
<property name="spacing">6</property>
|
||||
<child>
|
||||
<object class="GtkLabel" id="unread_count_label">
|
||||
|
@ -111,6 +123,49 @@
|
|||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkBox">
|
||||
<property name="orientation">vertical</property>
|
||||
<child>
|
||||
<object class="GtkBox">
|
||||
<property name="vexpand">True</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkRevealer" id="xbutton_revealer">
|
||||
<property name="transition-type">slide-left</property>
|
||||
<property name="transition-duration">100</property>
|
||||
<property name="reveal-child">False</property>
|
||||
<child>
|
||||
<object class="GtkButton" id="x_button">
|
||||
<property name="width-request">27</property>
|
||||
<property name="height-request">27</property>
|
||||
<property name="vexpand">False</property>
|
||||
<property name="margin-start">5</property>
|
||||
<style>
|
||||
<class name="conversation_list_row_xbutton"/>
|
||||
<class name="circular"/>
|
||||
<class name="flat"/>
|
||||
</style>
|
||||
<child>
|
||||
<object class="GtkImage">
|
||||
<property name="icon-name">window-close-symbolic</property>
|
||||
<property name="icon-size">1</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkBox">
|
||||
<property name="vexpand">True</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</template>
|
||||
|
|
|
@ -1,83 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<interface>
|
||||
<requires lib="gtk" version="4.0"/>
|
||||
<object class="GtkDialog" id="dialog">
|
||||
<property name="can_focus">True</property>
|
||||
<property name="modal">True</property>
|
||||
<property name="default_width">320</property>
|
||||
<property name="default_height">260</property>
|
||||
<property name="resizable">False</property>
|
||||
<child>
|
||||
<object class="GtkBox">
|
||||
<property name="can_focus">False</property>
|
||||
<property name="orientation">vertical</property>
|
||||
<property name="margin-start">20</property>
|
||||
<property name="margin-end">20</property>
|
||||
<property name="margin-top">20</property>
|
||||
<property name="margin-bottom">20</property>
|
||||
<child>
|
||||
<object class="GtkBox">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="orientation">vertical</property>
|
||||
<child>
|
||||
<object class="GtkLabel" id="default_encryption_warning_label">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes">You are opening a new conversation without having set end-to-end encryption by default.
|
||||
|
||||
It is strongly recommended to enable it to prevent your messages from being read by third parties.
|
||||
|
||||
Please select an option to start this conversation with. Choosing one of the encryption methods will also set it as default in the global settings.
|
||||
</property>
|
||||
<property name="wrap">True</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkCheckButton" id="omemo">
|
||||
<property name="label" translatable="yes">OMEMO (automatic setup)</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">False</property>
|
||||
<property name="active">False</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkCheckButton" id="openpgp">
|
||||
<property name="label" translatable="yes">OpenPGP (external setup required)</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">False</property>
|
||||
<property name="active">False</property>
|
||||
<property name="group">omemo</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkCheckButton" id="none">
|
||||
<property name="label" translatable="yes">Unencrypted</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">False</property>
|
||||
<property name="active">False</property>
|
||||
<property name="group">omemo</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkButton" id="accept_button">
|
||||
<property name="label" translatable="yes">Apply</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="margin-top">20</property>
|
||||
<style>
|
||||
<class name="text-button"/>
|
||||
<class name="suggested-action"/>
|
||||
</style>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</interface>
|
|
@ -11,13 +11,11 @@
|
|||
<file>conversation_content_view/item_metadata_header.ui</file>
|
||||
<file>conversation_content_view/view.ui</file>
|
||||
<file>conversation_details.ui</file>
|
||||
<file>conversation_details.css</file>
|
||||
<file>conversation_item_widget.ui</file>
|
||||
<file>conversation_list_titlebar.ui</file>
|
||||
<file>conversation_list_titlebar_csd.ui</file>
|
||||
<file>conversation_row.ui</file>
|
||||
<file>conversation_view.ui</file>
|
||||
<file>default_encryption_dialog.ui</file>
|
||||
<file>dino-conversation-list-placeholder-arrow.svg</file>
|
||||
<file>file_default_widget.ui</file>
|
||||
<file>file_send_overlay.ui</file>
|
||||
|
@ -42,17 +40,12 @@
|
|||
<file>icons/scalable/mimetypes/dino-file-table-symbolic.svg</file>
|
||||
<file>icons/scalable/mimetypes/dino-file-video-symbolic.svg</file>
|
||||
<file>icons/scalable/status/dino-double-tick-symbolic.svg</file>
|
||||
<file>icons/scalable/status/dino-bell-large-none-symbolic.svg</file>
|
||||
<file>icons/scalable/status/dino-bell-large-symbolic.svg</file>
|
||||
<file>icons/scalable/status/dino-block-symbolic.svg</file>
|
||||
<file>icons/scalable/status/dino-party-popper-symbolic.svg</file>
|
||||
<file>icons/scalable/status/dino-security-high-symbolic.svg</file>
|
||||
<file>icons/scalable/status/dino-status-away.svg</file>
|
||||
<file>icons/scalable/status/dino-status-chat.svg</file>
|
||||
<file>icons/scalable/status/dino-status-dnd.svg</file>
|
||||
<file>icons/scalable/status/dino-status-online.svg</file>
|
||||
<file>icons/scalable/status/dino-status-online-bright.svg</file>
|
||||
<file>icons/scalable/status/dino-status-offline.svg</file>
|
||||
<file>icons/scalable/status/dino-tick-symbolic.svg</file>
|
||||
<file>icons/scalable/status/dino-video-off-symbolic.svg</file>
|
||||
<file>icons/scalable/status/dino-video-symbolic.svg</file>
|
||||
|
@ -62,7 +55,6 @@
|
|||
<file>manage_accounts/account_row.ui</file>
|
||||
<file>manage_accounts/add_account_dialog.ui</file>
|
||||
<file>manage_accounts/dialog.ui</file>
|
||||
<file>manage_accounts/change_password_dialog.ui</file>
|
||||
<file>menu_add.ui</file>
|
||||
<file>menu_app.ui</file>
|
||||
<file>menu_conversation.ui</file>
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="16px" viewBox="0 0 16 16" width="16px"><path d="m 8 0 c -0.828125 0 -1.5 0.671875 -1.5 1.5 c 0 0.078125 0.007812 0.15625 0.019531 0.234375 c -0.871093 0.269531 -1.652343 0.773437 -2.257812 1.453125 l -2.730469 -2.730469 l -1.0625 1.0625 l 2.957031 2.957031 l 8.527344 8.523438 l 2.515625 2.519531 l 1.0625 -1.0625 l -1.570312 -1.570312 c 0.320312 -0.167969 0.539062 -0.5 0.539062 -0.886719 c 0 -0.554688 -0.445312 -1 -1 -1 h -0.5 v -4.5 c 0 -2.191406 -1.425781 -4.125 -3.519531 -4.773438 c 0.011719 -0.074218 0.019531 -0.152343 0.019531 -0.226562 c 0 -0.828125 -0.671875 -1.5 -1.5 -1.5 z m -4.988281 6.183594 c -0.007813 0.105468 -0.011719 0.210937 -0.011719 0.316406 v 4.5 h -0.5 c -0.554688 0 -1 0.445312 -1 1 s 0.445312 1 1 1 h 7.328125 z m 2.988281 7.816406 c 0 0.714844 0.382812 1.375 1 1.730469 c 0.617188 0.359375 1.382812 0.359375 2 0 c 0.617188 -0.355469 1 -1.015625 1 -1.730469 z m 0 0" fill="#222222"/></svg>
|
Before Width: | Height: | Size: 1,007 B |
|
@ -1,2 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="16px" viewBox="0 0 16 16" width="16px"><path d="m 8 0 c -0.828125 0 -1.5 0.671875 -1.5 1.5 c 0 0.078125 0.007812 0.152344 0.019531 0.230469 c -2.089843 0.648437 -3.515625 2.582031 -3.519531 4.769531 v 4.5 h -0.5 c -0.554688 0 -1 0.445312 -1 1 s 0.445312 1 1 1 h 11 c 0.554688 0 1 -0.445312 1 -1 s -0.445312 -1 -1 -1 h -0.5 v -4.5 c 0 -2.191406 -1.425781 -4.125 -3.519531 -4.773438 c 0.011719 -0.078124 0.019531 -0.152343 0.019531 -0.226562 c 0 -0.828125 -0.671875 -1.5 -1.5 -1.5 z m -2 14 c 0 0.714844 0.382812 1.375 1 1.734375 c 0.617188 0.355469 1.382812 0.355469 2 0 c 0.617188 -0.359375 1 -1.019531 1 -1.734375 z m 0 0" fill="#222222"/></svg>
|
Before Width: | Height: | Size: 734 B |
|
@ -1,7 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
||||
<g fill="#222">
|
||||
<path d="m8 1c-3.8555 0-7 3.1445-7 7s3.1445 7 7 7 7-3.1445 7-7-3.1445-7-7-7zm0 2c2.7539 0 5 2.2461 5 5s-2.2461 5-5 5-5-2.2461-5-5 2.2461-5 5-5z"/>
|
||||
<path d="m13.616 11.83-1.4375 1.4375-9.1054-9.0769 1.543-1.3323z"/>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 369 B |
|
@ -1,11 +0,0 @@
|
|||
<?xml version="1.0"?>
|
||||
<svg width="99.999997" height="99.999997" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" version="1.1">
|
||||
|
||||
<g class="layer">
|
||||
<title>Layer 1</title>
|
||||
<g id="svg_1">
|
||||
<circle cx="50" cy="51" fill="#ff0000" fill-rule="evenodd" id="svg_2" r="50" stroke="#ff0000"/>
|
||||
<path d="m20,51l60,0" fill="#ff0000" id="svg_3" stroke="#ff0000" stroke-linecap="round" stroke-width="15"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 444 B |
|
@ -1,10 +0,0 @@
|
|||
<?xml version="1.0"?>
|
||||
<svg width="99.999997" height="99.999997" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" version="1.1">
|
||||
|
||||
<g class="layer">
|
||||
<title>Layer 1</title>
|
||||
<g id="svg_1">
|
||||
<circle cx="50" cy="50" fill="#00ff00" fill-rule="evenodd" id="svg_2" r="50"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 316 B |
|
@ -1,10 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<svg width="99.999997" height="99.999997" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" version="1.1">
|
||||
|
||||
<g class="layer">
|
||||
<title>Layer 1</title>
|
||||
<g id="svg_1">
|
||||
<circle cx="50" cy="50" fill="#00ff00" fill-rule="evenodd" id="svg_2" r="50"/>
|
||||
</g>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="28.222mm" height="28.222mm" version="1.1" viewBox="0 0 99.999997 99.999997" xmlns="http://www.w3.org/2000/svg">
|
||||
<g transform="translate(-62.857 -678.08)">
|
||||
<circle cx="112.86" cy="728.08" r="50" style="fill-rule:evenodd;fill:#81c784"/>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 316 B After Width: | Height: | Size: 302 B |
|
@ -4,7 +4,7 @@
|
|||
<launchable type="desktop-id">im.dino.Dino.desktop</launchable>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>GPL-3.0+</project_license>
|
||||
<name>Dino+</name>
|
||||
<name>Dino</name>
|
||||
<summary>Modern XMPP Chat Client</summary>
|
||||
<summary xml:lang="zh_TW">現代化的 XMPP 用戶端聊天軟件</summary>
|
||||
<summary xml:lang="zh_CN">现代 XMPP 聊天客户端</summary>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<launchable type="desktop-id">im.dino.Dino.desktop</launchable>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>GPL-3.0+</project_license>
|
||||
<name>Dino+</name>
|
||||
<name>Dino</name>
|
||||
<summary>Modern XMPP Chat Client</summary>
|
||||
<description>
|
||||
<p>Dino is a modern open-source chat client for the desktop. It focuses on providing a clean and reliable Jabber/XMPP experience while having your privacy in mind.</p>
|
||||
|
|
|
@ -1,158 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<interface>
|
||||
<requires lib="gtk" version="4.0"/>
|
||||
<template class="DinoUiChangePasswordDialog">
|
||||
<property name="title" translatable="1">Change password</property>
|
||||
<property name="valign">center</property>
|
||||
<property name="modal">True</property>
|
||||
<child internal-child="content_area">
|
||||
<object class="GtkBox">
|
||||
<child>
|
||||
<object class="GtkGrid" id="info_grid">
|
||||
<property name="orientation">vertical</property>
|
||||
<property name="margin-start">20</property>
|
||||
<property name="margin-end">20</property>
|
||||
<property name="margin-top">20</property>
|
||||
<property name="margin-bottom">20</property>
|
||||
<property name="row-spacing">7</property>
|
||||
<property name="column-spacing">10</property>
|
||||
<child>
|
||||
<object class="GtkLabel">
|
||||
<property name="label" translatable="1">Current password</property>
|
||||
<property name="xalign">1</property>
|
||||
<layout>
|
||||
<property name="column">0</property>
|
||||
<property name="row">0</property>
|
||||
</layout>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkEntry" id="current_passwd_entry">
|
||||
<property name="activates_default">1</property>
|
||||
<property name="hexpand">1</property>
|
||||
<property name="width_request">200</property>
|
||||
<property name="visibility">False</property>
|
||||
<layout>
|
||||
<property name="column">1</property>
|
||||
<property name="row">0</property>
|
||||
</layout>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkLabel">
|
||||
<property name="label" translatable="1">New password</property>
|
||||
<property name="xalign">1</property>
|
||||
<layout>
|
||||
<property name="column">0</property>
|
||||
<property name="row">1</property>
|
||||
</layout>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkEntry" id="new_passwd_entry">
|
||||
<property name="activates_default">1</property>
|
||||
<property name="hexpand">1</property>
|
||||
<property name="width_request">200</property>
|
||||
<property name="visibility">False</property>
|
||||
<layout>
|
||||
<property name="column">1</property>
|
||||
<property name="row">1</property>
|
||||
</layout>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkLabel">
|
||||
<property name="label" translatable="1">Confirm new password</property>
|
||||
<property name="xalign">1</property>
|
||||
<layout>
|
||||
<property name="column">0</property>
|
||||
<property name="row">2</property>
|
||||
</layout>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkEntry" id="confirm_new_passwd_entry">
|
||||
<property name="activates_default">1</property>
|
||||
<property name="hexpand">1</property>
|
||||
<property name="width_request">200</property>
|
||||
<property name="visibility">False</property>
|
||||
<layout>
|
||||
<property name="column">1</property>
|
||||
<property name="row">2</property>
|
||||
</layout>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkLabel" id="change_password_error_label">
|
||||
<!-- property name="xalign">0</property -->
|
||||
<property name="halign">center</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="margin-top">7</property>
|
||||
<attributes>
|
||||
<attribute name="scale" value="0.9"></attribute>
|
||||
</attributes>
|
||||
<layout>
|
||||
<property name="column">0</property>
|
||||
<property name="row">3</property>
|
||||
<property name="column-span">2</property>
|
||||
</layout>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkButton" id="cancel_button">
|
||||
<property name="label" translatable="1">Cancel</property>
|
||||
<layout>
|
||||
<property name="column">0</property>
|
||||
<property name="row">4</property>
|
||||
</layout>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkButton" id="change_password_button">
|
||||
<property name="halign">end</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="sensitive">0</property>
|
||||
<layout>
|
||||
<property name="column">1</property>
|
||||
<property name="row">4</property>
|
||||
</layout>
|
||||
<style>
|
||||
<class name="text-button"/>
|
||||
<class name="suggested-action"/>
|
||||
</style>
|
||||
<child>
|
||||
<object class="GtkStack" id="change_password_stack">
|
||||
<child>
|
||||
<object class="GtkStackPage">
|
||||
<property name="name">label</property>
|
||||
<property name="child">
|
||||
<object class="GtkLabel" >
|
||||
<property name="label" translatable="1">Change password</property>
|
||||
</object>
|
||||
</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkStackPage">
|
||||
<property name="name">spinner</property>
|
||||
<property name="child">
|
||||
<object class="GtkSpinner">
|
||||
<property name="spinning">True</property>
|
||||
</object>
|
||||
</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<action-widgets>
|
||||
<action-widget response="cancel">cancel_button</action-widget>
|
||||
<action-widget response="ok" default="true">change_password_button</action-widget>
|
||||
</action-widgets>
|
||||
</template>
|
||||
</interface>
|
|
@ -165,17 +165,7 @@
|
|||
<layout>
|
||||
<property name="column">1</property>
|
||||
<property name="row">2</property>
|
||||
<property name="column-span">1</property>
|
||||
</layout>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkButton" id="password_change_btn">
|
||||
<property name="label">⚙️</property>
|
||||
<layout>
|
||||
<property name="column">2</property>
|
||||
<property name="row">2</property>
|
||||
<property name="column-span">1</property>
|
||||
<property name="column-span">2</property>
|
||||
</layout>
|
||||
</object>
|
||||
</child>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<property name="margin-start">7</property>
|
||||
<property name="margin-bottom">3</property>
|
||||
<property name="margin-end">7</property>
|
||||
<property name="column-spacing">5</property>
|
||||
<property name="column-spacing">10</property>
|
||||
<child>
|
||||
<object class="DinoUiAvatarPicture" id="picture">
|
||||
<property name="height-request">30</property>
|
||||
|
@ -15,8 +15,7 @@
|
|||
</child>
|
||||
<child>
|
||||
<object class="GtkLabel" id="name_label">
|
||||
<property name="width-chars">20</property>
|
||||
<property name="max-width-chars">40</property>
|
||||
<property name="max_width_chars">1</property>
|
||||
<property name="ellipsize">end</property>
|
||||
<property name="hexpand">1</property>
|
||||
<property name="xalign">0</property>
|
||||
|
|
|
@ -7,49 +7,6 @@
|
|||
<property name="search-enabled">False</property>
|
||||
<child>
|
||||
<object class="AdwPreferencesPage">
|
||||
<child>
|
||||
<object class="AdwPreferencesGroup">
|
||||
<child>
|
||||
<object class="AdwActionRow">
|
||||
<property name="title" translatable="yes">Default encryption for 1-on-1 chats</property>
|
||||
<child>
|
||||
<object class="GtkBox" id="default_encryption_box">
|
||||
<child>
|
||||
<object class="GtkCheckButton" id="encryption_radio_undecided">
|
||||
<property name="label" translatable="yes">Ask</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">False</property>
|
||||
<property name="active">False</property>
|
||||
<property name="group">encryption_radio_undecided</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkCheckButton" id="encryption_radio_omemo">
|
||||
<property name="label" translatable="yes">OMEMO</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">False</property>
|
||||
<property name="active">False</property>
|
||||
<property name="group">encryption_radio_undecided</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkCheckButton" id="encryption_radio_openpgp">
|
||||
<property name="label" translatable="yes">OpenPGP</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">False</property>
|
||||
<property name="active">False</property>
|
||||
<property name="group">encryption_radio_undecided</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="AdwPreferencesGroup">
|
||||
<child>
|
||||
|
@ -111,51 +68,6 @@
|
|||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="AdwPreferencesGroup">
|
||||
<child>
|
||||
<object class="AdwActionRow">
|
||||
<property name="title" translatable="yes">_Display send button</property>
|
||||
<property name="use-underline">True</property>
|
||||
<property name="activatable-widget">send_button_switch</property>
|
||||
<child type="suffix">
|
||||
<object class="GtkSwitch" id="send_button_switch">
|
||||
<property name="valign">center</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="AdwActionRow">
|
||||
<property name="title" translatable="yes">_Use Enter key to start a new line</property>
|
||||
<property name="subtitle" translatable="yes">If disabled, use Shift+Enter to start a new line</property>
|
||||
<property name="use-underline">True</property>
|
||||
<property name="activatable-widget">enter_newline_switch</property>
|
||||
<child type="suffix">
|
||||
<object class="GtkSwitch" id="enter_newline_switch">
|
||||
<property name="valign">center</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="AdwPreferencesGroup">
|
||||
<child>
|
||||
<object class="AdwActionRow">
|
||||
<property name="title" translatable="yes">_Dark theme</property>
|
||||
<property name="use-underline">True</property>
|
||||
<property name="activatable-widget">dark_theme</property>
|
||||
<child type="suffix">
|
||||
<object class="GtkSwitch" id="dark_theme">
|
||||
<property name="valign">center</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</template>
|
||||
|
|
|
@ -49,11 +49,7 @@ window.dino-main .dino-conversation .message-box.highlight:not(.highlight-once)
|
|||
}
|
||||
|
||||
window.dino-main .dino-conversation .message-box {
|
||||
padding: 3px 15px 3px 15px;
|
||||
}
|
||||
|
||||
window.dino-main .dino-conversation .has-skeleton {
|
||||
margin-top: 10px;
|
||||
padding: 6px 15px 6px 15px;
|
||||
}
|
||||
|
||||
window.dino-main .dino-conversation .message-box:not(.has-skeleton) {
|
||||
|
@ -286,13 +282,6 @@ window.dino-main .dino-chatinput-button button:checked:backdrop {
|
|||
color: alpha(@theme_unfocused_selected_bg_color, 0.8);
|
||||
}
|
||||
|
||||
.dino-unread-line label {
|
||||
color: @theme_selected_bg_color;
|
||||
}
|
||||
|
||||
.dino-unread-line separator {
|
||||
background-color: @theme_selected_bg_color;
|
||||
}
|
||||
|
||||
.dino-chatinput,
|
||||
.dino-chatinput textview,
|
||||
|
|
|
@ -1,21 +0,0 @@
|
|||
1 VERSIONINFO
|
||||
BEGIN
|
||||
BLOCK "StringFileInfo"
|
||||
BEGIN
|
||||
BLOCK "080904E4"
|
||||
BEGIN
|
||||
VALUE "CompanyName", "Dino"
|
||||
VALUE "FileDescription", "Dino - Modern XMPP (""Jabber"") Chat Client"
|
||||
VALUE "InternalName", "dino"
|
||||
VALUE "LegalCopyright", "Dino"
|
||||
VALUE "OriginalFilename", "dino.exe"
|
||||
VALUE "ProductName", "Dino"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
BEGIN
|
||||
VALUE "Translation", 0x809, 1252
|
||||
END
|
||||
END
|
||||
|
||||
DINO_ICO ICON "./dino.ico"
|
BIN
main/dino.ico
Before Width: | Height: | Size: 98 KiB |
|
@ -1,4 +1,3 @@
|
|||
subdir('po')
|
||||
dependencies = [
|
||||
dep_dino,
|
||||
dep_gee,
|
||||
|
@ -39,7 +38,6 @@ sources = files(
|
|||
'src/ui/chat_input/view.vala',
|
||||
'src/ui/contact_details/permissions_provider.vala',
|
||||
'src/ui/contact_details/settings_provider.vala',
|
||||
'src/ui/contact_details/history_provider.vala',
|
||||
'src/ui/conversation_content_view/call_widget.vala',
|
||||
'src/ui/conversation_content_view/chat_state_populator.vala',
|
||||
'src/ui/conversation_content_view/content_populator.vala',
|
||||
|
@ -54,7 +52,6 @@ sources = files(
|
|||
'src/ui/conversation_content_view/quote_widget.vala',
|
||||
'src/ui/conversation_content_view/reactions_widget.vala',
|
||||
'src/ui/conversation_content_view/subscription_notification.vala',
|
||||
'src/ui/conversation_content_view/unread_indicator_populator.vala',
|
||||
'src/ui/conversation_details.vala',
|
||||
'src/ui/conversation_list_titlebar.vala',
|
||||
'src/ui/conversation_selector/conversation_selector.vala',
|
||||
|
@ -72,7 +69,6 @@ sources = files(
|
|||
'src/ui/main_window_controller.vala',
|
||||
'src/ui/manage_accounts/account_row.vala',
|
||||
'src/ui/manage_accounts/add_account_dialog.vala',
|
||||
'src/ui/manage_accounts/change_password_dialog.vala',
|
||||
'src/ui/manage_accounts/dialog.vala',
|
||||
'src/ui/notifier_freedesktop.vala',
|
||||
'src/ui/notifier_gnotifications.vala',
|
||||
|
@ -95,8 +91,8 @@ sources = files(
|
|||
'src/view_model/preferences_row.vala',
|
||||
'src/windows/conversation_details.vala',
|
||||
)
|
||||
sources += gnome.compile_resources(
|
||||
'resources',
|
||||
sources += import('gnome').compile_resources(
|
||||
'dino-resources',
|
||||
'data/gresource.xml',
|
||||
source_dir: 'data',
|
||||
)
|
||||
|
@ -104,34 +100,6 @@ sources += gnome.compile_resources(
|
|||
c_args = [
|
||||
'-DG_LOG_DOMAIN="dino"',
|
||||
'-DGETTEXT_PACKAGE="dino"',
|
||||
'-D_POSIX_C_SOURCE=1',
|
||||
'-D_FILE_OFFSET_BITS=64',
|
||||
'-DLOCALE_INSTALL_DIR="@0@"'.format(get_option('prefix') / get_option('localedir')),
|
||||
]
|
||||
vala_args = [
|
||||
'--vapidir', meson.current_source_dir() / 'vapi',
|
||||
]
|
||||
if dep_libadwaita.version() == 'unknown' or dep_libadwaita.version().version_compare('>=1.2')
|
||||
vala_args += ['-D', 'Adw_1_2']
|
||||
endif
|
||||
if dep_gtk4.version() == 'unknown' or dep_gtk4.version().version_compare('>=4.6')
|
||||
vala_args += ['-D', 'GTK_4_6']
|
||||
endif
|
||||
if dep_gtk4.version() == 'unknown' or dep_gtk4.version().version_compare('>=4.8')
|
||||
vala_args += ['-D', 'GTK_4_8']
|
||||
endif
|
||||
|
||||
link_args = []
|
||||
if host_machine.system() == 'windows'
|
||||
link_args += ['-Wl,--export-all-symbols']
|
||||
windows = import('windows')
|
||||
sources += windows.compile_resources('dino-info.rc')
|
||||
endif
|
||||
|
||||
exe_dino = executable('dino', sources, c_args: c_args, vala_args: vala_args, dependencies: dependencies, install: true, link_args: link_args, win_subsystem: 'windows')
|
||||
|
||||
install_data('data/icons/scalable/apps/im.dino.Dino-symbolic.svg', install_dir: get_option('datadir') / 'hicolor/symbolic/apps')
|
||||
install_data('data/icons/scalable/apps/im.dino.Dino.svg', install_dir: get_option('datadir') / 'hicolor/scalable/apps')
|
||||
install_data('data/im.dino.Dino.appdata.xml', install_dir: get_option('datadir') / 'metainfo')
|
||||
install_data('data/im.dino.Dino.desktop', install_dir: get_option('datadir') / 'applications')
|
||||
install_data('data/im.dino.Dino.service', install_dir: get_option('datadir') / 'dbus-1/services')
|
||||
exe_dino = executable('dino', sources, c_args: c_args, vala_args: ['--vapidir', meson.current_source_dir() / 'vapi'], dependencies: dependencies)
|
||||
|
|
|
@ -1176,24 +1176,6 @@ msgstr "لقد أعددت كل شيء!"
|
|||
msgid "Finish"
|
||||
msgstr "أنهي"
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :5
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :103
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :21
|
||||
msgid "Current password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :43
|
||||
msgid "New password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :65
|
||||
msgid "Confirm new password"
|
||||
msgstr ""
|
||||
|
||||
|
||||
#~ msgid "Click here to start a conversation or join a channel."
|
||||
#~ msgstr "اضغط هنا لبداية المحادثة أو للإنضمام إلى قناة."
|
||||
|
||||
|
|
|
@ -1163,24 +1163,6 @@ msgstr "Tot llest!"
|
|||
msgid "Finish"
|
||||
msgstr "Finalitza"
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :5
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :103
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :21
|
||||
msgid "Current password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :43
|
||||
msgid "New password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :65
|
||||
msgid "Confirm new password"
|
||||
msgstr ""
|
||||
|
||||
|
||||
#~ msgid "Click here to start a conversation or join a channel."
|
||||
#~ msgstr "Feu clic aquí per a començar una conversa o unir-vos a un canal."
|
||||
|
||||
|
|
|
@ -1166,22 +1166,5 @@ msgstr "Vše připraveno!"
|
|||
msgid "Finish"
|
||||
msgstr "Dokončit"
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :5
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :103
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :21
|
||||
msgid "Current password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :43
|
||||
msgid "New password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :65
|
||||
msgid "Confirm new password"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Click here to start a conversation or join a channel."
|
||||
#~ msgstr "Kliknutím sem zahájíte konverzaci nebo se připojíte ke kanálu."
|
||||
|
|
|
@ -1153,20 +1153,3 @@ msgstr ""
|
|||
#: main/data/manage_accounts/add_account_dialog.ui:506
|
||||
msgid "Finish"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :5
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :103
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :21
|
||||
msgid "Current password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :43
|
||||
msgid "New password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :65
|
||||
msgid "Confirm new password"
|
||||
msgstr ""
|
||||
|
|
|
@ -1161,23 +1161,6 @@ msgstr "Fertig!"
|
|||
msgid "Finish"
|
||||
msgstr "Fertig"
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :5
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :103
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :21
|
||||
msgid "Current password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :43
|
||||
msgid "New password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :65
|
||||
msgid "Confirm new password"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Click here to start a conversation or join a channel."
|
||||
#~ msgstr ""
|
||||
#~ "Klicke hier, um eine Unterhaltung zu starten oder einem Kanal beizutreten."
|
||||
|
|
|
@ -1154,20 +1154,3 @@ msgstr ""
|
|||
#: main/data/manage_accounts/add_account_dialog.ui:506
|
||||
msgid "Finish"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :5
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :103
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :21
|
||||
msgid "Current password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :43
|
||||
msgid "New password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :65
|
||||
msgid "Confirm new password"
|
||||
msgstr ""
|
||||
|
|
|
@ -1169,23 +1169,6 @@ msgstr "Όλα έτοιμα!"
|
|||
msgid "Finish"
|
||||
msgstr "Ολοκλήρωση"
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :5
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :103
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :21
|
||||
msgid "Current password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :43
|
||||
msgid "New password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :65
|
||||
msgid "Confirm new password"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Click here to start a conversation or join a channel."
|
||||
#~ msgstr ""
|
||||
#~ "Κάντε κλικ εδώ για να ξεκινήσετε μια συνομιλία ή να εισέλθετε σε ένα "
|
||||
|
|
|
@ -533,10 +533,12 @@ msgid "Local Settings"
|
|||
msgstr ""
|
||||
|
||||
#: main/src/ui/contact_details/settings_provider.vala:28
|
||||
#: main/data/settings_dialog.ui:23
|
||||
msgid "Send typing notifications"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/contact_details/settings_provider.vala:33
|
||||
#: main/data/settings_dialog.ui:32
|
||||
msgid "Send read receipts"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1010,48 +1012,16 @@ msgstr ""
|
|||
msgid "Add Contact"
|
||||
msgstr ""
|
||||
|
||||
#: main/data/settings_dialog.ui:14
|
||||
msgid "Default encryption for 1-on-1 chats"
|
||||
msgstr ""
|
||||
|
||||
#: main/data/settings_dialog.ui:19
|
||||
msgid "Ask"
|
||||
msgstr ""
|
||||
|
||||
#: main/data/settings_dialog.ui:57
|
||||
msgid "Send _Typing Notifications"
|
||||
msgstr ""
|
||||
|
||||
#: main/data/settings_dialog.ui:85
|
||||
msgid "_Notifications"
|
||||
msgstr ""
|
||||
|
||||
#: main/data/settings_dialog.ui:69
|
||||
msgid "Send _Read Receipts"
|
||||
msgstr ""
|
||||
|
||||
#: main/data/settings_dialog.ui:86
|
||||
#: main/data/settings_dialog.ui:41
|
||||
msgid "Notify when a new message arrives"
|
||||
msgstr ""
|
||||
|
||||
#: main/data/settings_dialog.ui:102
|
||||
msgid "_Convert Smileys to Emoji"
|
||||
#: main/data/settings_dialog.ui:50
|
||||
msgid "Convert smileys to emojis"
|
||||
msgstr ""
|
||||
|
||||
#: main/data/settings_dialog.ui:118
|
||||
msgid "_Display send button"
|
||||
msgstr ""
|
||||
|
||||
#: main/data/settings_dialog.ui:130
|
||||
msgid "_Use Enter key to start a new line"
|
||||
msgstr ""
|
||||
|
||||
#: main/data/settings_dialog.ui:131
|
||||
msgid "If disabled, use Shift+Enter to start a new line"
|
||||
msgstr ""
|
||||
|
||||
#: main/data/settings_dialog.ui:147
|
||||
msgid "_Dark theme"
|
||||
#: main/data/settings_dialog.ui:59
|
||||
msgid "Check spelling"
|
||||
msgstr ""
|
||||
|
||||
#: main/data/im.dino.Dino.appdata.xml.in:7
|
||||
|
@ -1174,20 +1144,3 @@ msgstr ""
|
|||
#: main/data/manage_accounts/add_account_dialog.ui:506
|
||||
msgid "Finish"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :5
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :103
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :21
|
||||
msgid "Current password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :43
|
||||
msgid "New password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :65
|
||||
msgid "Confirm new password"
|
||||
msgstr ""
|
||||
|
|
|
@ -1162,24 +1162,6 @@ msgstr "Ĉio pretas!"
|
|||
msgid "Finish"
|
||||
msgstr "Fini"
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :5
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :103
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :21
|
||||
msgid "Current password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :43
|
||||
msgid "New password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :65
|
||||
msgid "Confirm new password"
|
||||
msgstr ""
|
||||
|
||||
|
||||
#~ msgid "Click here to start a conversation or join a channel."
|
||||
#~ msgstr "Alklaku ĉi tie por komenci konversacion aŭ aliĝi al kanalo."
|
||||
|
||||
|
|
|
@ -1166,23 +1166,6 @@ msgstr "¡Todo listo!"
|
|||
msgid "Finish"
|
||||
msgstr "Finalizado"
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :5
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :103
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :21
|
||||
msgid "Current password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :43
|
||||
msgid "New password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :65
|
||||
msgid "Confirm new password"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Click here to start a conversation or join a channel."
|
||||
#~ msgstr ""
|
||||
#~ "Pulsar aquí para iniciar una conversación o unirse a un conversación en "
|
||||
|
|
|
@ -1165,23 +1165,6 @@ msgstr "Guztia ezarri da!"
|
|||
msgid "Finish"
|
||||
msgstr "Amaitu"
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :5
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :103
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :21
|
||||
msgid "Current password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :43
|
||||
msgid "New password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :65
|
||||
msgid "Confirm new password"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Click here to start a conversation or join a channel."
|
||||
#~ msgstr ""
|
||||
#~ "Klikatu hemen elkarrizketa berri bat hasi edo kanal batean sartzeko."
|
||||
|
|
|
@ -1161,23 +1161,6 @@ msgstr "همه تنظیم شده!"
|
|||
msgid "Finish"
|
||||
msgstr "اتمام"
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :5
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :103
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :21
|
||||
msgid "Current password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :43
|
||||
msgid "New password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :65
|
||||
msgid "Confirm new password"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Click here to start a conversation or join a channel."
|
||||
#~ msgstr "برای شروع گفتگو یا پیوستن به کانال اینجا کلیک کنید."
|
||||
|
||||
|
|
|
@ -1164,23 +1164,6 @@ msgstr ""
|
|||
msgid "Finish"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :5
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :103
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :21
|
||||
msgid "Current password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :43
|
||||
msgid "New password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :65
|
||||
msgid "Confirm new password"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "No active conversations"
|
||||
#~ msgstr "Ei aktiivisia keskusteluja"
|
||||
|
||||
|
|
|
@ -1166,23 +1166,6 @@ msgstr "Tout est prêt !"
|
|||
msgid "Finish"
|
||||
msgstr "Terminer"
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :5
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :103
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :21
|
||||
msgid "Current password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :43
|
||||
msgid "New password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :65
|
||||
msgid "Confirm new password"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Click here to start a conversation or join a channel."
|
||||
#~ msgstr "Cliquez ici pour commencer une discussion ou rejoindre un salon."
|
||||
|
||||
|
|
|
@ -1166,23 +1166,6 @@ msgstr "Todo feito!"
|
|||
msgid "Finish"
|
||||
msgstr "Rematar"
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :5
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :103
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :21
|
||||
msgid "Current password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :43
|
||||
msgid "New password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :65
|
||||
msgid "Confirm new password"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Click here to start a conversation or join a channel."
|
||||
#~ msgstr "Preme aquí para iniciar unha conversa ou unirte a unha canle."
|
||||
|
||||
|
|
|
@ -1169,23 +1169,6 @@ msgstr "Minden készen áll!"
|
|||
msgid "Finish"
|
||||
msgstr "Befejezés"
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :5
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :103
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :21
|
||||
msgid "Current password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :43
|
||||
msgid "New password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :65
|
||||
msgid "Confirm new password"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Click here to start a conversation or join a channel."
|
||||
#~ msgstr ""
|
||||
#~ "Kattintson ide egy beszélgetés indításához vagy egy csatornához való "
|
||||
|
|
|
@ -1157,22 +1157,5 @@ msgstr "Selesai!"
|
|||
msgid "Finish"
|
||||
msgstr "Selesai"
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :5
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :103
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :21
|
||||
msgid "Current password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :43
|
||||
msgid "New password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :65
|
||||
msgid "Confirm new password"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Click here to start a conversation or join a channel."
|
||||
#~ msgstr "Klik untuk memulai percakapan atau bergabung dengan channel."
|
||||
|
|
|
@ -1161,23 +1161,6 @@ msgstr "Omni es pret!"
|
|||
msgid "Finish"
|
||||
msgstr "Finir"
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :5
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :103
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :21
|
||||
msgid "Current password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :43
|
||||
msgid "New password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :65
|
||||
msgid "Confirm new password"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Click here to start a conversation or join a channel."
|
||||
#~ msgstr ""
|
||||
#~ "Fa un clic ti-ci por iniciar un conversation o adherer a un channel."
|
||||
|
|
|
@ -1161,22 +1161,5 @@ msgstr "Allt klárt!"
|
|||
msgid "Finish"
|
||||
msgstr "Loka"
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :5
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :103
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :21
|
||||
msgid "Current password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :43
|
||||
msgid "New password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :65
|
||||
msgid "Confirm new password"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Click here to start a conversation or join a channel."
|
||||
#~ msgstr "Smelltu hér til að hefja samtal eða taka þátt í rás."
|
||||
|
|
|
@ -1165,23 +1165,6 @@ msgstr "Tutto pronto!"
|
|||
msgid "Finish"
|
||||
msgstr "Fine"
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :5
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :103
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :21
|
||||
msgid "Current password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :43
|
||||
msgid "New password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :65
|
||||
msgid "Confirm new password"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Click here to start a conversation or join a channel."
|
||||
#~ msgstr ""
|
||||
#~ "Fai clic qui per iniziare una conversazione o per entrare in un canale."
|
||||
|
|
|
@ -1158,23 +1158,6 @@ msgstr "すべてのセットアップが完了しました!"
|
|||
msgid "Finish"
|
||||
msgstr "完了"
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :5
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :103
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :21
|
||||
msgid "Current password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :43
|
||||
msgid "New password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :65
|
||||
msgid "Confirm new password"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Click here to start a conversation or join a channel."
|
||||
#~ msgstr ""
|
||||
#~ "トークを始めたりトークルームに参加したりするには、ここをクリックしてくださ"
|
||||
|
|
|
@ -1153,20 +1153,3 @@ msgstr ""
|
|||
#: main/data/manage_accounts/add_account_dialog.ui:506
|
||||
msgid "Finish"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :5
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :103
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :21
|
||||
msgid "Current password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :43
|
||||
msgid "New password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :65
|
||||
msgid "Confirm new password"
|
||||
msgstr ""
|
||||
|
|
|
@ -1166,22 +1166,5 @@ msgstr "모든 설정이 끝났습니다!"
|
|||
msgid "Finish"
|
||||
msgstr "완료"
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :5
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :103
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :21
|
||||
msgid "Current password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :43
|
||||
msgid "New password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :65
|
||||
msgid "Confirm new password"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Click here to start a conversation or join a channel."
|
||||
#~ msgstr "대화를 시작하거나 채널에 들어가려면 여기를 누르세요."
|
||||
|
|
|
@ -1157,23 +1157,6 @@ msgstr "Alles ageriicht!"
|
|||
msgid "Finish"
|
||||
msgstr "Ofschléissen"
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :5
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :103
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :21
|
||||
msgid "Current password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :43
|
||||
msgid "New password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :65
|
||||
msgid "Confirm new password"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Click here to start a conversation or join a channel."
|
||||
#~ msgstr ""
|
||||
#~ "Klick hei fir eng Konversatioun ze starten oder engem Channel "
|
||||
|
|
|
@ -1169,23 +1169,6 @@ msgstr "Viskas nustatyta!"
|
|||
msgid "Finish"
|
||||
msgstr "Užbaigti"
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :5
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :103
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :21
|
||||
msgid "Current password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :43
|
||||
msgid "New password"
|
||||
msgstr ""
|
||||
|
||||
#: main/src/ui/manage_accounts/change_password_dialog.vala :65
|
||||
msgid "Confirm new password"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Click here to start a conversation or join a channel."
|
||||
#~ msgstr ""
|
||||
#~ "Spustelėkite čia norėdami pradėti pokalbį ar prisijungti prie kanalo."
|
||||
|
|