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