diff options
author | Timo Sirainen <cras@irssi.org> | 2001-03-17 03:29:55 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-03-17 03:29:55 +0000 |
commit | 89be21cf14e7cb1e0851e84d4529263c9c44be2d (patch) | |
tree | 23946e46aa66428b8158795adab6edcd4aaf7436 /TODO | |
parent | da64108877a22ad0cfa9f371e04e7b32d08639ad (diff) | |
download | irssi-89be21cf14e7cb1e0851e84d4529263c9c44be2d.zip |
updated for .98.3
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1406 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ + - Irssi saves some setting strings to static const char * variables in + several places.. this works pretty well usually, except when /RELOADing + config and some "setup changed" signal handler goes and calls some + function that still uses the old saved string which points to free'd + memory.. this should somehow be fixed failsafe. maybe just g_strdup() + them everywhere or figure out something better.. + - move /FORMATs to default.theme and remove /FORMAT command? or include + "default.formats" in default.theme would be better.. this way it could + have comments and /FORMATs shouldn't really be changed anyway anymore. + - netjoin doesn't always show @ before nick even if it should be there?.. + - if there's two channels in one window and same nick netsplits out, + should it print the split message twice? + - when someone in notify list joins, should it be placed to start of + /MSG completion list? + - windows: - /WINDOW SIZE -sticky, so f.e. /WINDOW BALANCE wouldn't affect it. - /LAYOUT save|reset doesn't affect anything immediately, only after |