summaryrefslogtreecommitdiff
path: root/lib/rbot/core/utils
AgeCommit message (Expand)Author
2020-04-24refactor: remove global bot instance, closes #42Matthias Hecker
2020-04-15refactor: wordlist shouldn't use bot singleton #35Matthias Hecker
2020-04-14refactor: httputil no longer core module see #38Matthias Hecker
2020-04-14httputil: remove obsolete version_1_2 declarationMatthias Hecker
2020-04-14remove obsolete require of net/httpsMatthias Hecker
2020-04-03plugin(search): fix wolfram and gdef, removed someMatthias Hecker
2020-04-02plugin(search): fix search and gcalc, closes #28, #29Matthias Hecker
2015-06-13plugins, improved how we lookup plugins filenameMatthias Hecker
2015-01-11agent: remove proxy opt-out for pluginsMatthias H
2014-12-02[url] fixes encoding error in encoding detection code, maybe closes #2M. Hecker
2014-07-18add a first basic colorformat string functionMatthias H
2014-07-17[agent] add options for ssl and proxyMatthias H
2014-03-27[httputil] fix unknown fallback encodingMatthias H
2014-02-28[httputil] fix to ignore recoding errorsMatthias H
2014-02-24[agent] wip core mechanize agent pluginMatthias H
2013-12-06httputil: fixes encoding issues with 1.9+Matthias Hecker
2013-11-02ruby 1.9+: specify file encodingsGiuseppe Bilotta
2013-04-25utils: fixed secs_to_string output for one-element arraysJay Thomas
2013-04-25extends: updated shuffle methodJay Thomas
2012-05-14utils: support hex HTML entitiesGiuseppe Bilotta
2012-03-03httputil: work (sub-par) without iconvGiuseppe Bilotta
2011-12-08Improve first par detection without hpricotGiuseppe Bilotta
2011-04-02utils: support new HTMLEntities interfaceGiuseppe Bilotta
2011-03-16Add – to known HTML charactersGiuseppe Bilotta
2011-02-02httputil: nicer UI message when lacking sslGiuseppe Bilotta
2011-01-26html entities: add degGiuseppe Bilotta
2011-01-26extends: fix riphtmlGiuseppe Bilotta
2011-01-12Ruby 1.9 cleanup: variables warningsGiuseppe Bilotta
2010-12-31fake message: set replied on replyGiuseppe Bilotta
2010-12-12+ Array#delete_if_atGiuseppe Bilotta
2010-10-14safe_exec fixesGiuseppe 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-03-18Small httputil.rb fix. Wrong Argument port instead of pass.Matthias -apoc- Hecker
2010-03-07Time parsing: also parse months and yearsGiuseppe Bilotta
2009-10-21httputil.rb: fix http.no_expire_cache being IntegerValuefranz
2009-09-24ircify_html: options to handle img tagsGiuseppe 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-26Utils: time parsing routinesGiuseppe Bilotta
2009-06-30extends: bring conjoin to EnumerableGiuseppe Bilotta
2009-06-29core/utils/extends.rb: add #conjoin for ArrayAdam James
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