From 8de1538419e27bad0b8a5954774bee1415484120 Mon Sep 17 00:00:00 2001 From: Kevin Darbyshire-Bryant Date: Sat, 12 Nov 2016 20:35:39 +0000 Subject: 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 --- Unfortunately playback.cpp is not included as part of the standard ZNC modules and so has been added as a patch. --- net/znc/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'net/znc/Makefile') diff --git a/net/znc/Makefile b/net/znc/Makefile index 4fa31c468..d541e9867 100644 --- a/net/znc/Makefile +++ b/net/znc/Makefile @@ -236,6 +236,9 @@ $(eval $(call module,partyline,Allows ZNC users to join internal channels and \ $(eval $(call module,perform,Performs commands on connect.)) +$(eval $(call module,playback,Avoid repetitive playback buffers on re-connect \ + with supported clients (e.g. mutter, colluquy))) + $(eval $(call module,q,Auths you with Q (and a little more).)) $(eval $(call module,raw,View all of the raw traffic.)) -- cgit v1.2.3