session
blessed by ⑨, this release is certified strong (artist)
- read-only demo server at https://a.ocv.me/pub/demo/
- docker image ╱ similar software ╱ client testbed
there is a discord server with an @everyone
in case of future important updates, such as vulnerabilities (most recently 2023-07-23)
recent important news
- v1.15.0 (2024-09-08) changed upload deduplication to be default-disabled
- v1.14.3 (2024-08-30) fixed a bug that was introduced in v1.13.8 (2024-08-13); this bug could lead to data loss -- see the v1.14.3 release-notes for details
new features
- login sessions b540517
- a random session cookie is generated for each known user, replacing the previous plaintext login cookie
- the logout button will nuke the session on all clients where that user is logged in
- the sessions are stored in the database at
--ses-db
, default~/.config/copyparty/sessions.db
(docker uses/cfg/sessions.db
similar to the other runtime configs)- if you run multiple copyparty instances, much like shares and user-changeable passwords you'll want to keep a separate db for each instance
- can be mostly disabled with
--no-ses
when it turns out to be buggy
bugfixes
- v1.13.8 broke the u2c
--ow
option to replace/overwrite files on the server during upload 6eee601