home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / i / ichat / History < prev   
Text File  |  1997-02-23  |  2KB  |  83 lines

  1. v0.21 (11/02/97)
  2.  
  3.  The first release version. Doesn't support much, but works OK.
  4.  Display handler needs sorting - it's horribly flickery
  5.  buttons should do something
  6.  Commands from IRC:
  7.   PRIVMSG,NOTICE,PING,JOIN,PART,QUIT,NICK
  8.  Commands to IRC:
  9.   PRIVMSG,NOTICE,USER,PASS,NICK,PART,QUIT,LUSERS,WHOIS,WHOWAS,MODE,TOPIC,NAMES,LIST,INVITE,STATS,LINKS,TIME,INFO
  10.  CTCP commands
  11.   PING,ACTION,ECHO
  12.  User commands
  13.   ME,MSG,JOIN,PART,LEAVE,QUOTE,RAW,PING,QUIT,NICK
  14.   
  15.  
  16. v0.30 (12/02/97)
  17.  
  18.  Display handler totally rewritten, now it's much faster. I took out the StrongARM and found out exactly how
  19.   slow it used to be.... uurgh! With the 710 it wasn't just flickery, it was crawling. The new one works at a
  20.   good speed even on the slower processors, though could still be improved (using the all-in-one fontpaint)
  21.  Colour/bold bits added, but you can't send them (yet)
  22.  Buttons still don't do anything
  23.  Nick handling much improved
  24.  
  25.  
  26. v0.31 (12/02/97)
  27.  
  28.  Bugfix in colour handler
  29.  
  30.  
  31. v0.32 (12/02/97)
  32.  
  33.  Colour handling much improved
  34.  Slight bug in display fixed
  35.  
  36.  
  37. v0.33 (13/02/97)
  38.  
  39.  Part of display handler rewritten
  40.  Colours now mIRC compatible
  41.  Underline added
  42.  Bold rewritten
  43.  
  44.  
  45. v0.34 (13/02/97)
  46.  
  47.  More CTCP commands added
  48.  Display still needs improving to display string segments during update
  49.  Still a v.minor bug in that the 'hanging' parts of letters aren't updated. I
  50. need to add 6 to a number, but can't be bothered right now :)
  51.  
  52.  
  53. v0.35 (15/02/97)
  54.  
  55.  Fixed the bug in 'hanging' letters
  56.  Made /MSGs work properly
  57.  
  58.  
  59. v0.36 (21/02/97)
  60.  
  61.  Recoded some parts in assembler for speed
  62.  Minor bugfix which caused problems if you disconnected whilst still on a channel and then reconnected
  63.  
  64.  
  65. v0.37 (22/02/97)
  66.  
  67.  Recoded large parts in assembler - one part is now 43x as fast!
  68.  Added 'QUERY' command to open a private chat window
  69.  The buttons finally do something
  70.  Display routines need coding in assembler, and making more efficient
  71.  DCC should be added
  72.  
  73.  
  74. v0.38 (23/02/97)
  75.  
  76.  Added 'CTCP' command so user can initiate CTCP commands
  77.  Added 'FINGER' command
  78.  Minor alterations to templates
  79.  Added sound support for CTCP sounds, using !SoundCon
  80.  Added 'SOUND' command
  81.  Added support for kicks
  82.  Added 'KICK' command
  83.  user/channel modes should be added