]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/history - lib/rbot
Only use locale functions when GetText was loaded
[user/henk/code/ruby/rbot.git] / lib / rbot /
2007-08-26 Giuseppe BilottaOnly use locale functions when GetText was loaded
2007-08-26 Giuseppe BilottaCall 'super' method from #cleanup() in core modules too
2007-08-26 Giuseppe BilottaReport plugin loading failues as errors, not as warnings
2007-08-26 Giuseppe Bilottatimer: tick when rescheduling
2007-08-26 Giuseppe Bilottaauth core module: fix a bug in the permissions set...
2007-08-26 Giuseppe BilottaUse rbot's own warning() command instead of Ruby built...
2007-08-26 Giuseppe BilottaTranslate Utils.secs_to_string strings
2007-08-26 Giuseppe Bilottagettextize some more strings
2007-08-26 Giuseppe BilottaRemove extra (un)bolding from 'help failed plugins...
2007-08-26 Giuseppe BilottaOutput gettext textdomain information when setting...
2007-08-26 Giuseppe BilottaSanitize language string by downcasing, and use the...
2007-08-26 Giuseppe BilottaCleaner gettext debug information reporting
2007-08-25 Giuseppe BilottaTry to guess the default language from the locale guess...
2007-08-25 Giuseppe Bilottagettext support: initial works for language -> locale...
2007-08-23 Giuseppe Bilottaauth core module: misplaced ) prevented gettext replacement
2007-08-23 Giuseppe BilottaNew Auth module: keep auth.password and botowner passwo...
2007-08-23 Giuseppe Bilottaconfig: allow migration from/to Boolean/IntegerValues
2007-08-22 Giuseppe BilottaNew Irc Framework: optimize Channel#has_user?()
2007-08-22 Giuseppe BilottaNew Irc Framework: channel add_user was adding users...
2007-08-21 Dmitry Kim* (ircbot) remove $cl_loglevel undefined warning
2007-08-12 Dmitry Kim* (ircbot) fatal typo in :badnick handler
2007-08-11 Dmitry Kim* (httputils) docs spelling
2007-08-11 Dmitry Kim* (httputils) avoid "method replaced" warning
2007-08-10 Dmitry Kim* (httputils) moved encoding/charsets magic into httpre...
2007-07-31 Giuseppe BilottaStore the real_name information from WHO replies
2007-07-31 Giuseppe BilottaNew IRC Framework: store a User's real_name
2007-07-31 Giuseppe BilottaNew IRC Framework: WHO the channels we join, so that...
2007-07-31 Giuseppe Bilottabotuser.rb: don't fail when being passed nil instead...
2007-07-29 Giuseppe BilottaAdd missing space in message
2007-07-29 Giuseppe BilottaUser mode-checking methods now accept channel names...
2007-07-26 Giuseppe BilottaMode-checking methohds for User too
2007-07-26 Giuseppe BilottaChannel methods to check for user modes, with quickies...
2007-07-23 Yaohan Chen* display installed version when gettext version is...
2007-07-22 Yaohan Chenfixed a copy-paste error causing incorrect count of...
2007-07-18 Yaohan Chen- added version check for ruby/gettext, too low or...
2007-07-14 Yaohan Chenadded a warning message if retrieving gettext info...
2007-07-14 Yaohan Chen- fixed an error due to copy and pasting causing the...
2007-07-12 Dmitry Kim* (gettext) make us somewhat less dependent on gettext...
2007-07-12 Dmitry Kim* (gettext) work around failing current_textdomain_info()
2007-07-09 Yaohan Chenfixed a few strings which used gettext without changing...
2007-07-09 Yaohan Chenintegrated ruby-gettext
2007-05-20 Giuseppe BilottaRaise with a meaningful error message when block/unbloc...
2007-05-10 Dmitry Kim+ (extends) :limit option support in ircify_html()
2007-05-10 Giuseppe BilottaBe slightly less anal about non-RFC-compliant MOTD...
2007-05-10 Dmitry Kim+ (plugins) draft implementation of event hooks
2007-04-26 Dmitry Kim+ (httputil) bruteforce truncated chars when guessing...
2007-04-21 Dmitry Kim+ pidfile support + command line option for pid file...
2007-04-15 Giuseppe BilottaHttpUtil: fix gunzipping with partial content; and...
2007-04-12 Giuseppe BilottaTry calling the interpreter explicitly on restart if...
2007-04-12 Giuseppe BilottaStop timers when shutting down
2007-04-12 Giuseppe BilottaDefine pretty_inspect for the older version of Ruby...
2007-04-12 Giuseppe BilottaModule\#define_structure method: define a new Struct...
2007-04-11 Giuseppe BilottaHttpUtil: decompress gzipped body in partial_body too...
2007-04-11 Giuseppe BilottaNew IRC Framework: move #full_irc_downcase() and #full_...
2007-04-11 Giuseppe BilottaNew IRC Framework: fix critical bug in Irc::Netmask...
2007-04-11 Giuseppe Bilottause pretty printing with Logger (debug, info, warning...
2007-04-09 Giuseppe Bilottadatabase: rbot will now refuse to run on bdb versions...
2007-04-09 Giuseppe Bilottaauth: improve help
2007-04-09 Giuseppe Bilottaextends: pick_one and rand methods for Range
2007-04-09 Giuseppe Bilottafix restarting when directory had changed
2007-04-09 Giuseppe BilottaMore require cleanups
2007-04-08 Giuseppe BilottaHttpUtil: require 'cgi' as it is now used in most query...
2007-04-08 Giuseppe BilottaHTML IRCification: support options. currently only...
2007-04-08 Giuseppe Bilottarss plugin: watching now relies on an ID built from...
2007-04-08 Giuseppe BilottaHTML IRCification: don't modify the receiver; provide...
2007-04-08 Giuseppe BilottaHttpUtil: inform servers that we accept gzipped data
2007-04-08 Giuseppe BilottaHttpUtil: decode gzipped content
2007-04-08 Giuseppe Bilottaircbot: do not use debug in sendmsg() because it breaks...
2007-04-06 Dmitry Kim* (utils) fix stderr redirection in safe_exec()
2007-04-06 Giuseppe BilottaNew IRC Framework: topic setter should be a Netmask...
2007-04-06 Dmitry Kim* (rfc2812) fixed 'Welcome' message parsing
2007-04-06 Giuseppe BilottaDefault maximum lines to send per message is now 5
2007-04-06 Giuseppe BilottaExtend Numeric class with a clip() method to force...
2007-04-05 Dmitry Kim+ (httputil) 'x-rbot-location' header in response objec...
2007-04-05 Giuseppe BilottaHttpUtil: try all detected charsets when converting...
2007-04-05 Giuseppe BilottaFix overconservative line splitting and bug in last...
2007-04-05 Giuseppe BilottaFix a bug introduced in [830]
2007-04-05 Giuseppe BilottaHTML IRCification: try to handle super and subscripts
2007-04-05 Giuseppe BilottaFix truncation placement for multi-line messages
2007-04-04 Giuseppe BilottaHTML IRCification: match p and br tags case insensitive
2007-04-04 Giuseppe BilottaNew IRC Framework: use #reverse_each() instead of ...
2007-04-04 Tom Gilbertminor typo fix
2007-04-03 Giuseppe BilottaRelocate help strings to proper locations, add help...
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-04-01 Giuseppe Bilottahttputil: reinstate partial_body
2007-03-30 Dmitry Kim*** (httputil) major rework, new caching implementatio...
2007-03-30 Giuseppe BilottaUtils: the array returned by get_first_pars now contain...
2007-03-30 Dmitry Kim* (utils.rb) reflect the api/semantics changes in comments
2007-03-30 Dmitry Kim- (utils.rb) removed http_get, since it's obsoleted
2007-03-26 Giuseppe BilottaHttpUtils: inline rescue doesn't rescue LoadError,...
2007-03-26 Giuseppe BilottaUtils: more first par enhancements
2007-03-25 Giuseppe BilottaUtils: fix a stupid bug in rubygems require and add...
2007-03-25 Giuseppe BilottaUtils: retry after requiring rubygems if htmlentities...
2007-03-25 Giuseppe BilottaUtils: cleanup first html par code
2007-03-25 Giuseppe BilottaUtils: convert unknown numering HTML entities to the...
2007-03-25 Giuseppe BilottaHttpUtil: fix partial_body when no body was given,...
2007-03-25 Giuseppe BilottaUtils: try non-paragraphs if no paragraphs was found
next