home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Divers / yagirc-0.51.tar.gz / yagirc-0.51.tar / yagirc-0.51 / TODO < prev    next >
Text File  |  1998-05-11  |  2KB  |  40 lines

  1.  ** Bugs
  2.  
  3.  - setup probably has some memory leaks
  4.  - sometimes when quitting yag crashes.. haven't yet figured out why. probably
  5.    irc window/channel is tried to gets destroyed twice for some reason.
  6.  - scrollbar sometimes jumps few pixels up, like when changing window size,
  7.    changing between hidden windows etc. Don't know if I should add some (quite
  8.    a lot...) code to fix this or because this seems to be GTK bug maybe I
  9.    just wait a fix (or try to fix myself)..
  10.  - when reconnecting too fast (at least to localhost), yag gets terminated
  11.    by SIGPIPE .. couldn't think of any way to disable it, why doesn't
  12.    signal(SIGPIPE, SIG_IGN) work??
  13.  
  14.  ** Need to implement
  15.  
  16.  - logging ..
  17.  - you should be able to copy servers from locallist to globallist
  18.  - ircii style split windows
  19.  
  20.  - host mask compare to ignore list
  21.  - use swig for script support? You could then use either perl, python, guile
  22.    or tcl for scripting..
  23.  - /SETUP, /NOTIFY, /IGNORE, /ALIAS, ...
  24.  - more DCC commands and options - not to overwrite files by default,
  25.    download directory, autoget, ..
  26.  - acceleration keys don't work with menus
  27.  - more gnome support .. like gnome config.. session management? maybe an
  28.    applet to panel for doing something nice :) like changing between channels,
  29.    irc could also be running with no windows except the applet, /msgs then
  30.    would show up in applet.. or something like that :)
  31.  
  32.  - make it really pretty with nice pixmaps and colors :)
  33.  - huge amounts of commands and options to make things easier..
  34.  - clean the code up more..
  35.  
  36.  ** Bugs I have no plans to fix right now
  37.  
  38.  - /mode +ov nick nick, /mode -o nick, user list doesn't notice +v is still
  39.    there.. well, mirc has the same bug! hah! :)
  40.