summarylogtreecommitdiffstats
path: root/path.patch
diff options
context:
space:
mode:
authorJason Papakostas2019-11-20 07:20:55 -0600
committerJason Papakostas2019-11-20 07:23:49 -0600
commit396d8707f262b731ee03cd3e5ac7aa0953cdae07 (patch)
tree30ecc15b2b6e5b641fdfb9717c4a974eb4d60120 /path.patch
parentf2e47695a5e5206595e5f0e5ca27a31b23bcd737 (diff)
downloadaur-396d8707f262b731ee03cd3e5ac7aa0953cdae07.tar.gz
upstream v1.2.0 released
default motd is now included
Diffstat (limited to 'path.patch')
-rw-r--r--path.patch30
1 files changed, 15 insertions, 15 deletions
diff --git a/path.patch b/path.patch
index 492ca5fc3c87..f987522f05d8 100644
--- a/path.patch
+++ b/path.patch
@@ -1,19 +1,19 @@
diff --git a/oragono.yaml b/oragono.yaml
-index 6c5aa75..eed4991 100644
+index d671673..6eddf66 100644
--- a/oragono.yaml
+++ b/oragono.yaml
-@@ -23,8 +23,8 @@ server:
- tls-listeners:
- # listener on ":6697"
+@@ -28,8 +28,8 @@ server:
+ # The standard SSL/TLS port for IRC is 6697. This will listen on all interfaces:
":6697":
-- key: tls.key
-- cert: tls.crt
-+ key: /var/lib/oragono/tls.key
-+ cert: /var/lib/oragono/tls.crt
+ tls:
+- key: tls.key
+- cert: tls.crt
++ key: /var/lib/oragono/tls.key
++ cert: /var/lib/oragono/tls.crt
- # strict transport security, to get clients to automagically use TLS
- sts:
-@@ -54,7 +54,7 @@ server:
+ # Example of a Unix domain socket for proxying:
+ # "/tmp/oragono_sock":
+@@ -90,7 +90,7 @@ server:
# motd filename
# if you change the motd, you should move it to ircd.motd
@@ -22,16 +22,16 @@ index 6c5aa75..eed4991 100644
# motd formatting codes
# if this is true, the motd is escaped using formatting codes like $c, $b, and $i
-@@ -340,7 +340,7 @@ debug:
+@@ -509,7 +509,7 @@ debug:
# datastore configuration
datastore:
# path to the datastore
- path: ircd.db
+ path: /var/lib/oragono/ircd.db
- # languages config
- languages:
-@@ -352,7 +352,7 @@ languages:
+ # if the database schema requires an upgrade, `autoupgrade` will attempt to
+ # perform it automatically on startup. the database will be backed
+@@ -526,7 +526,7 @@ languages:
default: en
# which directory contains our language files