summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-09-22New Auth Framework: add make_permanent() and related methods to make a transi...Giuseppe Bilotta
2007-09-22New Auth Framework: please document methodsGiuseppe Bilotta
2007-09-22reaction plugin: uniformize auth_path for trigger removal commandsGiuseppe Bilotta
2007-09-22reaction plugin: order reaction candidates by number of captures as secondary...Giuseppe Bilotta
2007-09-21reaction plugin: no more :stuff, but :before and :after for the pre and postm...Giuseppe Bilotta
2007-09-21reaction plugin: it's %{key}, not %%{key}Giuseppe Bilotta
2007-09-21+ (botuser + maskdb) fast netmask lookup + supplemental fixes for transient u...Dmitry Kim
2007-09-21* (core/auth) more debug logging on exceptionsDmitry Kim
2007-09-21New Auth Framework: auth core botmodule was missing an m.replyGiuseppe Bilotta
2007-09-21New Auth Framework: auth core botmodule was failing when someone asked someth...Giuseppe Bilotta
2007-09-21reaction plugin: quoted multi-word triggers in [1189] were not being unquoted...Giuseppe Bilotta
2007-09-21reaction plugin: use the longest-matching trigger, not the first one foundGiuseppe Bilotta
2007-09-21reaction plugin: make triggers case insensitiveGiuseppe Bilotta
2007-09-21+ (core/auth) "!who is :user" syntaxDmitry Kim
2007-09-21Utils.decode_html_entities: get rid of commented table and implement latin-1 ...Giuseppe Bilotta
2007-09-21Utils: we are an UTF-8 aware bot now, no need to ASCIIfy HTML entitiesGiuseppe Bilotta
2007-09-21Utils.decode_html_entities: fix decoding of unknown symbolsGiuseppe Bilotta
2007-09-21reaction plugin: range attribute should be an accessor, not a readerGiuseppe Bilotta
2007-09-21reaction plugin: revert [1204], having r.range == nil is an actually supporte...Giuseppe Bilotta
2007-09-21* (plugins/url) url.display_link_info now also applies for error messagesDmitry Kim
2007-09-21* (plugins/reaction) fixed r.range == nil caseDmitry Kim
2007-09-20reaction plugin: captures in regexp are now available as match1, match2, etcGiuseppe Bilotta
2007-09-20reaction plugin: allow moving replies from one trigger to anotherGiuseppe Bilotta
2007-09-20reaction plugin: chance was not actually optionalGiuseppe Bilotta
2007-09-20reaction plugin: reply ranges were not being updated when adding a new replyGiuseppe Bilotta
2007-09-20reaction plugin: it is now possible to change the chance of a reaction by 'ad...Giuseppe Bilotta
2007-09-20reaction plugin: update helpGiuseppe Bilotta
2007-09-20reaction plugin: missing \! in string-to-chance conversionGiuseppe Bilotta
2007-09-20reaction plugin: author/date/channel information are reply, not trigger speci...Giuseppe Bilotta
2007-09-20reaction plugin: triggers can have multiple reactions, each with a different ...Giuseppe Bilotta
2007-09-19url plugin: bail out early when no urls were foundGiuseppe Bilotta
2007-09-19url plugin: only extract URIs for the schemes we're interested in (http[s])Giuseppe Bilotta
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