]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/history - lib/rbot
core/config: remove leftover heavy-load debug line
[user/henk/code/ruby/rbot.git] / lib / rbot /
2007-08-30 Giuseppe Bilottacore/config: remove leftover heavy-load debug line
2007-08-30 Giuseppe Bilottadbhash.rb: fix stupid typo
2007-08-30 Giuseppe Bilottamessage.rb: try to handle situations where the source...
2007-08-30 Dmitry Kim+ (timer) comments + documentation
2007-08-30 Dmitry Kim*** (timer) new timer implementation
2007-08-29 Dmitry Kim* (httputil) increased open_timeout to 20 since resolvi...
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-29 Giuseppe BilottaColorRx: accept a color specification with no foregroun...
2007-08-29 Giuseppe BilottaAdd Italic (\011) constant to complement Underline...
2007-08-29 Giuseppe BilottaHttpUtil: match /gzip/ regexp instead of exact (x-...
2007-08-29 Giuseppe BilottaFlatten out Language module and class
2007-08-28 Giuseppe Bilottabasics botmodule: use #to_s to stringify multiword...
2007-08-28 Giuseppe Bilottaircbot: improve quit/restart message propagation
2007-08-28 Giuseppe Bilottaircsocket: raise errors occurred while spooling so...
2007-08-27 Giuseppe BilottaGetText: add Config.datadir-based locale search path.
2007-08-27 Giuseppe BilottaLanguage.from_locale now checks if the corresponding...
2007-08-27 Giuseppe BilottaCall 'super' from the correct place in httputil
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
next