]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/history - lib/rbot/core
+ WelcomeMessage class
[user/henk/code/ruby/rbot.git] / lib / rbot / core /
2008-04-12 Giuseppe Bilotta+ WelcomeMessage class
2008-04-10 dmitry kim* recalculate the relative version timestamp on !version
2008-04-10 Giuseppe Bilottafilters: suppress a warning
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...
2008-03-27 Giuseppe Bilottaauth core module: allow and deny commands
2008-03-27 dmitry kim* plugins/unicode -> core/unicode; don't require "jcode"
2008-03-27 dmitry kim* (core/remote) use safe bind() defaults
2008-03-27 Giuseppe Bilotta* handle invites properly
2008-03-26 Giuseppe BilottaMerge atj's auth changes
2008-03-25 Adam Jamescore/auth.rb: don't allow the master password to be...
2008-03-25 Giuseppe Bilottafilters: UI and methods to list filter groups
2008-03-24 Giuseppe Bilottautils: Utils.secs_to_short convert seconds into hour...
2008-03-23 Giuseppe Bilottaauth core module: missing h in permissions searcH help
2008-03-22 dmitry kim* httputil: avoid double read in partial_body
2008-03-21 Yaohan ChenMerge branch 'master' of ssh://ruby-rbot.org/var/git...
2008-03-19 Giuseppe Bilottautils: Utils.check_location returns an array of locatio...
2008-03-17 Giuseppe Bilottautils: Utils.check_location comfort method for :htmlinf...
2008-03-17 Giuseppe Bilottafilters: HTML info extraction is now a filter
2008-03-16 Giuseppe Bilottafilters: don't force data types in @bot.filter()
2008-03-14 Giuseppe Bilottafilters: filters_ui core module to manage filters from IRC
2008-03-13 Giuseppe Bilottafilters: has_filter? method
2008-03-13 Giuseppe Bilottafilters: method to get the global filter name of a...
2008-03-13 Giuseppe Bilottafilters: filter_names(group=nil) method to retrieve...
2008-03-13 Giuseppe Bilottafilters: filter groups
2008-03-13 Giuseppe Bilottafilters: @bot.filter can now be called with a list...
2008-03-13 Giuseppe Bilottafilters: DataStream can now be initialized with a Strin...
2008-03-12 Giuseppe Bilottafilters: initial implementation
2008-03-04 Giuseppe BilottaUnixify all line endings.
2008-02-14 Giuseppe Bilottaremote core module: fix description of remote.host...
2008-02-14 Giuseppe Bilottaconfig core module: default command auth fixes
2008-02-14 Giuseppe Bilottaconfig core module: config search command
2008-02-14 Giuseppe Bilotta* replace references to old website to references to...
2008-02-12 Giuseppe Bilottahttputil: config values for HTTP read and open timeouts
2008-01-30 Giuseppe Bilottautils: fix decode_html_entities for numerical entities...
2007-12-19 Dmitry Kim* (core/auth) fixed an error in error handling code
2007-12-13 Giuseppe Bilottaauth: adjust some permissions
2007-12-13 Giuseppe Bilottaauth: 'permission search' command to look up the full_a...
2007-12-11 Giuseppe Bilottaauth: user tell should be in the 'manage' auth path...
2007-12-07 Giuseppe Bilottauserdata: classes with singleton methods are not dumpab...
2007-12-06 Giuseppe Bilottaauth: don't say stupid things when the password is...
2007-12-06 Giuseppe Bilottauserdata: don't extend the botuser hash to support...
2007-12-04 Giuseppe Bilottaauth core module: improve user destroy semantics
2007-12-04 Giuseppe Bilottauserdata: extend userdata hash with DottedIndex access
2007-12-04 Giuseppe Bilottaextends: DottedIndex module to extend Hash-like classes...
2007-12-04 Giuseppe BilottaNew Auth Framework: migrate userdata on permification
2007-12-04 Giuseppe BilottaNew Auth Framework: migrate userdata on botuser copy...
2007-12-03 Giuseppe BilottaNew Auth Framework: meet and hello commands to make...
2007-12-03 Giuseppe BilottaNew Auth Framework: trap user editing exceptions
2007-11-04 Giuseppe Bilottaextends: Arraydata/rbot/plugins/factoids.rbdelete_one...
2007-10-29 Giuseppe Bilottahttputil: inform the servers we also accept deflate
2007-10-29 Giuseppe Bilottahttputil: support Content-Encoding: deflate
2007-10-21 Giuseppe BilottaSuppress some warnings
2007-10-11 Giuseppe Bilottahttputil: try to guess content-type from extension...
2007-10-11 Giuseppe Bilottahttputil: beware that content-type header may be absent
2007-10-11 Giuseppe Bilottafirst_html_par: detect fragment at the right place
2007-10-04 Giuseppe BilottaFix overzealous [1231]
2007-10-01 Dmitry Kim* (utils) should use partial_body() for non-text respon...
2007-10-01 Giuseppe Bilottacore/config: fix help
2007-09-24 Giuseppe Bilottacore/userdata: store transient data too, keyed by ...
2007-09-24 Giuseppe Bilottacore/userdata: always store nick-based data
2007-09-24 Giuseppe Bilottacore/userdata: refactor set_data_hash method
2007-09-23 Giuseppe Bilottacore/auth: missing help for who is
2007-09-23 Giuseppe Bilottacore/userdata: with_botdata method
2007-09-23 Giuseppe Bilottacore/userdata: bot_data -> botdata
2007-09-23 Giuseppe BilottaNew Auth Framework: use Botuser#default? and owner...
2007-09-23 Giuseppe BilottaUserData cote botmodule to handle user data storage...
2007-09-21 Dmitry Kim* (core/auth) more debug logging on exceptions
2007-09-21 Giuseppe BilottaNew Auth Framework: auth core botmodule was missing...
2007-09-21 Giuseppe BilottaNew Auth Framework: auth core botmodule was failing...
2007-09-21 Dmitry Kim+ (core/auth) "!who is :user" syntax
2007-09-21 Giuseppe BilottaUtils.decode_html_entities: get rid of commented table...
2007-09-21 Giuseppe BilottaUtils: we are an UTF-8 aware bot now, no need to ASCIIf...
2007-09-21 Giuseppe BilottaUtils.decode_html_entities: fix decoding of unknown...
2007-09-18 Giuseppe Bilottaircify_html: minimal support for li tags
2007-09-18 Giuseppe Bilottafirst_html_par: after-paragraph matches should prefer...
2007-09-18 Giuseppe Bilottafirst_html_par: make Hpricot handling more robust
2007-09-18 Giuseppe Bilottafirst_html_par: constify the 'after par' searches with...
2007-09-18 Giuseppe Bilottautils: require 'hpricot' the second time, not 'htmlenti...
2007-09-18 Giuseppe Bilottafirst_html_par: it's doc.root.search, not doc.root...
2007-09-18 Giuseppe Bilottafirst_html_par: build lists 'manually' when using Hpricot
2007-09-18 Giuseppe BilottaHTML processing refactoring: remove obsolete comment
2007-09-18 Giuseppe Bilottaextends: String#ircify_html now has an option to obey...
2007-09-18 Giuseppe Bilottahttputil: promote all Exceptions to RuntimeErrors so...
2007-09-18 Giuseppe BilottaHpricot first par: it's el[:class], not el.class
2007-09-18 Giuseppe BilottaHTML processing refactoring: fix options passed by...
2007-09-18 Giuseppe BilottaHTML processing refactoring: Utils.get_first_pars now...
2007-09-18 Giuseppe Bilottabasics: it's @bot.myself, not just myself
2007-09-18 Giuseppe BilottaHTML processing refactoring: Utils.get_html_info and...
2007-09-18 Giuseppe BilottaHTML processing refactoring: ensure HTML title works...
2007-09-18 Giuseppe BilottaHTML processing refactoring: HTML title extraction...
2007-09-14 Giuseppe Bilottahttputil: document 'headers' option to get_* methods
2007-09-14 Giuseppe Bilottaconfig core botmodule: document 'nick', 'status'
2007-09-13 Giuseppe Bilottahttputil: primitve cookie support
2007-09-13 Giuseppe BilottaMore rdoc-ification
2007-09-13 Giuseppe Bilottamore rdoc-ification
2007-09-13 Giuseppe Bilottanamespaces: simplify Irc::Bot::Auth manager singleton...
next