summaryrefslogtreecommitdiff
path: root/lib/rbot/core
AgeCommit message (Expand)Author
2007-03-30- (utils.rb) removed http_get, since it's obsoletedDmitry Kim
2007-03-26HttpUtils: inline rescue doesn't rescue LoadError, rewrite code to require ru...Giuseppe Bilotta
2007-03-26Utils: more first par enhancementsGiuseppe Bilotta
2007-03-25Utils: fix a stupid bug in rubygems require and add more first_html_par codeGiuseppe Bilotta
2007-03-25Utils: retry after requiring rubygems if htmlentities failed to load; when gr...Giuseppe Bilotta
2007-03-25Utils: cleanup first html par codeGiuseppe Bilotta
2007-03-25Utils: convert unknown numering HTML entities to the corresponding UTF-8 char...Giuseppe Bilotta
2007-03-25HttpUtil: fix partial_body when no body was given, and increase default info_...Giuseppe Bilotta
2007-03-25Utils: try non-paragraphs if no paragraphs was foundGiuseppe Bilotta
2007-03-25Utils: when looking for the first par in a web page, look after any header, n...Giuseppe Bilotta
2007-03-25Utils: fix ircify_html (the final stripsvn diff lib/rbot/core/utils/extends.r...Giuseppe Bilotta
2007-03-25url plugin: customizable max amount of data to retrieve to look for a title. ...Giuseppe Bilotta
2007-03-24httputil and url plugin improvements, see ChangeLogGiuseppe Bilotta
2007-03-05Rework netmask/hostname detection code to work around non-RFC-compliant serversGiuseppe Bilotta
2007-02-23Utils.secs_to_string now convert seconds to integers instead of displaying ri...Giuseppe Bilotta
2007-02-18Initial steps towards a namespace rationalizationGiuseppe Bilotta
2007-02-18Plugin header boilerplating.Giuseppe Bilotta
2007-02-18basics: respond to public pings too (i.e. to /ping lib/rbot/rfc2812.rbchannel)Giuseppe Bilotta
2007-02-15Regexp: IP address regexps where missing an octetGiuseppe Bilotta
2007-02-15More Regexp madness. Fixes, optimizations, and a new method to parse channel ...Giuseppe Bilotta
2007-02-15Start implementing common regular expressions to be used by plugin map() requ...Giuseppe Bilotta
2007-02-14Try to fail more graciously when net/https is not loadable (usually because o...Giuseppe Bilotta
2007-02-12Remote Service Provider: increase security by preventing a malicious client f...Giuseppe Bilotta
2007-02-12Remote Service Provider: implement auth control for remote clients. They can ...Giuseppe Bilotta
2007-02-12Remote Service Provider now functional, although it lacks remote client auth/idGiuseppe Bilotta
2007-02-12Initial work on a DRb-based remote service for rbot. Thanks to halorgium for ...Giuseppe Bilotta
2007-02-10Preserve safe save dir across rescansGiuseppe Bilotta
2007-02-07Fix rbot quietingGiuseppe Bilotta
2007-02-06Enhance Utils tools to get first pars, allowing an option to strip an initial...Giuseppe Bilotta
2007-02-06Fix IRCification of HTML strings when only whitespace is present between IRC ...Giuseppe Bilotta
2007-02-06Move code to get first par from a series of urls from search plugin to Utils,...Giuseppe Bilotta
2007-02-06Optimizations to ircify_first_html_parGiuseppe Bilotta
2007-02-06Move code to find and ircify first par from search plugin to utilsGiuseppe Bilotta
2007-02-06Move extensions to standard classes into a specific extends.rb util moduleGiuseppe Bilotta
2007-02-06Create an utils subdir in core, which will store all utility files that can b...Giuseppe Bilotta
2007-02-04Minor auth help fixGiuseppe Bilotta
2007-01-30Core botmodule config.rb has some (very little) facility to ease config key s...Giuseppe Bilotta
2006-10-02Fix help (one more time)Giuseppe Bilotta
2006-10-02Usage wants a parameterGiuseppe Bilotta
2006-09-25Add help for pingGiuseppe Bilotta
2006-09-21New auth framework is now backwards compatible: auth <masterpassword> works a...Giuseppe Bilotta
2006-08-31Fine tune and document 'permissions view' (auth core botmodule)Giuseppe Bilotta
2006-08-29Introduce BotConfigValue permissions, to protect particularly sensitive confi...Giuseppe Bilotta
2006-08-25Optimize auth module exploiting new message mapping syntaxGiuseppe Bilotta
2006-08-25Fix small typo in basics core botmoduleGiuseppe Bilotta
2006-08-17Fix help. For realGiuseppe Bilotta
2006-08-06Users can now be imported from exported data files. Existing users are overwr...Giuseppe Bilotta
2006-08-06Fix some bugs when setting permissions; introduce the new 'permissions view f...Giuseppe Bilotta
2006-08-06Permissions can now be set and reset correctlyGiuseppe Bilotta
2006-08-06Botuser information can now be exportedGiuseppe Bilotta