summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-06-22rename plugin_files to source_files in rgettext_procYaohan Chen
because the proc is used for non plugin files too
2008-06-22make gettext tasks output files being regenerated and sourcesYaohan Chen
2008-06-23+ strip all colours and formatting when sending to a +c or +C channelGiuseppe Bilotta
2008-06-23#any? and #all? methods for Channel#mode to check if modes are setGiuseppe Bilotta
2008-06-23extends: define Array#shuffle(\!) only if not present already, and use ↵Giuseppe Bilotta
simpler definitions
2008-06-23rfc2812.rb: warn about unhandled numeric replies tooGiuseppe Bilotta
2008-06-23ircbot.rb: ask about current channel modes on joinGiuseppe Bilotta
2008-06-23rfc2812.rb: refactor MODE parsing to use it for RPL_CHANNELMODEIS (324) tooGiuseppe Bilotta
2008-06-22PO updatesGiuseppe Bilotta
2008-06-21makemo task autocreates data/locale/*/LC_MESSAGES directoriesYaohan Chen
2008-06-21lastfm plugin: default to current nick for lookupsGiuseppe Bilotta
2008-06-21lastfm plugin: no need to specify a username for functions that act on a ↵Casey Link
user. fixed help too.
2008-06-21lastfm plugin: users can now associate their lastfm username with their irc ↵Casey Link
nickname, and 'lastfm' by itself will retunr the now playing tracks
2008-06-21lastfm plugin: added now playing info to the helpCasey Link
2008-06-21lastfm plugin: Added now playing commandCasey Link
2008-06-21* initialize $version_timestamp to suppress a warningGiuseppe Bilotta
2008-06-21figlet plugin: font is now a config valueGiuseppe Bilotta
2008-06-21figlet plugin: utf-8Giuseppe Bilotta
2008-06-21figlet plugin: ignore max_linesGiuseppe Bilotta
2008-06-21figlet plugin: be informative when figlet wasn't foundGiuseppe Bilotta
2008-06-20move bin/msgmerge-wrapper.rb to top level, as it is not intended for ↵Yaohan Chen
installation path/command for the msgmerge-wrapper can be adjusted with env var, if "ruby msgmerge-wrapper.rb" doesn't work on the platform
2008-06-20setup.rb: some sanitizingGiuseppe Bilotta
2008-06-20Update to setup.rb 3.4.1Giuseppe Bilotta
2008-06-20rewrite updatepo and makemo tasks to take advantage of file timestampsYaohan Chen
2008-06-20Italian translation fixesGiuseppe Bilotta
2008-06-20made the time plugin have more pretty output, show real timezone abbr. ↵Ian Alexander Monroe
instead of "UTC" all the time
2008-06-20updated italian translationFeroce Maria Bumerlo
2008-06-20grouphug plugin: tweak regex so it captures confessions with newlines properlyCasey Link
2008-06-20* directory independent launch_here.rb: 3rd attemptdmitry kim
2008-06-20dbhash: dohGiuseppe Bilotta
2008-06-20dbhash.rb: slightly rework errors for failing to load bdbGiuseppe Bilotta
2008-06-20ircbot.rb: ensure that the logger is flushedGiuseppe Bilotta
If the bot fails to load (e.g. because of missing dependency) the user might miss the last error messages because the logger thread wouldn't reach completion. Ensure its closure in an END block.
2008-06-20bin/rbot: don't look for a svn revision if .svn doesn't existGiuseppe Bilotta
2008-06-20PO updateGiuseppe Bilotta
2008-06-20quotes plugin: fix helpGiuseppe Bilotta
2008-06-20quotes plugin: more localizationGiuseppe Bilotta
2008-06-20updated italian translation for quotesGiuseppe Bilotta
2008-06-20wheelfortune: typo in helpGiuseppe Bilotta
2008-06-20updated italian translation for WOFGiuseppe Bilotta
2008-06-20updated italian translation for factoidsGiuseppe Bilotta
2008-06-20updated italian translation for rssGiuseppe Bilotta
2008-06-19updated italian translation for UNOGiuseppe Bilotta
2008-06-19rbotconfig: be aware that -git versions also have revision informationGiuseppe Bilotta
2008-06-19hl2 plugin: improve helpGiuseppe Bilotta
2008-06-19updated hl2 pluginAndrew Northall
2008-06-18rfc2812: be compatible with ruby < 1.8.7Giuseppe Bilotta
String#each_char is only available in ruby 1.8.7, so use each_byte followed by .chr
2008-06-18rfc2812: fix MODE line parsingGiuseppe Bilotta
2008-06-18Italian translation for youtube pluginGiuseppe Bilotta
2008-06-18Updated po filesGiuseppe Bilotta
2008-06-18+ core/irclog: dedicated loggers threaddmitry kim