mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2025-08-04 21:27:24 +02:00
Compare commits
2 Commits
6582a89f98
...
2f0ebde0bb
Author | SHA1 | Date | |
---|---|---|---|
2f0ebde0bb | |||
6dbe619599 |
@ -1,7 +1,8 @@
|
||||
[general]
|
||||
# @ makes MXIDs look better, Telegram needs it separately,
|
||||
# probably just confuses networks without RELAYMSG and at least Kiwi pings
|
||||
# on @nick
|
||||
# on @nick. Labels can be shorter than protocol names (more descriptive in
|
||||
# case of IRC and are ircCamelCase for benefit of IRC bots)
|
||||
RemoteNickFormat="@{NOPINGNICK}/{LABEL}: "
|
||||
IgnoreFailureOnStart=true
|
||||
MessageSplit=true
|
||||
@ -11,6 +12,7 @@ MediaDownloadSize=20000000
|
||||
MediaDownloadBlacklist=[".html$",".htm$"]
|
||||
replacemessages=[ ["@room","@rööm"], ["@online","@önline"] ]
|
||||
EditSuffix=" ✏️"
|
||||
MessageClipped="…"
|
||||
UseLocalAvatar=["irc"]
|
||||
|
||||
[irc.localergo]
|
||||
@ -20,7 +22,7 @@ NickServPassword=""
|
||||
Server="localhost:6667"
|
||||
UseTLS=false
|
||||
UseSASL=true
|
||||
Label="IRC@Etro"
|
||||
Label="ircEtro"
|
||||
Charset="utf8"
|
||||
IgnoreNicks="HistServ"
|
||||
RunCommands=["OPER T4 MI-ne-DIRAS-do-AL-vin", "MODE T4 -iw+BET"]
|
||||
@ -35,7 +37,7 @@ Server="chat.ipv6.freenode.net:6697"
|
||||
UseTLS=true
|
||||
UseSASL=true
|
||||
SkipTLSVerify=false
|
||||
Label="freenode"
|
||||
Label="ircFn"
|
||||
Charset="utf8"
|
||||
RunCommands=["MODE T4 -iw+gQR"]
|
||||
|
||||
@ -47,7 +49,7 @@ Server="irc.libera.chat:6697"
|
||||
UseTLS=true
|
||||
UseSASL=true
|
||||
SkipTLSVerify=false
|
||||
Label="LiberaChat"
|
||||
Label="ircLc"
|
||||
Charset="utf8"
|
||||
RunCommands=["MODE T4 -iw+gQR"]
|
||||
|
||||
@ -103,6 +105,7 @@ MediaConvertWebPToPNG=false
|
||||
# https://github.com/telegramdesktop/tdesktop/issues/6959 + Matrix homeservers become clickable links polluting links
|
||||
RemoteNickFormat="<code>@{NICK}/{LABEL}</code>: "
|
||||
MessageFormat="HTMLNick"
|
||||
DisableWebPagePreview=true
|
||||
|
||||
[xmpp.example]
|
||||
Server="example.net:5222"
|
||||
|
Loading…
x
Reference in New Issue
Block a user