comparison CHANGES.md @ 850:688f28dd3241

irccd: remove short options, closes #1673 While here, use a brand new home made option parsing.
author David Demelier <markand@malikania.fr>
date Tue, 16 Jul 2019 20:49:36 +0200
parents 800b025f9842
children eac2cc421f49
comparison
equal deleted inserted replaced
849:64f8f82ab110 850:688f28dd3241
6 6
7 irccd: 7 irccd:
8 8
9 - New sections `[paths]` and `[paths.plugin]` have been added to control 9 - New sections `[paths]` and `[paths.plugin]` have been added to control
10 standard paths for both irccd and plugins (#611), 10 standard paths for both irccd and plugins (#611),
11 - If Mercurial is found, the version is bundled in `irccd --version`,
12 - Irccd no longer supports uid, gid, pid and daemon features (#846), 11 - Irccd no longer supports uid, gid, pid and daemon features (#846),
13 - Sections `[identity]` and `[server]` have been merged (#905), 12 - Sections `[identity]` and `[server]` have been merged (#905),
14 - Local transports support SSL (#939), 13 - Local transports support SSL (#939),
15 - The origin in rule is now first class value (#947), 14 - The origin in rule is now first class value (#947),
16 - New option `ipv4` in `[transport]` (#945), 15 - New option `ipv4` in `[transport]` (#945),
48 (#594), (#595), (#681), (#697), 47 (#594), (#595), (#681), (#697),
49 - The libircclient has been replaced by a simple homemade library (#581). 48 - The libircclient has been replaced by a simple homemade library (#581).
50 49
51 misc: 50 misc:
52 51
53 - The documentation is in pure manual pages now (#1674). 52 - The documentation is in pure manual pages now (#1674),
53 - All command line options are now in short form only (#1673).
54 54
55 plugins: 55 plugins:
56 56
57 - Introduce brand new joke plugin (#609), 57 - Introduce brand new joke plugin (#609),
58 - Introduce brand new tictactoe plugin (#393), 58 - Introduce brand new tictactoe plugin (#393),