summaryrefslogtreecommitdiff
path: root/lib/rbot/utils.rb
AgeCommit message (Collapse)Author
2007-02-06Create an utils subdir in core, which will store all utility files that can ↵Giuseppe Bilotta
be reloaded without quitting the bot, and move httputil and utils to it
2007-02-05Improved Utils.secs_to_stringGiuseppe Bilotta
2007-01-28Minor Utils entity cleanupGiuseppe Bilotta
2006-10-15Safe-save tempfiles are now created in a botclass-local directory, because ↵Giuseppe Bilotta
atomic renaming only works within a filesystem
2006-10-15Utils.safe_save does a 'safe' saving (save to tempfile, move tempfile to new ↵Giuseppe Bilotta
location)
2006-10-14Create Utils.decode_html_entities, inspired from equivalent code in the url ↵Giuseppe Bilotta
plugin, can now be used by everybody. Can make use of the htmlentities ruby package, if found
2006-07-20All lib/rbot files are now upgraded to the new logging featureGiuseppe Bilotta
2005-07-30Sat Jul 30 22:33:36 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>Tom Gilbert
* Config items are now objects, various types are available. * The config wizard will now use registered config items if :wizard is set to true for those items. It will ask questions in the order they were registered. * The config module now works for doing runtime configuration. * misc refactoring
2005-07-29Fri Jul 29 13:07:56 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>Tom Gilbert
* Moved some stuff out of util.rb into the plugins that actually need them. Those methods didn't belong in util as they were plugin-specific. * moved a few more plugins to use map() where appropriate * made the url plugin only store unique urls
2005-07-27move rbot into lib - still rearranging for packaging/installationTom Gilbert