about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-09-18 21:39:15 -0400
committerJune McEnroe <june@causal.agency>2022-09-18 21:39:47 -0400
commit77b680e931a0cb3e7a5a3b1d7c67483d420de526 (patch)
tree0ceddbe7ff9ca56fddee7bdd3fabf7322f3daca1
parentUse one MANS variable in Makefile (diff)
downloadcatsit-master.tar.gz
catsit-master.zip
Make all copyrights and AUTHORS consistent HEAD master
-rw-r--r--catsit-timer.12
-rw-r--r--catsit-timer.c2
-rw-r--r--catsit-watch.12
-rw-r--r--catsit-watch.c2
-rw-r--r--catsit.82
-rw-r--r--catsit.conf.52
-rw-r--r--catsitd.82
-rw-r--r--daemon.c2
-rw-r--r--daemon.h2
-rw-r--r--service.c2
10 files changed, 10 insertions, 10 deletions
diff --git a/catsit-timer.1 b/catsit-timer.1
index 9ad8956..53f6024 100644
--- a/catsit-timer.1
+++ b/catsit-timer.1
@@ -59,4 +59,4 @@ exits with the same status.
 .Xr catsitd 8
 .
 .Sh AUTHORS
-.An June Bug Aq Mt june@causal.agency
+.An June McEnroe Aq Mt june@causal.agency
diff --git a/catsit-timer.c b/catsit-timer.c
index 2869311..1f754c3 100644
--- a/catsit-timer.c
+++ b/catsit-timer.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021  C. McEnroe <june@causal.agency>
+/* Copyright (C) 2021  June McEnroe <june@causal.agency>
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as published by
diff --git a/catsit-watch.1 b/catsit-watch.1
index 5e97bdd..b5ccccd 100644
--- a/catsit-watch.1
+++ b/catsit-watch.1
@@ -61,4 +61,4 @@ exits with the same status.
 .Xr catsitd 8
 .
 .Sh AUTHORS
-.An June Bug Aq Mt june@causal.agency
+.An June McEnroe Aq Mt june@causal.agency
diff --git a/catsit-watch.c b/catsit-watch.c
index 096449b..1bee8cf 100644
--- a/catsit-watch.c
+++ b/catsit-watch.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021  C. McEnroe <june@causal.agency>
+/* Copyright (C) 2021  June McEnroe <june@causal.agency>
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as published by
diff --git a/catsit.8 b/catsit.8
index 10cfbc7..e52b188 100644
--- a/catsit.8
+++ b/catsit.8
@@ -124,4 +124,4 @@ catsit INFO 'pounce/*'
 .Xr catsitd 8
 .
 .Sh AUTHORS
-.An June Bug Aq Mt june@causal.agency
+.An June McEnroe Aq Mt june@causal.agency
diff --git a/catsit.conf.5 b/catsit.conf.5
index 77b4235..e9de2ce 100644
--- a/catsit.conf.5
+++ b/catsit.conf.5
@@ -96,4 +96,4 @@ pounce/libera	pounce ${0#*/}.conf
 .Xr catsitd 8
 .
 .Sh AUTHORS
-.An June Bug Aq Mt june@causal.agency
+.An June McEnroe Aq Mt june@causal.agency
diff --git a/catsitd.8 b/catsitd.8
index fa1e67a..aaedbf0 100644
--- a/catsitd.8
+++ b/catsitd.8
@@ -223,4 +223,4 @@ used for service control.
 .Xr catsit 8
 .
 .Sh AUTHORS
-.An June Bug Aq Mt june@causal.agency
+.An June McEnroe Aq Mt june@causal.agency
diff --git a/daemon.c b/daemon.c
index 0086a3d..736fd08 100644
--- a/daemon.c
+++ b/daemon.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2020  C. McEnroe <june@causal.agency>
+/* Copyright (C) 2020  June McEnroe <june@causal.agency>
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as published by
diff --git a/daemon.h b/daemon.h
index fb58088..b68c51c 100644
--- a/daemon.h
+++ b/daemon.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2020  C. McEnroe <june@causal.agency>
+/* Copyright (C) 2020  June McEnroe <june@causal.agency>
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as published by
diff --git a/service.c b/service.c
index 5b1d620..2406175 100644
--- a/service.c
+++ b/service.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2020  C. McEnroe <june@causal.agency>
+/* Copyright (C) 2020  June McEnroe <june@causal.agency>
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as published by
ade.c?id=2f1db2d67ab40f8a72513935bf00710427568242&follow=1'>Factor out common parts of downgrade messagesJune McEnroe Also bump the message cap to 1024 because that is ostensibly useful for replying to older messages. 2021-09-14Add downgrade IRC botJune McEnroe 2021-09-14Sort by title if authors matchJune McEnroe There are probably better things to sort by but title definitely always exists. 2021-09-13Swap-remove tags as they're foundJune McEnroe This makes it even faster. From ~1s on a sqlite3.c amalgamation to ~0.85s. 2021-09-12Replace htagml regex with strncmpJune McEnroe Since ctags only ever produces regular expressions of the form /^re$/ or /^re/ with no other special characters, instead unescape the pattern and simply use strncmp. Running on a sqlite3.c amalgamation, the regex version takes ~37s while the strncmp version takes ~1s, producing identical output. Big win! 2021-09-11Also defer printing comment for lone close-parensJune McEnroe 2021-09-10Publish "git-comment"June McEnroe 2021-09-10Add git comment --pretty optionJune McEnroe 2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe This fixes badly indented comments. 2021-09-08Up default min-repeat to 30 linesJune McEnroe 2021-09-08Handle dirty lines in git-commentJune McEnroe 2021-09-08Document and install git-commentJune McEnroe 2021-09-08Add repeat and all options to git-commentJune McEnroe 2021-09-08Add group threshold to git-commentJune McEnroe