0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-01 08:18:20 +02:00
Go to file
2017-04-04 16:10:29 -07:00
boost@ea02095164 Convert IRCd to C++ 2016-07-22 19:46:27 -07:00
charybdis ircd: Minor cleanup. 2017-03-30 16:04:20 -07:00
doc Towards a leak-free repository. 2016-07-21 20:51:02 -07:00
gecko-dev@37540f992d What is the Matrix? Control. 2017-03-10 17:51:18 -08:00
help Really fix the help index. 2016-03-12 06:26:50 -06:00
include/ircd ircd: Add functors for iless/iequals/igreater. 2017-04-04 16:10:29 -07:00
ircd ircd::mods: Add workaround for dlclose() recursion issue. 2017-04-04 16:10:29 -07:00
m4 configure.ac: Support boost::filesystem / boost::dll. 2016-09-09 16:17:01 -07:00
modules ircd;modules: Minor Makefile tweaks. 2017-04-04 16:10:29 -07:00
rocksdb@0a1bd9c509 ircd::db: Add database interface. Support RocksDB. 2016-09-27 02:20:42 -07:00
scripts Refactor repository layout. 2016-07-21 20:51:02 -07:00
testsuite testsuite: Update startall.sh 2016-03-28 00:09:01 -04:00
tools What is the Matrix? Control. 2017-03-10 17:51:18 -08:00
.appveyor-build.sh Introduce Mozilla SpiderMonkey. 2016-10-25 01:55:50 -07:00
.appveyor.yml appveyor: Update for C++ 2016-07-22 19:46:27 -07:00
.gitignore ircd: add local .gitignore. 2016-07-22 19:46:27 -07:00
.gitmodules Introduce Mozilla SpiderMonkey. 2016-10-25 01:55:50 -07:00
.mailmap mailmap: Sam is Christine now apparently. 2016-03-17 14:48:46 -05:00
.travis.yml travis.yml: Update target matrix. 2017-03-10 17:51:19 -08:00
autogen.sh Build system cleanup. 2016-07-22 19:46:28 -07:00
configure.ac fixup! configure.ac: Add -ffriend-injection to CXXFLAGS. 2017-03-20 04:31:14 -07:00
CREDITS CREDITS: charybdis official channel will now be on irc.charybdis.io. 2016-06-04 23:53:21 -05:00
LICENSE Remove more $Id tags. 2016-03-06 02:58:32 -06:00
Makefile.am ircd;modules: Minor Makefile tweaks. 2017-04-04 16:10:29 -07:00
NEWS.md NEWS: document websocket availability 2016-05-14 17:24:56 -05:00
README.md Update README. 2017-03-30 16:04:20 -07:00
shtool Add these for now until travis actually gets their shit together. 2016-04-10 17:07:33 -05:00

charybdis/5

Charybdis is a collaboration server designed to be scalable and community-developed.

It implements communication protocols for Matrix and IRC.

Building from git

* `git clone https://github.com/charybdis-ircd/charybdis`
* `cd charybdis`
* `./configure`
* `make`
* `make install`

Notable configuration options when building

* `--enable-debug`
* `--with-included-boost[=shared]`
* `--with-included-rocksdb[=shared]`

Platforms

Charybdis This branch is not meant for production. Use at your own risk.

Continuously Integrated Host Compiler Third party Status
Linux Ubuntu 12.04 Precise GCC 5 Boost 1.61 POSIX Build Status
Linux Ubuntu 14.04 Trusty GCC 6 Boost 1.61 POSIX Build Status
Linux Ubuntu 14.04 Trusty Clang 3.8 Boost 1.61 POSIX Build Status
Apple Darwin 15.5 LLVM 7.3.0 Boost 1.61 POSIX Build Status
Windows mingw 3.5 Boost 1.61 Windows Build Status

Tips

  • Please read doc/index.txt to get an overview of the current documentation.

  • Read the NEWS file for what's new in this release.

Git access

  • The Charybdis GIT repository can be checked out using the following command: git clone https://github.com/charybdis-ircd/charybdis

  • Charybdis's GIT repository depot can be browsed over the Internet at the following address: https://github.com/charybdis-ircd/charybdis