summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Don't log (most) other events from ##crawl.Neil Moore2012-07-081-6/+18
| | | | | | Only nick changes and topic changes are now logged from non-primary channels; the former because the API gives no no other choice, and the latter because it might be nice to see them.
* Reside in ##crawl, too (but don't log it just yet).Neil Moore2012-07-082-2/+3
|
* Be more careful about matching day headers.Neil Moore2012-06-271-1/+1
|
* Whitespace fixes.Neil Moore2012-06-272-45/+43
|
* Format per-day headers in search results.Neil Moore2012-06-271-1/+5
|
* Add log viewing apparatus to git.Neil Moore2012-06-273-0/+161
|
* Include gitorious URL in the output of %git.Neil Moore2012-06-121-2/+3
| | | | Also, disable commit notification again.
* Correct grammar.Neil Moore2012-05-041-2/+4
|
* Whitespace fixes.Neil Moore2012-05-041-17/+17
|
* Re-enable commit announcements.Neil Moore2012-05-041-15/+23
| | | | And change the format slightly.
* Parse monster output as UTF-8.Neil Moore2012-04-301-0/+1
|
* Capture and output monster's stderr as well.Neil Moore2012-04-061-1/+6
| | | | This should make it easier to identify bugs in monster.
* Specify max message length.Neil Moore2012-04-061-0/+6
| | | | | | This requires a patched Bot::BasicBot, but should avoid splitting messages quite as often. The new limit of 410 bytes should leave plenty of room (102 bytes) for the channel name etc.
* Support %? (monster-stable) in addition to %? (monster-trunk).Neil Moore2012-03-141-4/+8
|
* Display errors from monster-trunk.Neil Moore2012-03-141-1/+1
|
* Do not log replies to private messages, either.Neil Moore2012-01-071-1/+3
|
* Actually ignore private messages.Neil Moore2012-01-071-2/+2
|
* Do not log private messages.Neil Moore2012-01-071-1/+3
|
* Save cookies between login and requests.Neil Moore2012-01-041-2/+9
|
* Log in to the wiki before issuing the recent changes request.Neil Moore2012-01-041-2/+37
|
* Return undef after calling plugin methods.Neil Moore2012-01-031-0/+1
| | | | | | If not, newer versions of Bot::BasicBot will take a false-but-defined return value to indicate that another method should be called; this seems to result in the bot responding to joins.
* Plugin for %?? command, like gretell's @??.Neil Moore2012-01-021-0/+40
|
* Send responses to the correct channel/user, not everyone.Neil Moore2012-01-023-5/+11
|
* Add a %git command.Neil Moore2012-01-021-5/+39
|
* Add a %bug command.Neil Moore2012-01-021-0/+9
|
* Make bin/run executable.Neil Moore2012-01-021-0/+0
|
* Report only new branches, not commits.Neil Moore2012-01-021-16/+19
| | | | | CIA handles commit reporting fairly well as it is; but does not report new branches.
* Use gitorious repo rather than sourceforge.Neil Moore2012-01-021-1/+1
|
* Rename bot to Cheibriados.Neil Moore2012-01-021-1/+1
|
* last capture here shouldn't be greedyJesse Luehrs2010-02-151-1/+1
|
* cherry-picks might have the message in the subjectJesse Luehrs2010-02-151-1/+2
|
* tick already fetches at the beginningJesse Luehrs2010-02-151-4/+1
|
* a few more fixesJesse Luehrs2010-02-151-3/+4
|
* remove a debugging warnJesse Luehrs2010-02-151-1/+0
|
* minor fixes to the commit pluginJesse Luehrs2010-02-151-5/+8
|
* add a plugin for commit reportingJesse Luehrs2010-02-151-0/+101
|
* use an absolute path for the data directoryJesse Luehrs2010-02-151-1/+3
|
* oopsJesse Luehrs2010-02-121-1/+1
|
* better error handlingJesse Luehrs2010-02-122-5/+9
|
* bleh, nick_change uses a different arg formatJesse Luehrs2010-01-251-2/+3
|
* actually send ->sent to pluginsJesse Luehrs2010-01-251-1/+1
|
* some todo commentsJesse Luehrs2010-01-251-0/+3
|
* also log messages sent by the botJesse Luehrs2010-01-253-0/+10
|
* add logging pluginJesse Luehrs2010-01-241-0/+133
|
* forward along most other informational methods to pluginsJesse Luehrs2010-01-242-1/+17
|
* use better nickJesse Luehrs2010-01-241-1/+1
|
* XML::RAI is dumbJesse Luehrs2009-11-302-5/+13
|
* whitespaceJesse Luehrs2009-11-301-0/+1
|
* further factor out the caching from the RSS roleJesse Luehrs2009-11-303-72/+88
|
* move debugging output back up to the top levelJesse Luehrs2009-11-301-0/+2
|