Age | Commit message (Expand) | Author |
2007-09-02 | botuser.rb: fix typo in debug message | Giuseppe Bilotta |
2007-09-01 | * (ircsocket) removed timer, added writer thread, refactored writer logic a bit | Dmitry Kim |
2007-08-31 | * (plugins/grouphug) thread, don't block (tm) | Dmitry Kim |
2007-08-31 | * (timer) stop the bot timer for shutdown / rescan | Dmitry Kim |
2007-08-30 | rss plugin: don't care if reschedule fails | Giuseppe Bilotta |
2007-08-30 | Updated chucknorris file | Chris Gahan |
2007-08-30 | * (delicious) typo fixed | Dmitry Kim |
2007-08-30 | * (message.rb) dear tango_! i think i know what r1073 was. here's my version. | Dmitry Kim |
2007-08-30 | * (timers) failures made more verbose; reverted timer.block()s in ircbot.rb | Dmitry Kim |
2007-08-30 | !!! (message.rb) dear tango_! i have no idea what r1073 is! -jsn. | Dmitry Kim |
2007-08-30 | * (ircbot) block autosave timer during rescan/restart | Dmitry Kim |
2007-08-30 | core/config: remove leftover heavy-load debug line | Giuseppe Bilotta |
2007-08-30 | dbhash.rb: fix stupid typo | Giuseppe Bilotta |
2007-08-30 | message.rb: try to handle situations where the source isn't an Irc::User | Giuseppe Bilotta |
2007-08-30 | + (timer) comments + documentation | Dmitry Kim |
2007-08-30 | *** (timer) new timer implementation | Dmitry Kim |
2007-08-29 | * (httputil) increased open_timeout to 20 since resolving still takes a while | Dmitry Kim |
2007-08-29 | + (locale) marked generated data/locale as svn:ignore-d | Dmitry Kim |
2007-08-29 | + (delicious) interface to post private links / skip logging for a link. help... | Dmitry Kim |
2007-08-29 | + (delicios.rb) support user-supplied tags for del.icio.us logging | Dmitry Kim |
2007-08-29 | * (url.rb) pass original irc message to url logger | Dmitry Kim |
2007-08-29 | wow plugin: thread, don't block | Giuseppe Bilotta |
2007-08-29 | forecast plugin: thread, don't block | Giuseppe Bilotta |
2007-08-29 | Put the Irc attributes back where they belong | Giuseppe Bilotta |
2007-08-29 | Color codes and Irc.color(fg, bg) methods to ease color display | Giuseppe Bilotta |
2007-08-29 | ColorRx: accept a color specification with no foreground color | Giuseppe Bilotta |
2007-08-29 | Add Italic (\011) constant to complement Underline, Reverse and Bold | Giuseppe Bilotta |
2007-08-29 | HttpUtil: match /gzip/ regexp instead of exact (x-)gzip to survive nonconform... | Giuseppe Bilotta |
2007-08-29 | Flatten out Language module and class | Giuseppe Bilotta |
2007-08-29 | debugger plugin: fix computation of memory occupation differences. | Giuseppe Bilotta |
2007-08-29 | timers: get rid of useless data passing to timer actions. | Giuseppe Bilotta |
2007-08-28 | basics botmodule: use #to_s to stringify multiword parameters | Giuseppe Bilotta |
2007-08-28 | ircbot: improve quit/restart message propagation | Giuseppe Bilotta |
2007-08-28 | ircsocket: raise errors occurred while spooling so that bot is aware of them | Giuseppe Bilotta |
2007-08-28 | lart plugin: ensure that the lart/praise being added/removed is a string | Giuseppe Bilotta |
2007-08-28 | git/svn: check if our git rev corresponds to some svn rev | Giuseppe Bilotta |
2007-08-28 | rss plugin: fix watcher rescheduling broken in previous commit | Giuseppe Bilotta |
2007-08-27 | rss plugin: prevent deadlock between save and watcher threads. | Giuseppe Bilotta |
2007-08-27 | GetText: add Config.datadir-based locale search path. | Giuseppe Bilotta |
2007-08-27 | Language.from_locale now checks if the corresponding .lang file exist before ... | Giuseppe Bilotta |
2007-08-27 | rss plugin: uncoditionally renew the feed mutexes | Giuseppe Bilotta |
2007-08-27 | Call 'super' from the correct place in httputil | Giuseppe Bilotta |
2007-08-27 | Show the git version differently | Giuseppe Bilotta |
2007-08-27 | When running from a git repository, expose the current git revision | Giuseppe Bilotta |
2007-08-27 | Check if the SVN_DIR is actually a git dir, and change accordingly | Giuseppe Bilotta |
2007-08-26 | shiritori plugin: suppress warning | Giuseppe Bilotta |
2007-08-26 | Only use locale functions when GetText was loaded | Giuseppe Bilotta |
2007-08-26 | Call 'super' method from #cleanup() in core modules too | Giuseppe Bilotta |
2007-08-26 | Call 'super' method from #cleanup() in all plugins | Giuseppe Bilotta |
2007-08-26 | Report plugin loading failues as errors, not as warnings | Giuseppe Bilotta |