Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
clients:ratox [2015/09/23 06:26]
cmotc [Installation] Added installation istructions
clients:ratox [2015/09/23 06:30] (current)
cmotc [debootstrap/chroot method(Debian, Ubuntu, etc only] fixed a typo I missed a second ago
Line 14: Line 14:
  
 ===== Features ===== ===== Features =====
-1 v 1 messaging: Yes + 
-File transfer: Yes +  * 1 v 1 messaging: Yes 
-Group chat: No +  File transfer: Yes 
-Audio: Yes +  Group chat: No 
-Video: No +  Audio: Yes 
-DNS discovery: No +  Video: No 
-Chat logs: Yes +  DNS discovery: No 
-Proxy support: Yes +  Chat logs: Yes 
-Offline message: Yes +  Proxy support: Yes 
-Offline transfers: Yes +  Offline message: Yes 
-Contact aliases: No +  Offline transfers: Yes 
-Contact blocking: No +  Contact aliases: No 
-Save file encryption: Yes +  Contact blocking: No 
-Multilingual: No +  Save file encryption: Yes 
-Multiprofile: Yes +  Multilingual: No 
-Typing notification: No +  Multiprofile: Yes 
-Audio notifications: No +  Typing notification: No 
-Emoticons: No +  Audio notifications: No 
-Spell check: No +  Emoticons: No 
-Desktop sharing: No +  Spell check: No 
-Inline images: No +  Desktop sharing: No 
-File resuming: No +  Inline images: No 
-Read receipts: No +  File resuming: No 
-Message splitting: Yes +  Read receipts: No 
-Changing nospam: Yes +  Message splitting: Yes 
-toxi URI: No+  Changing nospam: Yes 
 +  * tox URI: No
  
 NOTE: Some of these features are not intended to be developed NOTE: Some of these features are not intended to be developed
Line 49: Line 50:
 ratox has not been updated to use the new Tox API yet, and must be compiled against the old api, which is available here [[https://github.com/irungentoo/toxcore/releases/tag/api_old_version|here]] as a zip and as a tar.gz file. However, installing the old API alongside the contemporary API can be confusing and potentially cause conflicts. There are a few ways to work around this and get a binary of ratox running. ratox has not been updated to use the new Tox API yet, and must be compiled against the old api, which is available here [[https://github.com/irungentoo/toxcore/releases/tag/api_old_version|here]] as a zip and as a tar.gz file. However, installing the old API alongside the contemporary API can be confusing and potentially cause conflicts. There are a few ways to work around this and get a binary of ratox running.
  
-==== debootstrap/chroot method(Debian, Ubuntu, etc only ====+==== debootstrap/chroot method(Debian, Ubuntu, etc only====
  
 This one is time and space consuming, but it's also relatively easy and offers an environment in which you can continue to build against the old API for as long as it works. As of the time of this posting(2015/9/23), it's still possible to send messages between an official version of nTox from the Debian repo and a home-compiled version of ratox built in a chroot. This means that the old API still works, for now. For any fledgling programmers and admins new to the concept of a chroot, it's a way of using a directory on your computer as if it were your root filesystem, which allows you to install the dependencies you'll need to build ratox without interfering with your real root system.  This one is time and space consuming, but it's also relatively easy and offers an environment in which you can continue to build against the old API for as long as it works. As of the time of this posting(2015/9/23), it's still possible to send messages between an official version of nTox from the Debian repo and a home-compiled version of ratox built in a chroot. This means that the old API still works, for now. For any fledgling programmers and admins new to the concept of a chroot, it's a way of using a directory on your computer as if it were your root filesystem, which allows you to install the dependencies you'll need to build ratox without interfering with your real root system. 
Print/export