ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Net-IRC3/samples/TODO-jsonchat
Revision: 1.7
Committed: Sat Feb 17 13:02:04 2007 UTC (17 years, 3 months ago) by elmex
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +0 -0 lines
State: FILE REMOVED
Log Message:
dead file

File Contents

# Content
1 GENERAL:
2 D make irc ids URI/URLs
3
4 SERVER:
5 D aliase irc ids
6 D add name-lists
7 - implement CTCP
8 - filter colors
9 D send aviable ids
10 D send status infos like join/part/quit/kick
11 - send status infos like mode changes/topic/whois (look out for more!)
12 - nick change command
13 - meta command interface for mode changing?
14
15 CLIENT:
16 D add nicks to client
17 D command history on key up/down
18 - word wrap!
19 - return-stack for /pop
20 D mark buffers as 'important' so that activity there
21 counts as highlight (also be able to exclude buffers from
22 impotant status?)
23 - bug in temporary removal: add temporary, start timer => change buffer
24 => add other temporaries => restart timer again
25 then the first buffers temporaries wont be removed as the timer
26 is overridden.
27 - solution: make per-buffer-timer!