All Projects → ngircd → Ngircd

ngircd / Ngircd

Licence: gpl-2.0
Free, portable and lightweight Internet Relay Chat server

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Ngircd

Oragono
A modern IRC server (daemon/ircd) written in Go.
Stars: ✭ 1,171 (+301.03%)
Mutual labels:  daemon, irc, server
Whapp Irc
whatsapp web <-> irc gateway
Stars: ✭ 208 (-28.77%)
Mutual labels:  daemon, chat, irc
InitWare
The InitWare Suite of Middleware allows you to manage services and system resources as logical entities called units. Its main component is a service management ("init") system.
Stars: ✭ 164 (-43.84%)
Mutual labels:  unix, bsd
InitKit
Neo-InitWare is a modular, cross-platform reimplementation of the systemd init system. It is experimental.
Stars: ✭ 364 (+24.66%)
Mutual labels:  unix, bsd
FreeBSD-Ask
FreeBSD 教程——FreeBSD 从入门到跑路。
Stars: ✭ 113 (-61.3%)
Mutual labels:  unix, bsd
rubircd
💬 An IRC server written in Ruby
Stars: ✭ 23 (-92.12%)
Mutual labels:  irc, daemon
ergo
A modern IRC server (daemon/ircd) written in Go.
Stars: ✭ 1,916 (+556.16%)
Mutual labels:  irc, daemon
mg
OpenBSD Mg editor. Portable Public Domain Micro Emacs for *BSD, Cygwin, Linux, Mac OS X.
Stars: ✭ 99 (-66.1%)
Mutual labels:  unix, bsd
ccalendar
Chinese Calendar in calendar(1) for BSD, Linux & macOS
Stars: ✭ 17 (-94.18%)
Mutual labels:  unix, bsd
daemonize
Template code for writing UNIX-daemons.
Stars: ✭ 33 (-88.7%)
Mutual labels:  unix, daemon
mrouted
The original DVMRP (dynamic multicast routing) implementation for UNIX
Stars: ✭ 58 (-80.14%)
Mutual labels:  unix, bsd
go-sysconf
sysconf for Go, without using cgo
Stars: ✭ 119 (-59.25%)
Mutual labels:  unix, bsd
recent-messages2
Service to provide historical messages to Twitch chat clients
Stars: ✭ 21 (-92.81%)
Mutual labels:  chat, irc
bf256
Brainfuck compiler under 256 bytes in size.
Stars: ✭ 21 (-92.81%)
Mutual labels:  unix, bsd
Quicssh
SSH over QUIC
Stars: ✭ 116 (-60.27%)
Mutual labels:  daemon, server
BSDCoreUtils
BSD coreutils is a port of many utilities from BSD to Linux and macOS.
Stars: ✭ 30 (-89.73%)
Mutual labels:  unix, bsd
Immortal
⭕ A *nix cross-platform (OS agnostic) supervisor
Stars: ✭ 701 (+140.07%)
Mutual labels:  daemon, unix
Xsuspender
👀 💻 💤 🔋 Save battery by auto-suspending unfocused X11 applications.
Stars: ✭ 53 (-81.85%)
Mutual labels:  daemon, unix
daemonize-me
Rust library to ease the task of creating daemons
Stars: ✭ 34 (-88.36%)
Mutual labels:  unix, daemon
chat-bridge
同步不同聊天平台的訊息
Stars: ✭ 16 (-94.52%)
Mutual labels:  chat, irc

ngIRCd - Internet Relay Chat Server

Introduction

ngIRCd is a free, portable and lightweight Internet Relay Chat (IRC) server for small or private networks, developed under the terms of the GNU General Public License (GPL); please see the file COPYING for licensing information.

The server is quite easy to configure, can handle dynamic IP addresses, and optionally supports IDENT, IPv6 connections, SSL-protected links, and PAM for user authentication as well as character set conversion for legacy clients. The server has been written from scratch and is not based on the "forefather", the daemon of the IRCNet.

The name ngIRCd means next-generation IRC daemon, which is a little bit exaggerated: lightweight Internet Relay Chat server most probably would have been a better name :-)

Please see the INSTALL.md document for installation and upgrade information, online available here: https://ngircd.barton.de/doc/INSTALL.md!

Status

ngIRCd should be quite feature-complete and stable to be used as a daemon in real-world IRC networks.

It is not the goal of ngIRCd to implement all the nasty behaviors of the original ircd, but to implement most of the useful commands and semantics specified by the RFCs that are used by existing clients.

Features (or: why use ngIRCd?)

  • Well arranged (lean) configuration file.
  • Simple to build, install, configure, and maintain.
  • Supports IPv6 and SSL.
  • Can use PAM for user authentication.
  • Lots of popular user and channel modes are implemented.
  • Supports "cloaking" of users.
  • No problems with servers that have dynamic IP addresses.
  • Freely available, modern, portable and tidy C source.
  • Wide field of supported platforms, including AIX, A/UX, FreeBSD, HP-UX, IRIX, Linux, macOS, NetBSD, OpenBSD, Solaris, and Windows with Cygwin.
  • ngIRCd is being actively developed since 2001.

Documentation

The homepage of the ngIRCd project is https://ngircd.barton.de.

More documentation can be found in the doc/ directory and online.

Downloads & Source Code

You can find the latest information about the ngIRCd and the most recent stable release on the news and downloads pages of the homepage.

Visit our source code repository at GitHub if you are interested in the latest development code: https://github.com/ngircd/ngircd.

Problems, Bugs, Patches

Please don't hesitate to contact us if you encounter problems:

See http://ngircd.barton.de/support for details.

If you find any bugs in ngIRCd (which most probably will be there ...), please report them to our issue tracker at GitHub:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].