toxygen/README.md

53 lines
1.1 KiB
Markdown
Raw Normal View History

2016-03-16 16:06:15 +00:00
# Toxygen
2016-04-24 11:09:29 +00:00
Toxygen is simple [Tox](https://tox.chat/) client written on pure Python
2016-03-16 16:06:15 +00:00
### [How to install](/docs/install.md)
2016-04-27 18:10:53 +00:00
### [Contributing](/docs/contributing.md)
2016-03-16 16:06:15 +00:00
# Supported OS:
- Windows
- Linux
2016-03-29 18:19:29 +00:00
2016-03-16 16:06:15 +00:00
###Features
- [x] 1v1 messages
2016-04-27 18:10:53 +00:00
- [x] File transfers
- [x] Audio
2016-03-16 16:06:15 +00:00
- [x] Chat history
- [x] Name lookups (TOX DNS 4 support)
- [x] Profile import/export
2016-04-27 18:10:53 +00:00
- [x] Inline images
2016-03-16 16:06:15 +00:00
- [x] Message splitting
- [x] Proxy support
2016-03-29 18:15:12 +00:00
- [x] Avatars
2016-04-04 12:05:06 +00:00
- [x] Multiprofile
- [x] Multilingual
2016-04-10 12:27:35 +00:00
- [x] Sound notifications
2016-04-27 18:10:53 +00:00
- [x] Contact aliases
- [x] Contact blocking
- [x] Typing notifications
- [x] Changing nospam
2016-04-05 17:42:28 +00:00
- [ ] Video
- [ ] Save file encryption
2016-04-10 12:27:35 +00:00
- [ ] File resuming
2016-04-24 11:09:29 +00:00
- [ ] Plugins support
2016-04-05 17:42:28 +00:00
- [ ] Group chats
- [ ] Read receipts
- [ ] Faux offline messaging
- [ ] Desktop sharing
2016-03-16 16:06:15 +00:00
###Downloads
[Download last stable version](https://github.com/xveduk/toxygen/archive/master.zip)
2016-04-13 21:46:28 +00:00
2016-04-05 17:42:28 +00:00
[Download develop version](https://github.com/xveduk/toxygen/archive/develop.zip)
2016-03-16 16:06:15 +00:00
2016-04-24 11:09:29 +00:00
[Releases](https://github.com/xveduk/toxygen/releases)
2016-03-29 18:19:29 +00:00
###Screenshots
2016-03-30 21:23:10 +00:00
*Toxygen running on Ubuntu and Windows*
![Ubuntu](/docs/ubuntu.png)
![Windows](/docs/windows.png)
2016-03-29 18:19:29 +00:00
2016-03-16 16:06:15 +00:00
###Docs
[Check /docs/ for more info](/docs/)