nirc-rs/packaging/debian/DEBIAN/control

29 lines
1.2 KiB
Plaintext
Executable File

Package: nirc
Version: 0.10.2
Section: net
Priority: optional
Maintainer: Jeremy Anderson <noreply@dcos.net>
Build-Depends: cargo (>= 1.70), libssl-dev, pkg-config
Depends: libc6 (>= 2.31), libssl3
Recommends: librust-x509-parser-dev
Suggests: torsocks, proxychains4
Architecture: amd64
Homepage: https://dcos.net
License: GPL-3.0-or-later
Description: multi-protocol terminal chat client
nirc-rs is a terminal-based chat client built with ratatui. It supports
IRC (with TLS, SASL, IRCv3), Matrix (with E2EE), ADC/DC++ file sharing,
Discord, Stout, Spacebar, and Nerimity. (BitChat P2P support was
removed in 0.10.2 — see NOTICES.md for the rationale.)
.
Features:
- Multi-protocol: IRC, Matrix, ADC/DC++, Discord, Stout, Spacebar, Nerimity
- 4 built-in themes: default, solarized, gruvbox, dracula
- Encrypted identity vault (AES-256-GCM)
- SASL + TLS for IRC
- Megolm E2EE for Matrix
- DCC/ADC file transfers with bandwidth monitor
- Dynamic plugin system (.so / .dylib)
- Full naim-style command set with aliases, key bindings, and scripting
- URL detection + /url /video /image media commands (0.10.1)
- Input rate throttle + line guard (0.10.1)