summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-09-19core: only WHO on join if it's the bot itself joining a channelGiuseppe Bilotta
2007-09-19reaction plugin: only react to unreplied messagesGiuseppe Bilotta
2007-09-19reaction plugin: check for existing reaction when adding a new oneGiuseppe Bilotta
2007-09-19reaction plugin: new add syntaxGiuseppe Bilotta
2007-09-19reaction plugin: one-liner reply/reaction to in-channel messages/actions. Ini...Giuseppe Bilotta
2007-09-18ircify_html: minimal support for li tagsGiuseppe Bilotta
2007-09-18first_html_par: after-paragraph matches should prefer divs and spans to other...Giuseppe Bilotta
2007-09-18first_html_par: make Hpricot handling more robustGiuseppe Bilotta
2007-09-18first_html_par: constify the 'after par' searches with HpricotGiuseppe Bilotta
2007-09-18utils: require 'hpricot' the second time, not 'htmlentities' againGiuseppe Bilotta
2007-09-18first_html_par: it's doc.root.search, not doc.root.eachGiuseppe Bilotta
2007-09-18first_html_par: build lists 'manually' when using HpricotGiuseppe Bilotta
2007-09-18HTML processing refactoring: remove obsolete commentGiuseppe Bilotta
2007-09-18extends: String#ircify_html now has an option to obey non-breakable spaces or...Giuseppe Bilotta
2007-09-18dict plugin: echo oxford definitionsGiuseppe Bilotta
2007-09-18dict plugin: oxford isn't british only anymoreGiuseppe Bilotta
2007-09-18dict plugin: fix demauro word existence checkGiuseppe Bilotta
2007-09-18dict plugin: demauro can actually have spaces in the leftmost part of the entryGiuseppe Bilotta
2007-09-18httputil: promote all Exceptions to RuntimeErrors so they can be caught with ...Giuseppe Bilotta
2007-09-18Hpricot first par: it's el[:class], not el.classGiuseppe Bilotta
2007-09-18HTML processing refactoring: url plugin: only add encoding and size informati...Giuseppe Bilotta
2007-09-18HTML processing refactoring: fix options passed by Utils.get_string_html_info...Giuseppe Bilotta
2007-09-18HTML processing refactoring: Utils.get_first_pars now uses Utils.get_html_infoGiuseppe Bilotta
2007-09-18basics: it's @bot.myself, not just myselfGiuseppe Bilotta
2007-09-18HTML processing refactoring: Utils.get_html_info and related methods factored...Giuseppe Bilotta
2007-09-18HTML processing refactoring: ensure HTML title works with and without HpricotGiuseppe Bilotta
2007-09-18HTML processing refactoring: HTML title extraction is now a String methodGiuseppe Bilotta
2007-09-17registry: it's @recovery, not @recoverGiuseppe Bilotta
2007-09-17shortenurls plugin: service name can be nilGiuseppe Bilotta
2007-09-16* (plugins/url) url logging should not depend on url info displayDmitry Kim
2007-09-16* (plugins/url) get_title_for_url(uri_str, opts={})Dmitry Kim
2007-09-16Update REQUIREMENTSGiuseppe Bilotta
2007-09-16url plugin: add 'url info' as a synonym for 'urls info', and document the com...Giuseppe Bilotta
2007-09-16twitter plugin: set update source to 'rbot'Giuseppe Bilotta
2007-09-15New Auth Framework: catch possible error when trying to create transient botuserGiuseppe Bilotta
2007-09-15rss plugin: add support for twitter formatGiuseppe Bilotta
2007-09-15twitter plugin: don't update status if message length is > 160 characters, an...Giuseppe Bilotta
2007-09-15twitter plugin: customize count of status updates displayed, defaulting to 1Giuseppe Bilotta
2007-09-14lastfm plugin: update to support the new HTML in author/band descriptionsGiuseppe Bilotta
2007-09-14twitter plugin: minor refactoringGiuseppe Bilotta
2007-09-14twitter plugin: whitespace cleanupGiuseppe Bilotta
2007-09-14twitter plugin: identify ourselves as the twitter clientGiuseppe Bilotta
2007-09-14twitter plugin: CGI.escape, not URI.escape (thanks hlb)Giuseppe Bilotta
2007-09-14twitter plugin: don't cache statusGiuseppe Bilotta
2007-09-14twitter plugin: display time elapsed instead of date in statusGiuseppe Bilotta
2007-09-14httputil: document 'headers' option to get_* methodsGiuseppe Bilotta
2007-09-14twitter plugin: initial commit (#145 with changes)Giuseppe Bilotta
2007-09-14Update .po filesGiuseppe Bilotta
2007-09-14config core botmodule: document 'nick', 'status'Giuseppe Bilotta
2007-09-13shortenurls plugin: shortenurls.services_blacklist config variableGiuseppe Bilotta