Project

General

Profile

FAQ » History » Version 35

Mr. BS, 02/18/2017 04:18 PM

1 1 Ken Spencer
{{>toc}}
2
3
h1. FAQ/FSS
4
5
h5. (Frequently Said Statements)
6
7 35 Mr. BS
h2. I can't see emoji/some symbols
8 1 Ken Spencer
9
If you ever experience an issue with displaying unicode characters (which is not just an encoding issue), try enable [[Options_Dialog|Options]] -> [[Messages_Options|Messages]] -> [[Messages_Options#Use-alternative-text-rendering|Use alternative text rendering]].
10
11 35 Mr. BS
 
12 1 Ken Spencer
13 35 Mr. BS
h2. How do I auth/identify before I join?
14
15
---
16
17 32 Per Amundsen
If you need to be authed with nickserv before joining a channel, you can use the [[/sleep]] (or [[/timer]]) command in your [[Serverlist Dialog|Serverlist]] "Run these commands on connect" field:
18 1 Ken Spencer
19
<pre>
20
/msg nickserv identify <password>
21
/sleep 3 /join #channel1,#channel2
22
</pre>
23
24
/sleep 3, means wait 3 seconds before running the following command.
25
26
_The new [[Serverlist Dialog|Serverlist]] has this feature built-in as well as "SASL":http://ircv3.net/specs/extensions/sasl-3.1.html support which makes this a non issue._
27
28 35 Mr. BS
&nbsp;
29 1 Ken Spencer
30 35 Mr. BS
h2. Why doesn't Ctrl-C work?
31
32
---
33
34 1 Ken Spencer
When you select text from the message buffer, AdiIRC will automatically copy the text to the clipboard when you release the left mouse button.
35
36
If you prefer to manually press %(key)CTRL% + %(key)C%, you can go to [[Options_Dialog|Options]] -> [[Messages_Options|Messages]] and disable [[Messages_Options#AutoCopy-selected-text-to-Clipboard|AutoCopy selected text to Clipboard]]  and [[Messages_Options#AutoFocus-Editbox|AutoFocus Editbox]].
37
38
_These options might be merged into one soon as well as a feature to ask which method to use._
39
40 35 Mr. BS
&nbsp;
41 1 Ken Spencer
42 35 Mr. BS
h2. TLS isn't working on a server!
43
44
---
45
46 1 Ken Spencer
If you experience problems connecting to a TLS only server, you can try the ".NET 4.5":http://adiirc.com/download.php version which has support for TLS 1.1 and TLS 1.2. 
47
48 35 Mr. BS
&nbsp;
49 1 Ken Spencer
50 35 Mr. BS
h2. How do I change my version reply?
51
52
---
53
54 1 Ken Spencer
You can disable or change the CTCP VERSION reply using the [[on CTCP|CTCP event]] in a small script.
55
56
This can be used for any CTCP request.
57
58
<pre>
59
; Disable CTCP version reply.
60
CTCP *:VERSION:*:halt
61
62
; Reply with a custom version.
63
CTCP *:VERSION:*:ctcpreply $nick IRC Version 42 | halt
64
</pre>
65
66 35 Mr. BS
&nbsp;
67 34 Mr. BS
68 35 Mr. BS
h2. How do I disable the popups/notifications?
69
70
---
71
72 1 Ken Spencer
Tips for various events can be disabled in [[Options_Dialog|Options]] -> [[Tips_Options|Tips]], to disable highlight tips, go to [[Options_Dialog|Options]] -> [[Highlights_Options|Highlights]], in the listbox area select "$me", then click the "Edit" button, uncheck "Tip message" and click "Save".
73
74 35 Mr. BS
&nbsp;
75 1 Ken Spencer
76 35 Mr. BS
h2. How do I disable highlight sounds?
77
78
---
79
80 1 Ken Spencer
Go to [[Options_Dialog|Options]] -> [[Highlights_Options|Highlights]], in the listbox area select "$me", then click the "Edit" button, set the sound dropdown to "No sound" and click "Save".
81
82 35 Mr. BS
&nbsp;
83 34 Mr. BS
84 35 Mr. BS
h2. How do I use CERTFP, PEM files, etc with AdiIRC.
85
86
---
87
88 1 Ken Spencer
AdiIRC supports only "PFX":https://en.wikipedia.org/wiki/PKCS_12 certificates, you can convert a "PEM":https://en.wikipedia.org/wiki/Privacy-enhanced_Electronic_Mail certificate to "PFX":https://en.wikipedia.org/wiki/PKCSusing using this "openssl":https://www.openssl.org/ format:
89
90
<pre>
91
openssl pkcs12 -export -out mynick.pfx -in mynick.pem
92
</pre>
93
94
For creating a new certificate, have a look "here":http://help.globalscape.com/help/secureserver3/Generating_a_PKCS_12_private_key_public_certificate.htm
95
96 35 Mr. BS
&nbsp;
97 1 Ken Spencer
98 35 Mr. BS
h2. I want to use the beta!
99
100
---
101
102 1 Ken Spencer
To update to a beta release, just type [[/betaup]].
103
104 35 Mr. BS
&nbsp;
105 1 Ken Spencer
106 35 Mr. BS
h2. How do I add toolbar items aligned to the right?
107
108
---
109
110 1 Ken Spencer
There is a tiny "|" separator to the right, if you right click the Toolbar and choose "Customize", you are able to drag the item to the right of that border.
111 34 Mr. BS
112 1 Ken Spencer
!shot_160503_110837.png!
113
114 35 Mr. BS
&nbsp;
115 17 Per Amundsen
116 35 Mr. BS
h2. My BNC starts up so slow on AdiIRC!
117
118
---
119
120 1 Ken Spencer
Things you can try:
121
122
* Make sure you are using latest beta.
123
* Reduce [[Options_Dialog|Options]] -> [[Messages_Options|Messages]] -> Max buffer.
124
* Disable [[Options_Dialog|Options]] -> [[Monitor_Panels_Options|Monitor Panels]] -> Monitor Channels/Servers.
125
* Type "/setoption Links CaptureLinks False" to disable capturing links.
126
* Disable [[Options_Dialog|Options]] -> [[Windows_Options|Windows]] -> Focus newly opened windows.
127
* Disable/reduce channel backgrounds.
128
* Disable/reduce emoticons.
129
* Disable/reduce highlights.
130
* Disable/reduce nick colors.
131
* Disable/reduce [[on TEXT]] and [[on PARSELINE]] scripts.
132
* Disable [[Options_Dialog|Options]] -> [[Logging_Options|Logging]] -> Log channels.
133
* Make sure [[Options_Dialog|Options]] -> [[Messages_Options|Messages]] -> [[Messages_Options#Use-alternative-text-rendering|Use alternative text rendering]] is unchecked.
134
* Make sure channel/main window is as large as possible (or smaller font) to avoid word wrapping.
135
* Use fixed size message font.
136
137 35 Mr. BS
&nbsp;
138 1 Ken Spencer
139 35 Mr. BS
h2. How do I make it so /server connects with ...?
140
141
---
142
143 1 Ken Spencer
The default options used when connecting with [[/server]] or from Menubar -> File -> New window can be changed in [[Options_Dialog|Options]] -> [[Quick Connect Options|Quick Connect]].
144 34 Mr. BS
145 35 Mr. BS
&nbsp;
146 1 Ken Spencer
147 35 Mr. BS
h2. Why is 'connecting' slow on some networks?
148
149
---
150
151 1 Ken Spencer
Some networks tries to scan your port 113 to see if you have a [[Identd]] server running, if the port is closed or the identd server is not running, it can take a while for the scan to timeout, make sure [[Identd]] server is enabled in [[Options_Dialog|Options]] -> [[Server_Options|Server]] and that port 113 is open in your firewall and router. (AdiIRC does not yet support "UPNP":https://en.wikipedia.org/wiki/Universal_Plug_and_Play).
152 3 Ken Spencer
153 35 Mr. BS
&nbsp;
154 1 Ken Spencer
155 35 Mr. BS
h2. How do I move the monitors to their own window?
156
157
---
158
159 3 Ken Spencer
When "Lock Bars" is disabled (right click any menubar/toolbar/switchbar/statusbar/treebar to enable/disable) you can left-click the header of the monitor panel or a tab and move it with the mouse, if you release the mouse in the middle of the AdiIRC main window, the monitor will become a standalone window.
160 1 Ken Spencer
161
The window can be docked inside AdiIRC as a regular channel window by pressing CTRL + D.
162
163
_See also [[Monitor Panels]]._
164 5 Ken Spencer
165 1 Ken Spencer
You can also undock the monitor panel into a window by right-clicking the header or tab and choose "Undock".
166 10 Per Amundsen
167 35 Mr. BS
&nbsp;
168 1 Ken Spencer
169 35 Mr. BS
h2. How do I autojoin several channels?
170
171
---
172
173 5 Ken Spencer
Use <code>,</code> inbetween the channels.
174 1 Ken Spencer
175 35 Mr. BS
&nbsp;
176 1 Ken Spencer
177 35 Mr. BS
h2. Does AdiIRC have a systray icon?
178
179
---
180
181 1 Ken Spencer
Yes, check [[Options_Dialog|Options]] -> [[Tray Icon Options|Tray Icon]].
182
183 35 Mr. BS
&nbsp;
184 1 Ken Spencer
185 35 Mr. BS
h2. Can I use AdiIRC without .NET?
186
187
---
188
189 1 Ken Spencer
No, I use .NET because its fast, easy and it has large libraries which enables me to code much more in less time. On a side note, from Windows Vista, .NET is included in Windows per default. -- kr0n
190
191 35 Mr. BS
&nbsp;
192 6 Ken Spencer
193 35 Mr. BS
h2. Does AdiIRC support DCC?
194
195
---
196
197 1 Ken Spencer
Yes, both chat and file transfers
198
199 35 Mr. BS
&nbsp;
200 1 Ken Spencer
201 35 Mr. BS
h2. There is so many other IRC clients, why wasting time writing another?
202
203
---
204
205 1 Ken Spencer
I mainly do this for fun and learning more about .NET/C# and IRC in general. -- kr0n
206 5 Ken Spencer
207 35 Mr. BS
&nbsp;
208 5 Ken Spencer
209 35 Mr. BS
h2. I found a bug, what do I do?
210
211
---
212
213 5 Ken Spencer
Check https://dev.adiirc.com/projects/adiirc/issues and see if its been reported. If not, report it!
214 34 Mr. BS
215 35 Mr. BS
&nbsp;
216 1 Ken Spencer
217 35 Mr. BS
h2. I got this great idea, can you implement it?
218
219
---
220
221 1 Ken Spencer
Check https://dev.adiirc.com/projects/adiirc/issues and see if someone suggested it. If not, suggest it!
222 5 Ken Spencer
223 35 Mr. BS
&nbsp;
224 1 Ken Spencer
225 35 Mr. BS
h2. What does "Adi" stands for?
226
227
---
228
229 1 Ken Spencer
Nothing really. It's an old prefix used for some other projects many years ago, and the prefix just carried over to this irc client. Original it was derived from the song A.D.I.D.A.S by the band KoRn. According to some it could stand for All Day I IRC :P -- kr0n
230 5 Ken Spencer
231 35 Mr. BS
&nbsp;
232 5 Ken Spencer
233 35 Mr. BS
h2. Is AdiIRC open source or can I get the source?
234
235
---
236
237 34 Mr. BS
AdiIRC is freeware, but not open source.
238 1 Ken Spencer
239 5 Ken Spencer
There is a system in place in case of "bus factor":https://en.wikipedia.org/wiki/Bus_factor.
240 1 Ken Spencer
241 35 Mr. BS
&nbsp;
242 1 Ken Spencer
243 35 Mr. BS
h2. Can I use AdiIRC on OSX/Linux?
244
245
---
246
247 1 Ken Spencer
Follow https://dev.adiirc.com/projects/adiirc/wiki/Wine
248 23 Per Amundsen
Using AdiIRC on non-windows isn't as well supported, and using mono isn't supported at all.
249 1 Ken Spencer
250 35 Mr. BS
&nbsp;
251 1 Ken Spencer
252 35 Mr. BS
h2. Will you port AdiIRC to my mobile OS?
253
254
---
255
256 1 Ken Spencer
AdiIRC is a desktop IRC client, as such it cannot be ported, a new client would have to be made from scratch and there are already good mobile IRC clients, also I have no interest in mobile IRC. --kr0n
257
258 35 Mr. BS
&nbsp;
259 1 Ken Spencer
260 35 Mr. BS
h2. How do I change message fonts?
261
262
---
263
264 34 Mr. BS
Message fonts can be changed in [[Options_Dialog|Options]] -> [[Fonts Options|Fonts]].
265 1 Ken Spencer
266 35 Mr. BS
&nbsp;
267 1 Ken Spencer
268 35 Mr. BS
h2. Why does task manager show high memory usage for AdiIRC?
269
270
---
271
272 34 Mr. BS
The task manager numbers are not the actual memory usage, the .NET framework which runs AdiIRC is like a little OS inside Windows, it allocates memory as needed and free it as needed, just like windows does, there are no such thing as a memory leak in .NET applications, except in very specific cases.
273 10 Per Amundsen
274 25 Per Amundsen
To show the real memory usage, you can type [[/gcmem]] in the Editbox.
275 1 Ken Spencer
276 35 Mr. BS
&nbsp;
277 1 Ken Spencer
278 35 Mr. BS
h2. Does AdiIRC support "OTR":https://en.wikipedia.org/wiki/Off-the-Record_Messaging?
279
280
---
281
282 1 Ken Spencer
There is no "OTR":https://en.wikipedia.org/wiki/Off-the-Record_Messaging support in AdiIRC and no plans to add it, however it is possible for someone to add OTR support through a [[Plugins|Plugin]] or a [[Scripting_DLL|DLL]]. (As an example, check the [[blowfish]] DLL)
283 11 Per Amundsen
284 35 Mr. BS
&nbsp;
285 1 Ken Spencer
286 35 Mr. BS
h2. Why are some windows/channels shown on the desktop?
287
288
---
289
290 11 Per Amundsen
Pressing %(key)CTRL% + %(key)D% toggles "Show on desktop".
291 1 Ken Spencer
292 12 Per Amundsen
_"Shown on desktop" status is also saved across sessions._
293 1 Ken Spencer
294 35 Mr. BS
&nbsp;
295 1 Ken Spencer
296 35 Mr. BS
h2. How to upgrade/downgrade AdiIRC
297
298
---
299
300 1 Ken Spencer
# Download the (portable) version you want from https://www.adiirc.com/download.php.
301
# Type [[/paths]] -r to open the AdiIRC folder where AdiIRC.exe is.
302
# Close AdiIRC.
303
# Copy the downloaded file into the AdiIRC folder and replace the old AdiIRC.exe with the new one.
304 14 Per Amundsen
305 1 Ken Spencer
This can be done to go from stable to beta, or from 32 bit to 64 and visa versa, no other steps needed.
306 15 Per Amundsen
307 35 Mr. BS
&nbsp;
308 1 Ken Spencer
309 35 Mr. BS
h2. How to backup the config folder
310
311
---
312
313 15 Per Amundsen
Type [[/paths]] -o or go to Menubar -> Tools -> Config Files to open the config folder, copy it anywhere.
314 16 Per Amundsen
315 35 Mr. BS
&nbsp;
316 1 Ken Spencer
317 35 Mr. BS
h2. Antivirus flags AdiIRC as having a virus or trojan
318
319
---
320
321 34 Mr. BS
AdiIRC seems to generate a lot of false positives in some antivirus programs, if possible, please submit the file to your antivirus vendor for false positive analyzes and/or white-list AdiIRC.exe.
322 19 Per Amundsen
323
If you are unsure, the false positives seems to be resolved after a few weeks, you can try update again then.
324
325 35 Mr. BS
&nbsp;
326 19 Per Amundsen
327 35 Mr. BS
h2. Log folder using a lot of space
328
329
---
330
331 20 Per Amundsen
If your log folder is using a lot of space and you don't want to delete any logs, you can compress it by right-clicking the log folder, click "Properties", click "Advanced", check "compress contents to save disk space" and press OK.
332
333 35 Mr. BS
&nbsp;
334 34 Mr. BS
335 35 Mr. BS
h2. How can I temporary disable auto connect when AdiIRC starts?
336
337
---
338
339 26 Per Amundsen
Press the %(key)SHIFT% key while clicking the AdiIRC icon/shortcut.
340 34 Mr. BS
341 35 Mr. BS
&nbsp;
342 26 Per Amundsen
343 35 Mr. BS
h2. Missing Nicklist on Twitch
344
345
---
346
347 30 Per Amundsen
Add this line to the [[Serverlist Commands|Commands]] tab to your twitch server in the [[Serverlist Dialog|Serverlist]], it only works for channels with less than 1000 users.
348 34 Mr. BS
349 30 Per Amundsen
<pre>
350 32 Per Amundsen
CAP REQ :twitch.tv/membership
351 30 Per Amundsen
</pre>
352 35 Mr. BS
&nbsp;
353 30 Per Amundsen
354 35 Mr. BS
h2. How to ignore a message containing specific word(s)
355
356
---
357 31 Per Amundsen
358
For now a little scripting is needed, the script editor can be opened from Menubar -> Tools -> [[Edit Scripts]].
359
360
The [[on TEXT]] event can be used to listen for specific messages on specific/all channels:
361
362
*Example*
363
364
<pre>
365
; Ignore all messages containing badword on all channels.
366
on ^*:TEXT:*badword*:*:halt
367
368
; Ignore all messages starting with !badword on a specific channel.
369
on ^*:TEXT:!badword*:#channel:halt
370
</pre>
371
372
You can add as many as you want.