Source: solanum
Section: net
Maintainer: Unit 193 <unit193@libera.chat>
Uploaders: Antoine Beaupré <anarcat@debian.org>
Build-Depends: debhelper-compat (= 13),
               bison | byacc,
               flex,
               libgcrypt20-dev,
               libgnutls28-dev <pkg.solanum.gnutls>,
               libvectorscan-dev | libhyperscan-dev,
               libltdl-dev,
               libmbedtls-dev <pkg.solanum.mbedtls>,
               libsqlite3-dev,
               libssl-dev <!pkg.solanum.gnutls !pkg.solanum.mbedtls>,
               libz-dev,
               meson,
               pkgconf,
Standards-Version: 4.7.3
Homepage: https://solanum.chat
Vcs-Git: https://git.unit193.net/cgit/users/unit193/solanum.git
Vcs-Browser: https://git.unit193.net/cgit/users/unit193/solanum.git

Package: solanum
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: adduser,
         ${misc:Depends},
         ${shlibs:Depends}
Recommends: ${shlibs:Recommends}
Provides: ircd
Description: fast, scalable irc server
 Solanum is a highly scalable IRC server which presently implements
 the IRCv3.1 client protocol with some additional components of
 IRCv3.2. Solanum was forked from Charybdis as a group effort between
 the Libera and OFTC IRC networks with a goal to have a single-network
 management style.
 .
 Interesting features that Solanum has include:
 .
  * SASL support
  * DNS blocklist support
  * Augmented banlist criteria through “extbans”
  * Channel forwarding (channel mode +f)
  * Optional hostname/IP cloaking (through modules, either usermode +h or
    +x)
  * Colorcode stripping (channel mode +c)
  * CALLERID (user mode +g) with automatic accept when you send a PM
  * TLS encrypted client and server connections
  * Multi-process sandbox architecture for enhanced security, scalability
    and robustness
  * Easy to understand configuration
  * A complete user and operator’s manual
