summaryrefslogtreecommitdiff
path: root/lib/rbot/core
AgeCommit message (Expand)Author
2010-08-24auth: minimal help about user import/exportGiuseppe Bilotta
2010-07-03HTTP: only set cookies for the correct domainGiuseppe Bilotta
2010-07-03HTTP: support servers that forget to escape the redirect locationGiuseppe Bilotta
2010-06-30minor correction to help authGiuseppe Bilotta
2010-06-15New IRC Framework: don't raise on unknown casemapGiuseppe Bilotta
2010-03-18Small httputil.rb fix. Wrong Argument port instead of pass.Matthias -apoc- Hecker
2010-03-14basics: implement a channel list status queryRobin H. Johnson
2010-03-07Time parsing: also parse months and yearsGiuseppe Bilotta
2009-11-06irclog: don't kill logger thread on false can_log_onGiuseppe Bilotta
2009-11-05remote: bring up to date with changes in MessageMapperGiuseppe Bilotta
2009-11-05remote: use permit? instead of allow?Giuseppe Bilotta
2009-10-21httputil.rb: fix http.no_expire_cache being IntegerValuefranz
2009-09-24ircify_html: options to handle img tagsGiuseppe Bilotta
2009-09-09basics: log the fact that we're not joining default channelsGiuseppe Bilotta
2009-08-30Revert "utils: try nokogiri/hpricot if hpricot is not available"Giuseppe Bilotta
2009-08-30httputil: POST respose '201 Created' is goodGiuseppe Bilotta
2009-08-30utils: try nokogiri/hpricot if hpricot is not availableGiuseppe Bilotta
2009-08-27utils: avoid namespace conflictGiuseppe Bilotta
2009-08-26ruby 1.9: fix *methods.include?franz
2009-08-26ruby 1.9: get rid of Array#nitemsfranz
2009-08-26Utils: time parsing routinesGiuseppe Bilotta
2009-08-13basics: UI reconnect commandGiuseppe Bilotta
2009-06-30extends: bring conjoin to EnumerableGiuseppe Bilotta
2009-06-29core/utils/extends.rb: add #conjoin for ArrayAdam James
2009-05-21multiple plugins: Changes to remove parenthesize warnings.David Gadling
2009-04-11utils: Utils.try_execGiuseppe Bilotta
2009-04-11utils: fix safe_exec failuresGiuseppe Bilotta
2009-03-15extends: String#wrap_nonemptyGiuseppe Bilotta
2009-03-13filters: BotModule user filter loadingGiuseppe Bilotta
2009-03-06load rubygems if availableGiuseppe Bilotta
2009-03-03utils: add a helper method for creating comma separated listsRaine Virta
2009-03-03config: add alias config removeRaine Virta
2009-03-03config: allow multiple values in config add and rmRaine Virta
2009-02-19remove whitespaceRaine Virta
2009-02-15+ @bot.path and datafile methodsGiuseppe Bilotta
2009-02-11utils: htmlinfo filtering doc cleanupsGiuseppe Bilotta
2009-01-28* (httputils) get_response must refresh the cached object even if :cache => f...dmitry kim
2009-01-27wordlist: strip UTF-8 BOM on loadGiuseppe Bilotta
2009-01-27wordlist: exist? methodGiuseppe Bilotta
2009-01-27wordlist: Wordlist.list command and UIGiuseppe Bilotta
2009-01-27wordlist providerRaine Virta
2009-01-22+ (userdata) method delete_botdata(key)Simon Hafner
2009-01-15auth: better clarify the allow/deny syntaxGiuseppe Bilotta
2009-01-08auth core botmodule: fix permission view without a specified userGiuseppe Bilotta
2008-12-16utils.rb: Utils.age_string to replace distance_of_time_in_wordsGiuseppe Bilotta
2008-12-16utils.rb: fix Utils.timeago for explicit date outputGiuseppe Bilotta
2008-12-16utils.rb: fix Utils.distance_of_time_in_words for negative offsetsGiuseppe Bilotta
2008-12-10* (httputil) provide an informative error message for non-http urlsdmitry kim
2008-11-21* (core/unicode) validate encoding.charsets with Iconvdmitry kim
2008-11-03auth botmodule: auth_allow_deny() accepts an optional :auth_path parameterGiuseppe Bilotta