Luminarys/synapse

Development Status

Luminarys opened this issue · 6 comments

Current status of client in terms of features

  • General
    • Sequential/rarest picking
    • Downloading
      • Download queue
      • Custom location
      • Initial hash validation
      • Hash revalidation
      • Sparse partial files
    • Priority
      • Torrent priority
      • File priority
        • Don't download
    • Error Handling
      • Out of disk
    • Rate limiting
      • Global rate limiting
      • Per torrent rate limiting
    • Optimistic unchoking
    • Session serialization
  • Protocol Support
    • Bittorrent (BEP003)
    • DHT (BEP005)
    • Fast Extension (BEP006)
    • Magnet links/Info exchange (BEP009)
    • Extension protocol (BEP010)
    • Multitracker torrents (BEP012)
    • UDP trackers (BEP015)
    • Compact tracker response (BEP023)
    • Private torrent (BEP027)
    • uTP (BEP029)
    • PEX (BEP011)
    • LSD (BEP014)
  • Tracker Support
    • Announce
    • Scrape
    • DHT
    • HTTPS
    • UDP
    • Compact
  • RPC v1
    • TLS
    • Resources
      • Torrent
      • Server
      • File
      • Piece
      • Peer
      • Tracker
    • Criterion
    • Resource Messages
      • GET_RESOURCES
      • SUBSCRIBE
      • UNSUBSCRIBE
      • UPDATE_RESOURCES
      • FILTER_SUBSCRIBE
      • FILTER_UNSUBSCRIBE
      • RESOURCES_EXTANT
      • RESOURCES_REMOVED
      • UPDATE_RESOURCE
      • REMOVE_RESOURCE
    • Special Messages
      • TRANSFER_OFFER
        • HTTP Server
      • UPLOAD_TORRENT
      • UPLOAD_MAGNET
      • UPLOAD_FILES
      • DOWNLOAD_FILE
      • Errors

I was wondering if this is up to date?

The list is up to date. On release I'll probably also make a shorter list which gives an overview of stability of the important features as well, since even though some are implemented they're definitely not perfect.

does it support rss feeds and pulling from rss feeds via regex?

RSS feeds aren't supported right now, though I do think supporting them in some way eventually will be a good idea.

Is this project dead now? There hasn't been a release in 3 years and since then there only have been minor changes made to the codebase.

I guess you could think of it as in maintenance mode. I'm still merging PRs that people send but not actively developing new features.