summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-02-04Improve 'first paragraph' detection in search plugin, and clean up ↵Giuseppe Bilotta
ircify_html method
2007-02-04Tuning of messagemapper debug outputGiuseppe Bilotta
2007-02-04weather plugin: allow choice between metric, english or both units when ↵Giuseppe Bilotta
retrieving data from weather underground
2007-02-04Weather plugin fixupsGiuseppe Bilotta
2007-02-04Merge weather pluginsGiuseppe Bilotta
2007-02-04Reschedule save timer when changing core.save_everyGiuseppe Bilotta
2007-02-04Fix rescheduling of timersGiuseppe Bilotta
2007-02-04Properly implement maximization of raw message lengthGiuseppe Bilotta
2007-02-04Minor auth help fixGiuseppe Bilotta
2007-02-02Enhance 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-02Two plugins had the executable property set. Reset itGiuseppe Bilotta
2007-02-02Plugin map requirements are now checked at regular expression time, not later onGiuseppe Bilotta
2007-02-02In 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-02Fix rm methods in bans pluginGiuseppe Bilotta
2007-02-01Previous 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-01salut plugin: don't try matching something when we know nothingGiuseppe Bilotta
2007-01-30auth -> auth_path fixesGiuseppe Bilotta
2007-01-30When adding a feed watcher, let it fire instantly so that it can do the ↵Giuseppe Bilotta
initial rss retrieval
2007-01-30case fixes in bansGiuseppe Bilotta
2007-01-30The 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-30Core botmodule config.rb has some (very little) facility to ease config key ↵Giuseppe Bilotta
setting from other botmodules
2007-01-30quiz plugin was failing on private messages. Fix the problemGiuseppe Bilotta
2007-01-30time 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-30Fix b0rkedness in bans pluginGiuseppe Bilotta
2007-01-30IRC Framework: accept nil or empty nicks and channel names when looking for ↵Giuseppe Bilotta
a user or server on a channel
2007-01-30Better debugging when bans errors outGiuseppe Bilotta
2007-01-30Whitespace cleanupGiuseppe Bilotta
2007-01-30Improved bans plugin, thanks to kamu (reworked)Giuseppe Bilotta
2007-01-29Use the bot timer instead of Threads for periodic rss retrievalsGiuseppe Bilotta
2007-01-29Allow timer action reschedulingGiuseppe Bilotta
2007-01-29Remove unused code from rssGiuseppe Bilotta
2007-01-29Fix urban handling of linksGiuseppe Bilotta
2007-01-29Messages 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-28Previous commit was too squeezy. Check actual server limitsGiuseppe Bilotta
2007-01-28Try to squeeze as much characters as possible on a single lineGiuseppe Bilotta
2007-01-28Minor Utils entity cleanupGiuseppe Bilotta
2007-01-28Searches 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-27Since the new Irc framework the quotes plugin wasn't saving the full netmask ↵Giuseppe Bilotta
of the submitter. Fix it
2007-01-26Salutation improvements when the bot isn't addressGiuseppe Bilotta
2007-01-26Keep track of invalid tries in azgame, but report them without considering ↵Giuseppe Bilotta
them for scoring
2007-01-26Sort azgame scores from highest to lowestGiuseppe Bilotta
2007-01-26Forgot a spaceGiuseppe Bilotta
2007-01-25Score display cleanups in azgameGiuseppe Bilotta
2007-01-25Initial attempt at scoring in azgame. scoring isn't kept yet, and it's ↵Giuseppe Bilotta
calculated for cancels too
2007-01-23Italian salut datafile enhancementsGiuseppe Bilotta
2007-01-23More lart plugins cleanupGiuseppe Bilotta
2007-01-23Previous 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-23Oops, forgot to reset @changed after save in salutGiuseppe Bilotta
2007-01-23salut only saves its data files when they were changed (i.e. never, presently)Giuseppe Bilotta
2007-01-23Memory optimizations in plugin management (useful on rescans)Giuseppe Bilotta