summaryrefslogtreecommitdiff
path: root/lib/rbot/rbotconfig.rb
AgeCommit message (Collapse)Author
2008-07-01Version 0.9.11-rc1Giuseppe Bilotta
2008-06-19rbotconfig: be aware that -git versions also have revision informationGiuseppe Bilotta
2008-03-12* we're now "git version", not "svn version" by defaultdmitry kim
2007-09-12namespaces: move rbot-specific classes and modules from Irc::* to Irc::Bot::*Giuseppe Bilotta
2006-10-19Improve launch_here script with the suggestions from ticket #112Giuseppe Bilotta
2006-08-04A little handy script that launches the rbot daemon from this directory (no ↵Chris Gahan
need to install it!)
2006-08-01First step towards the new modularized core frameworkGiuseppe Bilotta
2006-07-20All lib/rbot files are now upgraded to the new logging featureGiuseppe Bilotta
2006-07-18rbot now properly identifies as the 'next version svn', and the gem package ↵Giuseppe Bilotta
is built as the 'next version'
2006-07-17Changes that will (hopefully) make rbot work directly from the SVN checkoutAlexander Beisig
2005-12-01fixes from eeanTom Gilbert
2005-08-05more tweaking pre-releaseTom Gilbert
2005-08-03Wed Aug 03 15:25:07 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>Tom Gilbert
* Added french language file (TODO most of the plugins just talk english) * The way the Enum configs were set up, it wasn't possible to add language files to rbot at runtime (the directory was only scanned at startup). Now you can set a values Proc, which is called to return a list of allowed values whenever it's queried. * Added Config module for determining where we were installed. Unfortunately rubygems is a total whore in this regard, and I hope the current hackery I have to do to support it becomes redundant in the future.