github.com/solanum-ircd/solanum
Go to file
Jilles Tjoelker f9545a9b54 Make struct operhash_entry private. 2010-03-01 01:24:00 +01:00
bandb bantool: change empty oper fields to "unknown". 2010-01-08 18:17:16 +01:00
doc Documentation updates for the ip_cloaking_4.0 transition. 2010-02-18 07:34:40 -06:00
extensions Track who set a dline/kline/xline/resv as in ratbox3. 2010-03-01 01:23:22 +01:00
help help: Remove references to old ban .confs, 2010-02-24 23:31:56 +01:00
include Make struct operhash_entry private. 2010-03-01 01:24:00 +01:00
libratbox gnutls: I guess a gnutls_x509_crt_deinit() is needed to avoid memory leak. 2010-02-22 19:16:37 +01:00
modules Track who set a dline/kline/xline/resv as in ratbox3. 2010-03-01 01:23:22 +01:00
scripts Fix include/serno.h generation. 2010-01-22 01:41:48 +01:00
src Make struct operhash_entry private. 2010-03-01 01:24:00 +01:00
ssld Add certfp support to libratbox and ssld. 2010-01-31 19:04:20 +01:00
testsuite Add conf files to be used for automated testing. 2008-08-09 15:38:31 +02:00
tools Import new mkpasswd from ircd-ratbox. 2009-02-22 00:59:16 +01:00
unsupported Update comments for parv[0] removal. 2009-01-18 18:22:43 +01:00
.hgignore Ignore toplevel include/serno.h only, not libratbox one. 2008-12-22 00:44:00 +01:00
.hgtags Added tag charybdis-3.1.0 for changeset f54b0af927a7 2009-02-08 21:50:07 +01:00
.indent.pro [svn] - the new plan: 2007-01-24 22:40:21 -08: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 Fix serno.h for compiles from Mercurial. 2010-02-03 00:46:14 +01:00
Mercurial-Access Correct clone command. 2009-06-09 18:46:40 +02:00
NEWS Add spambot check changes to NEWS. 2010-02-21 23:15:07 +01:00
README.FIRST BUGS is no longer relevant, as the build system installs files in a way where this is no longer a problem. 2010-02-17 23:11:33 -06: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 Update configure. 2010-02-27 15:26:54 -06:00
configure.ac Charybdis 3.3.x development cycle begins. 2010-02-27 15:26:42 -06: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

- 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$