<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.darenet.org/skins/common/feed.css?12"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.darenet.org/index.php?action=history&amp;feed=atom&amp;title=README-2.6</id>
		<title>README-2.6 - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.darenet.org/index.php?action=history&amp;feed=atom&amp;title=README-2.6"/>
		<link rel="alternate" type="text/html" href="http://wiki.darenet.org/index.php?title=README-2.6&amp;action=history"/>
		<updated>2026-04-05T19:32:33Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.15.1</generator>

	<entry>
		<id>http://wiki.darenet.org/index.php?title=README-2.6&amp;diff=2261&amp;oldid=prev</id>
		<title>Secretagent:&amp;#32;New page: &lt;pre&gt;/************************************************************************  *   IRC - Internet Relay Chat, README  *   Copyright (C) 1990  *  *   For the list of authors and their e-ma...</title>
		<link rel="alternate" type="text/html" href="http://wiki.darenet.org/index.php?title=README-2.6&amp;diff=2261&amp;oldid=prev"/>
				<updated>2008-04-25T03:52:56Z</updated>
		
		<summary type="html">&lt;p&gt;New page: &amp;lt;pre&amp;gt;/************************************************************************  *   IRC - Internet Relay Chat, README  *   Copyright (C) 1990  *  *   For the list of authors and their e-ma...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;pre&amp;gt;/************************************************************************&lt;br /&gt;
 *   IRC - Internet Relay Chat, README&lt;br /&gt;
 *   Copyright (C) 1990&lt;br /&gt;
 *&lt;br /&gt;
 *   For the list of authors and their e-mail addresses, see&lt;br /&gt;
 *   file doc/AUTHORS&lt;br /&gt;
 *&lt;br /&gt;
 *   This program is free software; you can redistribute it and/or modify&lt;br /&gt;
 *   it under the terms of the GNU General Public License as published by&lt;br /&gt;
 *   the Free Software Foundation; either version 3, or (at your option)&lt;br /&gt;
 *   any later version.&lt;br /&gt;
 *&lt;br /&gt;
 *   This program is distributed in the hope that it will be useful,&lt;br /&gt;
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of&lt;br /&gt;
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the&lt;br /&gt;
 *   GNU General Public License for more details.&lt;br /&gt;
 *&lt;br /&gt;
 *   You should have received a copy of the GNU General Public License&lt;br /&gt;
 *   along with this program; if not, write to the Free Software&lt;br /&gt;
 *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
To install the new server, there is just a few changes to be made.&lt;br /&gt;
&lt;br /&gt;
* General Comments&lt;br /&gt;
&lt;br /&gt;
  Tue Nov 13 12:43:46 1990  Armin Gruner &amp;lt;gruner@informatik.tu-muenchen.de&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      (APOLLO: Be sure to have NEED_INET_NETOF, NEED_INET_ADDR and&lt;br /&gt;
       NEED_INET_NTOA undefined.)&lt;br /&gt;
&lt;br /&gt;
  Mon Nov 26 20:10:37 1990  Armin Gruner &amp;lt;gruner@informatik.tu-muenchen.de&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      Comment: I just found that compiling on our SUN SPARC with GCC produces&lt;br /&gt;
      code that dumps core.. (that might not happen on your machine, try it,&lt;br /&gt;
      we may have out-of-date libraries). See netnews gnu.gcc.bug for a dis-&lt;br /&gt;
      cussion about the matter. It seems that gcc passes struct's in a&lt;br /&gt;
      different manner.&lt;br /&gt;
&lt;br /&gt;
* Server configuration&lt;br /&gt;
&lt;br /&gt;
  Edit the include/config.h to your hearts content, avoiding going&lt;br /&gt;
  beyond the warning line, unless you are *absolute* sure you know&lt;br /&gt;
  what you are doing.&lt;br /&gt;
  If you happen to not take to this warning, you may end up with&lt;br /&gt;
  a server that will not function properly and annoy not only you,&lt;br /&gt;
  but users all around the world.&lt;br /&gt;
&lt;br /&gt;
  Old irc client can be found in this package and if you want to use it,&lt;br /&gt;
  check Makefile in directory irc before compiling. There are other,&lt;br /&gt;
  better irc clients in distribution and the client distributed with&lt;br /&gt;
  this version is simply something to begin with if you don't happen&lt;br /&gt;
  to have other clients available.&lt;br /&gt;
&lt;br /&gt;
  This version was brought to you by jto@tolsun.oulu.fi and send any&lt;br /&gt;
  bug fixes and suggestions to me.&lt;br /&gt;
&lt;br /&gt;
NOTE: This server does *NOT* have MAIL system installed by default.&lt;br /&gt;
      The reason is that it doesn't work with many systems.&lt;br /&gt;
&lt;br /&gt;
This version introduces you string channels, starting with&lt;br /&gt;
a plus (+) sign. The first person joining a string channel&lt;br /&gt;
claims it's ownership and after that is entitiled to use /mode&lt;br /&gt;
command. Ownerships can be given and taken away with&lt;br /&gt;
/mode &amp;lt;channel&amp;gt; +o &amp;lt;nickname&amp;gt;  and /mode &amp;lt;channel&amp;gt; -o &amp;lt;nickname&amp;gt;&lt;br /&gt;
Other flags are: s - secret, p - private, l - limited, i - inviteonly.&lt;br /&gt;
                 m - moderated, n - no private messages to channel,&lt;br /&gt;
                 t - topic settable by operator only&lt;br /&gt;
New command /KICK &amp;lt;channel&amp;gt; &amp;lt;user&amp;gt; kicks a user off channel.&lt;br /&gt;
&lt;br /&gt;
--Jarkko (jto@oulu.fi)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:IRCu History]]&lt;/div&gt;</summary>
		<author><name>Secretagent</name></author>	</entry>

	</feed>