diff options
author | Timo Sirainen <cras@irssi.org> | 2000-06-14 20:16:30 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-06-14 20:16:30 +0000 |
commit | bb3ca6f47324198eef61642aed7184e3576fa382 (patch) | |
tree | a0479aa02fbe2ee4fdab211b3526d66854697f19 /TODO | |
parent | 84efea6a6ab38f268ee6cc433039dcd5937ca50e (diff) | |
download | irssi-bb3ca6f47324198eef61642aed7184e3576fa382.zip |
Irssi 0.7.91 released.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@346 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 49 |
1 files changed, 34 insertions, 15 deletions
@@ -1,9 +1,39 @@ + - BUG: when dcc sending and other side aborts, irssi sometimes eats 100% + of cpu until the send is cancelled? (I couldn't reprodure this..) + + - /msg tab completion could work better with multiple servers .. it could + go through all the nicks who sent you message in all servers. the server + tag would go after nick, like nick/tag. would need to fix /msg to work + with that too. + - /last -away could check lastlog of the messages that came after we set + ourself away last time. /last -new could also work better .. by marking + the line where the last /last occured, not by going through the whole + text buffer + - /^command would hide the output of the command. Maybe also some + /password command so that it would ask you to type the password to + entry line and would hide it with asterisks, good if people spy on you :) + - commands to move channels and servers in the config list, to set the + join/connect order of them. + - nick/channel lists at right side of the text version of irssi. Ctrl-N + for example could hide/show them. add mouse support for it. + - make nick/text completion more modular so that for example you could add + a check in fe-dcc.c to complete with file names if the line begins with + /dcc send. also command completion would be nice. automatic command + completion would be nice too (/win clo = /window close). + - statusbar: + - you can't configure it in any way! + - move it to fe-common, make some "statusbar" signal .. maybe + statusbar items could be printed with printformat() and statusbar + would be just another small window? .. or maybe not exactly, but + something like that :) + - when starting to run out of space some items could be made smaller, + activity for example .. make some generic flag for items to use. - runtime loadable modules aren't working - "Netjoins: nick1, nick2, nick3 .." - just as the "Netsplit quits" text except prints when people join back. - - "#x,#y,#z Cannot join channel (illegal name)" .. what server/ircnet does - this happen? + - there's something wrong with netsplits. it sometimes forgets to print + some of the nicks. - some problems with finding curses? in openbsd it should be -lcurses, not -lncurses.. - line-split.c: check that 64k limit is working and not crashing irssi! @@ -12,9 +42,6 @@ - /SB GOTO, /SB HOME and /SB END don't set gui->ypos right. - When doing a /REHASH, logs are closed?, window logs are entirely removed? (also, check that window logs work right if window's refnum changes) - - When doing a /server <unknown server> - Irssi will join back to same - channels there was before the disconnection, but the channels could be - placed to different windows.. - theme problems: - you can't change theme - some small help about what each format does @@ -30,8 +57,6 @@ chat plugins could use the same /msg command. /CTCP too. - Better support for copy+pasting text to irssi: - - if some unknown /command had another / in it, like /usr/bin, send it - as normal message. good for copypasting paths :) - detection: first line isn't a /command. next line is followed quickly after it, 0.2 sec or something. after pasting is detected, all unknown /commands are sent as normal messages. @@ -39,6 +64,8 @@ of the line, join multiple lines to one. - /NOTIFY -once - notify only once when the user comes to IRC, forget this after it. + - /NOTIFY -comment xxx - add a comment to notify. print the comment when + user comes to irc. - "Should we check people in notify list when you're away" option - Implement /EXEC and /ON commands - All those options to /WHO and /LIST commands @@ -50,14 +77,6 @@ doesn't work. Maybe create "server nick" and "refer nick" variables to DCC_REC? -*** text UI - - - statusbar: - - you can't configure it in any way! - - when starting to run out of space some items could be made smaller, - activity for example .. make some generic flag for items to use. - - "you have new mail" - *** GTK UI - %| doesn't work with irssi text widget |