1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-10-27 20:36:18 +00:00
ngIRCd IRC server.
Go to file
Alexander Barton a06f33d4e5 Channel Admins are not allowed to set Channel Owner status!
This was reported back in April 2021, thanks Sarah!

    Subject: NGIRCD bug report
    Date: April 28 2021, 14:30:08 MESZ
    To: alex@barton.de

    Hello,

    I am writing to you to report a bug in ngircd.
    In any give channel, if an user is with mode +a (admin), he/she can
    sets mode +/-q(owner) to any other user. This is not inline with the
    documentation.

    I've looked into the code irc-mode.c, apparently an if block is
    missing. Below are the code snippets that I believe fixes the bug.

This patch is what Sarah sent in. Thanks a lot!
2024-01-11 15:12:54 +01:00
.github/workflows GitHub "ngIRCd CI" Action: Use sudo(8) when installing packages 2022-12-29 16:01:52 +01:00
contrib Remove unmaintained contrib/MacOSX/ folder 2024-01-11 15:12:48 +01:00
doc Convert the FAQ to Markdown and enhance it! 2024-01-11 15:12:54 +01:00
man Update and enhance the manual pages a bit 2023-09-17 22:03:12 +02:00
src Channel Admins are not allowed to set Channel Owner status! 2024-01-11 15:12:54 +01:00
.clang_complete Add ".clang_complete" file 2015-09-03 16:46:48 +02:00
.editorconfig Add an ".editorconfig" file to the project 2016-05-07 00:43:30 +02:00
.gitignore Git: Ignore generated files of SSL tests 2020-05-06 23:47:28 +02:00
.mailmap Add missing authors to AUTHORS, tweak ".mailmap" file 2020-05-10 00:16:11 +02:00
AUTHORS 2024 =:) 2024-01-11 15:11:56 +01:00
autogen.sh Update autogen.sh & INSTALL for pkg-config requirements 2019-04-20 18:51:39 +02:00
ChangeLog 2024 =:) 2024-01-11 15:11:56 +01:00
config.guess Update config.guess and config.sub to recent versions 2023-09-17 23:39:05 +02:00
config.sub Update config.guess and config.sub to recent versions 2023-09-17 23:39:05 +02:00
configure.ng Remove unmaintained contrib/MacOSX/ folder 2024-01-11 15:12:48 +01:00
COPYING Update GPL 2 license text to current version 2011-11-06 21:53:15 +01:00
INSTALL.md Enhance documentation a bit, add doc/QuickStart.md 2021-12-30 20:01:44 +01:00
Makefile.am Makefile.am: Replace make with ${MAKE} (#270) 2020-04-20 19:29:16 +02:00
NEWS 2024 =:) 2024-01-11 15:11:56 +01:00
README.md Update the project description, enhance & fix the README.md 2024-01-11 15:11:56 +01:00

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 and runs as a single-node server or can be part of a network of ngIRCd servers in a LAN or across the internet. It optionally supports the IPv6 protocol, SSL/TLS-protected client-server and server-server links, the Pluggable Authentication Modules (PAM) system for user authentication, IDENT requests, and character set conversion for legacy clients.

The name ngIRCd stands for 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

Development of ngIRCd started back in 2001: The server has been written from scratch in C, tries to follow all relevant standards, and is not based on the forefather, the daemon of the IRCNet.

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

ngIRCd is used as the daemon in real-world in-house and public IRC networks and included in the package repositories of various operating systems.

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 WSL or Cygwin.

Documentation

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

Installation of ngIRCd is described in the file INSTALL.md in the source directory; please see the file doc/QuickStart.md in the doc/ directory for some configuration examples.

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 https://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: