summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* optionally mirror the checkout to another repositoryHEADmasterJesse Luehrs2014-08-171-0/+11
|
* Commit: handle zero insertions/etc as well.Neil Moore2014-07-141-1/+1
|
* Commit: handle only one insertion/deletion/file changed.Neil Moore2014-07-141-3/+3
|
* Colour mantis links pink, remove <> (ChangeAj)Neil Moore2014-06-141-2/+2
|
* Revert "Abbreviate cherry-picks by default again"Neil Moore2014-06-061-1/+1
| | | | | | | Now I remember why this was enabled: so that people know what fixes are being pulled into the stable version without having to query that branch. This reverts commit 9f3ef72f1a1baffa2ec8d70899a19eaece02a0d6.
* Abbreviate cherry-picks by default againNeil Moore2014-04-041-1/+1
|
* Actually fix "and 1 more commits".Neil Moore2014-02-131-3/+4
|
* Don't add a stray "r" before untagged commit hashesNeil Moore2013-12-261-10/+21
|
* Include committer when it differs from author.Neil Moore2013-07-311-14/+28
|
* Add a %help/%source command with links to source.Neil Moore2013-07-091-0/+25
| | | | Including source for monster and crawl itself, for AGPL compliance.
* New %branch command.Neil Moore2013-06-251-4/+12
|
* Announce only playable branches in ##crawl.Neil Moore2013-06-251-3/+16
|
* Add say_main method to say something in the main channel only.Neil Moore2013-06-252-1/+10
|
* Log viewer: display join/part noise in faint grey.Neil Moore2013-06-051-0/+3
|
* Use s-z.org gitweb for commit links.Neil Moore2013-05-301-2/+8
|
* Tick more frequently, but don't do stuff on every tick.Neil Moore2013-05-301-1/+17
| | | | | | Tick every five seconds. When we get a tick we check for the existence of a "poke" file that tells us to update. If that exists, or the number of unhandled ticks is greater than 60, then run the plugins.
* Colour commit queries differently from announcments.Neil Moore2013-05-301-1/+2
|
* Don't start monster query responses with !%@. etc.Neil Moore2013-05-291-0/+1
|
* Improve debugging messages.Neil Moore2013-03-181-4/+7
|
* Improve formatting of Mantis links (SamB).Neil Moore2013-03-121-1/+1
|
* Avoid a useless (and ungrammatical) "... and 1 more commits" message.Neil Moore2013-01-301-2/+7
| | | | | | | Printing that message is in many ways just as spammy as going ahead and printing the last commit. This means it's possible to go over announce_limit by one commit, but the total number of messages in one batch is still at most announce_limit + 1.
* Add some debugging messages.Neil Moore2012-12-122-1/+8
|
* 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
|
* Search logs in reverse chronological order.Neil Moore2012-09-101-1/+1
| | | | | Within a given log file, matches are still displayed in chronological order.
* 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.
* Mention botness in ircname.Neil Moore2012-07-121-0/+1
|
* 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.