github.com/solanum-ircd/solanum
Go to file
Jilles Tjoelker 0a1bb0ebd9 Clarify /quote help snomask a little. 2008-12-09 00:22:58 +01:00
doc Mention auto CPRIVMSG/CNOTICE in sgml docs. 2008-12-05 15:33:38 +01:00
extensions ip_cloaking: clarify logic 2008-09-20 00:30:35 +02:00
help Clarify /quote help snomask a little. 2008-12-09 00:22:58 +01:00
include Remove irc_basename, replace it with rb_basename from libratbox. 2008-12-03 02:59:13 +03:00
libratbox Remove additional wrong declaration for rb_kill(). 2008-12-03 22:57:13 +01:00
modules As in shadowircd, increase buffer for /who status. 2008-12-03 22:54:30 +01:00
scripts atheme-services -> charybdis for application.sh script 2008-08-13 22:53:36 +04:00
src report logfile access issues 2008-11-16 10:15:28 +03:00
ssld Copied libratbox and related stuff from shadowircd upstream. 2008-12-03 02:49:39 +03:00
testsuite Add conf files to be used for automated testing. 2008-08-09 15:38:31 +02:00
tools Make genssl.sh work. 2008-08-29 01:34:18 +02:00
unsupported irc_string.h -> match.h, irc_string.h; includes changed 2008-04-20 09:47:38 +04:00
.hgignore *.orig and *.log files are useless here too 2008-07-27 16:14:30 +04:00
.hgtags Added tag charybdis-3.0.1 for changeset b57df81a2c4c 2008-05-18 23:24:45 +02:00
.indent.pro [svn] - the new plan: 2007-01-24 22:40:21 -08:00
BUGS [svn] Update bug report and IRC channel information. 2007-04-01 15:20:00 -07:00
CREDITS Update my email address. 2008-12-07 22:46:19 +03:00
INSTALL Various updates to the INSTALL document. 2008-01-04 18:50:46 +01:00
LICENSE [svn] - the new plan: 2007-01-24 22:40:21 -08:00
Makefile.in Remove servlink, it's functionality is now provided by ssld. 2008-04-06 13:38:55 -05:00
Mercurial-Access Marked that stable version is 3.0 instead of 2.2 2008-06-23 03:19:53 +04:00
NEWS Add MacOS X fixes to NEWS. 2008-05-18 01:24:58 +02:00
README.FIRST Removed note that we support cygwin (no, we don't) 2008-08-13 22:57:09 +04:00
TODO Update TODO. 2008-12-07 22:48:45 +03:00
aclocal.m4 [svn] Hack to allow some more warnings, already present in configure (?). 2007-03-30 16:32:43 -07:00
configure Rerun autoconf. 2008-10-19 17:31:53 +02:00
configure.ac Check that --with-nicklen was passed a numeric value. 2008-10-19 17:27:35 +02:00
install-sh [svn] - the new plan: 2007-01-24 22:40:21 -08:00

README.FIRST

If you don't read this first, we won't help you.
:-)

******************************* IMPORTANT *************************************

  *********** Note for those who dont bother reading docs *****************
  * - Reading INSTALL is now a must, as the old DPATH is now specified    *
  *   when configure is run.                                              *
  *   You now need to ./configure --prefix="/path/to/install/it"          *
  *   will be installed with your ircd!					  *
  *************************************************************************

  ALSO, IF YOU ARE UPGRADING YOUR CURRENT SOURCE TREE, AND YOU TRY TO BUILD
  IN IT WITHOUT PERFORMING AT LEAST 'make clean', THINGS _WILL_ BREAK.  IT IS
  RECOMMENDED THAT YOU RUN 'make distclean' AND THEN RERUN './configure'!

******************************* REQUIREMENTS **********************************

New Features - A short introduction:
- charybdis-3.x now has several major changes over previous version that you
  will notice right away.
  o SSL Client support.
  o Connection Throttling. 

- Please see NEWS for more detailed changes.


Necessary Requirements:

- A supported platform (look below)

- A working dynamic load library, unless
  compiling as static, without module
  support.

- A working lex.  Solaris /usr/ccs/bin/lex
  appears to be broken, on this system flex
  should be used.


Feature Specific Requirements:

- For SSL Clients, SSL Challenge controlled OPER feature, and encrypted server links,
  a working OpenSSL library

- For encrypted oper and (optional) server passwords, a working DES, MD5, or SHA library.

*******************************************************************************

- To report bugs in charybdis, visit us at irc.atheme.org #charybdis

- Known bugs are listed in the BUGS file

- See the INSTALL document for info on configuring and compiling
  charybdis.

- Please read doc/index.txt to get an overview of the current documentation.

- The files, /etc/services, /etc/protocols, and /etc/resolv.conf, MUST be
  readable by the user running the server in order for ircd to start.
  Errors from adns causing the ircd to refuse to start up are often related
  to permission problems on these files.

- FREEBSD USERS: if you are compiling with ipv6 you may experience
  problems with ipv4 due to the way the socket code is written.  To
  fix this you must: "sysctl net.inet6.ip6.v6only=0"

- SOLARIS USERS: this code appears to tickle a bug in older gcc and 
  egcs ONLY on 64-bit Solaris7.  gcc-2.95 and SunPro C on 64bit should
  work fine, and any gcc or SunPro compiled on 32bit.

- DARWIN AND MACOS X USERS: You must be using at least the December 2001
  Development Tools from Apple to build charybdis with shared modules.
  Before then you MUST disable shared modules, as we do not have the proper
  flags for cc(1) prior to that point to produce shared modules.

- SUPPORTED PLATFORMS: this code should compile without any warnings on:
    FreeBSD 6.x/7.x,
    Gentoo & Gentoo Hardened ~x86/~amd64/~fbsd
    Fedora 8/9 / CentOS 4/5 / Redhat Enterprise 5
    Debian Etch, 
    OpenSuSE 10/11,
    OpenSolaris 2008.x?
    Solaris 10 sparc.
  
  Please let us know if you find otherwise.  
  It probably does not compile on AIX, IRIX or libc5 Linux.

- TESTED PLATFORMS:  The code has been tested on the following platforms, and
  is known to run properly.
  FreeBSD 6.x/7.x
  Linux glibc-2.6, glibc-2.7
  Solaris 2.6/7/8
  OpenBSD 2.8
  NetBSD 1.4
  OpenVMS/Alpha 7.2 (static modules, no ssld)

- Please read NEWS for information about what is in this release

- Other files recommended for reading: BUGS, INSTALL

--------------------------------------------------------------------------------
$Id$