## 0.6 ## * Rewrote from scratch * Implemented optimized rijndael algorithm * Implemented sha256 for password hashing * Implemented ncurses frontend (again) * Fixed getuid problem so that setting suid flag works now (thanks John) ## 0.5.1 ## * Fixed serious format string bugs when calling encrypt_buf() (thanks Craig) * Fixed problem with MacOS X (thanks Thomas) * Added target 'solaris' to Makefile (thanks Thomas) ## 0.5 ## * Complete rewrite because old code was quite nasty * Added blowfish instead of enigma * Removed ncurses because I don't like it * Added sequence number check to ignore kernel answers ## 0.4 ## * Fixed the Makefile * Added and improved documentation * Switched from GNU to BSD license ## 0.3 ## * Fixed some big problems with encryption * A nickname can be set * Nick and icmpcode can be changed while chatting * Cleaned up some code, thanks to sorrow * Fixed some bugs with memory allocating, thanks to sorrow again :-) ## 0.2 ## * Password is now defined while stating * Fixed minor things ## 0.1 ## * Added SessionID for selecting packets * Usage of different icmp_code now possible * icmp_codes can be defined while starting icmpchat * Added a Manpage ;) * Fixed some small bugs * Removed a zero in the version ;-) ## 0.0.3 ## * Added encryption using enigma (crypt) * Updated authentication method * Fixed som minor problems ## 0.0.2 ## * Added simple authentication * Fixed major bugs (IP Header, ...) ## 0.0.1 ## * Well, changed it from nothing to icmpchat ;-)