summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatthias Hecker <apoc@sixserv.org>2014-03-05 14:18:56 +0100
committerMatthias Hecker <apoc@sixserv.org>2014-03-05 14:18:56 +0100
commita3f8a4e5568b1fca793b9345287be40c000f6024 (patch)
tree299ccc453e3e68e7584fdaa4b04f753f0efdf4b6 /README.md
parentb955d424d89655a04ba5f06d3cfee482ae33e713 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 13 insertions, 5 deletions
diff --git a/README.md b/README.md
index 7f3c2d51..0fcd7f2f 100644
--- a/README.md
+++ b/README.md
@@ -3,20 +3,28 @@
rbot is a ruby IRC bot. Think of him as a ruby bot framework with a highly
modular design based around plugins.
-## Fork Changelog
+## Install Guide
+Information about installing the bot can be found here: [Install-Guide](https://github.com/4poc/rbot/wiki/Install-Guide).
+
+Notes on the registry and migrating from an old bot can be found here: [Registry-Migration-Notes](https://github.com/4poc/rbot/wiki/Registry-Migration-Notes).
+
+## Fork Changes
+
+- Ruby 2.1.1 is fully supported.
- 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](https://github.com/4poc/rbot/wiki/Web-Service).
- Registry is now supporting DBM (that requires no external dependencies).
+- [New standalone Backup/Restore Script](https://raw.github.com/4poc/rbot/fork/bin/rbotdb) for registry databases.
+- Registry folders have now different names based on the adapter used: `~/.rbot/registry_<FORMAT>`
+- Added a bundler `Gemfile` to make installing the dependecies easier.
## Known Problems
* 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.
+only occurs after a few hours. This is [fixed](https://bugs.ruby-lang.org/issues/9168) in newer versions of ruby.
-* DBM (if using Barkeley DB) is requiring manual repairs to work after
+* DBM (if using Barkeley DB, maybe other backends aswell) is requiring manual repairs to work after
a crash.
-