0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-03 17:28:18 +02:00
construct/bandb
Nathan Phillip Brink c74836dc4a Add 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.
2012-03-01 02:41:09 +00:00
..
bandb.c bandb: Group writes in transactions to reduce load on heavy kline activity. 2010-03-03 22:58:16 +01:00
bantool.c bantool: _XOPEN_SOURCE should die in a fire 2011-03-17 10:45:57 -05:00
Makefile.in Add explicit support for being installed into a system triggered with --enable-fhs-paths. 2012-03-01 02:41:09 +00:00
rsdb.h Add bandb code. 2010-01-07 16:50:34 -06:00
rsdb_snprintf.c Add bandb code. 2010-01-07 16:50:34 -06:00
rsdb_sqlite3.c Add bandb code. 2010-01-07 16:50:34 -06:00
sqlite3.c Add sqlite3 to build. 2010-01-07 17:00:24 -06:00
sqlite3.h Add sqlite3 to build. 2010-01-07 17:00:24 -06:00