Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-13 | close #38 for real | Tom Gilbert | |
2005-10-13 | close #38 | Tom Gilbert | |
2005-10-13 | various outstanding changes | Tom Gilbert | |
2005-09-30 | this seems to work for more people.. | Tom Gilbert | |
2005-09-28 | roll out that one change | Tom Gilbert | |
2005-09-28 | fix regex, make this work again | Tom Gilbert | |
2005-09-28 | apply patch and close #37 and #33 | Tom Gilbert | |
made several additions to this plugin, some extra configuration settings and options. | |||
2005-09-21 | lastfm plugin from Jeremy Voorhis :) | Tom Gilbert | |
2005-09-16 | fix help text, ticket #36 | Tom Gilbert | |
2005-09-16 | path from vampjon in ticket #34 | Tom Gilbert | |
2005-09-09 | fix for localised nickservs | Tom Gilbert | |
2005-09-09 | fix usage :/ | Tom Gilbert | |
2005-09-07 | tweaking the markov plugin a little | Tom Gilbert | |
2005-08-31 | a little more robustness around emtpy lookups | Tom Gilbert | |
Also more robustness around reading/writing conf.yaml | |||
2005-08-21 | Sun Aug 21 13:29:55 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk> | Tom Gilbert | |
* fix for bug in quakenet plugin (trac #14) * multiple fixes for unescaped bot nick in regexp's (trac #13) | |||
2005-08-12 | more fixes | Tom Gilbert | |
2005-08-12 | some tweaks | Tom Gilbert | |
2005-08-12 | fix autoop plugin | Tom Gilbert | |
2005-08-12 | oops, mustn't override cleanup | Tom Gilbert | |
2005-08-11 | fix broken autoop | Tom Gilbert | |
2005-08-10 | AUTHORS update. | Tom Gilbert | |
Added two plugins from Robin Kearney <robin@riviera.org.uk> | |||
2005-08-10 | oops, put those back in | Tom Gilbert | |
2005-08-08 | new plugin for markov-chain chat inanity :) | Tom Gilbert | |
2005-08-07 | Sun Aug 07 18:20:24 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk> | Tom Gilbert | |
* stop insult plugin being used to insult the bot | |||
2005-08-05 | Fri Aug 05 23:55:20 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk> | Tom Gilbert | |
* few more tweaks preparing to release 0.9.9 | |||
2005-08-04 | Thu Aug 04 23:03:30 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk> | Tom Gilbert | |
* Improved ircd recognition of rfc2812.rb * de-string'd, de-cap'd rfc2812.rb, looks less shouty now * moved the Q auth stuff (for quakenet) into a new qauth plugin (untested!) * finish fixing the httputil | |||
2005-08-03 | french language submitted by Rick! | Tom Gilbert | |
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-30 | Sat Jul 30 01:19:32 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk> | Tom Gilbert | |
* config module for configuring the running bot via IRC * BotConfig.register method for various modules and any plugin to register bot configuration which the new config module will expose for them. * various other tweaks as I continue to refactor.. | |||
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-29 | rename to opme | Tom Gilbert | |
2005-07-29 | rename to opme | Tom Gilbert | |
2005-07-28 | Thu Jul 28 23:45:26 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk> | Tom Gilbert | |
* Reworked the Timer module. The Timer now has a smart thread manager to start/stop the tick() thread. This means the timer isn't called every 0.1 seconds to see what needs doing, which is much more efficient * reworked the ircsocket queue mechanism to use a Timer * reworked the nickserv plugin to use maps * made server.reconnect_wait configurable * added Class tracing mechanism to bin/rbot, use --trace Classname for debugging | |||
2005-07-27 | move language files to data dir | Tom Gilbert | |
2005-07-27 | rearrange repo for packaging | Tom Gilbert | |