diff CHANGES.md @ 1025:49a126e8aed0

irccd: transport can now set an uid/gid
author David Demelier <markand@malikania.fr>
date Wed, 24 Feb 2021 09:38:02 +0100
parents d1ec9b99b580
children 6b4de5bff34e
line wrap: on
line diff
--- a/CHANGES.md	Tue Feb 23 20:57:37 2021 +0100
+++ b/CHANGES.md	Wed Feb 24 09:38:02 2021 +0100
@@ -15,6 +15,8 @@
 - Irccd keeps track of nicknames in channels by capturing join/part/kick and
   mode changes. It is now more convenient from the plugins to quickly inspect if
   someone is present on a channel.
+- It is now possible to change uid/gid of the transport socket file. The file is
+  also created with permissions 664.
 
 irccdctl
 --------