Maciek Borzecki
15b090757b
mconnect.spec: bump to 0.1-3
10 years ago
Maciek Borzecki
3437a33399
notification: add time to ticker
If no time was provided in original message, use local time
10 years ago
Maciek Borzecki
9009707254
telephony: add current time to notification
10 years ago
Maciek Borzecki
3a2ed3c6e3
mconnect.spec: bump spec version to 0.1-2
Since code has gone to public repository, start incrementing relase
number properly.
10 years ago
Maciek Borzecki
b8ffa0fe6e
device: some comments
10 years ago
Maciek Borzecki
94441d1ec4
device: move cleanup after channel is closed to single place
10 years ago
Maciek Borzecki
435ab1e3ac
devicechannel: receive() will catch all IOErrors internally
10 years ago
Maciek Borzecki
addf64d24d
devicemanager: print message that device got disconnected
10 years ago
Maciek Borzecki
5253bb9570
device: make sure to set the host if activating from device
10 years ago
Maciek Borzecki
13dde93eaa
device: do not use host address for detecting changed location
Whenever a mobile device wakes up, it will send an identity packet from
the same IP, using different 'tcpPort' in the message. This should
prevent device from being closed and reconnected to too frequently.
10 years ago
Maciek Borzecki
b047b98a81
device: clear host address on disconnect
10 years ago
Maciek Borzecki
f31bdf1012
device: incorrect channel null check
10 years ago
Maciek Borzecki
7c3dc91074
devicechannel: check if streams are non null before calling close()
10 years ago
Maciek Borzecki
e3cdb01398
device: use async DeviceChannel.open()
10 years ago
Maciek Borzecki
695de9b06d
devicechannel: detect connection close
10 years ago
Maciek Borzecki
576c91add0
devicechannel: log message in dispose
10 years ago
Maciek Borzecki
cf99693038
devicechannel: replace connected() signal with async open() method
10 years ago
Maciek Borzecki
908203adc9
config: pick up fallback config file from system data dirs
10 years ago
Maciek Borzecki
5b91211699
Makefile: use $(datadir)/mconnect for sample config
The sample configuration file is really more like data than a system
wice configuration file deserving a place in /etc. Move to $(datadir).
10 years ago
Maciej Borzecki
93a709e7f5
Merge pull request #1 from 3v1n0/master
Use gobject-introspection to generate VAPI
10 years ago
Marco Trevisan (Treviño)
e6e9f84179
README: update dependencies
10 years ago
Marco Trevisan (Treviño)
2cd456ccb4
MConnCrypt: fix docstring return type on decrypt
10 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
2490f38fb4
mconnect.spec: bump git sha
10 years ago
Maciek Borzecki
55ae51af02
README.md: add libgee devel to build deps
10 years ago
Maciek Borzecki
2ad049acfb
README.md: add a note to README
10 years ago
Maciek Borzecki
ed5f421e40
README.md: update README
10 years ago
Maciek Borzecki
454ee61e26
Makefile: use REV if set in git-source-dist target
10 years ago
Maciek Borzecki
4a5de4f22f
mconnect.spec: update git sha1
10 years ago
Maciek Borzecki
6e20af99e6
telephony: use phone icon in notifications
10 years ago
Maciek Borzecki
e95355b8ca
notification: use phone icon in notifications
10 years ago
Maciek Borzecki
f7bca80a29
notification: ignore cancelled notifications
10 years ago
Maciek Borzecki
1812cea561
mconnect.spec: update git sha1
10 years ago
Maciek Borzecki
5f5ea9f24f
mconnect.spec: include configuration sample
10 years ago
Maciek Borzecki
0698107d11
devicemanager: check if device is allowed before activation
10 years ago
Maciek Borzecki
212059761e
main: enable debuging if enabled in config file
10 years ago
Maciek Borzecki
8350fe58d0
core: load configuration
10 years ago
Maciek Borzecki
7b888f2130
mconnect.conf: sample configuration
10 years ago
Maciek Borzecki
0c5eeec84e
config: configuration wrapper
10 years ago
Maciek Borzecki
7e606f2a1f
mconnect.spec: RPM spec
10 years ago
Maciek Borzecki
91afb65e35
Makefile: add license
10 years ago
Maciek Borzecki
030d053aac
Makefile: git-source-dist for preparing source dist
10 years ago
Maciek Borzecki
1ac30ff7f1
mconnect.desktop: update desktop file
10 years ago
Maciek Borzecki
ee2a2a936e
notification: check errors in showing notification
10 years ago
Maciek Borzecki
36bb41d082
telephony: check errors in showing notification
10 years ago
Maciek Borzecki
ff855cf052
devicechannel: check for decryption errors
10 years ago
Maciek Borzecki
8b0ea8373e
devicechannel: remove unneeded try/catch
10 years ago
Maciek Borzecki
f59bd1f092
devicechannel: check errors when closing
10 years ago
Maciek Borzecki
585ef84379
telephony: make string array const to avoid C warning
10 years ago
Maciek Borzecki
37665daa44
device: explicitly call begin on async methods
10 years ago