{"id":13439537,"url":"https://github.com/ngircd/ngircd","last_synced_at":"2025-03-20T08:31:32.044Z","repository":{"id":2148778,"uuid":"3093688","full_name":"ngircd/ngircd","owner":"ngircd","description":"Free, portable and lightweight Internet Relay Chat server","archived":false,"fork":false,"pushed_at":"2024-05-22T19:28:48.000Z","size":12402,"stargazers_count":426,"open_issues_count":24,"forks_count":65,"subscribers_count":23,"default_branch":"master","last_synced_at":"2024-05-22T20:37:43.416Z","etag":null,"topics":["bsd","c","chat","daemon","internet-relay-chat","irc","ircd","linux","macos","ngircd","server","unix"],"latest_commit_sha":null,"homepage":"http://ngircd.barton.de/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"dachev/node-cld","license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ngircd.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2012-01-03T11:35:23.000Z","updated_at":"2024-07-27T15:51:20.384Z","dependencies_parsed_at":"2023-07-06T05:56:16.045Z","dependency_job_id":"f9025217-4ce6-44b2-a8e0-dbd5d856b904","html_url":"https://github.com/ngircd/ngircd","commit_stats":{"total_commits":3486,"total_committers":52,"mean_commits":67.03846153846153,"dds":"0.14629948364888123","last_synced_commit":"0e678f766f091824f99f049c96b2374595698b4d"},"previous_names":[],"tags_count":102,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngircd%2Fngircd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngircd%2Fngircd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngircd%2Fngircd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngircd%2Fngircd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ngircd","download_url":"https://codeload.github.com/ngircd/ngircd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221739734,"owners_count":16872779,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bsd","c","chat","daemon","internet-relay-chat","irc","ircd","linux","macos","ngircd","server","unix"],"created_at":"2024-07-31T03:01:14.860Z","updated_at":"2024-10-27T22:31:13.331Z","avatar_url":"https://github.com/ngircd.png","language":"C","readme":"# [ngIRCd](https://ngircd.barton.de) - Internet Relay Chat Server\n\n## Introduction\n\n*ngIRCd* is a free, portable and lightweight *Internet Relay Chat* ([IRC])\nserver for small or private networks, developed under the terms of the GNU\nGeneral Public License ([GPL]); please see the file `COPYING` for licensing\ninformation.\n\nThe server is quite easy to configure and runs as a single-node server or can\nbe part of a network of ngIRCd servers in a LAN or across the internet. It\noptionally supports the IPv6 protocol, SSL/TLS-protected client-server and\nserver-server links, the Pluggable Authentication Modules (PAM) system for user\nauthentication, IDENT requests, and character set conversion for legacy\nclients.\n\nThe name ngIRCd stands for *next-generation IRC daemon*, which is a little bit\nexaggerated: *lightweight Internet Relay Chat server* most probably would have\nbeen a better name :-)\n\n## Status\n\nDevelopment of *ngIRCd* started back in 2001: The server has been written from\nscratch in C, tries to follow all relevant standards, and is not based on the\nforefather, the daemon of the IRCNet.\n\nIt is not the goal of ngIRCd to implement all the nasty behaviors of the\noriginal `ircd` or corner-cases in the RFCs, but to implement most of the useful\ncommands and semantics that are used by existing clients.\n\n*ngIRCd* is used as the daemon in real-world in-house and public IRC networks\nand included in the package repositories of various operating systems.\n\n## Advantages and strengths\n\n- Well arranged (lean) configuration file.\n- Simple to build, install, configure, and maintain.\n- Supports IPv6 and SSL.\n- Can use PAM for user authentication.\n- Lots of popular user and channel modes are implemented.\n- Supports \"cloaking\" of users.\n- No problems with servers that have dynamic IP addresses.\n- Freely available, modern, portable and tidy C source.\n- Wide field of supported platforms, including AIX, A/UX, FreeBSD, HP-UX,\n  IRIX, Linux, macOS, NetBSD, OpenBSD, Solaris and Windows with WSL or Cygwin.\n\n## Documentation\n\nThe **homepage** of the ngIRCd project is \u003chttps://ngircd.barton.de\u003e.\n\nThe `INSTALL.md` document describes how to _install_ and _upgrade_ ngIRCd. It\nis included in all distribution archives and available online on\n[GitHub](https://github.com/ngircd/ngircd/blob/master/INSTALL.md).\n\nPlease see the file `doc/QuickStart.md` in the `doc/` directory or on\n[GitHub](https://github.com/ngircd/ngircd/blob/master/doc/QuickStart.md) for\ninformation about _setting up_ and _running_ ngIRCd, including some real-world\nconfiguration examples.\n\nMore information can be found in a couple of files in the `doc/` directory\n(online on [GitHub](https://github.com/ngircd/ngircd/tree/master/doc)) and in\nthe [documentation section](https://ngircd.barton.de/documentation) on the\n[homepage of ngIRCd](https://ngircd.barton.de).\n\nIn addition, ngIRCd comes with two _manual pages_: `ngircd(8)` (for the daemon)\nand `ngircd.conf(5)` (for its configuration file). They have even more details\nand list all possible command line parameters and configuration options. You\ncan read them with the `man` command (when they are installed locally on your\nsystem, e.g. `man 8 ngircd` and `man 5 ngircd.conf`) or online here:\n\n- Daemon:\n  [ngircd(8)](https://ngircd.barton.de/man/ngircd.8.html)\n- Configuration file:\n  [ngircd.conf(5)](https://ngircd.barton.de/man/ngircd.conf.5.html)\n\n## Downloads \u0026 Source Code\n\nYou can find the latest information about the ngIRCd and the most recent\nstable release on the [news](https://ngircd.barton.de/news) and\n[downloads](https://ngircd.barton.de/download) pages of the homepage.\n\nVisit our source code repository at [GitHub](https://github.com/ngircd/ngircd)\nif you are interested in the latest development code.\n\n## Problems, Bugs, Patches\n\nPlease don't hesitate to contact us if you encounter problems:\n\n- On IRC: \u003circ://irc.barton.de/ngircd\u003e\n- Via the mailing list: \u003cngircd@lists.barton.de\u003e\n\nSee \u003chttps://ngircd.barton.de/support\u003e for details.\n\nIf you find any bugs in ngIRCd (which most probably will be there ...), please\nreport them to our issue tracker at GitHub:\n\n- Bug tracker: \u003chttps://github.com/ngircd/ngircd/issues\u003e\n- Patches, \"pull requests\": \u003chttps://github.com/ngircd/ngircd/pulls\u003e\n\n[IRC]: https://wikipedia.org/wiki/Internet_Relay_Chat\n[GPL]: https://wikipedia.org/wiki/GNU_General_Public_License\n","funding_links":[],"categories":["C","Ports and Programs"],"sub_categories":["Chat Clients"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngircd%2Fngircd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fngircd%2Fngircd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngircd%2Fngircd/lists"}