Releases: dazoe/AdiIRC-Encrypt
AdiIRC Encrypt v0.3.1.33640
Removed the "couldn't find space after command" message.
AdiIRC Encrypt v0.3.0.40137
Big change, internally any way.
Using the low-level api to send/receive raw bytes, escaping only a few bytes, irc server that respect the standard should allow this. This will allow longer messages. Currently there is no limit set so long messages will cause problems.
Changing the version scheme to ...
And other things.
AdiIRC Encrypt v0.2.5506.166
This is a test release. It replaces Base64 with a custom Base128 encoding. It is about 14% more efficient. Even though it should work according to the IRC spec it may cause problems if the server doesn't handle encoding properly.
The IRC spec says a PRIVMSG may contain any byte with the exception , , and <0x01>. I added the last one because that is used for CTCP.
I had hoped to be able to send / receive the data directly with escaping a just few bytes, how ever that is a slight limitation of the API.
AdiIRC Encrypt v0.1.5505
Fixes a problem with ctcp.