You are not logged in.

#1 2022-08-27 17:35:53

Morta
Member
Registered: 2019-07-07
Posts: 655

Matrix IRC Appservice bridge error: Reconficure IrcServer

 Configuration specific to the IRC service
ircService:
  # All server keys can be hot-reloaded, however existing IRC connections
  # will not have changes applied to them.
  servers:
    # The address of the server to connect to.
    irc.example.com:
      # A human-readable short name. This is used to label IRC status rooms
      # where matrix users control their connections.
      # E.g. 'ExampleNet IRC Bridge status'.
      # It is also used in the Third Party Lookup API as the instance `desc`
      # property, where each server is an instance.
      name: "Libera.chat IRC BRIDGE STATUS"
      # Additional addresses to connect to, used for load balancing between IRCDs.
      additionalAddresses: [ "irc.libera.chat" ]
      # Typically additionalAddresses would be in addition to the address key given above,
      # but some configurations wish to exclusively use additional addresses while reserving
      # the top key for identification purposes. Set this to true to exclusively use the
      # additionalAddresses array when connecting to servers.
      onlyAdditionalAddresses: true
      #
      # [DEPRECATED] Use `name`, above, instead.
      # A human-readable description string
      # description: "Example.com IRC network"

      # An ID for uniquely identifying this server amongst other servers being bridged.
      # networkId: "example"

      # MXC URL to an icon used as the network icon whenever this network appear in
      # a network list. (Like in the Element room directory, for instance.)
      # icon: mxc://matrix.org/LpsSLrbANVrEIEOgEaVteItf

      # The port to connect to. Optional.
      port: 6697
      # Whether to use SSL or not. Default: false.
      ssl: true
      # Whether or not IRC server is using a self-signed cert or not providing CA Chain
      sslselfsign: true
      # Should the connection attempt to identify via SASL (if a server or user password is given)
      # If false, this will use PASS instead. If SASL fails, we do not fallback to PASS.
      sasl: false
      # Whether to allow expired certs when connecting to the IRC server.
      # Usually this should be off. Default: false.
      allowExpiredCerts: true
      # Set additional TLS options for the connections to the IRC server.
      tlsOptions: 
        host: 'chat.joelmueller.ch'
        servername: 'irc.libera.chat'
        port: 6697
        allowHalfOpen: true
        rejectUnauthorized: false
        # A specific CA to trust instead of the default CAs. Optional.
        #ca: |
        #  -----BEGIN CERTIFICATE-----
        #  ...
        #  -----END CERTIFICATE-----
        # Server name for the SNI (Server Name Indication) TLS extension. If the address you
        # are using does not report the correct certificate name, you can override it here.
        # servername: real.server.name
        # ...or any options in https://nodejs.org/api/tls.html#tls_tls_connect_options_callback

      #
      # The connection password to send for all clients as a PASS (or SASL, if enabled above) command. Optional.
      # password: 'pa$$w0rd'
      #
      # Whether or not to send connection/error notices to real Matrix users. Default: true.
      sendConnectionMessages: true

How I configure that right?

I want connect to irc.libera.chat server with port 6697
My matrix server is on chat.joelmueller.ch

I got following error

2022-08-27 19:26:23 INFO:IrcServer Reconfiguring irc.example.com

How I do it right?

Last edited by Morta (2022-08-27 17:36:58)

Offline

#2 2022-08-30 04:55:54

Morta
Member
Registered: 2019-07-07
Posts: 655

Re: Matrix IRC Appservice bridge error: Reconficure IrcServer

No one?

Offline

#3 2022-09-13 13:44:10

bjo
Member
Registered: 2011-09-10
Posts: 80

Re: Matrix IRC Appservice bridge error: Reconficure IrcServer

Why do you want to use the appservice? You can reach irc.libera.chat via matrix directly.

Offline

#4 2022-09-13 14:08:56

Morta
Member
Registered: 2019-07-07
Posts: 655

Re: Matrix IRC Appservice bridge error: Reconficure IrcServer

Yes I doesn’t knew that libera.chat has a own irc bridge.

Offline

Board footer

Powered by FluxBB