Project

General

Profile

FAQ » History » Version 69

Per Amundsen, 03/03/2024 12:38 AM

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 38 Mr. BS
h4. <notextile></notextile>
12 35 Mr. BS
13 37 Mr. BS
h2. How do I auth/identify before I join
14
15 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:
16 1 Ken Spencer
17
<pre>
18
/msg nickserv identify <password>
19
/sleep 3 /join #channel1,#channel2
20
</pre>
21
22
/sleep 3, means wait 3 seconds before running the following command.
23
24 35 Mr. BS
_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._
25 1 Ken Spencer
26 38 Mr. BS
h4. <notextile></notextile>
27 35 Mr. BS
28 37 Mr. BS
h2. Why doesn't Ctrl-C work
29
30 35 Mr. BS
When you select text from the message buffer, AdiIRC will automatically copy the text to the clipboard when you release the left mouse button.
31 1 Ken Spencer
32 40 Per Amundsen
If you prefer to manually press %(key)CTRL% + %(key)C%, you can go to [[Options_Dialog|Options]] -> [[Messages_Options|Messages]] and disable [[Messages_Options#Automatically-copy-selected-text-to-Clipboard|Automatically copy selected text to Clipboard]].
33 1 Ken Spencer
34 38 Mr. BS
h4. <notextile></notextile>
35 35 Mr. BS
36 1 Ken Spencer
h2. TLS isn't working on a server!
37
38 35 Mr. BS
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. 
39 1 Ken Spencer
40 38 Mr. BS
h4. <notextile></notextile>
41 1 Ken Spencer
42 37 Mr. BS
h2. How do I change my version reply
43
44 35 Mr. BS
You can disable or change the CTCP VERSION reply using the [[on CTCP|CTCP event]] in a small script.
45
46 1 Ken Spencer
This can be used for any CTCP request.
47
48
<pre>
49
; Disable CTCP version reply.
50
CTCP *:VERSION:*:halt
51
52
; Reply with a custom version.
53 35 Mr. BS
CTCP *:VERSION:*:ctcpreply $nick IRC Version 42 | halt
54 34 Mr. BS
</pre>
55 1 Ken Spencer
56 38 Mr. BS
h4. <notextile></notextile>
57 35 Mr. BS
58 37 Mr. BS
h2. How do I disable the popups/notifications
59
60 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".
61
62 38 Mr. BS
h4. <notextile></notextile>
63 35 Mr. BS
64 37 Mr. BS
h2. How do I disable highlight sounds
65
66 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".
67 35 Mr. BS
68 38 Mr. BS
h4. <notextile></notextile>
69 35 Mr. BS
70 34 Mr. BS
h2. How do I use CERTFP, PEM files, etc with AdiIRC.
71 35 Mr. BS
72
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:
73 1 Ken Spencer
74
<pre>
75
openssl pkcs12 -export -out mynick.pfx -in mynick.pem
76
</pre>
77 35 Mr. BS
78 55 Per Amundsen
For creating a new certificate, have a look "here":https://web.archive.org/web/20180313022231/http://help.globalscape.com/help/secureserver3/generating_a_pkcs_12_private_key_public_certificate.htm
79 35 Mr. BS
80 66 Per Amundsen
See also https://www.sslshopper.com/ssl-converter.html
81
82 69 Per Amundsen
_Note openssl EdDSA certificates are "not supported":https://github.com/dotnet/runtime/issues/14741#issuecomment-1726133201 in windows.
83
84 38 Mr. BS
h4. <notextile></notextile>
85 1 Ken Spencer
86
h2. I want to use the beta!
87
88 35 Mr. BS
To update to a beta release, just type [[/betaup]].
89 1 Ken Spencer
90 38 Mr. BS
h4. <notextile></notextile>
91 1 Ken Spencer
92 37 Mr. BS
h2. How do I add toolbar items aligned to the right
93
94 65 Per Amundsen
There is a tiny "|" separator to the right, if you right click the [[Toolbar_Control|Toolbar]] and choose "Customize", you are able to drag the item to the right of that border.
95 1 Ken Spencer
96
!shot_160503_110837.png!
97 35 Mr. BS
98 38 Mr. BS
h4. <notextile></notextile>
99 34 Mr. BS
100 44 Per Amundsen
h2. My BNC/ZNC starts up so slow on AdiIRC!
101 1 Ken Spencer
102 44 Per Amundsen
_Should be much faster in AdiIRC 3.1._
103
104 35 Mr. BS
Things you can try:
105 1 Ken Spencer
106 45 Per Amundsen
First try adjust [[/fupdate]], if still not fast enough you can try some of the things below.
107 44 Per Amundsen
108 49 Per Amundsen
* Use the "ZNC playback script":https://dev.adiirc.com/boards/5/topics/1338 to only load messages since last time.
109 1 Ken Spencer
* Make sure you are using latest beta.
110 35 Mr. BS
* Reduce [[Options_Dialog|Options]] -> [[Messages_Options|Messages]] -> Max buffer.
111 1 Ken Spencer
* Disable [[Options_Dialog|Options]] -> [[Monitor_Panels_Options|Monitor Panels]] -> Monitor Channels/Servers.
112
* Type "/setoption Links CaptureLinks False" to disable capturing links.
113 48 Per Amundsen
* Enable [[Options_Dialog|Options]] -> [[Windows_Options|Windows]] -> Minimize server/channel windows.
114 1 Ken Spencer
* Disable/reduce channel backgrounds.
115
* Disable/reduce emoticons.
116
* Disable/reduce highlights.
117
* Disable/reduce nick colors.
118 41 Per Amundsen
* Disable/reduce user access levels.
119 1 Ken Spencer
* Disable/reduce [[on TEXT]] and [[on PARSELINE]] scripts.
120
* Disable [[Options_Dialog|Options]] -> [[Logging_Options|Logging]] -> Log channels.
121
* Make sure [[Options_Dialog|Options]] -> [[Messages_Options|Messages]] -> [[Messages_Options#Use-alternative-text-rendering|Use alternative text rendering]] is unchecked.
122
* Make sure channel/main window is as large as possible (or smaller font) to avoid word wrapping.
123
* Use fixed size message font.
124 44 Per Amundsen
* Disable/reduce Inline Images/Animated gifs.
125 1 Ken Spencer
126 38 Mr. BS
h4. <notextile></notextile>
127 1 Ken Spencer
128 37 Mr. BS
h2. How do I make it so /server connects with ...
129
130 62 Per Amundsen
The default options used when connecting with [[/server]] or from [[Menubar_Control|Menubar]] -> File -> New window can be changed in [[Options_Dialog|Options]] -> [[Quick Connect Options|Quick Connect]].
131 35 Mr. BS
132 38 Mr. BS
h4. <notextile></notextile>
133 34 Mr. BS
134 37 Mr. BS
h2. Why is 'connecting' slow on some networks
135
136 35 Mr. BS
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).
137
138 38 Mr. BS
h4. <notextile></notextile>
139 1 Ken Spencer
140 37 Mr. BS
h2. How do I move the monitors to their own window
141
142 64 Per Amundsen
When "Lock Bars" is disabled (right click any [[Menubar_Control|Menubar]]/[[Toolbar_Control|Toolbar]]/[[Switchbar_Control|Switchbar]]/[[Statusbar_Control|Statusbar]]/[[Treebar_Control|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.
143 1 Ken Spencer
144
The window can be docked inside AdiIRC as a regular channel window by pressing CTRL + D.
145
146
_See also [[Monitor Panels]]._
147
148
You can also undock the monitor panel into a window by right-clicking the header or tab and choose "Undock".
149 10 Per Amundsen
150 38 Mr. BS
h4. <notextile></notextile>
151 1 Ken Spencer
152 37 Mr. BS
h2. How do I autojoin several channels
153
154 5 Ken Spencer
Use <code>,</code> inbetween the channels.
155 1 Ken Spencer
156 38 Mr. BS
h4. <notextile></notextile>
157 35 Mr. BS
158 37 Mr. BS
h2. Does AdiIRC have a systray icon
159
160 35 Mr. BS
Yes, check [[Options_Dialog|Options]] -> [[Tray Icon Options|Tray Icon]].
161 1 Ken Spencer
162 38 Mr. BS
h4. <notextile></notextile>
163 35 Mr. BS
164 37 Mr. BS
h2. Can I use AdiIRC without .NET
165
166 6 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
167 35 Mr. BS
168 38 Mr. BS
h4. <notextile></notextile>
169 35 Mr. BS
170 37 Mr. BS
h2. Does AdiIRC support DCC
171
172 1 Ken Spencer
Yes, both chat and file transfers
173 35 Mr. BS
174 38 Mr. BS
h4. <notextile></notextile>
175 5 Ken Spencer
176 37 Mr. BS
h2. There is so many other IRC clients, why wasting time writing another
177
178 35 Mr. BS
I mainly do this for fun and learning more about .NET/C# and IRC in general. -- kr0n
179 1 Ken Spencer
180 38 Mr. BS
h4. <notextile></notextile>
181 34 Mr. BS
182 37 Mr. BS
h2. I found a bug, what do I do
183
184 1 Ken Spencer
Check https://dev.adiirc.com/projects/adiirc/issues and see if its been reported. If not, report it!
185
186 38 Mr. BS
h4. <notextile></notextile>
187 35 Mr. BS
188 37 Mr. BS
h2. I got this great idea, can you implement it
189
190 35 Mr. BS
Check https://dev.adiirc.com/projects/adiirc/issues and see if someone suggested it. If not, suggest it!
191 1 Ken Spencer
192 38 Mr. BS
h4. <notextile></notextile>
193 35 Mr. BS
194 37 Mr. BS
h2. What does "Adi" stands for
195
196 35 Mr. BS
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
197
198 38 Mr. BS
h4. <notextile></notextile>
199 1 Ken Spencer
200 37 Mr. BS
h2. Is AdiIRC open source or can I get the source
201
202 35 Mr. BS
AdiIRC is freeware, but not open source.
203
204
There is a system in place in case of "bus factor":https://en.wikipedia.org/wiki/Bus_factor.
205 1 Ken Spencer
206 38 Mr. BS
h4. <notextile></notextile>
207 1 Ken Spencer
208 52 Per Amundsen
h2. Can I use AdiIRC on macOs/Linux
209 1 Ken Spencer
210 52 Per Amundsen
AdiIRC is a Windows application using Windows APIs/features/user interface controls/.NET framework, as such it cannot run on Linux/macOS or through Mono.
211
212
It does run very well using Wine, check this guide https://dev.adiirc.com/projects/adiirc/wiki/Wine.
213 1 Ken Spencer
214 53 Per Amundsen
_There are no plans to rewrite AdiIRC for other platforms._
215
216 38 Mr. BS
h4. <notextile></notextile>
217 35 Mr. BS
218 37 Mr. BS
h2. Will you port AdiIRC to my mobile OS
219
220 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
221 35 Mr. BS
222 38 Mr. BS
h4. <notextile></notextile>
223 35 Mr. BS
224 37 Mr. BS
h2. How do I change message fonts
225
226 1 Ken Spencer
Message fonts can be changed in [[Options_Dialog|Options]] -> [[Fonts Options|Fonts]].
227 35 Mr. BS
228 38 Mr. BS
h4. <notextile></notextile>
229 35 Mr. BS
230 37 Mr. BS
h2. Why does task manager show high memory usage for AdiIRC
231
232 35 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.
233
234 43 Per Amundsen
To show the real memory usage, you can type [[/gcmem]] in the [[Editbox Control|Editbox]].
235 35 Mr. BS
236 38 Mr. BS
h4. <notextile></notextile>
237 12 Per Amundsen
238 37 Mr. BS
h2. Does AdiIRC support "OTR":https://en.wikipedia.org/wiki/Off-the-Record_Messaging
239
240 35 Mr. BS
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)
241
242 38 Mr. BS
h4. <notextile></notextile>
243 1 Ken Spencer
244 37 Mr. BS
h2. Why are some windows/channels shown on the desktop
245
246 1 Ken Spencer
Pressing %(key)CTRL% + %(key)D% toggles "Show on desktop".
247 14 Per Amundsen
248 1 Ken Spencer
_"Shown on desktop" status is also saved across sessions._
249 15 Per Amundsen
250 38 Mr. BS
h4. <notextile></notextile>
251 1 Ken Spencer
252 35 Mr. BS
h2. How to upgrade/downgrade AdiIRC
253
254
# Download the (portable) version you want from https://www.adiirc.com/download.php.
255
# Type [[/paths]] -r to open the AdiIRC folder where AdiIRC.exe is.
256 15 Per Amundsen
# Close AdiIRC.
257 16 Per Amundsen
# Copy the downloaded file into the AdiIRC folder and replace the old AdiIRC.exe with the new one.
258 35 Mr. BS
259 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.
260 35 Mr. BS
261 38 Mr. BS
h4. <notextile></notextile>
262 35 Mr. BS
263
h2. How to backup the config folder
264 34 Mr. BS
265 62 Per Amundsen
Type [[/paths]] -o or go to [[Menubar_Control|Menubar]] -> Tools -> Config Files to open the config folder, copy it anywhere.
266 19 Per Amundsen
267 38 Mr. BS
h4. <notextile></notextile>
268 35 Mr. BS
269 19 Per Amundsen
h2. Antivirus flags AdiIRC as having a virus or trojan
270 35 Mr. BS
271
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.
272
273
If you are unsure, the false positives seems to be resolved after a few weeks, you can try update again then.
274 20 Per Amundsen
275 38 Mr. BS
h4. <notextile></notextile>
276 35 Mr. BS
277 34 Mr. BS
h2. Log folder using a lot of space
278 35 Mr. BS
279
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.
280
281 38 Mr. BS
h4. <notextile></notextile>
282 26 Per Amundsen
283 37 Mr. BS
h2. How can I temporary disable auto connect when AdiIRC starts
284
285 26 Per Amundsen
Press the %(key)SHIFT% key while clicking the AdiIRC icon/shortcut.
286 35 Mr. BS
287 38 Mr. BS
h4. <notextile></notextile>
288 35 Mr. BS
289
h2. Missing Nicklist on Twitch
290 30 Per Amundsen
291 34 Mr. BS
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.
292 30 Per Amundsen
293 32 Per Amundsen
<pre>
294 30 Per Amundsen
CAP REQ :twitch.tv/membership
295 35 Mr. BS
</pre>
296 30 Per Amundsen
297 38 Mr. BS
h4. <notextile></notextile>
298 37 Mr. BS
299
h2. How to ignore a message containing specific word(s)
300 31 Per Amundsen
301 63 Per Amundsen
For now a little scripting is needed, the script editor can be opened from [[Menubar_Control|Menubar]] -> Tools -> [[Scripteditor_Dialog|Edit Scripts]].
302 31 Per Amundsen
303
The [[on TEXT]] event can be used to listen for specific messages on specific/all channels:
304
305
*Example*
306
307
<pre>
308
; Ignore all messages containing badword on all channels.
309
on ^*:TEXT:*badword*:*:halt
310
311
; Ignore all messages starting with !badword on a specific channel.
312
on ^*:TEXT:!badword*:#channel:halt
313
</pre>
314
315
You can add as many as you want.
316 39 Per Amundsen
317 51 Per Amundsen
_[[Options Dialog|Options]] -> [[Ignore_Options|Ignore]] can also be used._
318
319 39 Per Amundsen
h4. <notextile></notextile>
320
321
h2. Can I distribute custom AdiIRC installers/portable versions to my users?
322
323
Absolutely. You can also distribute a custom [[Config Files|config.ini]] file which uses your own hostname/#channel as the default.
324
325
You can also bundle scripts/plugins/translations etc.
326
327
*Example config.ini*
328
329
<pre>
330
[QuickConnect]
331
Autojoin=#channel
332
Serverhost=irc.hostname.com
333
Serverport=6667
334
</pre>
335
336
If you have any questions [[Contact|contact us]].
337 42 Per Amundsen
338
h2. How do I sort/re-order windows in the Treebar/Switchbar?
339
340
There is a window priority system in [[Options_Dialog|Options]] -> [[Windows Options|Windows]] - [[Windows_Options#Window-Order|Window Order]], simply add the name of the channel or the network name you want to have a higher priority, higher up items have higher priority.
341 50 Per Amundsen
342 56 Per Amundsen
h2. Can I drag items in the Treebar/Switchbar?
343
344
No, use [[Windows_Options#Window-Order|Window Order]].
345
346 54 Per Amundsen
h2. How to add new autojoin channels?
347 50 Per Amundsen
348 1 Ken Spencer
See [[Autojoin channels]].
349 54 Per Amundsen
350 57 Per Amundsen
h2. Can i change the MDI Window Titlebar colors or hide them?
351
352
The "MDI":https://en.wikipedia.org/wiki/Multiple-document_interface Window Titlebars are drawn by Windows and are stuck with the Windows 7 theme, microsoft refuses to update them.
353
354
Hiding them causes all kinds of graphical glitches since "MDI":https://en.wikipedia.org/wiki/Multiple-document_interface Windows in ".NET":https://en.wikipedia.org/wiki/.NET_Framework apparently was not designed to work without them.
355
356 54 Per Amundsen
h2. Can I make a Donation?
357
358
Please donate to your favorite local charity instead, it's much appreciated, thanks.
359 58 Per Amundsen
360
h2. How do I hide channel join/part and other events?
361
362
To globally hide or show events, use [[Options Dialog|Options]] -> [[Events_Options|Events]].
363
364 64 Per Amundsen
To hide or show events on specific channels, right-click the channel in the [[Treebar_Control|Treebar]] or [[Switchbar_Control|Switchbar]] and click the *Events* menu.
365 61 Per Amundsen
366 67 Per Amundsen
To only show events from users who have been recently active, enable [[Messages_Options#Only-show-join-parts-quits-nick-from-active-users|Only show join, parts, quits, nick from active users]].
367
368 61 Per Amundsen
h2. When is the next beta or stable build released?
369
370
When it's ready.
371 68 Per Amundsen
372
h2. Cant I contribute to the wiki?
373
374
Sure make [[Contact]] with your redmine username to get access.