summaryrefslogtreecommitdiff
path: root/chat/inspircd/options.mk
AgeCommit message (Collapse)AuthorFilesLines
2020-06-10chat: Remove inspircd. Requested by upstreamnia1-57/+0
2019-03-02inspircd: Change default option from openssl to gnutls.nia1-2/+2
inspircd is GPLv2 and does not have an exception to allow linking against OpenSSL. The inspircd documentation also describes the gnutls module as performing better and being preferred in most cases.
2019-01-30chat/inspircd: Import version 2.0.27 from pkgsrc-wip.nia1-0/+57
Some assistance and feedback with packaging from the inspircd maintainer, thanks. InspIRCd is a modular Internet Relay Chat (IRC) server. It was created from scratch to be stable, modern and lightweight. It avoids a number of design flaws and performance issues that plague other more established projects, such as UnrealIRCd, while providing the same level of feature parity.
2018-08-20inspircd*: remove outdated programs by request of authorwiz1-145/+0
Too old and vulnerable. Newer versions could be packaged. (see pkgsrc-users post from Peter Powell)
2016-07-10Fixed pkglint warnings. Bumped version.rillig1-6/+6
2007-07-28Fix a typo in Makefile and options.mkadrianp1-18/+12
Change the way the ssl opotion is handled so it actually works Remove logic for options that are not present Bump PKGREVISION
2007-07-24InspIRCd is a modular C++ IRC Daemon for Linux, BSD and Windows systemsadrianp1-0/+151
created to provide a stable, modern, lightweight ircd (irc server) from scratch and provide a vast number of features in a modularised form using an advanced module API. By keeping the functionality of the main core to a minimum we hope to increase the stability and speed of our project and make it customisable to the needs of many users.