Project

General

Profile

FAQ » History » Version 36

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 36 Mr. BS
---
10
11 1 Ken Spencer
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]].
12
13 35 Mr. BS
 
14 1 Ken Spencer
15 35 Mr. BS
h2. How do I auth/identify before I join?
16
17
---
18
19 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:
20 1 Ken Spencer
21
<pre>
22
/msg nickserv identify <password>
23
/sleep 3 /join #channel1,#channel2
24
</pre>
25
26
/sleep 3, means wait 3 seconds before running the following command.
27
28
_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._
29
30 35 Mr. BS
&nbsp;
31 1 Ken Spencer
32 35 Mr. BS
h2. Why doesn't Ctrl-C work?
33
34
---
35
36 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.
37
38
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]].
39
40
_These options might be merged into one soon as well as a feature to ask which method to use._
41
42 35 Mr. BS
&nbsp;
43 1 Ken Spencer
44 35 Mr. BS
h2. TLS isn't working on a server!
45
46
---
47
48 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. 
49
50 35 Mr. BS
&nbsp;
51 1 Ken Spencer
52 35 Mr. BS
h2. How do I change my version reply?
53
54
---
55
56 1 Ken Spencer
You can disable or change the CTCP VERSION reply using the [[on CTCP|CTCP event]] in a small script.
57
58
This can be used for any CTCP request.
59
60
<pre>
61
; Disable CTCP version reply.
62
CTCP *:VERSION:*:halt
63
64
; Reply with a custom version.
65
CTCP *:VERSION:*:ctcpreply $nick IRC Version 42 | halt
66
</pre>
67
68 35 Mr. BS
&nbsp;
69 34 Mr. BS
70 35 Mr. BS
h2. How do I disable the popups/notifications?
71
72
---
73
74 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".
75
76 35 Mr. BS
&nbsp;
77 1 Ken Spencer
78 35 Mr. BS
h2. How do I disable highlight sounds?
79
80
---
81
82 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".
83
84 35 Mr. BS
&nbsp;
85 34 Mr. BS
86 35 Mr. BS
h2. How do I use CERTFP, PEM files, etc with AdiIRC.
87
88
---
89
90 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:
91
92
<pre>
93
openssl pkcs12 -export -out mynick.pfx -in mynick.pem
94
</pre>
95
96
For creating a new certificate, have a look "here":http://help.globalscape.com/help/secureserver3/Generating_a_PKCS_12_private_key_public_certificate.htm
97
98 35 Mr. BS
&nbsp;
99 1 Ken Spencer
100 35 Mr. BS
h2. I want to use the beta!
101
102
---
103
104 1 Ken Spencer
To update to a beta release, just type [[/betaup]].
105
106 35 Mr. BS
&nbsp;
107 1 Ken Spencer
108 35 Mr. BS
h2. How do I add toolbar items aligned to the right?
109
110
---
111
112 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.
113 34 Mr. BS
114 1 Ken Spencer
!shot_160503_110837.png!
115
116 35 Mr. BS
&nbsp;
117 17 Per Amundsen
118 35 Mr. BS
h2. My BNC starts up so slow on AdiIRC!
119
120
---
121
122 1 Ken Spencer
Things you can try:
123
124
* Make sure you are using latest beta.
125
* Reduce [[Options_Dialog|Options]] -> [[Messages_Options|Messages]] -> Max buffer.
126
* Disable [[Options_Dialog|Options]] -> [[Monitor_Panels_Options|Monitor Panels]] -> Monitor Channels/Servers.
127
* Type "/setoption Links CaptureLinks False" to disable capturing links.
128
* Disable [[Options_Dialog|Options]] -> [[Windows_Options|Windows]] -> Focus newly opened windows.
129
* Disable/reduce channel backgrounds.
130
* Disable/reduce emoticons.
131
* Disable/reduce highlights.
132
* Disable/reduce nick colors.
133
* Disable/reduce [[on TEXT]] and [[on PARSELINE]] scripts.
134
* Disable [[Options_Dialog|Options]] -> [[Logging_Options|Logging]] -> Log channels.
135
* Make sure [[Options_Dialog|Options]] -> [[Messages_Options|Messages]] -> [[Messages_Options#Use-alternative-text-rendering|Use alternative text rendering]] is unchecked.
136
* Make sure channel/main window is as large as possible (or smaller font) to avoid word wrapping.
137
* Use fixed size message font.
138
139 35 Mr. BS
&nbsp;
140 1 Ken Spencer
141 35 Mr. BS
h2. How do I make it so /server connects with ...?
142
143
---
144
145 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]].
146 34 Mr. BS
147 35 Mr. BS
&nbsp;
148 1 Ken Spencer
149 35 Mr. BS
h2. Why is 'connecting' slow on some networks?
150
151
---
152
153 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).
154 3 Ken Spencer
155 35 Mr. BS
&nbsp;
156 1 Ken Spencer
157 35 Mr. BS
h2. How do I move the monitors to their own window?
158
159
---
160
161 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.
162 1 Ken Spencer
163
The window can be docked inside AdiIRC as a regular channel window by pressing CTRL + D.
164
165
_See also [[Monitor Panels]]._
166 5 Ken Spencer
167 1 Ken Spencer
You can also undock the monitor panel into a window by right-clicking the header or tab and choose "Undock".
168 10 Per Amundsen
169 35 Mr. BS
&nbsp;
170 1 Ken Spencer
171 35 Mr. BS
h2. How do I autojoin several channels?
172
173
---
174
175 5 Ken Spencer
Use <code>,</code> inbetween the channels.
176 1 Ken Spencer
177 35 Mr. BS
&nbsp;
178 1 Ken Spencer
179 35 Mr. BS
h2. Does AdiIRC have a systray icon?
180
181
---
182
183 1 Ken Spencer
Yes, check [[Options_Dialog|Options]] -> [[Tray Icon Options|Tray Icon]].
184
185 35 Mr. BS
&nbsp;
186 1 Ken Spencer
187 35 Mr. BS
h2. Can I use AdiIRC without .NET?
188
189
---
190
191 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
192
193 35 Mr. BS
&nbsp;
194 6 Ken Spencer
195 35 Mr. BS
h2. Does AdiIRC support DCC?
196
197
---
198
199 1 Ken Spencer
Yes, both chat and file transfers
200
201 35 Mr. BS
&nbsp;
202 1 Ken Spencer
203 35 Mr. BS
h2. There is so many other IRC clients, why wasting time writing another?
204
205
---
206
207 1 Ken Spencer
I mainly do this for fun and learning more about .NET/C# and IRC in general. -- kr0n
208 5 Ken Spencer
209 35 Mr. BS
&nbsp;
210 5 Ken Spencer
211 35 Mr. BS
h2. I found a bug, what do I do?
212
213
---
214
215 5 Ken Spencer
Check https://dev.adiirc.com/projects/adiirc/issues and see if its been reported. If not, report it!
216 34 Mr. BS
217 35 Mr. BS
&nbsp;
218 1 Ken Spencer
219 35 Mr. BS
h2. I got this great idea, can you implement it?
220
221
---
222
223 1 Ken Spencer
Check https://dev.adiirc.com/projects/adiirc/issues and see if someone suggested it. If not, suggest it!
224 5 Ken Spencer
225 35 Mr. BS
&nbsp;
226 1 Ken Spencer
227 35 Mr. BS
h2. What does "Adi" stands for?
228
229
---
230
231 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
232 5 Ken Spencer
233 35 Mr. BS
&nbsp;
234 5 Ken Spencer
235 35 Mr. BS
h2. Is AdiIRC open source or can I get the source?
236
237
---
238
239 34 Mr. BS
AdiIRC is freeware, but not open source.
240 1 Ken Spencer
241 5 Ken Spencer
There is a system in place in case of "bus factor":https://en.wikipedia.org/wiki/Bus_factor.
242 1 Ken Spencer
243 35 Mr. BS
&nbsp;
244 1 Ken Spencer
245 35 Mr. BS
h2. Can I use AdiIRC on OSX/Linux?
246
247
---
248
249 1 Ken Spencer
Follow https://dev.adiirc.com/projects/adiirc/wiki/Wine
250 23 Per Amundsen
Using AdiIRC on non-windows isn't as well supported, and using mono isn't supported at all.
251 1 Ken Spencer
252 35 Mr. BS
&nbsp;
253 1 Ken Spencer
254 35 Mr. BS
h2. Will you port AdiIRC to my mobile OS?
255
256
---
257
258 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
259
260 35 Mr. BS
&nbsp;
261 1 Ken Spencer
262 35 Mr. BS
h2. How do I change message fonts?
263
264
---
265
266 34 Mr. BS
Message fonts can be changed in [[Options_Dialog|Options]] -> [[Fonts Options|Fonts]].
267 1 Ken Spencer
268 35 Mr. BS
&nbsp;
269 1 Ken Spencer
270 35 Mr. BS
h2. Why does task manager show high memory usage for AdiIRC?
271
272
---
273
274 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.
275 10 Per Amundsen
276 25 Per Amundsen
To show the real memory usage, you can type [[/gcmem]] in the Editbox.
277 1 Ken Spencer
278 35 Mr. BS
&nbsp;
279 1 Ken Spencer
280 35 Mr. BS
h2. Does AdiIRC support "OTR":https://en.wikipedia.org/wiki/Off-the-Record_Messaging?
281
282
---
283
284 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)
285 11 Per Amundsen
286 35 Mr. BS
&nbsp;
287 1 Ken Spencer
288 35 Mr. BS
h2. Why are some windows/channels shown on the desktop?
289
290
---
291
292 11 Per Amundsen
Pressing %(key)CTRL% + %(key)D% toggles "Show on desktop".
293 1 Ken Spencer
294 12 Per Amundsen
_"Shown on desktop" status is also saved across sessions._
295 1 Ken Spencer
296 35 Mr. BS
&nbsp;
297 1 Ken Spencer
298 35 Mr. BS
h2. How to upgrade/downgrade AdiIRC
299
300
---
301
302 1 Ken Spencer
# Download the (portable) version you want from https://www.adiirc.com/download.php.
303
# Type [[/paths]] -r to open the AdiIRC folder where AdiIRC.exe is.
304
# Close AdiIRC.
305
# Copy the downloaded file into the AdiIRC folder and replace the old AdiIRC.exe with the new one.
306 14 Per Amundsen
307 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.
308 15 Per Amundsen
309 35 Mr. BS
&nbsp;
310 1 Ken Spencer
311 35 Mr. BS
h2. How to backup the config folder
312
313
---
314
315 15 Per Amundsen
Type [[/paths]] -o or go to Menubar -> Tools -> Config Files to open the config folder, copy it anywhere.
316 16 Per Amundsen
317 35 Mr. BS
&nbsp;
318 1 Ken Spencer
319 35 Mr. BS
h2. Antivirus flags AdiIRC as having a virus or trojan
320
321
---
322
323 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.
324 19 Per Amundsen
325
If you are unsure, the false positives seems to be resolved after a few weeks, you can try update again then.
326
327 35 Mr. BS
&nbsp;
328 19 Per Amundsen
329 35 Mr. BS
h2. Log folder using a lot of space
330
331
---
332
333 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.
334
335 35 Mr. BS
&nbsp;
336 34 Mr. BS
337 35 Mr. BS
h2. How can I temporary disable auto connect when AdiIRC starts?
338
339
---
340
341 26 Per Amundsen
Press the %(key)SHIFT% key while clicking the AdiIRC icon/shortcut.
342 34 Mr. BS
343 35 Mr. BS
&nbsp;
344 26 Per Amundsen
345 35 Mr. BS
h2. Missing Nicklist on Twitch
346
347
---
348
349 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.
350 34 Mr. BS
351 30 Per Amundsen
<pre>
352 32 Per Amundsen
CAP REQ :twitch.tv/membership
353 30 Per Amundsen
</pre>
354 35 Mr. BS
&nbsp;
355 30 Per Amundsen
356 35 Mr. BS
h2. How to ignore a message containing specific word(s)
357
358
---
359 31 Per Amundsen
360
For now a little scripting is needed, the script editor can be opened from Menubar -> Tools -> [[Edit Scripts]].
361
362
The [[on TEXT]] event can be used to listen for specific messages on specific/all channels:
363
364
*Example*
365
366
<pre>
367
; Ignore all messages containing badword on all channels.
368
on ^*:TEXT:*badword*:*:halt
369
370
; Ignore all messages starting with !badword on a specific channel.
371
on ^*:TEXT:!badword*:#channel:halt
372
</pre>
373
374
You can add as many as you want.