Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-23 | Urban can now grab the first page of definitions. | Spencer RInehart | |
2008-06-23 | Ignore generated files. | Diego 'Flameeyes' Pettenò | |
2008-06-23 | Properly find out the available fortune categories. | Diego 'Flameeyes' Pettenò | |
Instead of hardcoding the fortune categories path, ask fortune itself to report which categories you can get the quotes from. This fixes the fortune plugin on Gentoo for instance where the databases are installed in /usr/share/fortune rather than /usr/games/share/fortune. | |||
2008-06-23 | rfc2812.rb: skip unknown channel modes altogether | Giuseppe Bilotta | |
Some servers set non-advertized channel modes. Since we cannot handle them (as we don't know what type they are) and setting them crashes the bot, we remove them. | |||
2008-06-22 | rename plugin_files to source_files in rgettext_proc | Yaohan Chen | |
because the proc is used for non plugin files too | |||
2008-06-22 | make gettext tasks output files being regenerated and sources | Yaohan Chen | |
2008-06-23 | + strip all colours and formatting when sending to a +c or +C channel | Giuseppe Bilotta | |
2008-06-23 | #any? and #all? methods for Channel#mode to check if modes are set | Giuseppe Bilotta | |
2008-06-23 | extends: define Array#shuffle(\!) only if not present already, and use ↵ | Giuseppe Bilotta | |
simpler definitions | |||
2008-06-23 | rfc2812.rb: warn about unhandled numeric replies too | Giuseppe Bilotta | |
2008-06-23 | ircbot.rb: ask about current channel modes on join | Giuseppe Bilotta | |
2008-06-23 | rfc2812.rb: refactor MODE parsing to use it for RPL_CHANNELMODEIS (324) too | Giuseppe Bilotta | |
2008-06-22 | PO updates | Giuseppe Bilotta | |
2008-06-21 | makemo task autocreates data/locale/*/LC_MESSAGES directories | Yaohan Chen | |
2008-06-21 | lastfm plugin: default to current nick for lookups | Giuseppe Bilotta | |
2008-06-21 | lastfm plugin: no need to specify a username for functions that act on a ↵ | Casey Link | |
user. fixed help too. | |||
2008-06-21 | lastfm 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-21 | lastfm plugin: added now playing info to the help | Casey Link | |
2008-06-21 | lastfm plugin: Added now playing command | Casey Link | |
2008-06-21 | * initialize $version_timestamp to suppress a warning | Giuseppe Bilotta | |
2008-06-21 | figlet plugin: font is now a config value | Giuseppe Bilotta | |
2008-06-21 | figlet plugin: utf-8 | Giuseppe Bilotta | |
2008-06-21 | figlet plugin: ignore max_lines | Giuseppe Bilotta | |
2008-06-21 | figlet plugin: be informative when figlet wasn't found | Giuseppe Bilotta | |
2008-06-20 | move 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-20 | setup.rb: some sanitizing | Giuseppe Bilotta | |
2008-06-20 | Update to setup.rb 3.4.1 | Giuseppe Bilotta | |
2008-06-20 | rewrite updatepo and makemo tasks to take advantage of file timestamps | Yaohan Chen | |
2008-06-20 | Italian translation fixes | Giuseppe Bilotta | |
2008-06-20 | made the time plugin have more pretty output, show real timezone abbr. ↵ | Ian Alexander Monroe | |
instead of "UTC" all the time | |||
2008-06-20 | updated italian translation | Feroce Maria Bumerlo | |
2008-06-20 | grouphug plugin: tweak regex so it captures confessions with newlines properly | Casey Link | |
2008-06-20 | * directory independent launch_here.rb: 3rd attempt | dmitry kim | |
2008-06-20 | dbhash: doh | Giuseppe Bilotta | |
2008-06-20 | dbhash.rb: slightly rework errors for failing to load bdb | Giuseppe Bilotta | |
2008-06-20 | ircbot.rb: ensure that the logger is flushed | Giuseppe 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-20 | bin/rbot: don't look for a svn revision if .svn doesn't exist | Giuseppe Bilotta | |
2008-06-20 | PO update | Giuseppe Bilotta | |
2008-06-20 | quotes plugin: fix help | Giuseppe Bilotta | |
2008-06-20 | quotes plugin: more localization | Giuseppe Bilotta | |
2008-06-20 | updated italian translation for quotes | Giuseppe Bilotta | |
2008-06-20 | wheelfortune: typo in help | Giuseppe Bilotta | |
2008-06-20 | updated italian translation for WOF | Giuseppe Bilotta | |
2008-06-20 | updated italian translation for factoids | Giuseppe Bilotta | |
2008-06-20 | updated italian translation for rss | Giuseppe Bilotta | |
2008-06-19 | updated italian translation for UNO | Giuseppe Bilotta | |
2008-06-19 | rbotconfig: be aware that -git versions also have revision information | Giuseppe Bilotta | |
2008-06-19 | hl2 plugin: improve help | Giuseppe Bilotta | |
2008-06-19 | updated hl2 plugin | Andrew Northall | |
2008-06-18 | rfc2812: be compatible with ruby < 1.8.7 | Giuseppe Bilotta | |
String#each_char is only available in ruby 1.8.7, so use each_byte followed by .chr |