Project

General

Profile

Actions

Blowfish » History » Revision 28

« Previous | Revision 28/89 (diff) | Next »
Per Amundsen, 10/17/2015 11:40 AM


Blowfish

This is a recompile of https://github.com/flakes/mirc_fish_10 to make it work on 64 bit windows and to work with AdiIRC, source code is attached.

Since this is made to inject itself into the mIRC's underlying sockets and AdiIRC is a completely different program, all events must be scripted to use the fish functions from the dll, some events is already added in the attached script, feel free to add more as needed.

A proper plugin will probably be added at some point using AdiIRC API instead of a script.

Thanks to ParAd0x for creating this project.

Compiled with OpenSSL-1_0_2d binaries from http://slproweb.com/

How to install

Use blowfish64 on 64 bits version of AdiIRC, otherwise 32 bits (type //echo -ag $bits to verify).

Step 1. Download the attached blowfish64.rar/blowfish32.rar.
Step 2. Unpack blowfish64.rar/blowfish32.rar into $adiircdir\Scripts\
Step 3. Type //load -rs $qt($adiircdir $+ \Scripts\fish_10.ini)

Script Changes

10/17/2015

Updated the mirc fish revision to 306a9e
Updated openssl libraries to 1.0.2d.
Fixed various brackets issues and bugs in the script.
Unicode characters should now work in the 1.9.9 AdiIRC beta.

03/10/2015

Fixed an issue with sending encrypted text on some networks.

02/11/2015

Added $ctrlenter check when typing /commands.

02/02/2015

Added topic decryption and /me decryption.
Added a hack for an issue where the ini file randomly is unloaded?
Added prefixnick and nickcolor support to the message output.

Updated by Per Amundsen over 8 years ago · 28 revisions

Also available in: PDF HTML TXT