| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-04-18 | added blowfish pluginHEADmaster | allo | 1 | -0/+157 |
| 2012-04-18 | callbacks with priorities | allo | 2 | -13/+51 |
| 2012-04-18 | style fixes | allo | 1 | -3/+2 |
| 2012-04-18 | fixed reconnecting | allo | 1 | -1/+1 |
| 2012-04-12 | Quick fixed controlTCPMod | cato | 1 | -29/+46 |
| 2012-04-12 | Merge branch 'master' of git+ssh://git.otfbot.org:2066/otfbot/otfbot | cato | 6 | -55/+143 |
| 2012-04-12 | Fixed control service | cato | 1 | -5/+8 |
| 2012-04-06 | checkbox plugin | allo | 1 | -0/+49 |
| 2012-01-07 | munin plugin for active users | allo | 1 | -0/+16 |
| 2012-01-07 | get number of active users | allo | 2 | -5/+20 |
| 2012-01-02 | without timediff, we can get results even with one line in 5 minutes. | allo | 1 | -2/+0 |
| 2011-12-31 | divide by 5 minutes, even when some of them have no lines at all, because thi... | allo | 1 | -5/+3 |
| 2011-12-30 | fix for new_timestamp | allo | 1 | -0/+1 |
| 2011-12-30 | fix for when there is inactivity | allo | 1 | -3/+9 |
| 2011-12-30 | length of lines per channel | allo | 1 | -1/+1 |
| 2011-12-30 | logic error, timediff is seconds from oldest to newest already | allo | 1 | -1/+1 |
| 2011-12-30 | new LPM calculation, fixes FS#110 | allo | 1 | -22/+15 |
| 2011-12-27 | fixed webserver count plugin and the munin-scripts | allo | 3 | -25/+30 |
| 2011-10-21 | http://whatthecommit.com/ quotesource | allo | 1 | -8/+15 |
| 2011-08-29 | Merge branch 'master' of git.otfbot.org:otfbot | cato | 3 | -8/+15 |
| 2011-08-29 | Hack to support exchanging messages via amqp | cato | 2 | -0/+1120 |
| 2011-08-25 | encoding error in remind.py fixed. using unicode() now | allo | 1 | -2/+2 |
| 2011-08-24 | better error handling while importing plugins | allo | 1 | -4/+11 |
| 2011-08-24 | Merge branch 'master' of http://git.otfbot.org/otfbot | allo | 1 | -3/+6 |
| 2011-08-24 | README updated for url.py dependency | allo | 1 | -2/+2 |
| 2011-08-19 | Added setting for choosing the host for a ircClient connection | cato | 1 | -3/+6 |
| 2011-08-13 | Merge branch 'master' of http://git.otfbot.org/otfbot | allo | 1 | -0/+9 |
| 2011-08-13 | module_depends in Meta-Class. Meta-classes added to many plugins | allo | 8 | -2/+29 |
| 2011-08-08 | readded error callback, but only logging to bot-log on auto execution | allo | 1 | -0/+9 |
| 2011-08-06 | do not post errors for auto-collected urls + more simple url regex | allo | 1 | -9/+13 |
| 2011-07-29 | catch IndexError because the modes list is incomplete | allo | 1 | -1/+3 |
| 2011-07-24 | Merge branch 'master' of http://git.otfbot.org/otfbot | allo | 1 | -4/+6 |
| 2011-07-24 | catch exception if the config is invalid (i.e. empty) | allo | 1 | -0/+4 |
| 2011-07-05 | return the plugin instance, not None | allo | 1 | -1/+1 |
| 2011-07-05 | start plugins, which are loaded at runtime | allo | 1 | -2/+4 |
| 2011-07-05 | no set_default on pluginsDisabled | allo | 1 | -2/+2 |
| 2011-05-15 | comments update | allo | 1 | -6/+20 |
| 2011-05-15 | avoid the variable-name "str" | allo | 1 | -4/+4 |
| 2011-05-08 | no threaded logging | allo | 1 | -72/+25 |
| 2011-04-24 | Merge branch 'master' of http://git.otfbot.org/otfbot | allo | 3 | -14/+32 |
| 2011-04-24 | check for None, as 0 is false for if-statements | allo | 1 | -1/+1 |
| 2011-04-24 | more useful decorator error-message | allo | 1 | -1/+1 |
| 2011-04-24 | minor change: more general naming in pluginSupport | allo | 1 | -12/+12 |
| 2011-04-22 | startscript | allo | 1 | -0/+2 |
| 2011-04-22 | option to store plugin-data | allo | 1 | -0/+13 |
| 2011-04-22 | if (real)name is unknown, user.name is None | allo | 1 | -2/+5 |
| 2011-04-22 | new development version | allo | 1 | -2/+2 |
| 2011-04-22 | the debianpackage supports only python 2.6 and 2.7 | allo | 1 | -3/+3 |
| 2011-04-21 | postinst to create dropin.cache | allo | 1 | -0/+49 |
| 2011-04-15 | Fixes for last commit | cato | 2 | -6/+5 |