https://github.com/markwinter/messagerelay
Tox Message Relay
https://github.com/markwinter/messagerelay
Last synced: 11 months ago
JSON representation
Tox Message Relay
- Host: GitHub
- URL: https://github.com/markwinter/messagerelay
- Owner: markwinter
- License: gpl-3.0
- Created: 2015-02-03T00:31:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-10-31T16:56:19.000Z (over 9 years ago)
- Last Synced: 2024-12-06T20:24:34.380Z (over 1 year ago)
- Language: C
- Size: 35.2 KB
- Stars: 33
- Watchers: 8
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Message Relay for Tox
Forwards all incoming messages to another Tox address, storing any messages when you're offline.
Currently only allows for forwaring to a single address.
Can toggle the relay to only store messages for when you're offline as opposed to actively relaying messages when you're online as well.
## Installation
To install on Debian:
apt-get install build-essential libncurses5-dev libsodium-dev
make
make install
## Commands
/help - Prints this message
/id - Print the tox ID of this relay
/name - Sets your name
/addfriend - Adds Tox id as a friend
/addrelay - Adds Tox id as message destination (and as a friend)
/offlineonly <1|0> - 1 will cause the relay to only store messages. Default 0
/clear - Clears the screen
/quit - Exits the relay client