summaryrefslogtreecommitdiff
path: root/lib/rbot/core/utils/extends.rb
AgeCommit message (Expand)Author
2020-04-02plugin(search): fix search and gcalc, closes #28, #29Matthias Hecker
2014-07-18add a first basic colorformat string functionMatthias H
2013-04-25extends: updated shuffle methodJay Thomas
2011-01-26extends: fix riphtmlGiuseppe Bilotta
2010-12-31fake message: set replied on replyGiuseppe Bilotta
2010-12-12+ Array#delete_if_atGiuseppe Bilotta
2009-09-24ircify_html: options to handle img tagsGiuseppe Bilotta
2009-06-30extends: bring conjoin to EnumerableGiuseppe Bilotta
2009-06-29core/utils/extends.rb: add #conjoin for ArrayAdam James
2009-03-15extends: String#wrap_nonemptyGiuseppe Bilotta
2008-06-24extends.rb: suppress warningGiuseppe Bilotta
2008-06-24fake_message duplicates m.reply and m.in_thread from the :from messageYaohan Chen
2008-06-24fake messages will use the originating message's reply methodYaohan Chen
2008-06-23extends: define Array#shuffle(\!) only if not present already, and use simple...Giuseppe Bilotta
2008-04-22Licensing uniformity: dual-license rbot core under MIT+acknowledgement and GPLv2Giuseppe Bilotta
2008-04-09extends: Array#shuffle! and shuffle methodsGiuseppe Bilotta
2008-04-09extends: Array#delete_one takes an optional argument for the element to delet...Giuseppe Bilotta
2008-04-08revert previous useless commit and rdocify documentation of accessors to BotM...Giuseppe Bilotta
2008-04-08extends: registry reader attribute for BotModuleGiuseppe Bilotta
2008-04-08extends: BotModule#fake_message() to simplify creation of fake messagesGiuseppe Bilotta
2007-12-04extends: DottedIndex module to extend Hash-like classes for nested dot-separa...Giuseppe Bilotta
2007-11-04extends: Arraydata/rbot/plugins/factoids.rbdelete_one to remove a random elem...Giuseppe Bilotta
2007-09-18ircify_html: minimal support for li tagsGiuseppe Bilotta
2007-09-18extends: String#ircify_html now has an option to obey non-breakable spaces or...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-08-29Put the Irc attributes back where they belongGiuseppe Bilotta
2007-08-29Color codes and Irc.color(fg, bg) methods to ease color displayGiuseppe Bilotta
2007-08-26Use rbot's own warning() command instead of Ruby built-in warn()Giuseppe Bilotta
2007-05-10+ (extends) :limit option support in ircify_html()Dmitry Kim
2007-04-12Module\#define_structure method: define a new Struct only if doesn't exist al...Giuseppe Bilotta
2007-04-09extends: pick_one and rand methods for RangeGiuseppe Bilotta
2007-04-08HTML IRCification: support options. currently only option is :a_href which ca...Giuseppe Bilotta
2007-04-08HTML IRCification: don't modify the receiver; provide an ircify_html! method ...Giuseppe Bilotta
2007-04-06Extend Numeric class with a clip() method to force a number to be in a given ...Giuseppe Bilotta
2007-04-05HTML IRCification: try to handle super and subscriptsGiuseppe Bilotta
2007-04-04HTML IRCification: match p and br tags case insensitiveGiuseppe Bilotta
2007-04-02* (httputil) transparent charset support in HTTP::ResponseDmitry Kim
2007-04-01fix charset detectionGiuseppe Bilotta
2007-04-01More first_par fixupsGiuseppe Bilotta
2007-04-01Stringlib/rbot/core/utils/extends.rbutfy_xml() method that tries to transcode...Giuseppe Bilotta
2007-03-26Utils: more first par enhancementsGiuseppe Bilotta
2007-03-25Utils: fix ircify_html (the final stripsvn diff lib/rbot/core/utils/extends.r...Giuseppe Bilotta
2007-03-05Rework netmask/hostname detection code to work around non-RFC-compliant serversGiuseppe Bilotta
2007-02-18Plugin header boilerplating.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-06Fix IRCification of HTML strings when only whitespace is present between IRC ...Giuseppe Bilotta
2007-02-06Move extensions to standard classes into a specific extends.rb util moduleGiuseppe Bilotta