Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-06 | Create 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-05 | Improved Utils.secs_to_string | Giuseppe Bilotta | |
2007-01-28 | Minor Utils entity cleanup | Giuseppe Bilotta | |
2006-10-15 | Safe-save tempfiles are now created in a botclass-local directory, because ↵ | Giuseppe Bilotta | |
atomic renaming only works within a filesystem | |||
2006-10-15 | Utils.safe_save does a 'safe' saving (save to tempfile, move tempfile to new ↵ | Giuseppe Bilotta | |
location) | |||
2006-10-14 | Create 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-20 | All lib/rbot files are now upgraded to the new logging feature | Giuseppe Bilotta | |
2005-07-30 | Sat 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-29 | Fri 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-27 | move rbot into lib - still rearranging for packaging/installation | Tom Gilbert | |