summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/lastfm.rb
AgeCommit message (Collapse)Author
2008-08-08lastfm plugin: support 'lastfm username' as the help suggestsGiuseppe 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-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-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-06-24lastfm plugin: code cleanup and warning suppressionGiuseppe Bilotta
2008-06-24lastfm plugin: tries to parse the current station. will show just listened ↵Casey Link
track if real time data isn't there.
2008-06-21lastfm plugin: default to current nick for lookupsGiuseppe Bilotta
2008-06-21lastfm plugin: no need to specify a username for functions that act on a ↵Casey Link
user. fixed help too.
2008-06-21lastfm plugin: users can now associate their lastfm username with their irc ↵Casey Link
nickname, and 'lastfm' by itself will retunr the now playing tracks
2008-06-21lastfm plugin: added now playing info to the helpCasey Link
2008-06-21lastfm plugin: Added now playing commandCasey Link
2007-12-31lastfm plugin: update event parsingGiuseppe Bilotta
2007-09-14lastfm plugin: update to support the new HTML in author/band descriptionsGiuseppe Bilotta
2007-09-12namespaces: move rbot-specific classes and modules from Irc::* to Irc::Bot::*Giuseppe Bilotta
2007-09-11+ (plugins) :thread option for plugin.map makes an action automatically threadedDmitry Kim
* (plugins/*) converted to the new threading model
2007-09-04lastfm plugin: thread, don't blockGiuseppe Bilotta
2007-09-04lastfm plugin: fix help with empty topicGiuseppe Bilotta
2007-09-04lastfm plugin: support redirected location searchesGiuseppe Bilotta
2007-04-08plugins: use CGI.escape instead of URI.escape where appropriate, remove some ↵Giuseppe Bilotta
checks for InvalidURIs that don't make sense anymore, irficy some more html
2007-04-06lastfm plugin: number of events to be displayed can now be configuredGiuseppe Bilotta
2007-04-06lastfm plugin: overlong artisti descriptions are truncated; artist events ↵Giuseppe Bilotta
can be searched without prefix
2007-04-06lastfm plugin: allow searching events by group instead of location, and fix ↵Giuseppe Bilotta
some display issues
2007-04-06lastfm plugin: refactoringGiuseppe Bilotta
2007-04-06lastfm plugin: perfectionism runGiuseppe Bilotta
2007-04-06lastfm plugin: cleanup events displayGiuseppe Bilotta
2007-04-05lastfm plugin: don't be silent when no events are foundGiuseppe Bilotta
2007-04-05lastfm plugin: command to compactly display next events in a requested locationGiuseppe Bilotta
2007-04-05lastfm plugin: bugfixes, proper handling of artists/groups without descriptionGiuseppe Bilotta
2007-04-05lastfm plugin: initial work on artist/track/album retrieval (only artist so far)Giuseppe Bilotta
2007-04-05lastfm plugin: fix incorrect song info when title or author contained a commaGiuseppe Bilotta
2006-01-21comma sepTom Gilbert
2006-01-04from #32Tom Gilbert
2005-12-01fixes from eeanTom Gilbert
2005-09-21lastfm plugin from Jeremy Voorhis :)Tom Gilbert