]> jfr.im git - solanum.git/blobdiff - README.md
Replace most checks for +o with oper:general
[solanum.git] / README.md
index 97989f03add3b00a8dc7c6e1b4465154f0e67c83..962f85269e59b609094c242dd0bcb76a7aebf77b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,17 +1,12 @@
 # charybdis [![POSIX Build Status](https://travis-ci.org/charybdis-ircd/charybdis.svg?branch=master)](https://travis-ci.org/charybdis-ircd/charybdis) [![Windows Build Status](https://ci.appveyor.com/api/projects/status/is0obsml8xyq2qk7/branch/master?svg=true)](https://ci.appveyor.com/project/kaniini/charybdis/branch/master)
 
-Charybdis was an IRCv3 server designed to be highly scalable.  It implemented IRCv3.1 and some parts of IRCv3.2.
+Charybdis is an IRCv3 server designed to be highly scalable.  It implements IRCv3.1 and some parts of IRCv3.2.
 
-It is not meant to be used at all, but if you feel the need to do so, you should use it with an IRCv3-capable services
-implementation such as [Atheme][atheme] or [Anope][anope].
+It is meant to be used with an IRCv3-capable services implementation such as [Atheme][atheme] or [Anope][anope].
 
    [atheme]: http://www.atheme.net/
    [anope]: http://www.anope.org/
 
-For various reasons, this project is deprecated and replaced with [ircd-seven](http://github.com/freenode/ircd-seven).
-Please direct all questions about this change to [Christel Dahlskjaer](mailto:christel@freenode.net) and
-[Stephen Bennett](mailto:spb@freenode.net) of freenode.
-
 # necessary requirements
 
  * A supported platform
@@ -32,7 +27,7 @@ problems, please file a bug.
 
 * FreeBSD 10.x and above (i386 and amd64)
 * Linux 2.6.x and above with glibc or musl (i386, x86_64, and ARM)
-* Mac OS X 10.7 and above
+* macOS 10.7 and above
 * Windows Vista/Server 2008 and above (x86 or x64)
 
 ## Tier 2
@@ -55,12 +50,13 @@ Anything else that hasn't been tested. Charybdis may or may not work on it; patc
 
 These are known issues and workarounds for supported platforms.
 
- * **Mac OS X and macOS **: you must set the LIBTOOLIZE environment
-   variable to point to glibtoolize before running autogen.sh:
-   `$ brew install libtool`
-   `$ LIBTOOLIZE="/opt/local/bin/glibtoolize"`
-   `$ export LIBTOOLIZE`
-   `$ ./autogen.sh`
+ * **macOS**: you must set the `LIBTOOLIZE` environment variable to point to glibtoolize before running autogen.sh:
+
+   ```bash
+   brew install libtool
+   export LIBTOOLIZE="/usr/local/bin/glibtoolize"
+   ./autogen.sh
+   ```
 
  * **FreeBSD**: if you are compiling with ipv6 you may experience
    problems with ipv4 due to the way the socket code is written.  To