Opened 14 years ago
Closed 5 years ago
#1281 closed feature-request (Fixed)
Warn/stop client connecting to incompatible deluged
Reported by: | ETZel | Owned by: | John Garland |
---|---|---|---|
Priority: | critical | Milestone: | 2.x |
Component: | Core | Version: | master |
Keywords: | version connection manager warning older server | Cc: |
Description (last modified by )
If compatibility is not provided, it should be mentioned in the docs.
Additionally, it would be nice if client refuses to connect to an incompatible server and shows a helpful message.
Change History (8)
comment:1 by , 14 years ago
Milestone: | Future → 1.3.x |
---|
comment:2 by , 14 years ago
Milestone: | 1.3.x → 1.4.0 |
---|
comment:3 by , 14 years ago
Description: | modified (diff) |
---|---|
Keywords: | connection manager warning older server added |
Owner: | set to |
Priority: | major → trivial |
Status: | new → accepted |
Summary: | Make 1.3.x client compatible with 1.2.x server. → Warn if client is not compatible with server |
Type: | defect → feature-request |
comment:4 by , 13 years ago
Keywords: | version added |
---|---|
Priority: | trivial → critical |
Summary: | Warn if client is not compatible with server → Warn/stop client connecting to incompatible deluged |
Version: | 1.3.0 |
With the multi-user changes to git master I think this should be made a higher priority.
comment:5 by , 13 years ago
Owner: | changed from | to
---|---|
Status: | accepted → assigned |
Version: | → git master |
This has been achieved in git master. There ain't a nice GUI warning message yet though. I'm changing owner to implement the GUI warning in the GTK UI. Then I'll assign it back to johnnyg.
comment:6 by , 13 years ago
Owner: | changed from | to
---|
A nice warning is now shown on the GTK UI (git master).
johnnyg anything else needs fixing, implementing?
comment:8 by , 5 years ago
Resolution: | → Fixed |
---|---|
Status: | assigned → closed |
It's not always possible to make a new series (e.g. 1.3.x) compatible with an older series (e.g. 1.2.x). The server tends to be more backwards compatible than the client (i.e. 1.3.x server will work with 1.2.x client but not vice versa).
That said, I agree there should be a warning when trying to connect to an older server.