TODO 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. CODE IMPROVEMENTS:
  2. ------------------
  3. * Need to clean-up status-icon (using gtkmm possibility)
  4. * Need to clean-up #ifdef ...
  5. * Need to clean-up autogen.sh output
  6. NICE-TO-HAVE:
  7. ------------
  8. * A better LostIRC icon.
  9. * Implement /help for all commands.
  10. * ipv6 support
  11. * When window has lost its focus, then highlight the front tab too.
  12. * /BAN and /EXEC command.
  13. * Recognise URLs (and make them clickable?)
  14. * Transparent TextView background.
  15. RANDOM BUGS:
  16. ------------
  17. * When text is in the input box, and you switch from one tab to another,
  18. going back to the tab with text in the input box, will make the text
  19. get selected, thus making it harder to append text to the already
  20. written text.
  21. * Color-parsing might be slow, since it inserts one character at the time.
  22. Need to look into optimizing it.
  23. * Should we check for EAGAIN on send()? It seems to always succeed anyway.
  24. DCC:
  25. ----
  26. * DCC port ranges.
  27. * DCC objects should timeout when no response has been given.
  28. * DCC CHAT.
  29. WIN32 TODO:
  30. -----------
  31. * Doesn't fork() when using gethostbyname(), it should.