summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2007-08-01* fixed a typo in a message in shiritoriYaohan Chen
* regenerated messages
2007-07-31Store the real_name information from WHO repliesGiuseppe Bilotta
2007-07-31New IRC Framework: store a User's real_nameGiuseppe Bilotta
2007-07-31New IRC Framework: WHO the channels we join, so that we get as much user ↵Giuseppe Bilotta
information as possible about the user on channel
2007-07-31botuser.rb: don't fail when being passed nil instead of an array to loadGiuseppe Bilotta
2007-07-29Add missing space in messageGiuseppe Bilotta
2007-07-29User mode-checking methods now accept channel names and will try to resolve ↵Giuseppe Bilotta
the corresponding Channel automatically
2007-07-26Mode-checking methohds for User tooGiuseppe Bilotta
2007-07-26Channel methods to check for user modes, with quickies to check for op and voiceGiuseppe Bilotta
2007-07-24* dictclient: adjusted output formatYaohan Chen
2007-07-23* Prevent the alias from including arguments not substituded in command, as ↵Yaohan Chen
a check for possible incorrect command usage
2007-07-23* display installed version when gettext version is unsupportedYaohan Chen
2007-07-23* added Traditioanl Chinese response language file by hlbYaohan Chen
2007-07-23* added Traditional Chinese po file by hlbYaohan Chen
* updated po entries
2007-07-23added 'alias rm' as alternative for 'alias remove'Yaohan Chen
2007-07-22fixed a copy-paste error causing incorrect count of failed plugins to be ↵Yaohan Chen
displayed
2007-07-22fixed a typo in REQUIREMENTS, added link to ruby-gettextYaohan Chen
2007-07-21added alias pluginYaohan Chen
2007-07-18added information about ruby-gettext in REQUIREMENTSYaohan Chen
2007-07-18- added version check for ruby/gettext, too low or high versions will not be ↵Yaohan Chen
loaded and fallback is done - updated comments in load_gettext.rb - moved requires in relevant code sections
2007-07-17* (games/roulette) twice-in-a-row logic was very, very broken.Dmitry Kim
2007-07-15edited Japanese translationYaohan Chen
2007-07-15gettextized two messages in azgame missed in the previous revisionYaohan Chen
edited Japanese translation
2007-07-14- added po files for en_US. it is necessary for users using this locale to avoidYaohan Chen
getting an exception when checking gettext info (they also need to run rake makemo)
2007-07-14added a warning message if retrieving gettext info failsYaohan Chen
added Nn_ dummy replacement
2007-07-14modified azgame to use gettextYaohan Chen
added Japanese translation for azgame
2007-07-14- fixed an error due to copy and pasting causing the help message to list ↵Yaohan Chen
core modules twice without listing plugins
2007-07-12* (gettext) make us somewhat less dependent on gettext internalsDmitry Kim