summaryrefslogtreecommitdiff
path: root/lib/rbot/config.rb
AgeCommit message (Expand)Author
2014-03-06[config] adds a new param store_defaultMatthias H
2009-02-15+ @bot.path and datafile methodsGiuseppe Bilotta
2008-11-21* fix config validation diagnostics for ArrayValuedmitry kim
2008-06-24config.rb: system wide overrides in /etc/rbot.confGiuseppe Bilotta
2008-05-23* autoflush $stdout in setup wizarddmitry kim
2008-02-13config: Value#get() should return #default(), not @defaultGiuseppe Bilotta
2008-02-13config: allow @bot.config[key]=value constructsGiuseppe Bilotta
2007-10-31* (rbot/config) slightly less ugly ArrayValue validation interfaceDmitry Kim
2007-09-12namespaces: move rbot-specific classes and modules from Irc::* to Irc::Bot::*Giuseppe Bilotta
2007-08-23config: allow migration from/to Boolean/IntegerValuesGiuseppe Bilotta
2007-07-09fixed a few strings which used gettext without changing #{} syntaxYaohan Chen
2007-07-09integrated ruby-gettextYaohan Chen
2007-03-19* config value hook :on_change wasn't called from unset()Dmitry Kim
2007-03-15config was not being saved after unsetting a valueGiuseppe Bilotta
2007-02-14Reset configuration changed status after saving successfullyGiuseppe Bilotta
2007-02-14Only save config file when configuration changedGiuseppe Bilotta
2006-08-29Introduce BotConfigValue permissions, to protect particularly sensitive confi...Giuseppe Bilotta
2006-08-02Initial factorization of botconfig into kernel functionality and a coremoduleGiuseppe Bilotta
2006-08-02Auth now follows the specs defined in NewAuthModule even though there is no a...Giuseppe Bilotta
2006-07-25New config commands: reset (synonym for unset), add <...> to <...> and rm <.....Giuseppe Bilotta
2006-07-25Fix a bug in config set (particularly important for BotConfigArrayValues)Giuseppe Bilotta
2006-07-25Forgot to stringify an instance of keyGiuseppe Bilotta
2006-07-25Use symbols internally instead of strings for config keys.Giuseppe Bilotta
2006-07-20All lib/rbot files are now upgraded to the new logging featureGiuseppe Bilotta
2006-07-18Improve robustness while saving auth config files and channel quotesGiuseppe Bilotta
2005-12-12found a bugTom Gilbert
2005-09-09bugfixTom Gilbert
2005-08-31a little more robustness around emtpy lookupsTom Gilbert
2005-08-07try that maybeTom Gilbert
2005-08-07try againTom Gilbert
2005-08-07attempt workaround for missing load_fileTom Gilbert
2005-08-04Thu Aug 04 23:03:30 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>Tom Gilbert
2005-08-03Wed Aug 03 15:25:07 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>Tom Gilbert
2005-08-02 * Fixed the new http.proxy* settings, they work!Tom Gilbert
2005-07-30Sat Jul 30 22:33:36 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>Tom Gilbert
2005-07-30Sat Jul 30 01:19:32 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>Tom Gilbert
2005-07-29Fri Jul 29 13:07:56 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>Tom Gilbert
2005-07-28Thu Jul 28 23:45:26 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>Tom Gilbert
2005-07-27this packaging stuff seems to actually be workingTom Gilbert
2005-07-27more work on packaging, use Irc::Config module for storing configuration setTom Gilbert
2005-07-27rework various modules to use the installed directoriesTom Gilbert
2005-07-27move rbot into lib - still rearranging for packaging/installationTom Gilbert