2003-09-27 10:01:11 +00:00
|
|
|
WeeChat - Wee Enhanced Environment for Chat
|
|
|
|
===========================================
|
|
|
|
|
2005-06-28 08:33:13 +00:00
|
|
|
TODO - 2005-06-28
|
2003-09-27 10:01:11 +00:00
|
|
|
|
|
|
|
Legend:
|
|
|
|
# done
|
|
|
|
+ currently in development
|
|
|
|
- pending
|
|
|
|
? is this really necessary?
|
|
|
|
|
|
|
|
|
2005-06-19 14:22:11 +00:00
|
|
|
v0.1.3:
|
2003-09-29 21:46:34 +00:00
|
|
|
------
|
2003-10-05 10:56:09 +00:00
|
|
|
|
2003-12-31 16:00:20 +00:00
|
|
|
* General:
|
2005-01-23 02:14:37 +00:00
|
|
|
+ Windows version
|
2004-01-11 17:29:56 +00:00
|
|
|
+ Solaris version
|
2003-12-31 16:00:20 +00:00
|
|
|
|
2004-02-29 16:31:26 +00:00
|
|
|
* IRC protocol:
|
2005-02-12 12:59:32 +00:00
|
|
|
- customizable CTCP version reply
|
2004-02-29 16:31:26 +00:00
|
|
|
|
2003-10-05 10:56:09 +00:00
|
|
|
* Interface:
|
2005-02-12 12:59:32 +00:00
|
|
|
+ Gtk GUI
|
2003-10-06 22:24:19 +00:00
|
|
|
+ internationalization (traduce WeeChat in many languages)
|
2003-09-29 21:46:34 +00:00
|
|
|
|
2005-02-12 12:59:32 +00:00
|
|
|
* TCP/IP communication:
|
2005-06-28 08:33:13 +00:00
|
|
|
# SSL support
|
|
|
|
# IPv6 protocol implementation
|
2005-06-30 19:22:01 +00:00
|
|
|
# proxy support (http, socks4, socks5) with authentification
|
|
|
|
(http, socks5) and ipv6 support (client to proxy)
|
2005-04-03 17:12:12 +00:00
|
|
|
|
|
|
|
* Configuration:
|
|
|
|
- add key bindings to config file
|
2005-06-19 14:22:11 +00:00
|
|
|
# save buffer notify levels
|
2005-04-30 10:29:54 +00:00
|
|
|
|
2003-09-29 21:46:34 +00:00
|
|
|
|
|
|
|
Future versions:
|
|
|
|
---------------
|
|
|
|
|
|
|
|
* IRC protocol:
|
2003-09-27 10:01:11 +00:00
|
|
|
- complete "/list" command: add regexp search, display only channels that
|
|
|
|
match regexp
|
|
|
|
- "/ignore" and "/unignore" commands: hide all that is write by a given
|
|
|
|
nick/host
|
|
|
|
- when we're away, WeeChat should log all the lines begenning by our nick.
|
|
|
|
When we come back from our away it should print it to the current window
|
|
|
|
- "/notify" and "/unnotify" command to be warn by WeeChat when a given
|
|
|
|
nick/host connect to the given irc network
|
|
|
|
|
|
|
|
* WeeChat commands:
|
2003-10-25 14:49:18 +00:00
|
|
|
- "/highlight" command: highlight a given word when it appears on
|
|
|
|
channels/privates
|
2003-09-27 10:01:11 +00:00
|
|
|
- "/completion" command: do shortcuts (for example when we type "u"
|
|
|
|
in the text bar it send it to the server as "you")
|
2004-04-25 10:46:33 +00:00
|
|
|
- "/last": command to look for text in previous messages
|
2003-09-27 10:01:11 +00:00
|
|
|
|
|
|
|
* Interface:
|
2004-04-25 10:46:33 +00:00
|
|
|
- color for nicks (except own nick) when nick colors are disabled
|
2003-10-25 14:49:18 +00:00
|
|
|
- interpret special chars in messages (color & bold for example)
|
2003-09-27 10:01:11 +00:00
|
|
|
- understand incomplete commands if unambigous (for example: /he for /help is ok)
|
|
|
|
? Qt GUI
|
|
|
|
|
|
|
|
* Plugins:
|
2003-11-16 19:40:36 +00:00
|
|
|
- Ruby plugin
|
|
|
|
- "/ruby load" and "/ruby unload" commands to (un)load Ruby scripts
|