1
0
Fork
You've already forked andalso
0
Talk to another user over TCP/IP
  • C++ 80.4%
  • Scheme 10.3%
  • CMake 9.3%
2026年03月30日 07:06:42 +05:00
include First commit 2026年03月30日 06:25:04 +05:00
src First commit 2026年03月30日 06:25:04 +05:00
.clang-format First commit 2026年03月30日 06:25:04 +05:00
.clangd First commit 2026年03月30日 06:25:04 +05:00
.gitignore Guix build and environment setup 2026年03月30日 07:06:18 +05:00
CMakeLists.txt Guix build and environment setup 2026年03月30日 07:06:18 +05:00
COPYING First commit 2026年03月30日 06:25:04 +05:00
guix.scm Guix build and environment setup 2026年03月30日 07:06:18 +05:00
README.md Add README 2026年03月30日 07:06:42 +05:00

andalso

BSD talk(1) but more (WIP).

Installing

guix package -f guix.scm

Building

Guix

The following command will set up the build environment.

guix shell

CMake

Once the necessary tools are installed, run the following in the project root.

cmake -B build
cmake --build build

TODO

In priority order:

  • Separate curses windows for local and remote users
  • Public key exchange and encryption with a mediator server in the middle (OMEMO key exchange is a good starting point)
  • Logging and tests
  • More C++ and less C
  • Source TODOs and REVIEWs