Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2008-06-18 | rfc2812: fix MODE line parsing | Giuseppe Bilotta | |
2008-06-18 | Italian translation for youtube plugin | Giuseppe Bilotta | |
2008-06-18 | Updated po files | Giuseppe Bilotta | |
2008-06-18 | + core/irclog: dedicated loggers thread | dmitry kim | |
2008-06-18 | * ircbot: fix quiet/reset_quiet wrt missing args | dmitry kim | |
2008-06-18 | * plugins/grouphug: cache the results from a page request, don't re-request ↵ | Casey Link | |
until the cache has been used up. | |||
2008-06-17 | + print the location of the debug log to stdout on start | dmitry kim | |
2008-06-17 | * load-gettext: warn() -> warning() | dmitry kim | |
2008-06-17 | * plugins: misc warnings cleanups | dmitry kim | |
2008-06-17 | * plugins.rb: avoid uninitialized warning on @priority | dmitry kim | |
2008-06-16 | irclog: log own CTCP message with correct syntax | Giuseppe Bilotta | |
2008-06-12 | * rss.rb: use guids to check for seen items | dmitry kim | |
2008-06-11 | help for eval and echo | Adam Di Carlo | |
2008-06-11 | * launch_here.rb: patch $0 to make restart work | dmitry kim | |
2008-06-11 | * launch_here.rb should be runnable from any directory | dmitry kim | |
2008-06-07 | add wrapper for msgmerge to workaround gettext bug with "empty" pot files | Yaohan Chen | |
2008-06-07 | recommit 33c336af346dc08b4f4f4951dd6eae7150cef481 po file per plugin | Yaohan Chen | |
each plugin uses its own po file, no change required for plugin source, Rakefile, plugin loader and gettext loader are modified to adjust to the change | |||
2008-06-07 | mark spell plugin for gettext | Yaohan Chen | |
2008-06-06 | Revert "each plugin uses its own po file" | Yaohan Chen | |
This reverts commit 33c336af346dc08b4f4f4951dd6eae7150cef481. | |||
2008-06-05 | each plugin uses its own po file | Yaohan Chen | |
no modification in plugin source is needed, plugin loader is modified to automatically bind to the plugin's text domain updatepo task is modified to maintain per-plugin po file po files are updated and cleaned | |||
2008-06-01 | mark translatable strings in nickserv.rb, po update | Yaohan Chen | |
2008-05-29 | shortenurls plugin: get rid of WWW:: namespace entirely | Giuseppe Bilotta | |
2008-05-28 | changed m.thread to m.in_thread, with different semantics | Yaohan Chen | |
m.in_thread indicates that the caller of delegate is in thread (and is handled by not creating another thread for m's mapped action) | |||
2008-05-27 | use m.thread.nil? rather than longer m.thread == nil | Yaohan Chen | |
2008-05-27 | add attribute BasicUserMessage#thread | Yaohan Chen | |
this specifies whether the message handler is to be threaded, and overrides the map option if non-nil. | |||
2008-05-23 | * autoflush $stdout in setup wizard | dmitry kim | |
2008-05-20 | botsnack plugin: help: it's @bot.nick, not @nick | Giuseppe Bilotta | |
2008-05-20 | botsnack plugin: restore 0.9.10 code now that reply_with_nick has been fixed | Giuseppe Bilotta | |
2008-05-20 | Fix m.reply() regexp check for nick presence, which failed for nicks such as ↵ | Giuseppe Bilotta | |
unfo- or jsn- |