summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-04-09fix minor warnings from figlet and imdb pluginsGiuseppe Bilotta
2007-04-09More require cleanupsGiuseppe Bilotta
2007-04-09* (plugins/rss) use "%H:%M" for time formatDmitry Kim
2007-04-08rss plugin: parse feed on first retrieval; add some more debugGiuseppe Bilotta
2007-04-08rss plugin: parse feed on first run, even if we don't check for new itemsGiuseppe Bilotta
2007-04-08rss plugin: overrule max lines, display all feedsGiuseppe Bilotta
2007-04-08HttpUtil: require 'cgi' as it is now used in most querying pluginsGiuseppe Bilotta
2007-04-08rss plugin: changeset [894] was missing the actual commit! commit the changes...Giuseppe Bilotta
2007-04-08HTML IRCification: support options. currently only option is :a_href which ca...Giuseppe Bilotta
2007-04-08* (plugins/ri) allow user to ask for a long entry to be sent to her in msg,Dmitry Kim
2007-04-08rss plugin: watching now relies on an ID built from title, link and descripti...Giuseppe Bilotta
2007-04-08HTML IRCification: don't modify the receiver; provide an ircify_html! method ...Giuseppe Bilotta
2007-04-08imdb plugin: fix for the previous commitGiuseppe Bilotta
2007-04-08imdb plugin: ircify html in extra comments about rolesGiuseppe Bilotta
2007-04-08imdb plugin: try to guess what kind of role is requested depending on the pre...Giuseppe Bilotta
2007-04-08imdb plugin: allow filtering by role when looking for movies by person/yearGiuseppe Bilotta
2007-04-08imdb plugin: movies by person/year can now be shown in decades, and by shorte...Giuseppe Bilotta
2007-04-08rss plugin: user ircify_htmlGiuseppe Bilotta
2007-04-08rss plugin: don't flood watcher with current rss content when a watch is addedGiuseppe Bilotta
2007-04-08dice plugin: apply OddBloke's display patch from #143, with minor space tweaksGiuseppe Bilotta
2007-04-08HttpUtil: inform servers that we accept gzipped dataGiuseppe Bilotta
2007-04-08HttpUtil: decode gzipped contentGiuseppe Bilotta
2007-04-08url plugin: show value of content-encoding if presentGiuseppe Bilotta
2007-04-08ircbot: do not use debug in sendmsg() because it breaks script. script plugin...Giuseppe Bilotta
2007-04-08tube plugin: don't include REXMLGiuseppe Bilotta
2007-04-08* (plugins/tube) no need to require rexml or uri/commonDmitry Kim
2007-04-08plugins: use CGI.escape instead of URI.escape where appropriate, remove some ...Giuseppe Bilotta
2007-04-07* (plugins/ri) acknoledge the '!ri tell (whom)' commandDmitry Kim
2007-04-07plugins: remove excess requires and Net::HTTP.version setupsGiuseppe Bilotta
2007-04-07imdb plugin: command to display the characters (and actors) in a given movieGiuseppe Bilotta
2007-04-07imdb plugin: say something when nothing was foundGiuseppe Bilotta
2007-04-07imdb plugin: character lookup by actor and movieGiuseppe Bilotta
2007-04-07imdb plugin: TV series are not shown by default when looking for movies by pe...Giuseppe Bilotta
2007-04-07imdb plugin: fix parsing bug with extra information after roles other than th...Giuseppe Bilotta
2007-04-07imdb plugin: better catching; sort movies before TV seriesGiuseppe Bilotta
2007-04-07roulette plugin: disable 'twice in a row' shooting, with option to re-enable itGiuseppe Bilotta
2007-04-06imdb plugin: some titles with extra info where missed when searching for movi...Giuseppe Bilotta
2007-04-06imdb plugin: initial work on a 'movie by person and year' searchGiuseppe Bilotta
2007-04-06imdb plugin: improve title fixingGiuseppe Bilotta
2007-04-06imdb plugin: prefix search string with 'name' or 'title' to only search for p...Giuseppe Bilotta
2007-04-06fish plugin: minimal cache managementGiuseppe Bilotta
2007-04-06fish plugin: use get instead of get_response and resp.body.each_lineGiuseppe Bilotta
2007-04-06fish plugin: multiline answers are now properly detectedGiuseppe Bilotta
2007-04-06fish plugin: default from/to translation languages can now be configured. The...Giuseppe Bilotta
2007-04-06bash plugin: revamped and enhancedGiuseppe Bilotta
2007-04-06+ (plugins/ri) "ri [tell] <whom> [about] <something>" syntax supportDmitry Kim
2007-04-06- (contrib/plugins/ri) removed the old contrib versionDmitry Kim
2007-04-06+ (plugins/) 'ri' plugin (the same functionality as ruby 'ri' command)Dmitry Kim
2007-04-06* (utils) fix stderr redirection in safe_exec()Dmitry Kim
2007-04-06New IRC Framework: topic setter should be a Netmask, not a User. Also improve...Giuseppe Bilotta