home *** CD-ROM | disk | FTP | other *** search
- v0.21 (11/02/97)
-
- The first release version. Doesn't support much, but works OK.
- Display handler needs sorting - it's horribly flickery
- buttons should do something
- Commands from IRC:
- PRIVMSG,NOTICE,PING,JOIN,PART,QUIT,NICK
- Commands to IRC:
- PRIVMSG,NOTICE,USER,PASS,NICK,PART,QUIT,LUSERS,WHOIS,WHOWAS,MODE,TOPIC,NAMES,LIST,INVITE,STATS,LINKS,TIME,INFO
- CTCP commands
- PING,ACTION,ECHO
- User commands
- ME,MSG,JOIN,PART,LEAVE,QUOTE,RAW,PING,QUIT,NICK
-
-
- v0.30 (12/02/97)
-
- Display handler totally rewritten, now it's much faster. I took out the StrongARM and found out exactly how
- slow it used to be.... uurgh! With the 710 it wasn't just flickery, it was crawling. The new one works at a
- good speed even on the slower processors, though could still be improved (using the all-in-one fontpaint)
- Colour/bold bits added, but you can't send them (yet)
- Buttons still don't do anything
- Nick handling much improved
-
-
- v0.31 (12/02/97)
-
- Bugfix in colour handler
-
-
- v0.32 (12/02/97)
-
- Colour handling much improved
- Slight bug in display fixed
-
-
- v0.33 (13/02/97)
-
- Part of display handler rewritten
- Colours now mIRC compatible
- Underline added
- Bold rewritten
-
-
- v0.34 (13/02/97)
-
- More CTCP commands added
- Display still needs improving to display string segments during update
- Still a v.minor bug in that the 'hanging' parts of letters aren't updated. I
- need to add 6 to a number, but can't be bothered right now :)
-
-
- v0.35 (15/02/97)
-
- Fixed the bug in 'hanging' letters
- Made /MSGs work properly
-
-
- v0.36 (21/02/97)
-
- Recoded some parts in assembler for speed
- Minor bugfix which caused problems if you disconnected whilst still on a channel and then reconnected
-
-
- v0.37 (22/02/97)
-
- Recoded large parts in assembler - one part is now 43x as fast!
- Added 'QUERY' command to open a private chat window
- The buttons finally do something
- Display routines need coding in assembler, and making more efficient
- DCC should be added
-
-
- v0.38 (23/02/97)
-
- Added 'CTCP' command so user can initiate CTCP commands
- Added 'FINGER' command
- Minor alterations to templates
- Added sound support for CTCP sounds, using !SoundCon
- Added 'SOUND' command
- Added support for kicks
- Added 'KICK' command
- user/channel modes should be added