elemental fork for XeServ experimentation.
Go to file
Jilles Tjoelker 07c8448a5b Fix ident for ssl connections. 2008-08-28 00:49:04 +02:00
doc privset example: Add a privset for local bots like BOPM and TCMs. 2008-08-17 08:58:34 -05:00
extensions fixed chm_adminonly extension - IsOperAdmin replaced with IsAdmin.. hm.. but possibly we need to allow hidden opers/admins to enter protected 2008-08-16 23:34:32 +04:00
help Some updates and consistency fixes to help files. 2008-06-25 23:52:28 +02:00
include Fix ident for ssl connections. 2008-08-28 00:49:04 +02:00
libratbox branch merge 2008-08-17 09:33:47 +04:00
modules Remove another remnant of server hostmasking. 2008-08-26 00:00:11 +02:00
scripts atheme-services -> charybdis for application.sh script 2008-08-13 22:53:36 +04:00
src Fix ident for ssl connections. 2008-08-28 00:49:04 +02:00
ssld ssld: un #if 0 the /dev/null stuff out 2008-08-25 18:48:30 +02:00
testsuite Add conf files to be used for automated testing. 2008-08-09 15:38:31 +02:00
tools Install it into /bin 2008-04-25 14:52:17 -05: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
.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 ilog -> inotice in ircd_restart_cb (ircd.c) 2008-08-06 23:57:45 +04: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 Use C locale for the compilation date. 2008-08-17 22:55:57 +02:00
aclocal.m4 [svn] Hack to allow some more warnings, already present in configure (?). 2007-03-30 16:32:43 -07:00
configure run autoreconf 2008-08-17 09:27:15 +04:00
configure.ac forgot to remove check for cygwin from configure.ac 2008-08-16 22:50:22 +04: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$