znc: add advanced playback module 3508/head
authorKevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
Sat, 12 Nov 2016 20:35:39 +0000 (20:35 +0000)
committerKevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
Sun, 13 Nov 2016 09:11:43 +0000 (09:11 +0000)
commit8de1538419e27bad0b8a5954774bee1415484120
treecea7e945c25c3e8c61c232f318d546f00c684046
parent325c2ebbf8b8ea182d5414f0b5ca02492d1cf0bc
znc: add advanced playback module

The advanced playback module makes it possible for IRC clients to avoid
undesired repetitive buffer playback. IRC clients may request the module
to send a partial buffer playback starting from and ending to a certain
point of time.

Particularly useful with (supporting) mobile clients such as Mutter,
Colloquy & others.

Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
---

Unfortunately playback.cpp is not included as part of the standard ZNC
modules and so has been added as a patch.
net/znc/Makefile
net/znc/patches/110-add-playback-module.patch [new file with mode: 0644]