0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-02 13:48:53 +02:00
No description
Find a file
2017-04-04 22:12:32 -07:00
boost@ea02095164
charybdis ircd: Minor cleanup. 2017-03-30 16:04:20 -07:00
doc
gecko-dev@37540f992d What is the Matrix? Control. 2017-03-10 17:51:18 -08:00
help
include/ircd ircd::util: Add pop_back()/pop_front() to string_view. 2017-04-04 16:10:29 -07:00
ircd ircd: Fix token_last() iteration. 2017-04-04 22:12:32 -07:00
m4
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
testsuite
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
.gitignore
.gitmodules Introduce Mozilla SpiderMonkey. 2016-10-25 01:55:50 -07:00
.mailmap
.travis.yml travis.yml: Update target matrix. 2017-03-10 17:51:19 -08:00
autogen.sh
configure.ac fixup! configure.ac: Add -ffriend-injection to CXXFLAGS. 2017-03-20 04:31:14 -07:00
CREDITS
LICENSE
Makefile.am ircd;modules: Minor Makefile tweaks. 2017-04-04 16:10:29 -07:00
NEWS.md
README.md Update README. 2017-03-30 16:04:20 -07:00
shtool

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