]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/shortlog
user/henk/code/ruby/rbot.git
2007-08-26 Giuseppe BilottaCall 'super' method from #cleanup() in all plugins
2007-08-26 Giuseppe BilottaReport plugin loading failues as errors, not as warnings
2007-08-26 Giuseppe Bilottarss plugin: all watchers are now informed of feed updat...
2007-08-26 Giuseppe Bilottatimer: tick when rescheduling
2007-08-26 Giuseppe BilottaUpdate .po files
2007-08-26 Giuseppe BilottaMissed some warn -> warning conversion
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 BilottaUpdate .po files
2007-08-26 Giuseppe BilottaTranslate Utils.secs_to_string strings
2007-08-26 Giuseppe BilottaUpdate .po files
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 BilottaMove 'it_IT' locale directory to 'it'
2007-08-25 Giuseppe Bilottagettext support: initial works for language -> locale...
2007-08-23 Giuseppe Bilottarss plugin: don't proceed if the specified feed doesn...
2007-08-23 Giuseppe BilottaStarted italian translation
2007-08-23 Giuseppe BilottaUpdated .po files
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 Bilottaurl plugin: url.display_link_info is now an Integer...
2007-08-23 Giuseppe Bilottaconfig: allow migration from/to Boolean/IntegerValues
2007-08-23 Giuseppe Bilottaurl plugin: escape stuff before extracting urls
2007-08-23 Giuseppe Bilottaurl plugin: only consider http(s) urls found by URI...
2007-08-22 Giuseppe Bilottaurl plugin: jump to fragment when grabbing first par...
2007-08-22 Giuseppe Bilottaurl plugin: use URI.extract to get urls in a message...
2007-08-22 Giuseppe Bilottabash plugin: a nick is such only if it's followed by...
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-22 Giuseppe Bilottabash plugin: detect (nick) together with <nick> and...
2007-08-22 Giuseppe Bilottabash plugin: collapse consecutive lines from the same...
2007-08-21 Dmitry Kim* (ircbot) remove $cl_loglevel undefined warning
2007-08-17 Yaohan Chen+ figlet.rb: added figlet.path to make path of the...
2007-08-15 Yaohan Chen+ translator.rb: added 'translator' command which autom...
2007-08-14 Yaohan Chen* fixed incorrect loading logic which could have added...
2007-08-14 Giuseppe Bilottasearch plugin: use single result format when a single...
2007-08-12 Dmitry Kim* (ircbot) fatal typo in :badnick handler
2007-08-11 Yaohan Chen* translator.rb: use Irc::Utils.bot
2007-08-11 Yaohan Chentranslator.rb:
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-08-10 Dmitry Kim* (plugins/translator) fixed a diagnostic message
2007-08-10 Yaohan Chen* alias.rb: fixed precedence error which caused list...
2007-08-10 Yaohan Chen* translator.rb: corrected naming of BabelfishTranslato...
2007-08-10 Yaohan Chen+ added a translator plugin
2007-08-07 Yaohan Chen* use Util.safe_save in alias plugin
2007-08-05 Dmitry Kim* (plugins/url.rb) apply URI.escape to make non-rfc...
2007-08-01 Yaohan Chen* fixed some fuzzy messages
2007-08-01 Yaohan Chen* fixed a typo in a message in shiritori
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-24 Yaohan Chen* dictclient: adjusted output format
2007-07-23 Yaohan Chen* Prevent the alias from including arguments not substi...
2007-07-23 Yaohan Chen* display installed version when gettext version is...
2007-07-23 Yaohan Chen* added Traditioanl Chinese response language file...
2007-07-23 Yaohan Chen* added Traditional Chinese po file by hlb
2007-07-23 Yaohan Chenadded 'alias rm' as alternative for 'alias remove'
2007-07-22 Yaohan Chenfixed a copy-paste error causing incorrect count of...
2007-07-22 Yaohan Chenfixed a typo in REQUIREMENTS, added link to ruby-gettext
2007-07-21 Yaohan Chenadded alias plugin
2007-07-18 Yaohan Chenadded information about ruby-gettext in REQUIREMENTS
2007-07-18 Yaohan Chen- added version check for ruby/gettext, too low or...
2007-07-17 Dmitry Kim* (games/roulette) twice-in-a-row logic was very, very...
2007-07-15 Yaohan Chenedited Japanese translation
2007-07-15 Yaohan Chengettextized two messages in azgame missed in the previo...
2007-07-14 Yaohan Chen- added po files for en_US. it is necessary for users...
2007-07-14 Yaohan Chenadded a warning message if retrieving gettext info...
2007-07-14 Yaohan Chenmodified azgame to use gettext
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-10 Yaohan Chenadded the data directory for searching translatable...
2007-07-09 Yaohan Chenfixed a few strings which used gettext without changing...
2007-07-09 Yaohan Chenintegrated ruby-gettext
2007-07-08 Giuseppe Bilottadict plugin: echo definitions from chambers
2007-07-07 Giuseppe Bilottasearch plugin: add google define support
2007-07-07 Giuseppe BilottaFix Google Calculator regexp and ask for UTF-8 encoded...
2007-06-15 Yaohan Chenadded DICT (RFC 2229) client plugin
2007-06-15 Yaohan Chenautoop plugin: make the "add" command add arguments...
2007-06-15 Yaohan Chenlinkbot plugin: make message pattern configurable
2007-05-28 Giuseppe Bilottaquotes plugin: update to new auth system
2007-05-28 Giuseppe Bilottaquotes plugin: cleanups
2007-05-23 Giuseppe Bilottasearch plugin: truncate overlong lines when outputting...
2007-05-23 Giuseppe Bilottasearch plugin: compactify results when only one of...
2007-05-23 Giuseppe Bilottasearch plugin: add support for uncyclopedia
2007-05-20 Giuseppe BilottaRaise with a meaningful error message when block/unbloc...
2007-05-20 Giuseppe BilottaFix #151 in a different way.
2007-05-11 Dmitry Kim+ (plugins/delicious) automatic url logging to del...
2007-05-10 Dmitry Kim+ (extends) :limit option support in ircify_html()
next