Project

General

Profile

FAQ » History » Version 20

romibi, 12/15/2017 11:49 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 6 seezer
h2. Why isn't Quassel using "Launchpad"?
14 6 seezer
15 19 johu
At the time being "Launchpad":https://www.launchpad.net doesn't support "git":http://gitorious.org/quassel.
16 9 shikamaru
17 9 shikamaru
h2. I lost my menu, how can I make it reappear?
18 9 shikamaru
19 9 shikamaru
Press ctrl + m and it should reappear. For other toolbars, you can display them from the submenu entitled "View"
20 12 seezer
21 20 romibi
h2. How do I hide Join/Part/Quit messages?
22 20 romibi
23 20 romibi
Right-click inside the chat and choose Joins/Parts/Quits in the "Hide Events" menu.
24 20 romibi
25 20 romibi
h2. How do I start quassel minimized?
26 20 romibi
27 20 romibi
Start Quassel with the command-line option "--hidewindow"
28 20 romibi
29 20 romibi
h2. Is there a list of command-line options?
30 20 romibi
31 20 romibi
For an up to date list of command line options start Quassel with the option "--help"
32 20 romibi
33 12 seezer
h2. How do I ignore CTCP requests?
34 12 seezer
35 12 seezer
Versions 0.5.2 and newer offer a "CTCP" type in the ignorelist settingspage.
36 12 seezer
If selected, the rule is parsed as follows:
37 12 seezer
38 16 dalbers
hostmask [CTCPCMD [CTCPCMD ...]]
39 12 seezer
40 12 seezer
For example "* VERSION PING" would ignore VERSION and PING requests for any hostmask.
41 12 seezer
If no CTCPCMD is given, all requests are ignored.
42 12 seezer
43 12 seezer
Only global- and per network scope are supported.
44 12 seezer
Since CTCP is ignored on the coreside, "Strictness" is always permanent.
45 13 kitterma
46 17 remi
CTCP ignore is patched into quassel 0.5.0-0ubuntu1.1 for Ubuntu Karmic users.
47 18 EgS
48 18 EgS
h2. Why does clicking on the systray icon take me to some strange buffer called something like "bartol.freenode.net"?
49 18 EgS
50 18 EgS
This is a known bug that needs to be fixed. But there is a workaround (Requires Quassel 0.6.0+).
51 18 EgS
52 18 EgS
First some background:
53 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.
54 18 EgS
55 18 EgS
The Solution:
56 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.