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:xwintox [2015/07/31 18:56]
sagem add history
clients:xwintox [2020/05/22 17:15] (current)
skeleton1 added status
Line 1: Line 1:
 ======XwinTox====== ======XwinTox======
  
-**XwinTox** is an experimental Tox client, developed by [[https://github.com/IRIXUser|IRIXuser]]+**XwinTox** is an experimental Tox client, developed by [[https://github.com/JX7P|Sagem]]
  
-| Repository: | https://github.com/IRIXUser/XwinTox |+| Repository: | https://github.com/JX7P/XwinTox |
 | Maintainers: | [[wiki:user:sagem]] | | Maintainers: | [[wiki:user:sagem]] |
 | Language: | C, C++, Forth | | Language: | C, C++, Forth |
 | Graphical Toolkit: | [[http://www.fltk.org/index.php|FLTK]] | | Graphical Toolkit: | [[http://www.fltk.org/index.php|FLTK]] |
 | Operating Systems: | Illumos, FreeBSD, Linux, OS X | | Operating Systems: | Illumos, FreeBSD, Linux, OS X |
 +| Status:            | Dead                          |
  
 ===== History ===== ===== History =====
Line 15: Line 16:
 Later, Tox developers began discussing the necessity of a 'synchronisation' model for maintaining (at a minimum) one's contact list across several installations of Tox. IRIXuser prepared a whitepaper detailing one possible solution: a server which would act as a proxy to Tox, so to speak, multiple clients accessing it at separate times or even in parallel while the server facilitated their sharing of a single contacts list and connection model.  Later, Tox developers began discussing the necessity of a 'synchronisation' model for maintaining (at a minimum) one's contact list across several installations of Tox. IRIXuser prepared a whitepaper detailing one possible solution: a server which would act as a proxy to Tox, so to speak, multiple clients accessing it at separate times or even in parallel while the server facilitated their sharing of a single contacts list and connection model. 
  
-A year later, in 2015, IRIXuser began work to realise the design which the whitepaper had put forward. Development began on the 9th of June with the laying of groundwork for the unique process mode, where libToxCore communicaton was in a process other than that which hosted the GUI, and where SunRPC served as the method of the intercommunication between the two processes. +A year later, in 2015, Sagem began work to realise the design which the whitepaper had put forward. Development began on the 9th of June with the laying of groundwork for the unique process mode, where libToxCore communicaton was in a process other than that which hosted the GUI, and where SunRPC served as the method of the intercommunication between the two processes. 
  
 Just one week on from the project's inception, it became possible to send and receive messages and to send friend requests. On the 20th of June, XwinTox DR1 was released; a day later, DR2 was released, which added groupchat support. Just one week on from the project's inception, it became possible to send and receive messages and to send friend requests. On the 20th of June, XwinTox DR1 was released; a day later, DR2 was released, which added groupchat support.
Line 25: Line 26:
 ===== Features ===== ===== Features =====
  
-Features that are unique to your clientor make your client stand outshould go here+XwinTox primarily differentiates itself from other clients through these features: 
 +  * Modular design, seperating the Module Manager, libToxCore communication, and GUI. 
 +  * Extensive plugin interface, allowing any level of flexibility desired, with the ability to trade this for security. 
 +  * First-class library for developing XwinTox features safely in Forth. 
 +  * Clean C++ interface for C++ plugin development, as well as for export to languages which can bind against it, like Lua. 
 +  * Simple C API for exporting the XwinTox plugin interface to other languages. 
 +  * Generic, minimal, yet comprehensive design, with an emphasis on correctness, security, and idiomatic behaviour. 
 +  * POSIX platforms as first-class citizens, with support for other platforms on a best-effort basis. 
 +  * Clean and usable GUI written with the lightweight FLTK toolkit. 
 + 
 +These unique features aside, it offers support for standard Tox operations - chat, file-transfer, avatarsgroup-chatsand so on.
  
 ===== Installation ===== ===== Installation =====
  
-Installation instructions go here+XwinTox stable builds are published on its [[https://github.com/IRIXUser/XwinTox/releases|its releases page]].
  
 ===== Usage ===== ===== Usage =====
  
-Any usage information goes here+Stable builds include a script titled `run.sh` for running XwinTox. 
 + 
 +Unstable builds, available on Jenkins, are run with ../cmrun.sh from within the `bld` folder.
  
 ===== Other clients ===== ===== Other clients =====
  
 {{page>include:clients_others}} {{page>include:clients_others}}
Print/export