0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-02-18 09:40:12 +01:00
No description
Find a file
2017-08-23 15:06:58 -06:00
boost@ea02095164
charybdis charybdis/modules: Fix Makefile argument related. 2017-08-23 14:55:58 -06:00
doc
gecko-dev@37540f992d What is the Matrix? Control. 2017-03-10 17:51:18 -08:00
help
include/ircd ircd: Preliminary resource handler infrastructure. 2017-08-23 15:06:14 -06:00
ircd ircd: Minor socket log message improvements. 2017-08-23 15:06:58 -06:00
m4
modules charybdis/modules: Fix Makefile argument related. 2017-08-23 14:55:58 -06:00
rocksdb@0a1bd9c509
scripts
testsuite
tools tools: Improve js build script. 2017-08-23 15:03:27 -06: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