Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/runxiyu/mtafk
[MIRROR] Minimal Minetest AFK client by Test_User
https://github.com/runxiyu/mtafk
minetest
Last synced: about 1 month ago
JSON representation
[MIRROR] Minimal Minetest AFK client by Test_User
- Host: GitHub
- URL: https://github.com/runxiyu/mtafk
- Owner: runxiyu
- License: lgpl-3.0
- Created: 2024-07-08T01:48:40.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-08-17T22:17:14.000Z (3 months ago)
- Last Synced: 2024-09-27T08:41:46.906Z (about 2 months ago)
- Topics: minetest
- Language: C
- Homepage: https://codeberg.org/runxiyu/mtafk
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mtafk, a Minetest AFK client
## Usage
```sh
passvar=supersecretpassword ./mtafk minetest.example.org 30000 myusername passvar
```The password must be passed as an environment variable so it won't appear on
the process list, which is important when running on multiuser systems.## Licensing
* The entire project may be used under the terms of GNU LGPL v3 or later.
* The SRP implementation by est31 is licensed under the MIT/Expat license
* The main client loop and networking code by celeron55, taken from Minetest
and modified by hax, is licensed GNU LGPL v2.1 or later.
* The sha256 implementation, taken from the OpenSSL project, is licensed
under the OpenSSL license.
* The small version of the GNU GMP (big numbers) library is taken from the
GNU project, licensed under GNU LGPL v3 or later.