Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-12 | Module\#define_structure method: define a new Struct only if doesn't exist ↵ | Giuseppe Bilotta | |
already or if the attribute list changed | |||
2007-03-31 | + reflect the httputil changes in ChangeLog | Dmitry Kim | |
2007-03-24 | httputil and url plugin improvements, see ChangeLog | Giuseppe Bilotta | |
2007-03-14 | Socket IO filtering: rbot can now assume UTF-8 internally. | Giuseppe Bilotta | |
2007-03-10 | Update changelog | Giuseppe Bilotta | |
2007-03-10 | Option to change the bot IRC name, thanks to jsn- | Giuseppe Bilotta | |
2007-02-20 | Use ASCII KCODE to prevent problems like missing characters or matching ↵ | Giuseppe Bilotta | |
failures when clients send messages in something else than UTF-8 | |||
2007-02-20 | shiritori plugin, thanks to hagabaka | Giuseppe Bilotta | |
2007-02-20 | Fix timer handling when Actions raise errors | Giuseppe Bilotta | |
2007-02-18 | nickserv plugin: export information on current identification status | Giuseppe Bilotta | |
2007-02-18 | Plugin header boilerplating. | Giuseppe Bilotta | |
New plugin.header file provided, to be used as model for the header of new plugins. Many existing plugins have been adjusted to provide the same info the same way. I might have misplaced some information, so please let me know if this is the case. Also augmented a couple of copyright notices to include the 'rbot development team' alongside Tom Gilbert. | |||
2007-02-15 | More Regexp madness. Fixes, optimizations, and a new method to parse channel ↵ | Giuseppe Bilotta | |
lists | |||
2007-02-15 | New unreplied() method for plugins that want to handle PRIVMSGs unreplied by ↵ | Giuseppe Bilotta | |
any other plugin. Use it in the keywords plugin | |||
2007-02-12 | Remote Service Provider: implement auth control for remote clients. They can ↵ | Giuseppe Bilotta | |
now login using 'remote login :username :password' to obtain a session_id that will identify them for subsequent connections | |||
2007-02-12 | Remote Service Provider now functional, although it lacks remote client auth/id | Giuseppe Bilotta | |
2007-02-12 | Initial work on a DRb-based remote service for rbot. Thanks to halorgium for ↵ | Giuseppe Bilotta | |
the idea | |||
2007-02-08 | Japanese language support, thanks to Yaohan Chen | Giuseppe Bilotta | |
2007-02-05 | linkbot plugins to properly delegate messages from linkbots | Giuseppe Bilotta | |
2007-02-05 | sendmsg improvements: plugins can now choose what to do with overlong ↵ | Giuseppe Bilotta | |
messages without having to resort to custom solutions | |||
2007-02-02 | Enhance the :requirements functionality in #map() to allow regexps with ↵ | Giuseppe Bilotta | |
capturing groups: the first non-nil capture will be passed on as the corresponding parameter value, instead of the whole matched expression. See ChangeLog and documented source for details. | |||
2007-02-02 | Plugin map requirements are now checked at regular expression time, not later on | Giuseppe Bilotta | |
2007-01-30 | IRC Framework: accept nil or empty nicks and channel names when looking for ↵ | Giuseppe Bilotta | |
a user or server on a channel | |||
2007-01-29 | Allow timer action rescheduling | Giuseppe Bilotta | |
2007-01-23 | Previous commit also included reduced saving for the larts plugin, but the ↵ | Giuseppe Bilotta | |
message log didn't mention that. Edit the ChangeLog to inform users of the reduced save functionality, explaining how it can be used to hand-edit the data files while the bot is running | |||
2007-01-12 | Totally reworked ping timeout detection | Giuseppe Bilotta | |
2006-11-01 | SSL support | Giuseppe Bilotta | |
2006-10-28 | A-Z game | Giuseppe Bilotta | |
2006-10-27 | Penalty-based flood protection | Giuseppe Bilotta | |
2006-10-25 | Strings returned by get_cached now have a cached? method which returns true ↵ | Giuseppe Bilotta | |
or false depending on whether the result was taken from the cache or not. | |||
2006-10-24 | Initial implementation of proper caching based on last-modified and etag ↵ | Giuseppe Bilotta | |
HTTP headers | |||
2006-10-17 | salut plugin: handles multi-lingual salutations (hello/goodbye) | Giuseppe Bilotta | |
2006-10-15 | Document the new language stuff | Giuseppe Bilotta | |
2006-09-21 | Update Changelog | Giuseppe Bilotta | |
2006-09-09 | Adapt opme plugin to new auth framework | Giuseppe Bilotta | |
2006-09-01 | rbot now tries to report svn revision when ran from a svn checkout | Giuseppe Bilotta | |
2006-08-31 | Fine tune and document 'permissions view' (auth core botmodule) | Giuseppe Bilotta | |
2006-08-31 | More nickserv cleanups | Giuseppe Bilotta | |
2006-08-29 | Introduce BotConfigValue permissions, to protect particularly sensitive ↵ | Giuseppe Bilotta | |
config options while still allowing access to more innocent ones | |||
2006-08-29 | script plugin: echo function. like eval, but implies an m.reply | Giuseppe Bilotta | |
2006-08-26 | script eval: unsafe, undocumented, not permitted by default | Giuseppe Bilotta | |
2006-08-25 | New implementation for the message mapper: multi-word parameters can now be ↵ | Giuseppe Bilotta | |
retrieved as substrings with preserved whitespace (use to_s), and parts of the message match can be made optional [by bracketing them] | |||
2006-08-25 | update | Mark Kretschmann | |
2006-08-20 | Improve NOTICE and PRIVMSG robustness when target is not a simple channel or ↵ | Giuseppe Bilotta | |
user | |||
2006-08-20 | Bug in topic plugin introduced in [440] | Giuseppe Bilotta | |
2006-08-17 | Restore tell and forget behaviour without 'keyword' before them | Giuseppe Bilotta | |
2006-08-17 | Stupid horrible typo in botuser.rb login method | Giuseppe Bilotta | |
2006-08-17 | Nickserv plugin now defaults to very strict permissions. Only owner can make ↵ | Giuseppe Bilotta | |
the bot register/identify/whatever now | |||
2006-08-17 | Adapt topic plugin to new IRC framework | Giuseppe Bilotta | |
2006-08-17 | Fix help. For real | Giuseppe Bilotta | |
2006-08-16 | Fix help | Giuseppe Bilotta | |