Etoh
5f3c81bb8d
Remove redundant syncplay.lua macOS install code
2019-02-03 19:05:35 +00:00
Etoh
99954ad4f4
Automatically copy syncplay.lua to VLC user intf directory
2019-02-02 01:21:56 +00:00
Etoh
4815b80cb3
Address missing/unused messages
2019-02-01 16:18:55 +00:00
Etoh
fb9b3ceeea
Handle non-UTF8 messages to server ( fixes #210 , based on #214 by xNinjaKittyx)
2019-02-01 14:08:00 +00:00
Alberto Sottile
a228016c27
AppVeyor: fix shiboken2 installed version to 5.12.0
2019-02-01 14:15:06 +01:00
Etoh
a5075816f0
Print actual exception when Twisted cannot load
2019-02-01 11:05:25 +00:00
Alberto Sottile
6d91c17432
About dialog: update copyright year
2019-02-01 10:41:48 +01:00
Alberto Sottile
29bfcc8cef
buildPy2app: update copyright year
2019-02-01 10:41:41 +01:00
Alberto Sottile
bbc5ae0b7f
Merge pull request #215 from albertosottile/master
...
IPv6 support
2019-01-30 22:26:22 +01:00
Alberto Sottile
43486e9be8
Stop connection retrying from client when bad packets are detected
2019-01-27 15:54:39 +01:00
Alberto Sottile
be6c84f34d
Show the destination IP of the connection in the UI
2019-01-27 15:52:03 +01:00
Alberto Sottile
2fa37400cf
Upver to 1.6.3 beta / build 72
2019-01-27 11:43:37 +01:00
Etoh
a5496abea5
Include win32file (to allow HostnameEndpoint to be imported)
2019-01-27 11:43:27 +01:00
Etoh
cf06ac5fb0
Include win32pipe (to allow HostnameEndpoint to be imported)
2019-01-27 11:43:19 +01:00
Etoh
04ab645823
Reimplement connection error handling
2019-01-27 11:43:12 +01:00
Alberto Sottile
c7396d882d
IPv6: revert to listenTCP and override createInternetSocket to have a dual stack server
2019-01-27 11:42:57 +01:00
Alberto Sottile
218105d4ec
IPv6: use HostnameEndpoint in client for both IPv4 and IPv6
...
This change was originally introduced and then deleted.
Now is reintroduced after tests on both protocols.
HostnameEndpoint is needed in some configurations to resolve
IPv6-only hostnames, so it is required. The connection now works
with both protocols on clients and servers.
NOTE: now a wrong server/address/port DOES NOT trigger a Connection
with Server Failed error immediately, the error stays in Deferred.
This must be fixed before putting this code in production.
2019-01-27 11:42:34 +01:00
Alberto Sottile
a78c646556
IPv6: GUI and client fixes
2019-01-27 11:42:13 +01:00
Alberto Sottile
83d12eca9f
IPv6: server accepts IPv4 and IPv6 connections
2019-01-27 11:42:06 +01:00
Alberto Sottile
21d4604578
IPv6: accept IPv6 address and port in hostname
2019-01-27 11:41:58 +01:00
Alberto Sottile
68a05cb021
IPv6: use hostname endpoint in client
2019-01-27 11:41:51 +01:00
albertosottile
8fde98ed92
buildpy2exe: prune QtWebEngine
2019-01-15 12:08:33 +01:00
albertosottile
c695303495
Travis: use PySide 5.11 homebrew bottle
2019-01-15 12:08:24 +01:00
albertosottile
eba4666fcf
Upver to 1.6.2 / build 71
2019-01-15 12:08:16 +01:00
albertosottile
a63a18fb78
AppVeyor: update pypiwin32 and PySide2
2019-01-15 12:08:08 +01:00
Etoh
73afb23669
Merge pull request #211 from mordner/add-environment-support
...
add-environment-support
2018-12-16 20:23:14 +00:00
mordner
553c023b4c
add-environment-support
...
For --password and --salt we now check the environment for the corresponding
variables SYNCPLAY_PASSWORD and SYNCPLAY_SALT. If they are found their values
are used as long as the options are not given via CLI.
Setting both options this way is highly encouraged. It fixes leaking these
secret options to other system users (e.g. on Linux everybody can see them
with 'ps' or looking at '/proc/<pid>/cmdline'.
2018-12-16 04:46:42 +01:00
Etoh
75289a2570
Merge pull request #209 from sometoby/patch-1
...
Create XDG_CONFIG_HOME with safe permissions
2018-12-07 18:42:57 +00:00
Tobias Umbach
4362f1f372
Create XDG_CONFIG_HOME with safe permissions
...
"If, when attempting to write a file, the destination directory is non-existant an attempt should be made to create it with permission 0700."
https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
2018-12-06 11:34:40 +01:00
albertosottile
6f840e4b4c
Add custom error message if Twisted is not installed
...
Fixes #206 .
2018-10-30 12:00:45 +01:00
albertosottile
cb33724784
Upver to 1.6.1 / build 70
2018-10-03 10:04:14 +02:00
albertosottile
3042efddbc
Fixes issue #205 with managed room names
2018-10-03 10:02:16 +02:00
albertosottile
c3d2092f3d
Travis: force qt 5.11.1
2018-09-23 22:43:50 +02:00
Etoh
0f2bdb6a61
Mark as 1.6.0 Final
2018-09-23 14:41:40 +01:00
Etoh
80a0638de9
Upver to 1.6.0 RC1 / build 68
2018-09-16 20:38:42 +01:00
albertosottile
b4c8bd9548
Fix filename argument in syncplayClient
2018-09-13 14:52:33 +02:00
Etoh
9a590afe4d
Fix server password Python 3 bug ( #200 )
2018-09-02 20:51:34 +01:00
Etoh
2c2045b477
Merge pull request #198 from sometoby/master
...
Remove obsolete encode/decode calls
2018-08-03 19:12:29 +01:00
albertosottile
8100c35f31
Travis: use self-built limited ABI PySide2 wheels
2018-08-02 20:22:25 +02:00
albertosottile
cae874b7b4
Travis: update PySide2 and requests
2018-08-02 20:22:15 +02:00
Flisk
ee0bd52615
Remove obsolete encode/decode calls
2018-08-02 05:25:00 +02:00
albertosottile
9e4ea68171
AppVeyor: embed Python 3.5 and PySide2 5.11.1
2018-07-29 17:28:56 +02:00
Ricardo Constantino
d3021a0e98
Import site in makefile
2018-07-28 22:10:41 +01:00
albertosottile
1163896951
Import site for non-Windows OS to fix makefile without breaking py2exe
2018-07-28 21:01:13 +01:00
Etoh
64df31aca3
Upver to build 67
2018-07-28 18:59:20 +01:00
Etoh
b3a7ed836c
Merge pull request #196 from albertosottile/master
...
Allow collection of server statistical data
2018-07-28 18:56:39 +01:00
Alberto Sottile
3234d9bc1a
Server Stats: use a separate class to manage the database
2018-07-27 00:54:44 +02:00
Alberto Sottile
de4e9892f4
Server Stats: addressing review comments
2018-07-27 00:20:28 +02:00
Alberto Sottile
c99c6e57ac
Server Stats: remove sqlite3 dependency and enable stats for non-isolated servers
2018-07-26 23:53:51 +02:00
albertosottile
6012a2b109
Server Stats: incapsulate collection code in try-catch
2018-07-26 16:06:28 +02:00