]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/history - lib/rbot/core/utils/extends.rb
plugin(search): fix search and gcalc, closes #28, #29
[user/henk/code/ruby/rbot.git] / lib / rbot / core / utils / extends.rb
2020-04-02 Matthias Heckerplugin(search): fix search and gcalc, closes #28, #29
2014-09-03 M. HeckerMerge branch 'fork' of github.com:4poc/rbot into fork
2014-07-18 Matthias Hadd a first basic colorformat string function
2013-04-25 Jay Thomasextends: updated shuffle method
2011-01-26 Giuseppe Bilottaextends: fix riphtml
2010-12-31 Giuseppe Bilottafake message: set replied on reply
2010-12-12 Giuseppe Bilotta+ Array#delete_if_at
2009-09-24 Giuseppe Bilottaircify_html: options to handle img tags
2009-06-29 Giuseppe Bilottaextends: bring conjoin to Enumerable
2009-06-29 Adam Jamescore/utils/extends.rb: add #conjoin for Array
2009-03-15 Giuseppe Bilottaextends: String#wrap_nonempty
2008-06-24 Giuseppe Bilottaextends.rb: suppress warning
2008-06-24 Yaohan Chenfake_message duplicates m.reply and m.in_thread from...
2008-06-24 Yaohan Chenfake messages will use the originating message's reply...
2008-06-22 Giuseppe Bilottaextends: define Array#shuffle(\!) only if not present...
2008-04-22 Giuseppe BilottaLicensing uniformity: dual-license rbot core under...
2008-04-08 Giuseppe Bilottaextends: Array#shuffle! and shuffle methods
2008-04-08 Giuseppe Bilottaextends: Array#delete_one takes an optional argument...
2008-04-08 Giuseppe Bilottarevert previous useless commit and rdocify documentatio...
2008-04-08 Giuseppe Bilottaextends: registry reader attribute for BotModule
2008-04-08 Giuseppe Bilottaextends: BotModule#fake_message() to simplify creation...
2007-12-04 Giuseppe Bilottaextends: DottedIndex module to extend Hash-like classes...
2007-11-04 Giuseppe Bilottaextends: Arraydata/rbot/plugins/factoids.rbdelete_one...
2007-09-18 Giuseppe Bilottaircify_html: minimal support for li tags
2007-09-18 Giuseppe Bilottaextends: String#ircify_html now has an option to obey...
2007-09-18 Giuseppe BilottaHTML processing refactoring: ensure HTML title works...
2007-09-18 Giuseppe BilottaHTML processing refactoring: HTML title extraction...
2007-08-29 Giuseppe BilottaPut the Irc attributes back where they belong
2007-08-29 Giuseppe BilottaColor codes and Irc.color(fg, bg) methods to ease color...
2007-08-26 Giuseppe BilottaUse rbot's own warning() command instead of Ruby built...
2007-05-10 Dmitry Kim+ (extends) :limit option support in ircify_html()
2007-04-12 Giuseppe BilottaModule\#define_structure method: define a new Struct...
2007-04-09 Giuseppe Bilottaextends: pick_one and rand methods for Range
2007-04-08 Giuseppe BilottaHTML IRCification: support options. currently only...
2007-04-08 Giuseppe BilottaHTML IRCification: don't modify the receiver; provide...
2007-04-06 Giuseppe BilottaExtend Numeric class with a clip() method to force...
2007-04-05 Giuseppe BilottaHTML IRCification: try to handle super and subscripts
2007-04-04 Giuseppe BilottaHTML IRCification: match p and br tags case insensitive
2007-04-02 Dmitry Kim* (httputil) transparent charset support in HTTP::Response
2007-04-01 Giuseppe Bilottafix charset detection
2007-04-01 Giuseppe BilottaMore first_par fixups
2007-04-01 Giuseppe BilottaStringlib/rbot/core/utils/extends.rbutfy_xml() method...
2007-03-26 Giuseppe BilottaUtils: more first par enhancements
2007-03-25 Giuseppe BilottaUtils: fix ircify_html (the final stripsvn diff lib...
2007-03-05 Giuseppe BilottaRework netmask/hostname detection code to work around...
2007-02-18 Giuseppe BilottaPlugin header boilerplating.
2007-02-15 Giuseppe BilottaRegexp: IP address regexps where missing an octet
2007-02-15 Giuseppe BilottaMore Regexp madness. Fixes, optimizations, and a new...
2007-02-15 Giuseppe BilottaStart implementing common regular expressions to be...
2007-02-06 Giuseppe BilottaFix IRCification of HTML strings when only whitespace...
2007-02-06 Giuseppe BilottaMove extensions to standard classes into a specific...