Actions
Errata-20161101-2 » History » Revision 1
Revision 1/4
| Next »
David Demelier, 11/01/2016 01:35 PM
Errata 20161101.1¶
Topic: Various problems in logger plugin
Category: Plugins
Corrected: 2.0.3 (or revision ??)
Affected versions: 2.0.0
Task: #506
Background¶
The logger pluggin can be used to log events from IRC in a file.
Problem¶
Various errors were found in the plugin:
- The documentation specifies a
file
parameter while the plugin usepath
(fixed tofile
like many plugins), - The documentation has incorrect formats (missing format- prefixes on parameters),
- The file is opened is not open in append mode.
Solution¶
Upgrade to a newer version if applicable or apply one of the following fixes:
Using Mercurial¶
If you don't have a local copy:
hg clone -u release-2.0 http://hg.malikania.fr/irccd
If you already have a local copy:
cd /path/to/irccd hg pull hg up release-2.0
And install new version of irccd.
Using patch¶
Download the following patch:
- http://releases.malikania.fr/irccd/errata/20161101.2.patch
- http://releases.malikania.fr/irccd/errata/20161101.2.patch.asc
Apply it:
cd /path/to/irccd/ patch -p1 < /path/to/20161101.1.patch
Updated by David Demelier over 6 years ago · 1 revisions