Project

General

Profile

Blowfish » History » Version 50

Per Amundsen, 03/31/2018 02:32 AM

1 17 Per Amundsen
{{>toc}}
2
3 1 Per Amundsen
h1. Blowfish
4
5 4 Per Amundsen
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. 
6
7 9 Per Amundsen
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.
8 3 Per Amundsen
9 44 Per Amundsen
A proper plugin will probably be added at some point using the "AdiIRC API V2":https://github.com/AdiIRC/apiv2 instead of a script.
10 22 Per Amundsen
11 3 Per Amundsen
_Thanks to ParAd0x for creating this project._
12
13 48 Per Amundsen
_Compiled with OpenSSL-1_0_2o binaries from http://slproweb.com/_
14 7 Per Amundsen
15 1 Per Amundsen
h2. How to install
16
17 24 Per Amundsen
Use blowfish64 on 64 bits version of AdiIRC, otherwise 32 bits (type //echo -ag [[$bits]] to verify).
18 6 Per Amundsen
19 29 Per Amundsen
Step 1. Download the attached blowfish64.zip/blowfish32.zip.
20 33 Per Amundsen
Step 2. Unpack blowfish64.zip/blowfish32.zip into [[$adiircdir]]\Scripts\
21 46 Per Amundsen
Step 3. Type [[/load|//load]] -rs [[$qt]]([[$adiircdir]] [[$+]] \Scripts\fish_10.ini) and say yes to the popup dialog, if any.
22 15 Per Amundsen
23 1 Per Amundsen
h2. Script Changes
24 25 Per Amundsen
25 49 Per Amundsen
03/31/2018
26 48 Per Amundsen
27
Recompiled with openssl v1.0.2o. 
28 1 Per Amundsen
Updated the mirc fish revision to "93aa016":https://github.com/flakes/mirc_fish_10/commit/93aa016734089a53c9e8df290e131950863b1885
29 50 Per Amundsen
Fixed an issue where the dll was being unloaded and the keys were missing.
30 49 Per Amundsen
31
07/17/2017
32
33 43 Per Amundsen
Fixed script tried to decrypt plain text emotes if the channel had a key.
34
35 41 Per Amundsen
03/15/2017
36 40 Per Amundsen
37
Fixed 32 bit was not compiled correctly.
38
39 39 Per Amundsen
02/05/2017
40
41
Encryption/decryption rewritten to use parseline event.
42
CBC support by default with fallback to ECB.
43 48 Per Amundsen
Cleanup of menus.
44
Added support for key exchange with mircryption CBC style.
45
Added configuration for CBC/ECB key per user/channel.
46
47
Thanks to ParAd0x for these changes.
48 38 Per Amundsen
49
08/28/2016
50 1 Per Amundsen
51 43 Per Amundsen
Fixed some path issues.
52 34 Per Amundsen
53 1 Per Amundsen
03/03/2016
54 34 Per Amundsen
55 43 Per Amundsen
Fixed decrypt topics for topicbox/channel editor.
56 34 Per Amundsen
57 30 Per Amundsen
02/05/2016
58
59
Added mcps support (thanks Fredro)
60
Fixed empty key hack should retry the key (thanks Fredro)
61
62 25 Per Amundsen
10/17/2015
63
64 26 Per Amundsen
Updated the mirc fish revision to "306a9e":https://github.com/flakes/mirc_fish_10/commit/306a9eb60da1e19f14f55f0882a42039ef697a51
65 25 Per Amundsen
Updated openssl libraries to 1.0.2d.
66
Fixed various brackets issues and bugs in the script.
67 27 Per Amundsen
Unicode characters should now work in the 1.9.9 AdiIRC beta.
68 11 Per Amundsen
69 21 Per Amundsen
03/10/2015
70
71
Fixed an issue with sending encrypted text on some networks.
72
73 19 Per Amundsen
02/11/2015
74 18 Per Amundsen
75 20 Per Amundsen
Added [[$ctrlenter]] check when typing /commands.
76 18 Per Amundsen
77 19 Per Amundsen
02/02/2015
78 11 Per Amundsen
79 16 Per Amundsen
Added topic decryption and /me decryption.
80 5 Per Amundsen
Added a hack for an issue where the ini file randomly is unloaded?
81 1 Per Amundsen
Added prefixnick and nickcolor support to the message output.
82 35 Per Amundsen
83
h2. Troubleshoot
84
85 47 Per Amundsen
If you see an error like "$dll: no such file 'C:\Program Files\AdiIRC' (line 382, fish_10.ini)" type [[/load|//load]] -rs [[$qt]]([[$adiircdir]] [[$+]] \Scripts\fish_10.ini) and say yes to the popup dialog, if any.