1234567891011121314151617181920212223242526272829303132333435363738 |
- # v$ver, $date
- Binary: seppo.cgi
- Source: source.tar.gz
- Download: https://Seppo.Social/en/downloads/seppo-$ver
- Git: https://Seppo.Social/v/$GIT_SHA
- Install: https://seppo.social/en/support/#installation
- Changes
- v0.5
- - a11y / UX audit
- v0.4
- - security audit
- - un/follow, block
- - display inbox notes
- - support /cgi-bin/ webspace
- - delete posts
- - breaking on disk changes (themes, .s)
- - apchk.cgi brushed up
- - follower list
- - deny follower
- - publicKey.owner property optional
- - html/css/js tweaks
- - app/var/run/cookie.sec persistence format
- - app/var/db/notify.cdb persistence format
- - various commandline helpers (seppo.cgi -h)
- - https optional https://seppo.social/issues/8
- Verify the signature with openssl:
- $ curl -LO https://Seppo.Social/seppo.pub.pem
- $ openssl dgst -verify seppo.pub.pem -keyform PEM -sha256 -signature seppo.cgi.signature -binary seppo.cgi
|