Maciek Borzecki
d632aa5c74
crypt: dump openssl cryptography helpers in favor of GnuTLS based wrapper
Replace OpenSSL helpers with ones based on GnuTLS. GnuTLS is already an indirect
dependency since we require GLib's TLS support. As support for older protocol
versions was removed, we will not need any extra library for handling explicit
packet decryption.
This change will also resolve potential license incompatibility issues.
7 years ago
Maciek Borzecki
7f0841fe10
mousepad: implement mousepad plugin
Implement mousepad plugin handler. The input in realized through AT-SPI.
9 years ago
Maciek Borzecki
ff810b3293
configure: do not look for g-ir-scanner
9 years ago
Maciek Borzecki
fca7ef2b4c
configure: do not look for vapigen
9 years ago
Maciek Borzecki
31c47f1f9f
all: move files to their respective dirs
In preparation for DBus move the files to their respective directories.
9 years ago
Maciek Borzecki
fc8a663b72
devicechannel: setup TCP keepalive
Use TCP keepalive for detecting of connection goes offline in a more
reliable manner.
9 years ago
Marco Trevisan (Treviño)
4f4d9efac4
Configure: use g-ir-scanner to generate MConnCrypt vapi
Use a private library instead of rebuilding the same sources multiple times
10 years ago
Maciek Borzecki
175a9ade1c
configure.ac: add libnotify
10 years ago
Maciek Borzecki
842e0d02c6
configure.ac: find gen-introspect
10 years ago
Maciek Borzecki
711dd7d07b
mconn-crypt: crypto wrapper
Adding a wrapper for encryption/decryption of data packets.
10 years ago
Maciek Borzecki
dfba5692c5
mconnect: initial version
Works:
- device discovery
10 years ago