home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Pascal / Applications / ircle 1.5.1 / source / TO DO < prev   
Encoding:
Text File  |  1993-10-06  |  396 b   |  23 lines  |  [TEXT/PJMM]

  1. { *****  Bugs etc ****** }
  2. {long answer lines from /who etc... ?}
  3. {}
  4. {}
  5. { ***** Improvements to do ***** }
  6. {Handle triple clicks}
  7. {Handle long lines better}
  8. {Improve TCP timeout handling}
  9. {}
  10. {}
  11. {}
  12. { *****  Remarks  ****** }
  13. {}
  14. {Current use of TCP PUSH:}
  15. {IRCAux.PutLine - no}
  16. {DCC . DCCSendfile - no}
  17. { DCC . DCCgotline - yes}
  18. {DCC . DCCChatSend - no}
  19. {}
  20. unit dummy;
  21. interface
  22. implementation
  23. end.