Tips Tricks » History » Version 57
Per Amundsen, 08/26/2016 08:19 PM
1 | 4 | Per Amundsen | {{>toc}} |
---|---|---|---|
2 | |||
3 | 1 | Per Amundsen | h1. Tips |
4 | |||
5 | 49 | Per Amundsen | h2. Unicode/Font fallback |
6 | 1 | Per Amundsen | |
7 | 57 | Per Amundsen | 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]]. |
8 | 56 | Per Amundsen | |
9 | 7 | Per Amundsen | h2. Auth before joining a channel |
10 | 5 | Per Amundsen | |
11 | If you need to be authed with nickserv before joining a channel, you can use the [[/sleep]] (or [[/timer]]) command in your serverlist "Run these commands on connect" field: |
||
12 | |||
13 | <pre> |
||
14 | /msg nickserv identify <password> |
||
15 | /sleep 3 /join #channel1,#channel2 |
||
16 | </pre> |
||
17 | |||
18 | 6 | Per Amundsen | /sleep 3, means wait 3 seconds before running the following command. |
19 | 16 | Per Amundsen | |
20 | 29 | Per Amundsen | _The new 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._ |
21 | 11 | Per Amundsen | |
22 | h2. Copy text from message buffer |
||
23 | |||
24 | When you select text from the message buffer, AdiIRC will automatically copy the text to the clipboard when you release the left mouse button. |
||
25 | |||
26 | 52 | 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#AutoCopy-selected-text-to-Clipboard|AutoCopy selected text to Clipboard]] and [[Messages_Options#AutoFocus-Editbox|AutoFocus Editbox]]. |
27 | 11 | Per Amundsen | |
28 | _These options might be merged into one soon as well as a feature to ask which method to use._ |
||
29 | 20 | Per Amundsen | |
30 | h2. Problem connecting to TLS servers |
||
31 | |||
32 | 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. |
||
33 | 21 | Per Amundsen | |
34 | h2. Disable or changing CTCP VERSION reply |
||
35 | |||
36 | 52 | Per Amundsen | You can disable or change the CTCP VERSION reply using the [[on CTCP|CTCP event]] in a small script. |
37 | 21 | Per Amundsen | |
38 | 23 | Per Amundsen | This can be used for any CTCP request. |
39 | |||
40 | 21 | Per Amundsen | <pre> |
41 | ; Disable CTCP version reply. |
||
42 | CTCP *:VERSION:*:halt |
||
43 | |||
44 | ; Reply with a custom version. |
||
45 | CTCP *:VERSION:*:ctcpreply $nick IRC Version 42 | halt |
||
46 | </pre> |
||
47 | 24 | Per Amundsen | |
48 | 33 | Per Amundsen | h2. Disable notification popups/tips |
49 | 24 | Per Amundsen | |
50 | 45 | Per Amundsen | 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". |
51 | 33 | Per Amundsen | |
52 | h2. Disable highlight sound/beep |
||
53 | |||
54 | 45 | Per Amundsen | 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". |
55 | 26 | Per Amundsen | |
56 | h2. Client certificates |
||
57 | |||
58 | 27 | Per Amundsen | 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: |
59 | 26 | Per Amundsen | |
60 | <pre> |
||
61 | openssl pkcs12 -export -out mynick.pfx -in mynick.pem |
||
62 | </pre> |
||
63 | 28 | Per Amundsen | |
64 | For creating a new certificate, have a look "here":http://help.globalscape.com/help/secureserver3/Generating_a_PKCS_12_private_key_public_certificate.htm |
||
65 | 36 | Per Amundsen | |
66 | 46 | Per Amundsen | h2. Update to a beta release |
67 | |||
68 | To update to a beta release, just type [[/betaup]]. |
||
69 | |||
70 | 47 | Per Amundsen | h2. Align a Toolbar item to the right |
71 | |||
72 | 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. |
||
73 | |||
74 | !shot_160503_110837.png! |
||
75 | |||
76 | 36 | Per Amundsen | h2. Speed up bnc buffer |
77 | |||
78 | Things you can try: |
||
79 | |||
80 | * Make sure you are using latest beta. |
||
81 | * Reduce Options -> Messages -> Max buffer. |
||
82 | * Disable Options -> Monitor -> Monitor Channels/Servers. |
||
83 | * Type "/setoption Links CaptureLinks False" to disable capturing links. |
||
84 | * Disable Options -> Windows -> Focus newly opened windows. |
||
85 | 38 | Per Amundsen | * Disable/reduce channel backgrounds. |
86 | * Disable/reduce emoticons. |
||
87 | 44 | Per Amundsen | * Disable/reduce highlights. |
88 | * Disable/reduce nick colors. |
||
89 | 48 | Per Amundsen | * Disable/reduce [[on TEXT]] and [[on PARSELINE]] scripts. |
90 | 41 | Per Amundsen | * Disable Options -> Logging-> Log channels. |
91 | 39 | Per Amundsen | * Make sure UseDrawText is set to false: type "/setoption Messages UseDrawText False" |
92 | 42 | Per Amundsen | * Make sure channel/main window is as large as possible (or smaller font) to avoid word wrapping. |
93 | 43 | Per Amundsen | * Use fixed size message font. |
94 | 51 | Per Amundsen | |
95 | h2. How to change the default options used when connecting with /server |
||
96 | |||
97 | 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]]. |
||
98 | 53 | Per Amundsen | |
99 | h2. Slow logon |
||
100 | |||
101 | 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). |
||
102 | 54 | Per Amundsen | |
103 | 55 | Per Amundsen | h2. Undocking monitor panels into a window |
104 | 54 | Per Amundsen | |
105 | 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. |
||
106 | |||
107 | The window can be docked inside AdiIRC as a regular channel window by pressing CTRL + D. |
||
108 | |||
109 | You can also undock the monitor panel into a window by right-clicking the header or tab and choose "Undock". |