5585d1fa16Merge pull request #5 from Joah/master
Jeff Horelick
2012-11-20 15:32:38 -0800
d6e3e1cbbePort OpenVZ/epoll Fix From charybdis
Joah
2012-11-20 03:15:54 -0500
5cd204c3efAdd reference.charybdis.conf that is basically the charybdis defaults so people who want just one shadowircd feature can have it
Jeff Horelick
2012-10-17 11:08:49 -0400
f6dbc81c8fMerge pull request #4 from Joah/master
Jeff Horelick
2012-10-12 09:29:51 -0700
bf9bfd2696run autoconf, autoheader and make depend
JD Horelick
2012-02-29 23:18:57 -0500
6bdef3d52fFix bandb's interaction with --enable-fhs-paths by storing ban.db in the correct directory, pkglocalstatedir.
Nathan Phillip Brink
2012-03-01 03:39:54 +0000
e8da6ccee6Add explicit support for being installed into a system triggered with --enable-fhs-paths. Add two mechanism for avoiding name-collisions in a system-wide installation of charybdis. The ssld and bandb daemons, intended to be directly used by ircd and not the user, install into libexec when --enable-fhs-paths is set. For binaries which are meant to be in PATH (bindir), such as ircd and viconf, there is now an option --with-program-prefix=progprefix inspired by automake. If the user specifies --with-program-prefix=charybdis, the ircd binary is named charybdisircd when installed. Add support for saving the pidfile to a rundir and storing the ban database in localstatedir instead of in sysconfdir. This is, again, conditional on --enable-fhs-paths. Fix(?) genssl.sh to always write created SSL key/certificate/dh parameters to the sysconfdir specified during ./configure. The previous behavior was to assume that the user ran genssl.sh after ensuring that his current working directory was either sysconfdir or a sibling directory of sysconfdir.
Nathan Phillip Brink
2012-02-29 23:16:29 -0500
9d8184bd87Fix viconf's dependencies on setup.h and config.h.
Nathan Phillip Brink
2012-02-29 07:43:54 +0000
7c41dea640Do not unconditionally create a `help-old' folder during installation.
Nathan Phillip Brink
2012-02-28 06:51:57 +0000
4859b814a5We use Git now. Git is cool. Just like fezes.
JD Horelick
2011-05-20 04:39:46 -0400
50ee317107tools: Add helper scripts for WeeChat and XChat as well. The irssi script is also renamed and now has OSET as well.
JD Horelick
2011-05-15 19:02:09 -0400
1117974490tools: Added shadow_help.pl. This is a simple irssi script that adds a OHELP command. OHELP calls HELP so there's no conflict with in-client help and you do not have to call HELP with /quote help.
JD Horelick
2011-05-15 17:55:18 -0400
44d01be7cfAdded tag shadowircd-6.3.1 for changeset 8f3ad8b98351
JD Horelick
2011-05-15 14:49:15 -0400
f38f82ac36Move list-related isupport items to the list module itself.
Keith Buck
2011-01-06 00:40:08 -0800
565b527019Make SHA512 the default for mkpasswd again, as SHA512 support is guaranteed to *always* be in libratbox.
Elizabeth Jennifer Myers
2011-01-06 01:56:47 -0500
28545c3683Overhaul extensions/m_mkpasswd. It now allows SHA256/SHA512 hashes. DES support is removed, as it is insecure and can be broken on my desktop in about 20 minutes.
Elizabeth Jennifer Myers
2011-01-19 15:54:44 -0500
12e395252cAdd SHA256/SHA512 support to crypt.c and fix up the MD5 component (it seemed to have been broken). In addition, unconditionally use the libratbox crypt.
JD Horelick
2011-01-19 15:50:46 -0500
bd477ff3a3cosmetic fix: Blowfish doesn't use CamelCase
Lee T. Starnes
2011-01-05 23:20:04 -0600
e8e3ef0dfbAdd topic TS and channel TS constraints for /LIST.
JD Horelick
2011-01-19 15:45:45 -0500
e78f804d42Implement operspy for /LIST.
JD Horelick
2011-01-19 15:41:23 -0500
a0a6c0dd39Fix multiple RPL_LISTEND replies when aborting a /LIST.
Keith Buck
2011-01-02 00:43:11 -0800
26576db0b3Remove redundant prototypes in src/ircd_lexer.l.
Jilles Tjoelker
2010-12-15 21:49:47 +0100