ratox

FIFO based tox client
git clone git://git.2f30.org/ratox
Log | Files | Refs | README | LICENSE

commit edf96a7ce3c34448be3250ad0a0137f7ab951ca8
parent 051049f76fe93f25222fe1a58f3f7a2ce08f9532
Author: sin <sin@2f30.org>
Date:   Fri, 24 Oct 2014 14:21:12 +0100

Rename .ratox.data to .ratox.tox to comply with STS

https://github.com/Tox/Tox-STS/blob/master/STS.md

Diffstat:
Mconfig.def.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.def.h b/config.def.h @@ -1,5 +1,5 @@ /* See LICENSE file for copyright and license details. */ -#define DATAFILE ".ratox.data" +#define DATAFILE ".ratox.tox" /* connection delay in seconds */ #define CONNECTDELAY 3 /* ringing delay in seconds */