Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/briancline/undernet-cservice
The original Undernet Channel Service (X/W) used from 1995–2002. Note: I am not the author, just preserving it for posterity. It is one piece of IRC history.
https://github.com/briancline/undernet-cservice
c cservice irc irc-services undernet
Last synced: 14 days ago
JSON representation
The original Undernet Channel Service (X/W) used from 1995–2002. Note: I am not the author, just preserving it for posterity. It is one piece of IRC history.
- Host: GitHub
- URL: https://github.com/briancline/undernet-cservice
- Owner: briancline
- License: gpl-2.0
- Created: 2015-01-26T00:17:33.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-26T00:43:10.000Z (almost 10 years ago)
- Last Synced: 2023-03-10T20:05:08.777Z (almost 2 years ago)
- Topics: c, cservice, irc, irc-services, undernet
- Language: C
- Homepage:
- Size: 316 KB
- Stars: 6
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
Undernet Channel Service (X)
Copyright (C) 1995-2002 Robin ThellendThis is the original Channel Service software that was used
on Undernet between 1995 and 2001.For copying and licensing information, please see COPYING in
this directory.This software is mostly obsolete now. It has been replaced
by GNUworld/CMaster, which can be found at:
http://gnuworld.sourceforge.net/This software is unsupported, which means I have no intention
of ever releasing a new version. It is provided mainly for
educational and historical purposes.Undernet ran this code on many different platforms, including
Solaris (sparc and x86), Linux, Freebsd, and OSF/1. As far as
I know, it should still compile and run fine on any of them with
a few minor adjustments.However, I do NOT recommend using it in a production environment.
BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
REPAIR OR CORRECTION.To compile:
$ cp config.h.dist config.h
$ vi config.h # set everything correctly
$ cp cs.conf.dist cs.conf
$ vi cs.conf # set everything correctly
$ makeTo run:
$ ./cs -f cs.confYou can reach me at for questions or comments,
but I reserve the right to completely ignore you if I feel like it.