htalkat: Haskell client and server for talkat (Talk Across TLS)
Building from source
Install the haskell package manager cabal, and the ncurses library and headers;
e.g. on a debian system:
Then in the htalkat directory, run:
The resulting binary will be installed by default as `~/.cabal/bin/htalkat`.
Compile-time options
- `cabal install -f -curses`: compile without curses; a very simple dumb client is used instead.
Basic usage
Configuration
After first run, you can edit ~/.htalkat/htalkat.conf for general configuration options, and ~/.htalkat/notify.sh to set how the server notifies you of incoming connections.
Portability
htalkat was written with POSIX systems in mind, and has only been tested on them, but it may also be possible to compile and run it on Windows. Please let me know if you try.
-- mbays@sdf.org