
InspIRCd
Modular C++ IRC server for modern IRC networks

InspIRCd is a modular Internet Relay Chat (IRC) server written in C++ for Linux, BSD, macOS, and Windows. It is designed to be stable, modern, and lightweight, with many capabilities delivered through loadable modules.
Key Features
- Advanced module system to enable or disable features without bloating the core
- IRC server-to-server linking for building multi-server IRC networks
- IRCv3-related capabilities via modules (varies by configuration and version)
- TLS support via OpenSSL module for encrypted client and server connections
- Operator and abuse-control tooling such as bans, connection controls, and flood mitigation modules
- Highly configurable behavior via a rich server configuration system
Use Cases
- Running a public or private IRC network with one or multiple linked servers
- Hosting an organization or community chat service using the IRC protocol
- Providing an IRC backend for bouncers and modern IRC clients that rely on newer capabilities
Limitations and Considerations
- InspIRCd v3 is end-of-life and no longer receives security updates; newer deployments should use v4
- Functionality depends heavily on selected modules, so feature availability varies between installs
InspIRCd is a strong choice for operators who want an IRCd that stays lightweight while remaining extensible. Its modular architecture makes it suitable for both minimal setups and feature-rich networks tuned to specific policy and performance needs.
Categories:
Tags:
Tech Stack:
Similar Services

Rocket.Chat
Self-hosted secure team chat with voice, video, and omnichannel
Rocket.Chat is an open-source communications platform for secure team messaging, channels, DMs, voice/video, integrations, and customer omnichannel support.


Novu
Open-source notifications infrastructure for inbox and multi-channel delivery
Novu is an open-source notifications platform with a unified API, workflow orchestration, and embeddable in-app inbox for email, SMS, push, and chat.

Mattermost
Secure, self-hosted team collaboration and messaging platform.
Open-source, self-hosted messaging platform for secure team collaboration with real-time chat, audio calls, screen sharing, and integrations.


ntfy
HTTP-based pub-sub push notification service via PUT/POST
ntfy is a lightweight HTTP pub-sub service to send push notifications to phones, desktops, and browsers via PUT/POST or a REST API.

Chatwoot
Open-source omnichannel customer support and live chat platform
Chatwoot is an open-source customer support platform with a shared inbox for live chat, email, and messaging channels, plus automation, reporting, and a help center.

Zulip
Organized team chat with topic-based threading
Open-source team chat server with topic-based threading for focused, asynchronous, and real-time communication in distributed teams.
C++
Linux