summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatthias Hecker <apoc@sixserv.org>2014-02-24 06:40:49 +0100
committerMatthias Hecker <apoc@sixserv.org>2014-02-24 06:40:49 +0100
commit95b52115351db106a93613e6ea15f0e6acbeee42 (patch)
tree6aa2963296222f516d72982db85b167c08256f00 /README.md
parent78c79eae617df21a6188c6b47cd9dcf56e54904e (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index d4e1cacf..7f3c2d51 100644
--- a/README.md
+++ b/README.md
@@ -1,22 +1,22 @@
-= RBot - The Ruby IRC Bot
+# RBot - The Ruby IRC Bot
rbot is a ruby IRC bot. Think of him as a ruby bot framework with a highly
modular design based around plugins.
-== Fork Changelog
+## Fork Changelog
- Drops ruby 1.8 support, ruby >= 1.9.3 is required.
- Ruby 2.1.0 is supported.
- Removes a lot of broken/outdated plugins.
- Removes the DRb remote interface due to its abysmal security.
-- Introduces a web service.
+- Introduces a [web service](https://github.com/4poc/rbot/wiki/Web-Service).
- Registry is now supporting DBM (that requires no external dependencies).
-== Known Problems
+## Known Problems
-Ruby 2.0.0 (at least <=p353) is causing a segmentation fault crash that
-only occurs after a few hours. https://bugs.ruby-lang.org/issues/9168
+* Ruby 2.0.0 (at least <=p353) is causing a segmentation fault crash that
+only occurs after a few hours. This is [fixed](https://bugs.ruby-lang.org/issues/9168) in newer versions.
-DBM (if using Barkeley DB) is requiring manual repairs to work after
+* DBM (if using Barkeley DB) is requiring manual repairs to work after
a crash.