1 |
/* |
2 |
* ircd-hybrid: an advanced Internet Relay Chat Daemon(ircd). |
3 |
* |
4 |
* Copyright (C) 2002 by the past and present ircd coders, and others. |
5 |
* |
6 |
* This program is free software; you can redistribute it and/or modify |
7 |
* it under the terms of the GNU General Public License as published by |
8 |
* the Free Software Foundation; either version 2 of the License, or |
9 |
* (at your option) any later version. |
10 |
* |
11 |
* This program is distributed in the hope that it will be useful, |
12 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
13 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 |
* GNU General Public License for more details. |
15 |
* |
16 |
* You should have received a copy of the GNU General Public License |
17 |
* along with this program; if not, write to the Free Software |
18 |
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
19 |
* USA |
20 |
* |
21 |
* $Id$ |
22 |
*/ |
23 |
|
24 |
#include "patchlevel.h" |
25 |
#include "serno.h" |
26 |
#include "ircd.h" |
27 |
#include <sys/utsname.h> |
28 |
|
29 |
const char *ircd_version = PATCHLEVEL; |
30 |
const char *serno = SERIALNUM; |
31 |
|
32 |
char * |
33 |
get_ircd_platform(char *str) |
34 |
{ |
35 |
struct utsname uts; |
36 |
|
37 |
uname(&uts); |
38 |
snprintf(str, PLATFORMLEN, "%s %s %s %s %s", uts.sysname, uts.nodename, |
39 |
uts.release, uts.version, uts.machine); |
40 |
return str; |
41 |
} |
42 |
|
43 |
const char *infotext[] = |
44 |
{ |
45 |
"IRC --", |
46 |
"Based on the original code written by Jarkko Oikarinen", |
47 |
"Copyright 1988, 1989, 1990, 1991 University of Oulu, Computing Center", |
48 |
"Copyright (c) 1997-2009 Hybrid Development Team", |
49 |
"", |
50 |
"This program is free software; you can redistribute it and/or", |
51 |
"modify it under the terms of the GNU General Public License as", |
52 |
"published by the Free Software Foundation; either version 2, or", |
53 |
"(at your option) any later version.", |
54 |
"", |
55 |
"", |
56 |
"The hybrid team is a group of ircd coders who were frustrated", |
57 |
"with the instability and all-out dirtiness of the EFnet ircd's", |
58 |
"available. hybrid is the name for the collective efforts of a group", |
59 |
"of people, all of us.", |
60 |
"", |
61 |
"Anyone is welcome to contribute to this effort. You are encouraged", |
62 |
"to participate in the Hybrid mailing list. To subscribe to the", |
63 |
"Hybrid List, use this link:", |
64 |
" https://lists.ircd-hybrid.org/mailman/listinfo/hybrid", |
65 |
"", |
66 |
"The core team as, of this major release:", |
67 |
"", |
68 |
"adx, Piotr Nizynski <adx@irc7.pl>", |
69 |
"billy-jon, William Bierman III <bill@mu.org>", |
70 |
"cryogen, Stuart Walsh <stu@ipng.org.uk>", |
71 |
"Dianora, Diane Bruce <db@db.net>", |
72 |
"joshk, Joshua Kwan <joshk@triplehelix.org>", |
73 |
"knight, Alan LeVee <alan.levee@prometheus-designs.net>", |
74 |
"metalrock, Jack Low <jclow@csupomona.edu>", |
75 |
"Michael, Michael Wobst <michael.wobst@gmail.com>", |
76 |
"Rodder, Jon Lusky <lusky@blown.net>", |
77 |
"Wohali, Joan Touzet <joant@ieee.org>", |
78 |
"", |
79 |
"The following people have contributed blood, sweat, and/or code to", |
80 |
"recent releases of Hybrid, in nick alphabetical order:", |
81 |
"", |
82 |
"A1kmm, Andrew Miller <a1kmm@mware.virtualave.net>", |
83 |
"AndroSyn, Aaron Sethman <androsyn@ratbox.org>", |
84 |
"bane, Dragan Dosen <bane@idolnet.org>", |
85 |
"bysin, Ben Kittridge <bkittridge@cfl.rr.com>", |
86 |
"cosine, Patrick Alken <wnder@uwns.underworld.net>", |
87 |
"David-T, David Taylor <davidt@yadt.co.uk>", |
88 |
"fl, Lee Hardy <lee@leeh.co.uk>", |
89 |
"Garion, Joost Vunderink <garion@efnet.nl>", |
90 |
"Habeeb, David Supuran <habeeb@cfl.rr.com>", |
91 |
"Hwy101, W. Campbell <wcampbel@botbay.net>", |
92 |
"jmallett, Juli Mallett <jmallett@FreeBSD.org>", |
93 |
"jv, Jakub Vlasek <jv@pilsedu.cz>", |
94 |
"k9, Jeremy Chadwick <ircd@jdc.parodius.com>", |
95 |
"kire, Erik Small <smalle@hawaii.edu>", |
96 |
"kre, Dinko Korunic <kreator@fly.srk.fer.hr>", |
97 |
"madmax, Paul Lomax <madmax@efnet.org>", |
98 |
"nenolod, William Pitcock <nenolod@nenolod.net>", |
99 |
"Riedel, Dennis Vink, <riedel@chaotic.nl>", |
100 |
"scuzzy, David Todd <scuzzy@aniverse.net>", |
101 |
"spookey, David Colburn <spookey@spookey.org>", |
102 |
"TimeMr14C, Yusuf Iskenderoglu <uhc0@stud.uni-karlsruhe.de>", |
103 |
"toot, Toby Verrall <to7@antipope.fsnet.co.uk>", |
104 |
"vx0, Mark Miller <mark@oc768.net>", |
105 |
"wiz, Jason Dambrosio <jason@wiz.cx>", |
106 |
"Xride, Søren Straarup <xride@x12.dk>", |
107 |
"zb^3, Alfred Perlstein <alfred@freebsd.org>", |
108 |
"", |
109 |
"Others are welcome. Always. And if we left anyone off the above list,", |
110 |
"be sure to let us know that too. Many others have contributed to", |
111 |
"previous versions of this ircd and its ancestors, too many to list", |
112 |
"here.", |
113 |
"", |
114 |
"Send bug fixes/complaints/rotten tomatoes to bugs@ircd-hybrid.org.", |
115 |
"", 0 |
116 |
}; |