summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2008-07-07spell plugin: it's spell.path, not spell.programGiuseppe Bilotta
2008-07-07freshmeat plugin: trap errors raised during XML parseGiuseppe Bilotta
2008-07-07freshmeat plugin: fix feed retrievalGiuseppe Bilotta
2008-07-06autoop plugin: stricter default permissionsGiuseppe Bilotta
2008-07-05lastfm plugin: fail more graciously when no event is returnedGiuseppe Bilotta
2008-07-05lastfm plugin: some formatting changes for eventsGiuseppe Bilotta
2008-07-05lastfm plugin: document compare commandGiuseppe Bilotta
2008-07-05lastfm plugin: properly use CGI.escape instead of wrong URI.escapeGiuseppe Bilotta
2008-07-05lastfm plugin: quoting sux, bolding roxGiuseppe Bilotta
2008-07-05lastfm plugin: artist summary is HTML, IRC-ify itGiuseppe Bilotta
2008-07-05lastfm plugin: lastfm track searchGiuseppe Bilotta
2008-07-04grouphug plugin: help text simplificationGiuseppe Bilotta
2008-07-04grouphug plugin: add support for posting confessions with 'create' auth.Casey Link
2008-07-04lastfm plugin: reinstate 1.0 API functions for which we don't have a working ↵Giuseppe Bilotta
2.0 routine yet
2008-07-03lastfm plugin: better handling missing album in playing infoGiuseppe Bilotta
2008-07-03lastfm plugin: cleanup Event initialization and fix missing artistGiuseppe Bilotta
2008-07-03lastfm plugin: Tweak event handling, and add attendance to output.Casey Link
2008-07-03lastfm plugin: a bit more polish. updated help, removed cruft.Casey Link
2008-07-03search plugin: added a gcount function to return the number of results in a ↵Casey Link
google query
2008-07-03lastfm.rb plugin: a minor bugfix and additional error handling case.Casey Link
2008-07-03lastfm.rb plugin: overhauled plugin to use the 2.0 api, added ↵Casey Link
internationalization to all strings, removed cruft. Conflicts: data/rbot/plugins/lastfm.rb
2008-07-03markov plugin: don't raise if seed message doesn't have enough wordsGiuseppe Bilotta
2008-07-03UNO plugin: skip empty messagesGiuseppe Bilotta
2008-07-03UNO plugin: round cards for late joiners up, not downGiuseppe Bilotta
2008-07-03UNO plugin: don't show user cards if the user is not playingGiuseppe Bilotta
2008-07-02rss plugin: comment out a couple of potentially oververbose debug linesGiuseppe Bilotta
2008-06-30figlet plugin: check paths and fonts using Utils.safe_execGiuseppe Bilotta
2008-06-30* external execute plugin default to non-absolute pathsGiuseppe Bilotta
2008-06-30* markov: lowered the priority of the learning threaddmitry kim
2008-06-30+ markov: sleep() some in the learning threaddmitry kim
2008-06-30Add a host.path setting to set the path to the host command.Diego 'Flameeyes' Pettenò
2008-06-30Add a cal.path option with the path to the cal program.Diego 'Flameeyes' Pettenò
2008-06-30Replace spell.program option with a spell.path one.Diego 'Flameeyes' Pettenò
The new option follows the same format as figlet.path and fortune.path, and has the full path to the spell program.
2008-06-30search plugin: fix gcalc regexpGiuseppe Bilotta
2008-06-27figlet plugin: make it more friendly to external usageGiuseppe Bilotta
2008-06-26bans plugin: fix bans rm badword :regexpGiuseppe Bilotta
2008-06-26* plugins/bans: show the bad word message in channel before the (kick)bandmitry kim
2008-06-26* plugins/bans: fix timed bansdmitry kim
2008-06-25markov plugin: use plain messageGiuseppe Bilotta
2008-06-26* (plugins/urban): fix the errors introduced by jsn- in the previous commitdmitry kim
2008-06-25urban plugin: when urbandictionary.com goes offline, don't throw errors.Spencer RInehart
2008-06-25script plugin: store channels as stringsGiuseppe Bilotta
2008-06-25markov plugin: do learning in one thread, instead of threading for each messageYaohan Chen
2008-06-24bans plugin: badword checks on plain messageGiuseppe Bilotta
2008-06-24lastfm plugin: code cleanup and warning suppressionGiuseppe Bilotta
2008-06-24figlet plugin: fix font usage and defaultsGiuseppe Bilotta
2008-06-24French translationMarc Lagrange
2008-06-24figlet plugin: toilet supportGiuseppe Bilotta
2008-06-24spell plugin: command line optionGiuseppe Bilotta
2008-06-24spell plugin: use case instead of if/elsif/.../end and wrap in rescueGiuseppe Bilotta