Project

General

Profile

FAQ » History » Version 26

romibi, 09/13/2018 10:17 PM

1 1 dalbers
h1. FAQ
2 1 dalbers
3 6 seezer
{{toc}}
4 6 seezer
5 6 seezer
h2. How do I add accounts to my Quassel Core?
6 6 seezer
7 11 seezer
Check out the article on [[Manage_Core_Users|how to manage core users]]
8 6 seezer
9 6 seezer
h2. Where can I configure the autojoin list?
10 6 seezer
11 6 seezer
There is no list as such. Quassel will automatically rejoin the channels you were in at the time you shut Quassel down.
12 6 seezer
13 26 romibi
h2. Where is the config or script directory?
14 26 romibi
15 26 romibi
See [[Config Directories]] or [[Script Directories]]
16 26 romibi
17 6 seezer
h2. Why isn't Quassel using "Launchpad"?
18 6 seezer
19 19 johu
At the time being "Launchpad":https://www.launchpad.net doesn't support "git":http://gitorious.org/quassel.
20 9 shikamaru
21 9 shikamaru
h2. I lost my menu, how can I make it reappear?
22 9 shikamaru
23 23 digitalcircuit
Press @Ctrl + M@ and it should reappear. For other toolbars, you can display them from the submenu entitled "View"
24 12 seezer
25 21 romibi
h2. Quassel-Client (or Monolithic) won't start anymore (no visible window)
26 21 romibi
27 23 digitalcircuit
Check in @%appdata%\quassel-irc.org\quasselclient.ini@ or @~/.conf/quassel-irc.org/quasselclient.conf@ if there's a line with @MainWinHidden=true@. If so, change that to @MainWinHidden=false@
28 21 romibi
29 20 romibi
h2. How do I hide Join/Part/Quit messages?
30 20 romibi
31 20 romibi
Right-click inside the chat and choose Joins/Parts/Quits in the "Hide Events" menu.
32 20 romibi
33 22 digitalcircuit
h2. How do I start Quassel minimized?
34 20 romibi
35 23 digitalcircuit
Start Quassel with the command-line option @--hidewindow@
36 20 romibi
37 20 romibi
h2. Is there a list of command-line options?
38 20 romibi
39 23 digitalcircuit
For an up to date list of command line options start Quassel with the option @--help@
40 20 romibi
41 24 digitalcircuit
h2. How do I ignore specific highlights?
42 24 digitalcircuit
43 24 digitalcircuit
Version 0.13.0 and newer offer "Highlight Ignore Rules" to disable highlights in the same way you can add highlights.
44 24 digitalcircuit
45 24 digitalcircuit
For example, to ignore all pings from a bot with the nickname @qAnnounce@, add a new highlight ignore rule with empty rule text and a "Sender" of "qAnnounce!*".
46 24 digitalcircuit
47 24 digitalcircuit
Or, to keep a nickname variant from highlighting you, e.g. @yournick[m]@, add a highlight ignore rule with a "Rule" of "yournick[m]".
48 24 digitalcircuit
49 24 digitalcircuit
h2. How do I include special characters in Highlight/Ignore rules?
50 24 digitalcircuit
51 24 digitalcircuit
Version 0.13.0 and newer allow escaping special characters such as "*", "?", ";", "!", and "\" by prefixing them with an additional "\".
52 24 digitalcircuit
53 24 digitalcircuit
For example, "A question\?" would match "A question?" literally.
54 24 digitalcircuit
55 24 digitalcircuit
Sender/channel/scope are similar, with "\;" turning into a literal ";", and "\!test" matching the literal channel "!test" instead of inverting the rule.  "!" only needs escaped at the beginning of scope rules.
56 24 digitalcircuit
57 25 digitalcircuit
Take a look at the "full Pattern matching documentation page":https://bugs.quassel-irc.org/projects/quassel-irc/wiki/Pattern_matching for additional help.
58 25 digitalcircuit
59 12 seezer
h2. How do I ignore CTCP requests?
60 12 seezer
61 12 seezer
Versions 0.5.2 and newer offer a "CTCP" type in the ignorelist settingspage.
62 12 seezer
If selected, the rule is parsed as follows:
63 12 seezer
64 23 digitalcircuit
@hostmask [CTCPCMD [CTCPCMD ...]]@
65 12 seezer
66 12 seezer
For example "* VERSION PING" would ignore VERSION and PING requests for any hostmask.
67 12 seezer
If no CTCPCMD is given, all requests are ignored.
68 12 seezer
69 12 seezer
Only global- and per network scope are supported.
70 12 seezer
Since CTCP is ignored on the coreside, "Strictness" is always permanent.
71 13 kitterma
72 17 remi
CTCP ignore is patched into quassel 0.5.0-0ubuntu1.1 for Ubuntu Karmic users.
73 18 EgS
74 18 EgS
h2. Why does clicking on the systray icon take me to some strange buffer called something like "bartol.freenode.net"?
75 18 EgS
76 18 EgS
This is a known bug that needs to be fixed. But there is a workaround (Requires Quassel 0.6.0+).
77 18 EgS
78 18 EgS
First some background:
79 18 EgS
Quassel allows to show notices sent from a specific IRC server in separate buffers. This behavior is controlled by the setting "Message Redirection -> Server Notices". The default setting is here to show them in the "Status Window". Until recently quasselcore would still create a buffer called "bartol.freenode.net" and store the messages in that buffer. When the client receives such a message it redirects them to the Status Window and the buffer "bartol.freenode.net" would be hidden from all "Chat Lists". The highlighting / notification processing still triggers the activity for the original "bartol.freenode.net" though.
80 18 EgS
81 18 EgS
The Solution:
82 18 EgS
Enable "Message Redirection -> Server Notices -> default target". This will make those "ghost buffers" visible and you can delete them. After that disable the setting again, so that Server Notices are only displayed in the "Status Window". Since Quassel 0.6.0 Quassel will not recreate the buffer unless you have "Message Redirection -> Server Notices -> default target" enabled.