Merge branch 'purge-cruft'
This commit is contained in:
commit
0ebe9a5930
37
FAQ
37
FAQ
|
@ -1,37 +0,0 @@
|
||||||
ShadowIRCd FAQ
|
|
||||||
--------------
|
|
||||||
|
|
||||||
Q: Why does ShadowIRCd not have remote includes?
|
|
||||||
A: Remote Includes are a possible security risk due to possible MITM attacks
|
|
||||||
and such and do not prevent server owners making changes that you do not
|
|
||||||
want them to so they have little point. It is recommended to use rsync or
|
|
||||||
a git/hg cron job to pull in remote configuration files.
|
|
||||||
|
|
||||||
Q: Does ShadowIRCd support Windows?
|
|
||||||
A: No. There is no point in running IRCd on windows, aside perhaps as a quick
|
|
||||||
testnet. If you feel like doing it anyway, the best thing to try would be
|
|
||||||
some form of VM. We've heard that it doesn't compile on cygwin. We also
|
|
||||||
have no interest in supporting windows in the future. If you're looking
|
|
||||||
to start up an IRC network, you should really look into buying a VPS or
|
|
||||||
shell from a decent provider.
|
|
||||||
|
|
||||||
Q: I want shun, m_invisible, unreal-style m_spy, saquit, etc!
|
|
||||||
A: ShadowIRCd does not intend to ever implement such features. They have
|
|
||||||
little to no legitimate use, amazing abuse potential, and are inferior to
|
|
||||||
other methods. If for some reason you cannot live without such features,
|
|
||||||
you should probably use another ircd.
|
|
||||||
|
|
||||||
Q: What services should I run with ShadowIRCd?
|
|
||||||
A: The ShadowIRCd team highly recommends Atheme IRC Services (www.atheme.net),
|
|
||||||
which is known to support ShadowIRCd properly and is a great services
|
|
||||||
package overall. ShadowIRCd may work with Anope 1.8.x using the charybdis
|
|
||||||
protocol module and 1.9.x using the ratbox protocol module, but it is not
|
|
||||||
recommended and it has not been tested by the ShadowIRCd developers.
|
|
||||||
|
|
||||||
Q: I've got two servers linked and users on one are getting constant flood notices
|
|
||||||
when trying to send to channels. HELP!!!!
|
|
||||||
A: Has your server's clock gone backwards massively recently? (probably due to it
|
|
||||||
being incorrect). If so, you have two options. You can either wait for the real
|
|
||||||
time to be what the incorrect time was, or you can restart the affected server.
|
|
||||||
If that does not fix the problem, please file a bug at:
|
|
||||||
http://jira.atheme.org/browse/SHAD
|
|
|
@ -1,6 +0,0 @@
|
||||||
The ShadowIRCd Stable GIT repository can be checked out using the following command:
|
|
||||||
git clone git://git.atheme.org/unofficial/shadowircd-stable.git shadowircd-stable
|
|
||||||
|
|
||||||
ShadowIRCd's GIT repository depot can be browsed over the internet at
|
|
||||||
the following address:
|
|
||||||
http://git.atheme.org/unofficial/shadowircd-stable/
|
|
100
README.FIRST
100
README.FIRST
|
@ -1,100 +0,0 @@
|
||||||
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:
|
|
||||||
- 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.
|
|
||||||
|
|
||||||
- A working parser/generator. bison is
|
|
||||||
recommended on most platforms.
|
|
||||||
|
|
||||||
|
|
||||||
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 ShadowIRCd, visit us at irc.thinstack.net #shadowircd
|
|
||||||
|
|
||||||
- See the INSTALL document for info on configuring and compiling
|
|
||||||
ShadowIRCd.
|
|
||||||
|
|
||||||
- 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/8.x,
|
|
||||||
Gentoo & Gentoo Hardened ~x86/~amd64/~fbsd
|
|
||||||
Fedora 8/9 / CentOS 4/5 / Redhat Enterprise 5
|
|
||||||
Debian Etch/Lenny/Squeeze,
|
|
||||||
OpenSuSE 10/11,
|
|
||||||
ArchLinux,
|
|
||||||
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/8.x
|
|
||||||
Linux glibc-2.6, glibc-2.7, glibc-2.8, glibc-2.10, glibc-2.11
|
|
||||||
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: INSTALL
|
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
|
||||||
$Id$
|
|
61
TODO
61
TODO
|
@ -1,61 +0,0 @@
|
||||||
/ = in progress, x = done, ? = to be discussed, F = charybdis3.1 or next releases
|
|
||||||
|
|
||||||
[/] finish legacy code removal
|
|
||||||
[x] remove 2.8 report_error() in ratbox imported stuff
|
|
||||||
[F] client.c, channel.c is very 2.8 style still. it'd be nice to pack them into their own
|
|
||||||
namespace and such. moreover, the other 2.8 code needs similar rewriting/reworking too...
|
|
||||||
[x] merge m_join.c and m_sjoin.c in one module (same functions, done in ratbox3)
|
|
||||||
[ ] rewrite s_auth.c
|
|
||||||
[ ] authentication state/lock manager
|
|
||||||
[ ] move resolver/auth checker code into separated modules
|
|
||||||
[x] port to libratbox
|
|
||||||
[x] get it running
|
|
||||||
[x] clean up maxconnections kludges &c
|
|
||||||
[x] in-process SSL
|
|
||||||
[x] port and use ratbox ssld for server links
|
|
||||||
[x] merge with libratbox SVN
|
|
||||||
[x] ssl stuff
|
|
||||||
[x] client-to-client ssl
|
|
||||||
[x] server-to-server ssl
|
|
||||||
[x] ssl usermode (+Z)
|
|
||||||
[x] ssl channelmode (done by extban and chm_compat)
|
|
||||||
[x] tool for generating ssl certificates and other stuff
|
|
||||||
[x] gnutls backend for at least SSL connections (replacing libcrypto use in m_challenge would be nice too)
|
|
||||||
[x] merge some stuff from ircd-seven directly (to be determined what)
|
|
||||||
[x] remote d:lines support
|
|
||||||
[x] PASS selector:password for auth{} (useful for dynamic IPs)
|
|
||||||
[ ] kline/xline/resv sync (what about spb's extension?)
|
|
||||||
[x] drop non-TS6 (legacy protocol) support
|
|
||||||
[?] Patch or core-feature - libguess on-fly any-charset-to-utf8 translation
|
|
||||||
[x] module engine rework
|
|
||||||
[?] MODULE_DEPEND and MODULE_CONFLICT for building extension dependencies (backport from shadowircd)
|
|
||||||
[x] more beautiful way of adding new channel modes by module
|
|
||||||
[x] basic functionality
|
|
||||||
[x] some example modules
|
|
||||||
[x] another idea is too make that work with privilege groups, like "serveradmins" or "ircops"
|
|
||||||
[ ] make nick/user/host validation functions/match tables able to work in separated modules,
|
|
||||||
this will help us making support for native characters sets/slashes in host etc
|
|
||||||
[ ] auth checker module
|
|
||||||
[ ] resolver module
|
|
||||||
[x] privilege system for privilege groups, something like
|
|
||||||
in .conf: helper { kill_global, rehash, kline_local }
|
|
||||||
in modules: privilege_add("kill_global"), has_privilege(source_p, "kill_global") etc, should work the way dynamic cflags/umodes done
|
|
||||||
-- this is done kinda like this, but not really. See HasPrivilege() calls. privilege_add() was not needed ~nenolod
|
|
||||||
[x] Remove glines entirely
|
|
||||||
[/] test suite as in ircu
|
|
||||||
[?] win32
|
|
||||||
[?] mingw support
|
|
||||||
[R] win32 native support - VS doesn't follow C99, this will require us switching back to C89 with libratbox and (future) core
|
|
||||||
[x] Bug fixes
|
|
||||||
[x] Compilation without zlib headers fails - fixed
|
|
||||||
[x] Compilation date and time in server welcome message is in OS locale - looks ugly 'cause often it's not match user's codepage
|
|
||||||
[ ] Improvments
|
|
||||||
[ ] ircd shouldn't need bison/byacc/yacc or flex for compilation
|
|
||||||
--- other stuff
|
|
||||||
[?] internally split out +o/+v "ranks" into a series of permissions. this could allow for configure-defined
|
|
||||||
special access levels, halfops, etc. (would need to match globally, somehow. extra SVINFO param?)
|
|
||||||
might be backported from shadowircd in future (chanroles planned)
|
|
||||||
[?] somehow hide channel operators like ircnet can do?
|
|
||||||
couldn't be done via extension currently - compilation-time option acceptable?
|
|
||||||
[x] create chmode.h and put there all declarations of chm_* - this will make some modules clean
|
|
||||||
[?] Move oper override server WALLOPS to global server notices?
|
|
|
@ -1,5 +0,0 @@
|
||||||
TODO list for ShadowIRCd 7.0
|
|
||||||
----------------------------
|
|
||||||
* evaluate some of the more inane cmodes (D, E, N, etc) for possible removal.
|
|
||||||
* move umode +B to extensions
|
|
||||||
* evaluate old code and clean up / improve where improvement can be made
|
|
|
@ -0,0 +1,23 @@
|
||||||
|
# TODO
|
||||||
|
|
||||||
|
## elemental-ircd 6.6
|
||||||
|
|
||||||
|
- [ ] Finish websocket support
|
||||||
|
- [x] Configuration for websocket ports
|
||||||
|
- [x] HTTP parsing of websocket data
|
||||||
|
- [ ] Client connections via websockets
|
||||||
|
- [x] Send cloaked host as METADATA
|
||||||
|
- [x] Fix a flaw in the kick permission logic
|
||||||
|
- [x] Fix segfault on `autojoin_opers`
|
||||||
|
- [x] Update many of the helpfiles with the proper permissions
|
||||||
|
- [ ] extban by certfp
|
||||||
|
|
||||||
|
### Services Modules
|
||||||
|
|
||||||
|
- [ ] Support METADATA for the cloaked host
|
||||||
|
- [ ] Anope 2.0
|
||||||
|
- [ ] Atheme
|
||||||
|
- [ ] Have /hs off re-set the cloaked host instead of the user's real hostmask
|
||||||
|
- [ ] Anope 2.0
|
||||||
|
- [ ] Atheme
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# Guess values for system-dependent variables and create Makefiles.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.69 for elemental-ircd 6.5.1.
|
# Generated by GNU Autoconf 2.69 for elemental-ircd 6.5.1.
|
||||||
#
|
#
|
||||||
# $Id: configure.ac 3516 2007-06-10 16:14:03Z jilles $
|
# 2014 elemental-ircd Team
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
|
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
|
||||||
|
@ -1495,7 +1495,7 @@ Copyright (C) 2012 Free Software Foundation, Inc.
|
||||||
This configure script is free software; the Free Software Foundation
|
This configure script is free software; the Free Software Foundation
|
||||||
gives unlimited permission to copy, distribute and modify it.
|
gives unlimited permission to copy, distribute and modify it.
|
||||||
|
|
||||||
$Id: configure.ac 3516 2007-06-10 16:14:03Z jilles $
|
2014 elemental-ircd Team
|
||||||
_ACEOF
|
_ACEOF
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -8,7 +8,7 @@ dnl said functions need to be just about as complex as they already are.
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.57)
|
||||||
|
|
||||||
dnl Sneaky way to get an Id tag into the configure script
|
dnl Sneaky way to get an Id tag into the configure script
|
||||||
AC_COPYRIGHT([$Id: configure.ac 3516 2007-06-10 16:14:03Z jilles $])
|
AC_COPYRIGHT([2014 elemental-ircd Team])
|
||||||
|
|
||||||
AC_INIT([elemental-ircd],[6.5.1])
|
AC_INIT([elemental-ircd],[6.5.1])
|
||||||
|
|
||||||
|
@ -253,7 +253,7 @@ AC_SUBST([pkglibdir])
|
||||||
AC_SUBST([rundir])
|
AC_SUBST([rundir])
|
||||||
AC_SUBST([pkgrundir])
|
AC_SUBST([pkgrundir])
|
||||||
AC_SUBST([pkglocalstatedir])
|
AC_SUBST([pkglocalstatedir])
|
||||||
AC_DEFINE_DIR([PKGLOCALSTATEDIR], [pkglocalstatedir], [[Directory in which to store state, such as band database]])
|
AC_DEFINE_DIR([PKGLOCALSTATEDIR], [pkglocalstatedir], [[Directory in which to store state, such as ban database]])
|
||||||
AC_SUBST([pkglibexecdir])
|
AC_SUBST([pkglibexecdir])
|
||||||
AC_DEFINE_DIR([PKGLIBEXECDIR], [pkglibexecdir], [Directory where binaries the IRCd itself spawns live])
|
AC_DEFINE_DIR([PKGLIBEXECDIR], [pkglibexecdir], [Directory where binaries the IRCd itself spawns live])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue