Table of Contents

VOC Chat

Neben den (monatlichen) Mumble-Treffen ist Matrix/IRC unser Haupt-Kommunikationsmedium, allerdings benutzen wir das teilweise stark asynchron: Das heißt, die meisten von uns nutzen einen Matrix-Client wie FluffyChat oder Element oder lassen den IRC Client auf ihrem Server laufen.

Der Matrix-Raum #public:c3voc.de (identisch mit dem IRC-Channel #voc-lounge im Hackint) ist unser virtuelles Wohnzimmer. Wenn Du es betrittst, dann ist es nett, kurz ein “Hallo” in die Runde zu werfen.

Wenn Du nach 5 Minuten wieder rausgehst, weil Du meinst, dass dort nicht los sei, dann warst Du zu ungeduldig. Wir sind zwar oft den ganzen Tag (und natürlich auch die Nacht) aktiv, aber beide Chatwege nehmen nicht 100% unserer Rechenleistung ein. Wir sind meist nur nebenbei in den Chats, hauptsächlich gehen wir irgendeiner mehr-oder-weniger sinnvollen Beschäftigung nach, Gerüchten zufolge sollen einige sogar versuchen, Geld zu verdienen.

Matrix

We are currently using the federated Matrix Network in parallel to IRC communication, if you are “member” of our organisation ask the admins to invite you to the VOC Matrix Space.

If you need to create a new account for the Matrix network, please use one of the many homeservers available, e.g. fairydust.space. Account registration is integrated into the clients, e.g. FluffyChat or Element. We recommend to start with a native client on your mobile device, and then add a web/desktop client to your setup.

Channels

There are several IRC/Matrix channels that we're using during and between events to organise ourselves:

IRC

Grant channel access

New user has to register with nickserv https://hackint.org/services#NickServ

Groupadmin has to invite the user to the group and give rights to invite https://hackint.org/services#GroupServ

New user has to join the group

New user has to tell ChanServ to be invited (add to autocmd)

Set channel permissions to !voc group

Usage of IRC bots

viri

Silencing

Components can be muted:

09:39:20 < florolf> viri: silence system/disk/encoder-danimo for 2 hours
09:39:20 < viri   > ok, silencing component 'system/disk/encoder-danimo' for 2 hours

After 10 seconds:

< viri> silence for 'system/disk/encoder-danimo' expired

During this time, no messages with the component 'system/disk/encoder-danimo' will be sent out.

Deleting silencings:

< florolf> viri: unsilence system/disk/encoder-danimo
< viri   > unsilenced 'system/disk/encoder-danimo'

Listing silencings:

< florolf> viri: list silencings
< viri   > currently active silencings (1):
< viri   >  - 'system/load/encoder-vm' until Thu Sep  1 14:03:51 2016

ping

Is viri still alive?

< meise> viri: ping
< viri> meise: pong

watchdog

< meise> viri: watchdog list
< viri> INFO watchdog: currently watching hosts:

help

Shorthand help command:

< meise> viri: help
< viri> example commands for viri:
< viri>   * reminder in 10 seconds, make me a sandwitch (, position is important!!1!)
< viri>   * silence system/disk/encoder3 for 10 seconds
< viri>   * unsilence system/disk/encoder3
< viri> more help: https://c3voc.de/wiki/irc#usage_of_ircbots

Config Snippets

autojoin in der irssi network definition:

chatnets = {
  hackint = {
    type = "IRC";
    max_kicks = "1";
    max_msgs = "3";
    autosendcmd = "/msg -hackint nickserv IDENTIFY $USER $PASSWORD ; /msg chanserv invite #voc ; /join -hackint #voc";
    max_whois = "30";
  };
};

Autojoin in Quassel:

optional: In den Eigenschaften der Standardidentität unter “Erweitert” kann man ein SSL Client-Zertifikat eintragen, mit dem man sich am IRC-Server/Nickserv authentifiziert. Dann braucht man kein User/Passwort.