summaryrefslogtreecommitdiffstats
path: root/lib/Crawl/Bot
Commit message (Collapse)AuthorAgeFilesLines
* Actually log user quits.Neil Moore2012-07-081-3/+1
| | | | | Unfortunately, we can't easily track whether they were in the primary channel so this might be a little spammy.
* 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-081-1/+2
|
* 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.
* 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
|
* 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
|
* 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
|
* 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
|
* 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
|
* some todo commentsJesse Luehrs2010-01-251-0/+3
|
* also log messages sent by the botJesse Luehrs2010-01-252-0/+9
|
* add logging pluginJesse Luehrs2010-01-241-0/+133
|
* forward along most other informational methods to pluginsJesse Luehrs2010-01-241-1/+9
|
* 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
|
* Refactor the Mantis plugin into an RSS roleJesse Luehrs2009-11-302-87/+96
|
* handle rpc failure betterJesse Luehrs2009-11-301-0/+2
|
* oops, have to extend the plugin base classJesse Luehrs2009-11-301-0/+1
|
* make plugins a bit more flexibleJesse Luehrs2009-11-283-18/+21
|
* factor out broadcasting messages a bitJesse Luehrs2009-11-282-11/+5
|
* add code for checking the wiki for added pagesJesse Luehrs2009-11-281-0/+63
|
* factor out mantis-specific things into its own classJesse Luehrs2009-11-271-0/+116