elemental fork for XeServ experimentation.
Go to file
Valeriy Yatsko f030cae802 Update libratbox. 2008-12-22 12:49:01 +03:00
doc Update sgml docs for cidr_ipv4_bitlen/cidr_ipv6_bitlen split. 2008-12-11 21:53:36 +01:00
extensions m_webirc: use rb_crypt() instead of crypt() 2008-12-13 11:49:28 +01:00
help Clarify /quote help snomask a little. 2008-12-09 00:22:58 +01:00
include Show rejectcache/throttle in /testline output. 2008-12-19 19:24:12 +01:00
libratbox Update libratbox. 2008-12-22 12:49:01 +03:00
modules Add code to detect overflow in WHOX. 2008-12-20 17:17:27 +01:00
scripts atheme-services -> charybdis for application.sh script 2008-08-13 22:53:36 +04:00
src Show rejectcache/throttle in /testline output. 2008-12-19 19:24:12 +01: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 Ignore toplevel include/serno.h only, not libratbox one. 2008-12-22 00:44:00 +01: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 Update NEWS. 2008-12-09 23:51:38 +01: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-22 12:40:31 +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$