mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 16:22:35 +01:00
Update README / info.cc copyright / accoutrements.
This commit is contained in:
parent
ab540c378c
commit
60a22a0216
2 changed files with 12 additions and 1 deletions
11
README.md
11
README.md
|
@ -17,6 +17,7 @@ It implements communication protocols for Matrix and IRC.
|
||||||
* `--enable-debug`
|
* `--enable-debug`
|
||||||
* `--with-included-boost[=shared]`
|
* `--with-included-boost[=shared]`
|
||||||
* `--with-included-rocksdb[=shared]`
|
* `--with-included-rocksdb[=shared]`
|
||||||
|
* `--with-included-js[=shared]`
|
||||||
|
|
||||||
## Platforms
|
## Platforms
|
||||||
|
|
||||||
|
@ -44,3 +45,13 @@ It implements communication protocols for Matrix and IRC.
|
||||||
|
|
||||||
* Charybdis's GIT repository depot can be browsed over the Internet at the following address:
|
* Charybdis's GIT repository depot can be browsed over the Internet at the following address:
|
||||||
https://github.com/charybdis-ircd/charybdis
|
https://github.com/charybdis-ircd/charybdis
|
||||||
|
|
||||||
|
## Developers
|
||||||
|
|
||||||
|
### Style
|
||||||
|
|
||||||
|
#### Misc
|
||||||
|
|
||||||
|
* When using a `switch` over an `enum` type, put what would be the `default` case after/outside
|
||||||
|
of the `switch` unless the situation specifically calls for one. We use -Wswitch so changes to
|
||||||
|
the enum will provide a good warning to update any `switch`.
|
||||||
|
|
|
@ -86,7 +86,7 @@ info::credits
|
||||||
"Copyright (c) 1988-1991 University of Oulu, Computing Center",
|
"Copyright (c) 1988-1991 University of Oulu, Computing Center",
|
||||||
"Copyright (c) 1996-2001 Hybrid Development Team",
|
"Copyright (c) 1996-2001 Hybrid Development Team",
|
||||||
"Copyright (c) 2002-2009 ircd-ratbox Development Team",
|
"Copyright (c) 2002-2009 ircd-ratbox Development Team",
|
||||||
"Copyright (c) 2005-2016 charybdis development team",
|
"Copyright (c) 2005-2017 charybdis development team",
|
||||||
" ",
|
" ",
|
||||||
"This program is free software; you can redistribute it and/or",
|
"This program is free software; you can redistribute it and/or",
|
||||||
"modify it under the terms of the GNU General Public License as",
|
"modify it under the terms of the GNU General Public License as",
|
||||||
|
|
Loading…
Reference in a new issue