]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blob - README.md
README update
[user/henk/code/ruby/rbot.git] / README.md
1 = RBot - The Ruby IRC Bot
2
3 rbot is a ruby IRC bot. Think of him as a ruby bot framework with a highly
4 modular design based around plugins.
5
6 == Fork Changelog
7
8 - Drops ruby 1.8 support, ruby >= 1.9.3 is required.
9 - Ruby 2.1.0 is supported.
10 - Removes a lot of broken/outdated plugins.
11 - Removes the DRb remote interface due to its abysmal security.
12 - Introduces a web service.
13 - Registry is now supporting DBM (that requires no external dependencies).
14
15 == Known Problems
16
17 Ruby 2.0.0 (at least <=p353) is causing a segmentation fault crash that
18 only occurs after a few hours. https://bugs.ruby-lang.org/issues/9168
19
20 DBM (if using Barkeley DB) is requiring manual repairs to work after
21 a crash.
22