summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-04-20imdb plugin: bring help up to speed with what the plugin offersGiuseppe Bilotta
2007-04-15HttpUtil: fix gunzipping with partial content; and debug response in url ↵Giuseppe Bilotta
plugin earlier
2007-04-14* (plugins/urban) do not cache "random" lookupsDmitry Kim
2007-04-14rss plugin: fix bugs with category retrieval and author displayGiuseppe Bilotta
2007-04-14url plugin: return nil when we return nothingGiuseppe Bilotta
2007-04-12Try calling the interpreter explicitly on restart if exec'ing /bin/bash failsGiuseppe Bilotta
2007-04-12rss plugin: catch all errors when stopping watchesGiuseppe Bilotta
2007-04-12Stop timers when shutting downGiuseppe Bilotta
2007-04-12Define pretty_inspect for the older version of Ruby that don't have itGiuseppe Bilotta
2007-04-12roulette plugin: clear() players' array instead of instantiating a new oneGiuseppe Bilotta
2007-04-12script, rss plugins: raise if main data could not be restored from the registryGiuseppe Bilotta
2007-04-12Module\#define_structure method: define a new Struct only if doesn't exist ↵Giuseppe Bilotta
already or if the attribute list changed
2007-04-12url plugin: search for user-provided string in urls info too; and truly ↵Giuseppe Bilotta
update url info when it wasn't present before
2007-04-12url plugin: store info with urls, optionally display it when listing or ↵Giuseppe Bilotta
searching for urls
2007-04-11HttpUtil: decompress gzipped body in partial_body too; whitespace cleanup tooGiuseppe Bilotta
2007-04-11New IRC Framework: move #full_irc_downcase() and #full_downcase() methods to ↵Giuseppe Bilotta
Irc::Netmask from Irc::User, and use them in Netmask conversion
2007-04-11New IRC Framework: fix critical bug in Irc::Netmask to Regexp conversionGiuseppe Bilotta
2007-04-11url plugin: revert to block get_response and partial_body to work around ↵Giuseppe Bilotta
sites which return 400 on partial content
2007-04-11use pretty printing with Logger (debug, info, warning and error messages)Giuseppe Bilotta
2007-04-09database: rbot will now refuse to run on bdb versions lower than 4.x, and it ↵Giuseppe Bilotta
will recommend version 4.2 or higher
2007-04-09auth: improve helpGiuseppe Bilotta
2007-04-09extends: pick_one and rand methods for RangeGiuseppe Bilotta
2007-04-09fix restarting when directory had changedGiuseppe Bilotta
2007-04-09rbot launcher: report local changes on more occasionsGiuseppe Bilotta
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 ↵Giuseppe Bilotta
changes of [894]; additionally, show links in the description
2007-04-08HTML IRCification: support options. currently only option is :a_href which ↵Giuseppe Bilotta
can be either :link_out to show the actual link or any of Reverse, Bold, Underline to mark the link using the corresponding attribute
2007-04-08* (plugins/ri) allow user to ask for a long entry to be sent to her in msg,Dmitry Kim
even when asking in channel
2007-04-08rss plugin: watching now relies on an ID built from title, link and ↵Giuseppe Bilotta
description to check if any item is new. Optionally, the description can be ignored (rss.show_updated = false). Use Set to store IDs, and require 'set' in Utils because other plugins might be optimized to use it
2007-04-08HTML IRCification: don't modify the receiver; provide an ircify_html! method ↵Giuseppe Bilotta
to modify in place
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 ↵Giuseppe Bilotta
prefix used (with/by/from)
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 ↵Giuseppe Bilotta
shortening the year (19xx or 1xxx is assumed)
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 ↵Giuseppe Bilotta
plugin: handle all Exceptions.
2007-04-08tube plugin: don't include REXMLGiuseppe Bilotta
2007-04-08* (plugins/tube) no need to require rexml or uri/commonDmitry Kim