From 2be2abc9ed012dd9f88a3a5cd4d689ae0a761795 Mon Sep 17 00:00:00 2001 From: Matthias Hecker Date: Mon, 12 Jan 2015 12:17:30 +0100 Subject: [PATCH] Update README.md --- README.md | 31 ++----------------------------- 1 file changed, 2 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index 0fcd7f2f..2c6aa255 100644 --- a/README.md +++ b/README.md @@ -1,30 +1,3 @@ -# RBot - The Ruby IRC Bot +# Development continues over here: [ruby-rbot/rbot](https://github.com/ruby-rbot/rbot/) -rbot is a ruby IRC bot. Think of him as a ruby bot framework with a highly -modular design based around plugins. - -## 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. -- 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_` -- 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 of ruby. - -* DBM (if using Barkeley DB, maybe other backends aswell) is requiring manual repairs to work after -a crash. +my fork has become the new mainline of rbot! -- 2.32.0.93.g670b81a890