Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-04 | More search.rb first_par fixups | Giuseppe Bilotta | |
2007-02-04 | Minor optimization in message.rb | Giuseppe Bilotta | |
2007-02-04 | Improve 'first paragraph' detection in search plugin, and clean up ↵ | Giuseppe Bilotta | |
ircify_html method | |||
2007-02-04 | Tuning of messagemapper debug output | Giuseppe Bilotta | |
2007-02-04 | weather plugin: allow choice between metric, english or both units when ↵ | Giuseppe Bilotta | |
retrieving data from weather underground | |||
2007-02-04 | Weather plugin fixups | Giuseppe Bilotta | |
2007-02-04 | Merge weather plugins | Giuseppe Bilotta | |
2007-02-04 | Reschedule save timer when changing core.save_every | Giuseppe Bilotta | |
2007-02-04 | Fix rescheduling of timers | Giuseppe Bilotta | |
2007-02-04 | Properly implement maximization of raw message length | Giuseppe Bilotta | |
2007-02-04 | Minor auth help fix | Giuseppe Bilotta | |
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 | Two plugins had the executable property set. Reset it | Giuseppe Bilotta | |
2007-02-02 | Plugin map requirements are now checked at regular expression time, not later on | Giuseppe Bilotta | |
2007-02-02 | In the new message mapper code, fail unconditionally when an entry doesn't ↵ | Giuseppe Bilotta | |
match its requirements. This is sub-optimal: the requirements should be included in the generated regular expression. | |||
2007-02-02 | Fix rm methods in bans plugin | Giuseppe Bilotta | |
2007-02-01 | Previous commit also implemented quiz autoask delay, but I had forgotten to ↵ | Giuseppe Bilotta | |
log it. Log it, and take the chance to beautify some comments | |||
2007-02-01 | salut plugin: don't try matching something when we know nothing | Giuseppe Bilotta | |
2007-01-30 | auth -> auth_path fixes | Giuseppe Bilotta | |
2007-01-30 | When adding a feed watcher, let it fire instantly so that it can do the ↵ | Giuseppe Bilotta | |
initial rss retrieval | |||
2007-01-30 | case fixes in bans | Giuseppe Bilotta | |
2007-01-30 | The path to the fortune executable can now be configured (fortune.path). ↵ | Giuseppe Bilotta | |
When empty, the bot will try to autodetect it. If autodetection is successfull, the path found will be stored in fortune.path | |||
2007-01-30 | Core botmodule config.rb has some (very little) facility to ease config key ↵ | Giuseppe Bilotta | |
setting from other botmodules | |||
2007-01-30 | quiz plugin was failing on private messages. Fix the problem | Giuseppe Bilotta | |
2007-01-30 | time plugin: provide commands to let the bot forget about timezones, and let ↵ | Giuseppe Bilotta | |
the user know what happens when the timezone is set/forgotten | |||
2007-01-30 | Fix b0rkedness in bans plugin | 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-30 | Better debugging when bans errors out | Giuseppe Bilotta | |
2007-01-30 | Whitespace cleanup | Giuseppe Bilotta | |
2007-01-30 | Improved bans plugin, thanks to kamu (reworked) | Giuseppe Bilotta | |
2007-01-29 | Use the bot timer instead of Threads for periodic rss retrievals | Giuseppe Bilotta | |
2007-01-29 | Allow timer action rescheduling | Giuseppe Bilotta | |
2007-01-29 | Remove unused code from rss | Giuseppe Bilotta | |
2007-01-29 | Fix urban handling of links | Giuseppe Bilotta | |
2007-01-29 | Messages from ignored users are logged to IRC logs, even though no other ↵ | Giuseppe Bilotta | |
action is taken. This allows rbot logs to be used for ircstats | |||
2007-01-28 | Previous commit was too squeezy. Check actual server limits | Giuseppe Bilotta | |
2007-01-28 | Try to squeeze as much characters as possible on a single line | Giuseppe Bilotta | |
2007-01-28 | Minor Utils entity cleanup | Giuseppe Bilotta | |
2007-01-28 | Searches now can return the first paragraph of the first 'n' hits. Wikipedia ↵ | Giuseppe Bilotta | |
and Google searches can be configured separately both concerning number of hits returned and number of 'first paragraph' returned | |||
2007-01-27 | Since the new Irc framework the quotes plugin wasn't saving the full netmask ↵ | Giuseppe Bilotta | |
of the submitter. Fix it | |||
2007-01-26 | Salutation improvements when the bot isn't address | Giuseppe Bilotta | |
2007-01-26 | Keep track of invalid tries in azgame, but report them without considering ↵ | Giuseppe Bilotta | |
them for scoring | |||
2007-01-26 | Sort azgame scores from highest to lowest | Giuseppe Bilotta | |
2007-01-26 | Forgot a space | Giuseppe Bilotta | |
2007-01-25 | Score display cleanups in azgame | Giuseppe Bilotta | |
2007-01-25 | Initial attempt at scoring in azgame. scoring isn't kept yet, and it's ↵ | Giuseppe Bilotta | |
calculated for cancels too | |||
2007-01-23 | Italian salut datafile enhancements | Giuseppe Bilotta | |
2007-01-23 | More lart plugins cleanup | 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 |