summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-08-26timer: tick when reschedulingGiuseppe Bilotta
2007-08-26Update .po filesGiuseppe Bilotta
2007-08-26Missed some warn -> warning conversionGiuseppe Bilotta
2007-08-26auth core module: fix a bug in the permissions set argument parserGiuseppe Bilotta
2007-08-26Use rbot's own warning() command instead of Ruby built-in warn()Giuseppe Bilotta
2007-08-26Update .po filesGiuseppe Bilotta
2007-08-26Translate Utils.secs_to_string stringsGiuseppe Bilotta
2007-08-26Update .po filesGiuseppe Bilotta
2007-08-26gettextize some more stringsGiuseppe Bilotta
2007-08-26Remove extra (un)bolding from 'help failed plugins' help textGiuseppe Bilotta
2007-08-26Output gettext textdomain information when setting the language, not when ↵Giuseppe Bilotta
loading the module
2007-08-26Sanitize language string by downcasing, and use the sanitized string both ↵Giuseppe Bilotta
for gettext locale and rbot language files. This allows language names such as 'traditional_chinese' to be input as 'Traditional Chinese'
2007-08-26Cleaner gettext debug information reportingGiuseppe Bilotta
2007-08-25Try to guess the default language from the locale guessed from GeTextGiuseppe Bilotta
2007-08-25Move 'it_IT' locale directory to 'it'Giuseppe Bilotta
2007-08-25gettext support: initial works for language -> locale mappingsGiuseppe Bilotta
2007-08-23rss plugin: don't proceed if the specified feed doesn't existGiuseppe Bilotta
2007-08-23Started italian translationGiuseppe Bilotta
2007-08-23Updated .po filesGiuseppe Bilotta
2007-08-23auth core module: misplaced ) prevented gettext replacementGiuseppe Bilotta
2007-08-23New Auth module: keep auth.password and botowner passwords in sync when ↵Giuseppe Bilotta
changing them
2007-08-23url plugin: url.display_link_info is now an Integer: the number of links in ↵Giuseppe Bilotta
a line for which info should be displayed
2007-08-23config: allow migration from/to Boolean/IntegerValuesGiuseppe Bilotta
2007-08-23url plugin: escape stuff before extracting urlsGiuseppe Bilotta
2007-08-23url plugin: only consider http(s) urls found by URI.extract()Giuseppe Bilotta
2007-08-22url plugin: jump to fragment when grabbing first par of an url with fragmentGiuseppe Bilotta
2007-08-22url plugin: use URI.extract to get urls in a message. Ensures links are ↵Giuseppe Bilotta
properly grabbed, and grabs multiple urls in a line
2007-08-22bash plugin: a nick is such only if it's followed by a spaceGiuseppe Bilotta
2007-08-22New Irc Framework: optimize Channel#has_user?()Giuseppe Bilotta
2007-08-22New Irc Framework: channel add_user was adding users indiscriminately when ↵Giuseppe Bilotta
silent
2007-08-22bash plugin: detect (nick) together with <nick> and nick:Giuseppe Bilotta
2007-08-22bash plugin: collapse consecutive lines from the same nickGiuseppe Bilotta
2007-08-21* (ircbot) remove $cl_loglevel undefined warningDmitry Kim
2007-08-17+ figlet.rb: added figlet.path to make path of the figlet program configurableYaohan Chen
2007-08-15+ translator.rb: added 'translator' command which automatically picks a ↵Yaohan Chen
translator for given language pair
2007-08-14* fixed incorrect loading logic which could have added entries to @aliases ↵Yaohan Chen
even when they were invalid
2007-08-14search plugin: use single result format when a single hit is foundGiuseppe Bilotta
2007-08-12* (ircbot) fatal typo in :badnick handlerDmitry Kim
2007-08-11* translator.rb: use Irc::Utils.botYaohan Chen
2007-08-11translator.rb:Yaohan Chen
+ added WorldLingo translator + display translator information in help messages * refactoring of error handling code * updated messages
2007-08-11* (httputils) docs spellingDmitry Kim
2007-08-11* (httputils) avoid "method replaced" warningDmitry Kim
2007-08-10* (httputils) moved encoding/charsets magic into httpres instances from the ↵Dmitry Kim
global class namespace
2007-08-10* (plugins/translator) fixed a diagnostic messageDmitry Kim
2007-08-10* alias.rb: fixed precedence error which caused list of aliases be reset on ↵Yaohan Chen
rescan
2007-08-10* translator.rb: corrected naming of BabelfishTranslator#do_translate methodYaohan Chen
2007-08-10+ added a translator pluginYaohan Chen
* updated messages
2007-08-07* use Util.safe_save in alias pluginYaohan Chen
* handle corrupt data file in alias plugin
2007-08-05* (plugins/url.rb) apply URI.escape to make non-rfc charsets in uri useableDmitry Kim
2007-08-01* fixed some fuzzy messagesYaohan Chen