changeset 905:cbb6d7804c02 release-3.0

doc: add password examples, closes #2407
author David Demelier <markand@malikania.fr>
date Sun, 06 Oct 2019 09:14:18 +0200
parents 20b0f1e3f64e
children b831d9f48b0e
files CHANGES.md doc/examples/irccd.conf.sample doc/examples/irccdctl.conf.sample
diffstat 3 files changed, 16 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGES.md	Thu Sep 26 21:05:00 2019 +0200
+++ b/CHANGES.md	Sun Oct 06 09:14:18 2019 +0200
@@ -1,6 +1,12 @@
 IRC Client Daemon CHANGES
 =========================
 
+irccd 3.0.3 2019-10-06
+----------------------
+
+- Fix errors in irccdctl.conf example file (#2398),
+- Add example of password in irccdctl.conf and irccd.conf (#2407).
+
 irccd 3.0.2 2019-09-22
 ----------------------
 
--- a/doc/examples/irccd.conf.sample	Thu Sep 26 21:05:00 2019 +0200
+++ b/doc/examples/irccd.conf.sample	Sun Oct 06 09:14:18 2019 +0200
@@ -21,6 +21,11 @@
 #    sockets are supported. UNIX are used for file based sockets while internet
 #    bind to standard address plus a specific port.
 #
+# Common options:
+#
+# [transport]
+# password = "SuperPassword"    # (string) a password (Optional, default: empty),
+#
 # For internet sockets:
 #
 # [transport]
--- a/doc/examples/irccdctl.conf.sample	Thu Sep 26 21:05:00 2019 +0200
+++ b/doc/examples/irccdctl.conf.sample	Sun Oct 06 09:14:18 2019 +0200
@@ -13,6 +13,11 @@
 # Section connect:
 #    This section is used to connect to a irccd transport.
 #
+# Common options:
+#
+# [connect]
+# password = "SuperPassword"    # (string) a password (Optional, default: empty),
+#
 # For internet sockets:
 #
 # [connect]