Added TODO list.

This commit is contained in:
Håvard Pettersson 2014-09-11 00:29:09 +02:00
parent 285903351b
commit 1c051cbc86

View File

@ -1,6 +1,6 @@
Tox-WeeChat Tox-WeeChat
=========== ===========
Tox-WeeChat is a C plugin for the [WeeChat][1] chat client that enables it to connect to the [Tox][2] network. It is functional, but very limited in features right now. Bug reports and suggestions are appreciated. Tox-WeeChat is a C plugin for the [WeeChat][1] chat client that enables it to connect to the [Tox][2] network. It is functional, but fairly limited in features for now. Bug reports and suggestions are appreciated.
[![Build Status](https://travis-ci.org/haavardp/tox-weechat.svg?branch=master)](https://travis-ci.org/haavardp/tox-weechat) [![Build Status](https://travis-ci.org/haavardp/tox-weechat.svg?branch=master)](https://travis-ci.org/haavardp/tox-weechat)
@ -27,6 +27,13 @@ In WeeChat, load the plugin: `/plugin load tox`. In cases where WeeChat can't fi
A list of commands is available with `/help -list tox`. A list of commands is available with `/help -list tox`.
TODO
----
- [ ] Support multiple identities (in progress)
- [ ] Preserve friend requests when closing
- [ ] Group chats
- [ ] Polish and reach a "stable" release
License License
--------- ---------
Tox-WeeChat is licensed under the MIT license. For more information, see the LICENSE file. Tox-WeeChat is licensed under the MIT license. For more information, see the LICENSE file.