summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Allow disabling polling in the Mantis plugin.Neil Moore2012-12-121-0/+7
|
* Upgrade some CDO URIs to https.Neil Moore2012-12-092-2/+2
| | | | Since they redirect to https anyway.
* Disable wiki plugin by default.Neil Moore2012-12-091-0/+7
| | | | Since it didn't work.
* Link to git.develz.org mirror rather than gitorious.Neil Moore2012-11-071-2/+2
| | | | | The gitorious UI refuses to display sufficiently large commits, rather than doing the reasonable thing and degrading to a non-javascript UI.
* Announce commits in reverse order (oldest first).Neil Moore2012-11-071-1/+1
|
* Correctly report new branches.Neil Moore2012-10-261-1/+2
|
* Actually stop at the announce limit...Neil Moore2012-10-111-0/+1
|
* Limit commit announcements.Neil Moore2012-10-111-0/+10
| | | | Announce at most ten commits per update (number is tunable).
* Colour commit announcements.Neil Moore2012-10-111-8/+78
|
* Revert "Disable commit announcements."Neil Moore2012-10-091-1/+1
| | | | | | By popular demand... This reverts commit 29dbdebc5c551ea93f0b88d0f427c349a1db1f37.
* Disable commit announcements.Neil Moore2012-10-051-1/+1
| | | | | | | | Somehow gitorious temporarily gave us a week-old master branch; the following update to normalcy caused over a hundred commits to be announced. This reverts commit e1163ac6aa2bcc324e44e340391bbdbe4fdca6c2.
* Do announce commits to master.Neil Moore2012-10-031-1/+3
|
* Do not announce branch commits merged from master.Neil Moore2012-10-031-1/+1
|
* Re-enable commit announcements.Neil Moore2012-10-021-1/+1
| | | | Since CIA.vc is gone :(
* Support "%0.10?monster" to query a particular version.Neil Moore2012-09-161-4/+4
|
* Re-include the branch in version announcements.Neil Moore2012-08-201-1/+1
|
* Use more detailed format for commit announcements.Neil Moore2012-08-191-2/+11
|
* Whitespace fix.Neil Moore2012-08-191-1/+1
|
* Add a new %puppet command.Neil Moore2012-08-012-1/+45
| | | | | | | | | | | Usable only by someone on the list of admin nicks (currently, me). Usage is: %pup I will say this in the primary channel (##crawl-dev) %pupe will emote this in the primary channel %pupa I will say this in all channels %pupae will emote this in all channels %pup ##crawl I will say this in the single named channel %pupe ##crawl will emote this in the single named channel
* Include "git describe" version string in %git output.Neil Moore2012-07-251-1/+12
|
* Handle UTF-8 commit messages properly.Neil Moore2012-07-141-1/+1
|
* Remove easter eggs.Neil Moore2012-07-121-25/+0
| | | | | | | Not entirely unexpectedly, they stop being funny after a while. This reverts commit ddba2facafd2a229d34f8502b08b283d2e41bb5f. This reverts commit 02e11ad7483c5d43b1cc9c788e81a9cf69d4b2b5.
* More easter eggs.Neil Moore2012-07-091-1/+17
|
* Whitespace fixes.Neil Moore2012-07-083-9/+8
|
* An easter egg for Chei players in ##crawl.Neil Moore2012-07-081-0/+9
|
* 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.
* 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
|
* 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
|