comparison 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
comparison
equal deleted inserted replaced
1024:11b75fdc84de 1025:49a126e8aed0
13 ----- 13 -----
14 14
15 - Irccd keeps track of nicknames in channels by capturing join/part/kick and 15 - Irccd keeps track of nicknames in channels by capturing join/part/kick and
16 mode changes. It is now more convenient from the plugins to quickly inspect if 16 mode changes. It is now more convenient from the plugins to quickly inspect if
17 someone is present on a channel. 17 someone is present on a channel.
18 - It is now possible to change uid/gid of the transport socket file. The file is
19 also created with permissions 664.
18 20
19 irccdctl 21 irccdctl
20 -------- 22 --------
21 23
22 - Commands `plugin-reload` and `plugin-unload` can be invoked without arguments. 24 - Commands `plugin-reload` and `plugin-unload` can be invoked without arguments.