mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-21 18:59:22 +01:00
pre-commit applying mess round one
This commit is contained in:
parent
b5137190cd
commit
40b44495fe
@ -3,13 +3,12 @@ root = true
|
||||
[*]
|
||||
# Future: https://github.com/editorconfig/editorconfig/issues/89
|
||||
# Handled by git when not set
|
||||
#end_of_line = lf
|
||||
end_of_line = lf
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
charset = utf-8
|
||||
# Accessibility reasons. Vim: :%retab! (note also :set ts=4)
|
||||
indent_style = tab
|
||||
indent_size = tab
|
||||
indent_style = space
|
||||
#tab_width =
|
||||
|
||||
[*.{markdown,md}]
|
||||
|
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -1,6 +1,6 @@
|
||||
# Normalize line endings for text files
|
||||
# https://www.git-scm.com/docs/gitattributes#_end_of_line_conversion
|
||||
* text=auto linguist-detectable
|
||||
* text=auto eol=lf linguist-detectable
|
||||
|
||||
# Unlikely to be ran under Windows, Linux line endings
|
||||
*.bash text eol=lf
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -303,4 +303,3 @@ TSWLatexianTemp*
|
||||
# option is specified. Footnotes are the stored in a file with suffix Notes.bib.
|
||||
# Uncomment the next line to have this generated file ignored.
|
||||
#*Notes.bib
|
||||
|
||||
|
27
.pre-commit-config.yaml
Normal file
27
.pre-commit-config.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
# Remember to run `pre-commit install` at least once!
|
||||
# Manual test run: `pre-commit run --all-files`
|
||||
# Update? `pre-commit autoupdate`
|
||||
#
|
||||
# See https://pre-commit.com for more information
|
||||
# See https://pre-commit.com/hooks.html for more hooks
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.4.0
|
||||
hooks:
|
||||
- id: check-added-large-files
|
||||
- id: check-case-conflict
|
||||
- id: check-executables-have-shebangs
|
||||
- id: check-shebang-scripts-are-executable
|
||||
- id: destroyed-symlinks
|
||||
- id: detect-private-key
|
||||
- id: end-of-file-fixer
|
||||
- id: fix-byte-order-marker
|
||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||
rev: "v3.0.0-alpha.4"
|
||||
hooks:
|
||||
- id: prettier
|
||||
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
|
||||
rev: "2.7.1"
|
||||
hooks:
|
||||
- id: editorconfig-checker
|
||||
alias: ec
|
1
.prettierignore
Normal file
1
.prettierignore
Normal file
@ -0,0 +1 @@
|
||||
associations
|
1
LaTeX/.gitignore
vendored
1
LaTeX/.gitignore
vendored
@ -302,4 +302,3 @@ TSWLatexianTemp*
|
||||
# option is specified. Footnotes are the stored in a file with suffix Notes.bib.
|
||||
# Uncomment the next line to have this generated file ignored.
|
||||
#*Notes.bib
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
To possibly save your self from headache:
|
||||
|
||||
* Fedora: `sudo dnf install texlive-scheme-full -y`
|
||||
* Debian: `sudo apt install texlive-full -y`
|
||||
- Fedora: `sudo dnf install texlive-scheme-full -y`
|
||||
- Debian: `sudo apt install texlive-full -y`
|
||||
|
||||
## Simple boilerplate
|
||||
|
||||
@ -14,8 +14,8 @@ answers.
|
||||
|
||||
## Package management
|
||||
|
||||
***Don't do this, use `YOURFAVOURITEPACKAGEMANAGER search texlive-moderncv`
|
||||
or whatever***
|
||||
**_Don't do this, use `YOURFAVOURITEPACKAGEMANAGER search texlive-moderncv`
|
||||
or whatever_**
|
||||
|
||||
Fedora: remember to `sudo dnf install texlive-msg texlive-texlive-msg-translations` to
|
||||
remove one nag. Which doesn't work with Finnish, naturally.
|
||||
@ -28,10 +28,12 @@ tlmgr --ignore-warning --usermode install moderncv
|
||||
## Installing custom templates
|
||||
|
||||
1. Put them to `~/texmf/tex/latex/local/` The `tlmgr init-usertree` might be useful?
|
||||
* This can be verified with `kpsewhich -var-value=TEXMFHOME` in case this
|
||||
|
||||
- This can be verified with `kpsewhich -var-value=TEXMFHOME` in case this
|
||||
happened to be not-Linux.
|
||||
|
||||
2. Run `texhash ~/texmf`
|
||||
|
||||
### Noteworthy templates
|
||||
|
||||
* [Finnish standard document](https://github.com/datakurre/vakioasiakirja)
|
||||
- [Finnish standard document](https://github.com/datakurre/vakioasiakirja)
|
||||
|
@ -9,7 +9,7 @@ their relationship with the
|
||||
|
||||
# LICENSING
|
||||
|
||||
`3ea1645f746abf8de4683aadf07202bce38480f5` (*Tue Feb 21 14:15:46 2023 +0200*) switches from BSD-3 clause to
|
||||
`3ea1645f746abf8de4683aadf07202bce38480f5` (_Tue Feb 21 14:15:46 2023 +0200_) switches from BSD-3 clause to
|
||||
CC0. I don't think anything here qualifies as original work or licensable
|
||||
in general.
|
||||
|
||||
|
@ -7,9 +7,9 @@ for multiple devices. They possibly should be in aminda.eu, but I don't
|
||||
know what would be a good way to show them as browser integrated CSV
|
||||
viewers are rare and I don't think these would be in so much demand.
|
||||
|
||||
*Note that as per the FAQ, the connection request needs to be accepted
|
||||
_Note that as per the FAQ, the connection request needs to be accepted
|
||||
within 48 hours by entering your Briar address. However after that
|
||||
introductions can be made without timeout concerns.*
|
||||
introductions can be made without timeout concerns._
|
||||
|
||||
Briar doesn't hold as big place in my heart as IRC or Matrix to have a
|
||||
dedicated page either and my HTML table tendency is effort even if the page
|
||||
@ -37,12 +37,12 @@ add new users)</s> or blogs.
|
||||
|
||||
## Further reading and quotes
|
||||
|
||||
* https://briarproject.org/quick-start/
|
||||
* > Please note that Briar will only synchronize messages with your contacts, not with nearby strangers who are running Briar. And it will only sync the messages you’ve chosen to share with each contact. For example, if you invite your contacts X and Y to join a forum, and they accept, then messages in that forum will be synced with X or Y whenever they’re within range. So you can receive forum messages from X in one location, travel to another location, and deliver those messages to Y.
|
||||
* > But this doesn’t work for private messages: they’re only synchronized directly between the sender and recipient.
|
||||
* https://code.briarproject.org/briar/briar/-/wikis/FAQ
|
||||
* > Your Briar link contains a public key and it is safe to publish in the same way as a PGP public key. If you want to contact someone via Briar, both of you need to add each other's links.
|
||||
* > No, your online status isn't exposed by publishing your `briar://` link. Only your contacts can tell whether you're online.
|
||||
* > No. Unlike with adding contacts at a distance and its 48 hours timeout, there's no such thing for introductions.
|
||||
* https://code.briarproject.org/briar/briar-desktop/-/wikis/Changelog
|
||||
* > \[0.2.0-beta 2022-02-22\] Synchronize messages via local LAN
|
||||
- https://briarproject.org/quick-start/
|
||||
- > Please note that Briar will only synchronize messages with your contacts, not with nearby strangers who are running Briar. And it will only sync the messages you’ve chosen to share with each contact. For example, if you invite your contacts X and Y to join a forum, and they accept, then messages in that forum will be synced with X or Y whenever they’re within range. So you can receive forum messages from X in one location, travel to another location, and deliver those messages to Y.
|
||||
- > But this doesn’t work for private messages: they’re only synchronized directly between the sender and recipient.
|
||||
- https://code.briarproject.org/briar/briar/-/wikis/FAQ
|
||||
- > Your Briar link contains a public key and it is safe to publish in the same way as a PGP public key. If you want to contact someone via Briar, both of you need to add each other's links.
|
||||
- > No, your online status isn't exposed by publishing your `briar://` link. Only your contacts can tell whether you're online.
|
||||
- > No. Unlike with adding contacts at a distance and its 48 hours timeout, there's no such thing for introductions.
|
||||
- https://code.briarproject.org/briar/briar-desktop/-/wikis/Changelog
|
||||
- > \[0.2.0-beta 2022-02-22\] Synchronize messages via local LAN
|
||||
|
@ -3,18 +3,18 @@
|
||||
Briar Forums are groups where anyone can add anyone. They have no further
|
||||
moderation options than people cutting contact with abusive users.
|
||||
|
||||
* `PandaCoderPL` introduced many to Briar forums and messages from them are
|
||||
- `PandaCoderPL` introduced many to Briar forums and messages from them are
|
||||
visible in many forums especially those they list. To avoid duplication,
|
||||
I have included their repository as a submodule.
|
||||
* `started-by-me.csv` has those I created, but due to the way how Briar
|
||||
- `started-by-me.csv` has those I created, but due to the way how Briar
|
||||
works I have no special access/power over others there.
|
||||
* This is intentionally missing forums that contain just me and another
|
||||
- This is intentionally missing forums that contain just me and another
|
||||
person with multiple devices as Briar doesn't have multidevice support
|
||||
and groups being untransferrable is too painful to use them, although
|
||||
it carries risk of someone accidentally oversharing forums and thus
|
||||
revealing past messages. A dead friend forum where everyone else may
|
||||
have stopped using Briar is also omitted.
|
||||
* I mostly have `date +%Y-%j` in the end of forums I create so in case
|
||||
- I mostly have `date +%Y-%j` in the end of forums I create so in case
|
||||
someone else has the same idea, there is unlikely to be two forums with
|
||||
the exact same name (which is possible and not a problem for Briar).
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Call forwarding, relevant commands edition
|
||||
|
||||
*This is widely documented around the internet, but everything has a lot
|
||||
_This is widely documented around the internet, but everything has a lot
|
||||
of details irrelevant to my case of two phones and it's always effort to
|
||||
cherry-pick the relevant parts. This file may be unintentionally Finland
|
||||
specific.*
|
||||
specific._
|
||||
|
||||
1. Open dialer
|
||||
2. Enter command. +358 is Finnish international format, remove leading 0 from
|
||||
@ -12,11 +12,11 @@
|
||||
|
||||
## Commands
|
||||
|
||||
* `##002#` - Remove all call forwards
|
||||
* `**61*+358…**30#` - forward if call is not answered in 30 seconds
|
||||
* 30 may be replaced with multiples of 5 between 5 and 30.
|
||||
* `**62*+358…#` - forward if phone is not connected to network.
|
||||
* `**67*+358…#` - forward if phone is on another call.
|
||||
- `##002#` - Remove all call forwards
|
||||
- `**61*+358…**30#` - forward if call is not answered in 30 seconds
|
||||
- 30 may be replaced with multiples of 5 between 5 and 30.
|
||||
- `**62*+358…#` - forward if phone is not connected to network.
|
||||
- `**67*+358…#` - forward if phone is on another call.
|
||||
|
||||
Copy-paste template for text editor:
|
||||
|
||||
@ -28,18 +28,18 @@ Copy-paste template for text editor:
|
||||
|
||||
## Status check
|
||||
|
||||
* `*#002#` - Supposedly status for all forwards. Will respond with everything
|
||||
- `*#002#` - Supposedly status for all forwards. Will respond with everything
|
||||
has failed.
|
||||
* `*#61#` - Status for forward while not answered. Doesn't show the amount of seconds as
|
||||
- `*#61#` - Status for forward while not answered. Doesn't show the amount of seconds as
|
||||
that would likely make life too easy?
|
||||
* `*#62#` - Status for forward when not connected to network.
|
||||
* `*#67#` - Status for when being in other calls.
|
||||
- `*#62#` - Status for forward when not connected to network.
|
||||
- `*#67#` - Status for when being in other calls.
|
||||
|
||||
## GUI
|
||||
|
||||
* Apple: has no proper GUI for the cases above, only on/off toggle on forwarding
|
||||
- Apple: has no proper GUI for the cases above, only on/off toggle on forwarding
|
||||
every call. https://support.apple.com/guide/iphone/iphe9bdd027a/ios
|
||||
* Android: likely OEM-dependent and I don't have an Android with a SIM.
|
||||
* SailfishOS: Settings → Applications → Phone → Call forwarding. Case forward when
|
||||
- Android: likely OEM-dependent and I don't have an Android with a SIM.
|
||||
- SailfishOS: Settings → Applications → Phone → Call forwarding. Case forward when
|
||||
not answered in X time has no option how long to wait and I am not going to try
|
||||
whether it forwards in 5 or 30 seconds.
|
||||
|
@ -3,9 +3,9 @@
|
||||
Finnish identity cards have been electronic for ages and as I tend to forget
|
||||
how to use it on Linux again, here are my notes.
|
||||
|
||||
* Official application: https://dvv.fi/en/card-reader-software
|
||||
* Fedora/rpm is hidden under "All versions", "Linux versions"
|
||||
* DVV certificate newsletter: https://uutiskirjeet.dvv.fi/uutiset/varmennepalvelut.html
|
||||
- Official application: https://dvv.fi/en/card-reader-software
|
||||
- Fedora/rpm is hidden under "All versions", "Linux versions"
|
||||
- DVV certificate newsletter: https://uutiskirjeet.dvv.fi/uutiset/varmennepalvelut.html
|
||||
|
||||
## Requirements for everything
|
||||
|
||||
@ -30,15 +30,15 @@ the browser was started.
|
||||
|
||||
## Firefox and Thunderbird
|
||||
|
||||
***This doesn't apply if the above libcryptoki.so is created
|
||||
and preferably `libcryptoki.so` would be loaded anyway***
|
||||
**_This doesn't apply if the above libcryptoki.so is created
|
||||
and preferably `libcryptoki.so` would be loaded anyway_**
|
||||
|
||||
In Settings, Advanced, Security devices load the module from (DVV app) `/usr/lib64/libcryptoki.so` or (OpenSC):
|
||||
|
||||
* Debian: `/usr/lib/x86_64-linux-gnu/onepin-opensc-pkcs11.so`
|
||||
* Package: `opensc-pkcs11`
|
||||
* Fedora: `/usr/lib64/onepin-opensc-pkcs11.so`
|
||||
* Package: `opensc`
|
||||
- Debian: `/usr/lib/x86_64-linux-gnu/onepin-opensc-pkcs11.so`
|
||||
- Package: `opensc-pkcs11`
|
||||
- Fedora: `/usr/lib64/onepin-opensc-pkcs11.so`
|
||||
- Package: `opensc`
|
||||
|
||||
`onepin` is a workaround to not ask for PIN2 which is only used for legal agreements,
|
||||
email signing also uses PIN1.
|
||||
@ -47,17 +47,17 @@ email signing also uses PIN1.
|
||||
|
||||
Okular is the KDE document viewer and supports signing PDF files using FINEID!
|
||||
|
||||
There are three ways to go, they all begin with *Settings* menu, *Configure backends*
|
||||
and *PDF*.
|
||||
There are three ways to go, they all begin with _Settings_ menu, _Configure backends_
|
||||
and _PDF_.
|
||||
|
||||
Set the certificate database to one of the three:
|
||||
|
||||
* `/etc/nssdb` with password that I don't know.
|
||||
* `~/.pki/nssdb` which password theoretically reads in `~/.digisign/Seed.txt` assuming the official DigiSignApplication is used.
|
||||
* `~/.mozilla/firefox/<randomString>.<ProfileName>` - when Firefox is used (may require the configuration above), didn't ask me for a password, which may be the main password and directly offers the certificates from FINEID.
|
||||
- `/etc/nssdb` with password that I don't know.
|
||||
- `~/.pki/nssdb` which password theoretically reads in `~/.digisign/Seed.txt` assuming the official DigiSignApplication is used.
|
||||
- `~/.mozilla/firefox/<randomString>.<ProfileName>` - when Firefox is used (may require the configuration above), didn't ask me for a password, which may be the main password and directly offers the certificates from FINEID.
|
||||
|
||||
Next Apply or OK and restart Okular, open *Tools* menu and select
|
||||
*Digitally sign...*, draw an area for the signature (which FINEID wants to be big),
|
||||
Next Apply or OK and restart Okular, open _Tools_ menu and select
|
||||
_Digitally sign..._, draw an area for the signature (which FINEID wants to be big),
|
||||
select where to save the signed .pdf and enter the signing PIN a few times.
|
||||
|
||||
These signed documents can then be verified at [English](https://dvv.fi/en/validate-pdf-document),
|
||||
@ -82,18 +82,20 @@ Time of signature: ... (Time stamp not validated by a time stamp authority (TSA)
|
||||
|
||||
While I don't think the user necessarily needs them, my notes mention `DVV Gov. Root CA`.
|
||||
|
||||
* https://dvv.fi/en/ca-certificates
|
||||
- https://dvv.fi/en/ca-certificates
|
||||
|
||||
## Testing
|
||||
|
||||
* https://dvv.fineid.fi/en/authentication
|
||||
- https://dvv.fineid.fi/en/authentication
|
||||
|
||||
## FINEID as SSH key
|
||||
|
||||
0. I would start by `ssh-add -D` to remove other keys from the ssh-agent.
|
||||
1. Add the key to the agent
|
||||
* Debian: `ssh-add -s /usr/lib/x86_64-linux-gnu/opensc-pkcs11.so`
|
||||
* Fedora: `ssh-add -s /usr/lib64/opensc-pkcs11.so`
|
||||
|
||||
- Debian: `ssh-add -s /usr/lib/x86_64-linux-gnu/opensc-pkcs11.so`
|
||||
- Fedora: `ssh-add -s /usr/lib64/opensc-pkcs11.so`
|
||||
|
||||
2. Export the public key by `ssh-add -L|head -n1` (the comment should be "todentamis- ja salausavain" ("authentication and encryption key"))
|
||||
3. Naturally put it into `~/.ssh/authorized_keys`, but SSH should detect
|
||||
it automatically. The file could also be mentioned in `ssh_config`
|
||||
|
@ -25,8 +25,8 @@ gamescope --steam --borderless -- %command%
|
||||
|
||||
See also `gamescope --help`
|
||||
|
||||
* `--steam` - enables Steam integration, whatever that is
|
||||
* `--borderless` borderless full-screen mode (that Sway may be making
|
||||
- `--steam` - enables Steam integration, whatever that is
|
||||
- `--borderless` borderless full-screen mode (that Sway may be making
|
||||
windowed though)
|
||||
|
||||
##### Graphics corruption such as display full of black dots
|
||||
@ -44,4 +44,4 @@ which says it's tracked at [freedesktop.org/mesa/mesa#6029](https://gitlab.freed
|
||||
|
||||
Close/logoff friends window/network or disable its animations.
|
||||
|
||||
* https://github.com/ValveSoftware/steam-for-linux/issues/7245#issuecomment-897417115
|
||||
- https://github.com/ValveSoftware/steam-for-linux/issues/7245#issuecomment-897417115
|
||||
|
@ -5,30 +5,30 @@ help with mainly resolution and bitrate.
|
||||
|
||||
## resolution & bitrate
|
||||
|
||||
* Settings --> Output:
|
||||
* Video Bitrate: CHECK BELOW!
|
||||
* [x] Enable Advanced Encoder Settings
|
||||
* [x] Enforce streaming site bitrate limits
|
||||
* Encoder preset: Low-Latency Performance
|
||||
* Settings --> Video:
|
||||
* Base (Canvas) Resolution: DEPENDS ON STREAMED GAME OR FULL DESKTOP RESOLUTION, CHECK GAME/DISPLAY SETTINGS!
|
||||
* *I was mainly playing Final Fantasy X with 1280x720 base/canvas resolution.*
|
||||
* Output (Scaled) Resolution: WHAT VIEWERS WILL SEE, SEE BELOW
|
||||
* Downscale filter: Bilinear (Fastest, but blurry if scaling)
|
||||
* Common FPS Values: 30
|
||||
- Settings --> Output:
|
||||
- Video Bitrate: CHECK BELOW!
|
||||
- [x] Enable Advanced Encoder Settings
|
||||
- [x] Enforce streaming site bitrate limits
|
||||
- Encoder preset: Low-Latency Performance
|
||||
- Settings --> Video:
|
||||
- Base (Canvas) Resolution: DEPENDS ON STREAMED GAME OR FULL DESKTOP RESOLUTION, CHECK GAME/DISPLAY SETTINGS!
|
||||
- _I was mainly playing Final Fantasy X with 1280x720 base/canvas resolution._
|
||||
- Output (Scaled) Resolution: WHAT VIEWERS WILL SEE, SEE BELOW
|
||||
- Downscale filter: Bilinear (Fastest, but blurry if scaling)
|
||||
- Common FPS Values: 30
|
||||
|
||||
### Suggestions
|
||||
|
||||
* DVD quality? 250 Kbps bitrate with output scaled 424x240
|
||||
* Steam minimums: 750 Kbps & 640x350 (360p)
|
||||
* Note that the second number in resolution is the quality
|
||||
* Twitch suggested: 3000 Kbps for 1280x720p
|
||||
* *I may have been trying 1080p but potential settings were lost with hardware issue.*
|
||||
- DVD quality? 250 Kbps bitrate with output scaled 424x240
|
||||
- Steam minimums: 750 Kbps & 640x350 (360p)
|
||||
- Note that the second number in resolution is the quality
|
||||
- Twitch suggested: 3000 Kbps for 1280x720p
|
||||
- _I may have been trying 1080p but potential settings were lost with hardware issue._
|
||||
|
||||
### External links
|
||||
|
||||
* https://stream.twitch.tv/?kbid=100005
|
||||
* https://support.google.com/youtube/answer/2853702
|
||||
- https://stream.twitch.tv/?kbid=100005
|
||||
- https://support.google.com/youtube/answer/2853702
|
||||
|
||||
***NOTE: written from memory and [my TODO entry for this file](https://gitea.blesmrt.net/mikaela/gist/issues/6)
|
||||
without actually having OBS Studio or anything in front of me.***
|
||||
**_NOTE: written from memory and [my TODO entry for this file](https://gitea.blesmrt.net/mikaela/gist/issues/6)
|
||||
without actually having OBS Studio or anything in front of me._**
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Random git files
|
||||
|
||||
* `gitignore` - `.gitignore` templates I may or may not use
|
||||
* `etc/gitconfig` - a `/etc/gitconfig` for accepting signed pushes
|
||||
- `gitignore` - `.gitignore` templates I may or may not use
|
||||
- `etc/gitconfig` - a `/etc/gitconfig` for accepting signed pushes
|
||||
|
||||
## Tracking GitHub pull requests with `git`
|
||||
|
||||
@ -12,6 +12,6 @@ git config --add remote.GITHUB.fetch '+refs/pull/*/head:refs/remotes/GITHUB/pr/*
|
||||
Replace `GITHUB` with the `git remote` name. I have picked this up from a
|
||||
dead `git.io` link.
|
||||
|
||||
* TODO: Figure out if this also works for GitLab or what is the GitLab version?
|
||||
- TODO: Figure out if this also works for GitLab or what is the GitLab version?
|
||||
Gitea too.
|
||||
* https://gitea.blesmrt.net/mikaela/gist/issues/39
|
||||
- https://gitea.blesmrt.net/mikaela/gist/issues/39
|
||||
|
@ -1,10 +1,9 @@
|
||||
*This work by <NAME> is licensed under a
|
||||
[Creative Commons Attribution 4.0 International License].*
|
||||
_This work by <NAME> is licensed under a
|
||||
[Creative Commons Attribution 4.0 International License]._
|
||||
|
||||
[Creative Commons Attribution 4.0 International License]:https://creativecommons.org/licenses/by/4.0/
|
||||
[creative commons attribution 4.0 international license]: https://creativecommons.org/licenses/by/4.0/
|
||||
|
||||
Creative Commons Attribution 4.0 International Public License
|
||||
=============================================================
|
||||
# Creative Commons Attribution 4.0 International Public License
|
||||
|
||||
By exercising the Licensed Rights (defined below), You accept and agree
|
||||
to be bound by the terms and conditions of this Creative Commons
|
||||
@ -15,9 +14,7 @@ these terms and conditions, and the Licensor grants You such rights in
|
||||
consideration of benefits the Licensor receives from making the
|
||||
Licensed Material available under these terms and conditions.
|
||||
|
||||
|
||||
Section 1 -- Definitions.
|
||||
-------------------------
|
||||
## Section 1 -- Definitions.
|
||||
|
||||
a. Adapted Material means material subject to Copyright and Similar
|
||||
Rights that is derived from or based upon the Licensed Material
|
||||
@ -80,9 +77,7 @@ Section 1 -- Definitions.
|
||||
k. You means the individual or entity exercising the Licensed Rights
|
||||
under this Public License. Your has a corresponding meaning.
|
||||
|
||||
|
||||
Section 2 -- Scope.
|
||||
-------------------
|
||||
## Section 2 -- Scope.
|
||||
|
||||
a. License grant.
|
||||
|
||||
@ -158,9 +153,7 @@ Section 2 -- Scope.
|
||||
licensing scheme. In all other cases the Licensor expressly
|
||||
reserves any right to collect such royalties.
|
||||
|
||||
|
||||
Section 3 -- License Conditions.
|
||||
--------------------------------
|
||||
## Section 3 -- License Conditions.
|
||||
|
||||
Your exercise of the Licensed Rights is expressly made subject to the
|
||||
following conditions.
|
||||
@ -211,9 +204,7 @@ following conditions.
|
||||
License You apply must not prevent recipients of the Adapted
|
||||
Material from complying with this Public License.
|
||||
|
||||
|
||||
Section 4 -- Sui Generis Database Rights.
|
||||
-----------------------------------------
|
||||
## Section 4 -- Sui Generis Database Rights.
|
||||
|
||||
Where the Licensed Rights include Sui Generis Database Rights that
|
||||
apply to Your use of the Licensed Material:
|
||||
@ -234,9 +225,7 @@ For the avoidance of doubt, this Section 4 supplements and does not
|
||||
replace Your obligations under this Public License where the Licensed
|
||||
Rights include other Copyright and Similar Rights.
|
||||
|
||||
|
||||
Section 5 -- Disclaimer of Warranties and Limitation of Liability.
|
||||
------------------------------------------------------------------
|
||||
## Section 5 -- Disclaimer of Warranties and Limitation of Liability.
|
||||
|
||||
a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
|
||||
EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
|
||||
@ -264,9 +253,7 @@ Section 5 -- Disclaimer of Warranties and Limitation of Liability.
|
||||
possible, most closely approximates an absolute disclaimer and
|
||||
waiver of all liability.
|
||||
|
||||
|
||||
Section 6 -- Term and Termination.
|
||||
----------------------------------
|
||||
## Section 6 -- Term and Termination.
|
||||
|
||||
a. This Public License applies for the term of the Copyright and
|
||||
Similar Rights licensed here. However, if You fail to comply with
|
||||
@ -294,9 +281,7 @@ Section 6 -- Term and Termination.
|
||||
d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
|
||||
License.
|
||||
|
||||
|
||||
Section 7 -- Other Terms and Conditions.
|
||||
----------------------------------------
|
||||
## Section 7 -- Other Terms and Conditions.
|
||||
|
||||
a. The Licensor shall not be bound by any additional or different
|
||||
terms or conditions communicated by You unless expressly agreed.
|
||||
@ -305,9 +290,7 @@ Section 7 -- Other Terms and Conditions.
|
||||
Licensed Material not stated herein are separate from and
|
||||
independent of the terms and conditions of this Public License.
|
||||
|
||||
|
||||
Section 8 -- Interpretation.
|
||||
----------------------------
|
||||
## Section 8 -- Interpretation.
|
||||
|
||||
a. For the avoidance of doubt, this Public License does not, and
|
||||
shall not be interpreted to, reduce, limit, restrict, or impose
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
|
@ -3,18 +3,17 @@
|
||||
This is unlike the Atheme cstemplate as Anope doesn't have similar template
|
||||
system, but these are the pre-defined ones on irc.anope.org
|
||||
|
||||
XOP
|
||||
===
|
||||
# XOP
|
||||
|
||||
* QOP = owner
|
||||
* GREET, AUTOOP, GETKEY, HALFOP, INVITE, OPME, PROTECTME, SAY, TOPIC
|
||||
* SOP = admin
|
||||
* ACCESS_CHANGE, AKICK, AUTOPROTECT, BADWORDS, MEMO, OP
|
||||
* AOP = op
|
||||
* GREET, AUTOOP, GETKEY, HALFOP, INVITE, OPME, PROTECTME, SAY, TOPIC
|
||||
* HOP = half op
|
||||
* AUTOHALFOP, BAN, HALFOPME, KICK, UNBAN, VOICE
|
||||
* VOP = voice
|
||||
* ACCESS_LIST, AUTOVOICE, FANTASIA, NOKICK, VOICEME
|
||||
- QOP = owner
|
||||
- GREET, AUTOOP, GETKEY, HALFOP, INVITE, OPME, PROTECTME, SAY, TOPIC
|
||||
- SOP = admin
|
||||
- ACCESS_CHANGE, AKICK, AUTOPROTECT, BADWORDS, MEMO, OP
|
||||
- AOP = op
|
||||
- GREET, AUTOOP, GETKEY, HALFOP, INVITE, OPME, PROTECTME, SAY, TOPIC
|
||||
- HOP = half op
|
||||
- AUTOHALFOP, BAN, HALFOPME, KICK, UNBAN, VOICE
|
||||
- VOP = voice
|
||||
- ACCESS_LIST, AUTOVOICE, FANTASIA, NOKICK, VOICEME
|
||||
|
||||
Higher privilege also includes the lower ones.
|
||||
|
@ -1,24 +1,24 @@
|
||||
# HexChat configs
|
||||
|
||||
* Timestamp format: `[%Y-%j %H.%M.%S]` or `[%G-W%V-%u %H:%M:%S]`
|
||||
* Example: `2021-173 19.40.50` or `2021-W34-5 13:44:50`
|
||||
* Nickname length: `/set text_max_indent 640`
|
||||
* so huge nicknames (especially with RELAYMSG) won't overlap timestamps
|
||||
* source: https://hexchat.readthedocs.io/en/latest/faq.html#why-does-the-timestamp-overlap-some-nicknames
|
||||
* Auto-reconnect: `/set net_ping_timeout 90`
|
||||
* https://hexchat.readthedocs.io/en/latest/faq.html#how-do-i-auto-reconnect-after-my-computer-wakes-up-from-being-in-sleep-hibernate-mode
|
||||
- Timestamp format: `[%Y-%j %H.%M.%S]` or `[%G-W%V-%u %H:%M:%S]`
|
||||
- Example: `2021-173 19.40.50` or `2021-W34-5 13:44:50`
|
||||
- Nickname length: `/set text_max_indent 640`
|
||||
- so huge nicknames (especially with RELAYMSG) won't overlap timestamps
|
||||
- source: https://hexchat.readthedocs.io/en/latest/faq.html#why-does-the-timestamp-overlap-some-nicknames
|
||||
- Auto-reconnect: `/set net_ping_timeout 90`
|
||||
- https://hexchat.readthedocs.io/en/latest/faq.html#how-do-i-auto-reconnect-after-my-computer-wakes-up-from-being-in-sleep-hibernate-mode
|
||||
|
||||
## Settings changes
|
||||
|
||||
* When using playback script (might be undesirable due to Ergo with
|
||||
- When using playback script (might be undesirable due to Ergo with
|
||||
@clientid behaving better)
|
||||
* Disable logging?
|
||||
* Disable scrollback
|
||||
* Realname (or `/set irc_real_name Mikaela <email@example.net>`
|
||||
- Disable logging?
|
||||
- Disable scrollback
|
||||
- Realname (or `/set irc_real_name Mikaela <email@example.net>`
|
||||
|
||||
### Settings → Text events
|
||||
|
||||
* Channel messages to show prefix
|
||||
* original: `%C18%H<%H$4$1%H>%H%O$t$2`
|
||||
* new: `%C18%H<%H$4$3$1%H>%H%O$t$2`
|
||||
* source: https://hexchat.readthedocs.io/en/latest/faq.html#how-do-i-show-and-in-front-of-nicknames-that-are-op-and-voice-when-they-talk
|
||||
- Channel messages to show prefix
|
||||
- original: `%C18%H<%H$4$1%H>%H%O$t$2`
|
||||
- new: `%C18%H<%H$4$3$1%H>%H%O$t$2`
|
||||
- source: https://hexchat.readthedocs.io/en/latest/faq.html#how-do-i-show-and-in-front-of-nicknames-that-are-op-and-voice-when-they-talk
|
||||
|
@ -1,65 +1,69 @@
|
||||
var realuserConfig = {
|
||||
Mikaela: {
|
||||
aliases: ['Mkaysi Mkays| Mkaysi- Mkaysi_ TDA_Anima Ciblia Mikaela Mikaela_ Michaela *Mikaela* Ciblia*'],
|
||||
aliases: [
|
||||
"Mkaysi Mkays| Mkaysi- Mkaysi_ TDA_Anima Ciblia Mikaela Mikaela_ Michaela *Mikaela* Ciblia*",
|
||||
],
|
||||
},
|
||||
notifico: {
|
||||
aliases: ['Not-*'],
|
||||
aliases: ["Not-*"],
|
||||
},
|
||||
onnz423: {
|
||||
aliases: ['Onni*'],
|
||||
aliases: ["Onni*"],
|
||||
},
|
||||
foxiepaws: {
|
||||
aliases: ['foxwolfblood'],
|
||||
aliases: ["foxwolfblood"],
|
||||
},
|
||||
Nikashi: {
|
||||
aliases: ['Nikashi Nikashi2']
|
||||
aliases: ["Nikashi Nikashi2"],
|
||||
},
|
||||
}
|
||||
};
|
||||
|
||||
var GA = {
|
||||
customHeadHtml: '<script>\r\n (function(i,s,o,g,r,a,m){i[\'GoogleAnalyticsObject\']=r;i[r]=i[r]||function(){\r\n (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\r\n m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\r\n })(window,document,\'script\',\'\/\/www.google-analytics.com\/analytics.js\',\'ga\');\r\n\r\n ga(\'create\', \'UA-40171169-4\', \'kapsi.fi\');\r\n ga(\'send\', \'pageview\');\r\n\r\n<\/script>'
|
||||
}
|
||||
customHeadHtml:
|
||||
"<script>\r\n (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\r\n (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\r\n m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\r\n })(window,document,'script','//www.google-analytics.com/analytics.js','ga');\r\n\r\n ga('create', 'UA-40171169-4', 'kapsi.fi');\r\n ga('send', 'pageview');\r\n\r\n</script>",
|
||||
};
|
||||
|
||||
var config = {
|
||||
channels: [
|
||||
{
|
||||
name: '##Mikaela',
|
||||
theme: 'default',
|
||||
destination: '/home/users/mkaysi/public_html/jsis/mikaela',
|
||||
logFormat: 'supybot',
|
||||
logEncoding: 'UTF-8',
|
||||
logTimezone: '+00:00',
|
||||
logPath: '/home/users/mkaysi/Yvzabevn3/logs/ChannelLogger/freenode/##mikaela',
|
||||
name: "##Mikaela",
|
||||
theme: "default",
|
||||
destination: "/home/users/mkaysi/public_html/jsis/mikaela",
|
||||
logFormat: "supybot",
|
||||
logEncoding: "UTF-8",
|
||||
logTimezone: "+00:00",
|
||||
logPath:
|
||||
"/home/users/mkaysi/Yvzabevn3/logs/ChannelLogger/freenode/##mikaela",
|
||||
logFileFilter: /\.log/,
|
||||
recursive: true,
|
||||
maxLogFiles: Infinity,
|
||||
statsTimezoneText: 'Europe/Helsinki',
|
||||
statsTimezoneText: "Europe/Helsinki",
|
||||
userConfig: realuserConfig,
|
||||
customHeadHtml: GA
|
||||
customHeadHtml: GA,
|
||||
},
|
||||
{
|
||||
name: '#refud0ge',
|
||||
theme: 'default',
|
||||
destination: '/home/users/mkaysi/public_html/jsis/refud0ge',
|
||||
logFormat: 'weechat',
|
||||
logEncoding: 'UTF-8',
|
||||
logPath: '/home/users/mkaysi/.weechat/logs/',
|
||||
name: "#refud0ge",
|
||||
theme: "default",
|
||||
destination: "/home/users/mkaysi/public_html/jsis/refud0ge",
|
||||
logFormat: "weechat",
|
||||
logEncoding: "UTF-8",
|
||||
logPath: "/home/users/mkaysi/.weechat/logs/",
|
||||
logFileFilter: /\/irc.freenode.#refud0ge.weechatlog[^/]*/i,
|
||||
recursive: true,
|
||||
maxLogFiles: Infinity,
|
||||
statsTimezoneText: 'Europe/Helsinki',
|
||||
statsTimezoneText: "Europe/Helsinki",
|
||||
userConfig: realuserConfig,
|
||||
customHeadHtml: GA
|
||||
customHeadHtml: GA,
|
||||
},
|
||||
],
|
||||
log: {
|
||||
'DEBUG': ['STDOUT'],
|
||||
'INFO': ['STDOUT'],
|
||||
'MESSAGE': ['STDOUT'],
|
||||
'WARNING': ['errors.log', 'STDERR'],
|
||||
'ERROR': ['errors.log', 'STDERR'],
|
||||
'CRITICAL': ['errors.log', 'STDERR']
|
||||
}
|
||||
DEBUG: ["STDOUT"],
|
||||
INFO: ["STDOUT"],
|
||||
MESSAGE: ["STDOUT"],
|
||||
WARNING: ["errors.log", "STDERR"],
|
||||
ERROR: ["errors.log", "STDERR"],
|
||||
CRITICAL: ["errors.log", "STDERR"],
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = config;
|
@ -1,10 +1,10 @@
|
||||
# Hardening Limnoria
|
||||
|
||||
* Upstream documentation: https://docs.limnoria.net/use/security.html
|
||||
- Upstream documentation: https://docs.limnoria.net/use/security.html
|
||||
|
||||
## Passwordless users
|
||||
|
||||
*This is subject to moving to the upstream documentation, see [Limnoria/Limnoria-doc#91](https://github.com/Limnoria/Limnoria-doc/issues/91)*
|
||||
_This is subject to moving to the upstream documentation, see [Limnoria/Limnoria-doc#91](https://github.com/Limnoria/Limnoria-doc/issues/91)_
|
||||
|
||||
Passwordless user accounts have been supported since version 2021-05-27.
|
||||
They must login by some other mechanism such as NickAuth, GPG or hostmasks.
|
||||
|
@ -10,9 +10,11 @@ However this is easy to avoid with a couple of plugins
|
||||
1. `load Aka`
|
||||
1. `load <Reply|Utilities>` meaning to load either Reply or Utilities
|
||||
1. `aka add announce "<reply reply|utilities echo> You didn't mean for me to send that message everywhere, so I am hijacking it instead"`
|
||||
* here again one is picked, "utilities echo" will just repeat the message
|
||||
|
||||
- here again one is picked, "utilities echo" will just repeat the message
|
||||
on channel while "reply reply" will ping you. The name of the plugin is
|
||||
specified in case the command "echo" or "reply" was in multiple plugins.
|
||||
|
||||
1. `defaultplugin announce aka` so that when `announce` is called, it's
|
||||
assumed that our new `aka` is meant instead of Owner which is an important
|
||||
plugin and loaded by default.
|
||||
|
@ -14,14 +14,14 @@ config channel #CHAN supybot.reply.whenAddressedBy.strings ""
|
||||
config channel #CHAN supybot.reply.whenNotAddressed False
|
||||
```
|
||||
|
||||
* disables prefix char (note how "" means empty by default
|
||||
- disables prefix char (note how "" means empty by default
|
||||
(`supybot.commands.quotes`), not to be confused with """)
|
||||
* disables nick as prefix
|
||||
* disables nick as suffix (disabled by default)
|
||||
* disables replying with other nicks as prefix (disabled by default)
|
||||
* disables replying with strings as prefix (disabled by default, I think,
|
||||
- disables nick as prefix
|
||||
- disables nick as suffix (disabled by default)
|
||||
- disables replying with other nicks as prefix (disabled by default)
|
||||
- disables replying with strings as prefix (disabled by default, I think,
|
||||
might be an option in `supybot-wizard`)
|
||||
* disables replying to all messages on channel (disabled by default and I
|
||||
- disables replying to all messages on channel (disabled by default and I
|
||||
have no idea why one would enable that globally anyway)
|
||||
|
||||
Here also `channel #CHAN` could be `network NETWORKNAME` to disable
|
||||
|
@ -20,7 +20,7 @@ channel-specific
|
||||
config channel #CHAN supybot.plugins.RSS.notice False
|
||||
```
|
||||
|
||||
* RSS announces as NOTICEs
|
||||
- RSS announces as NOTICEs
|
||||
|
||||
### Reverting
|
||||
|
||||
|
@ -11,17 +11,17 @@ config supybot.protocols.http.userAgents "Limnoria UrlPreviewBot"
|
||||
config supybot.protocols.http.peekSize 1048576
|
||||
```
|
||||
|
||||
* enables the plugin (shipped with Limnoria)
|
||||
* enables titlefetching for all links on line, not just the first one
|
||||
* disables showing domain (small protection against multiple titlesfetcherrs
|
||||
- enables the plugin (shipped with Limnoria)
|
||||
- enables titlefetching for all links on line, not just the first one
|
||||
- disables showing domain (small protection against multiple titlesfetcherrs
|
||||
entering a loop or simply not annoying users with clientside link previews
|
||||
(Matrix/Telegram bridges/relays included))
|
||||
* disables showing redirect target (see previous point)
|
||||
* sets user-agent to "Limnoria UrlPreviewBot" instead of ['Mozilla/5.0 (compatible; utils.web python module)' from 2005](https://github.com/ProgVal/Limnoria/blame/2990fcd302afdc6a3b741594017c3959fd5da2fd/src/utils/web.py#L120)
|
||||
* I have heard that it's bad to pretend to be something you aren't and
|
||||
- disables showing redirect target (see previous point)
|
||||
- sets user-agent to "Limnoria UrlPreviewBot" instead of ['Mozilla/5.0 (compatible; utils.web python module)' from 2005](https://github.com/ProgVal/Limnoria/blame/2990fcd302afdc6a3b741594017c3959fd5da2fd/src/utils/web.py#L120)
|
||||
- I have heard that it's bad to pretend to be something you aren't and
|
||||
Twitter will only give you HTML `<title>`s if your user-agent contains
|
||||
`UrlPreviewBot`, [thanks Tulir's Synapse patch](https://mau.dev/maunium/synapse/-/commit/55d926999cffee893cb4951890a33985beaf70ba)
|
||||
* search for HTML titles from the first MEGABYTE of the webpage as modern
|
||||
- search for HTML titles from the first MEGABYTE of the webpage as modern
|
||||
web is horrible (looking at you [HS](https://hs.fi) & [YouTube](https://youtube.com))
|
||||
|
||||
## Actually enabling it
|
||||
@ -30,11 +30,11 @@ config supybot.protocols.http.peekSize 1048576
|
||||
config channel #CHAN plugins.web.titleSnarfer True
|
||||
```
|
||||
|
||||
* enables titlefetching per-channel, on #CHAN to be accurate
|
||||
- enables titlefetching per-channel, on #CHAN to be accurate
|
||||
(avoiding unwanted channels in case of botloop)
|
||||
* `"channel #CHAN"` could also be replaced with `network NETWORKNAME` for
|
||||
- `"channel #CHAN"` could also be replaced with `network NETWORKNAME` for
|
||||
every channel on network or `config` (or omitted entirely) for
|
||||
everywhere (channel takes priority over network which *probably* takes
|
||||
everywhere (channel takes priority over network which _probably_ takes
|
||||
priority over global)
|
||||
|
||||
## Excluding domains from titlefetching
|
||||
@ -43,7 +43,7 @@ config channel #CHAN plugins.web.titleSnarfer True
|
||||
config supybot.plugins.Web.nonSnarfingRegexp m/(t.me|matrix.to|facebook.com|instagram.com|imgur.com)/
|
||||
```
|
||||
|
||||
* regexp to block the listed domains, which are the first useless
|
||||
- regexp to block the listed domains, which are the first useless
|
||||
examples I have encountered recently. I just stole the regexp from
|
||||
[canonical Limnoria](https://github.com/ProgVal/Limnoria/wiki/Canonical-%23limnoria-doc)
|
||||
|
||||
|
@ -1,19 +1,20 @@
|
||||
# Matterbridge resources
|
||||
|
||||
Mainly *myrelays.md* documenting what my personal matterbridge instance is
|
||||
doing and *matterbridge-example.toml* as an example on what config file
|
||||
Mainly _myrelays.md_ documenting what my personal matterbridge instance is
|
||||
doing and _matterbridge-example.toml_ as an example on what config file
|
||||
could look like.
|
||||
|
||||
## My other resources
|
||||
* systemd units (including timers to not have to use cron and to see specific
|
||||
|
||||
- systemd units (including timers to not have to use cron and to see specific
|
||||
restart times, even randomized, before they happen in `systemctl status`)
|
||||
* [matterbridge.service](https://gitea.blesmrt.net/mikaela/shell-things/src/branch/master/etc/systemd/system/matterbridge.service)
|
||||
* [matterbridge-restart.service](https://gitea.blesmrt.net/mikaela/shell-things/src/branch/master/etc/systemd/system/matterbridge-restart.service) and to run it [matterbirdge-restart.timer](https://gitea.blesmrt.net/mikaela/shell-things/src/branch/master/etc/systemd/system/matterbridge-restart.timer)
|
||||
* [matterbridge-cleanup.service](https://gitea.blesmrt.net/mikaela/shell-things/src/branch/master/etc/systemd/system/matterbridge-cleanup.service) and to run it [matterbridge-cleanup.timer](https://gitea.blesmrt.net/mikaela/shell-things/src/branch/master/etc/systemd/system/matterbridge-cleanup.timer)
|
||||
- [matterbridge.service](https://gitea.blesmrt.net/mikaela/shell-things/src/branch/master/etc/systemd/system/matterbridge.service)
|
||||
- [matterbridge-restart.service](https://gitea.blesmrt.net/mikaela/shell-things/src/branch/master/etc/systemd/system/matterbridge-restart.service) and to run it [matterbirdge-restart.timer](https://gitea.blesmrt.net/mikaela/shell-things/src/branch/master/etc/systemd/system/matterbridge-restart.timer)
|
||||
- [matterbridge-cleanup.service](https://gitea.blesmrt.net/mikaela/shell-things/src/branch/master/etc/systemd/system/matterbridge-cleanup.service) and to run it [matterbridge-cleanup.timer](https://gitea.blesmrt.net/mikaela/shell-things/src/branch/master/etc/systemd/system/matterbridge-cleanup.timer)
|
||||
to not store media uploads for longer than a week.
|
||||
* [sudoers.d/matterbridge-restart](https://gitea.blesmrt.net/mikaela/shell-things/src/branch/master/etc/sudoers.d/restart-matterbridge)
|
||||
- [sudoers.d/matterbridge-restart](https://gitea.blesmrt.net/mikaela/shell-things/src/branch/master/etc/sudoers.d/restart-matterbridge)
|
||||
for passwordless `sudo systemctl restart matterbridge.service`
|
||||
|
||||
## Other resources
|
||||
|
||||
* [Upstream wiki](https://github.com/42wim/matterbridge/wiki/)
|
||||
- [Upstream wiki](https://github.com/42wim/matterbridge/wiki/)
|
||||
|
@ -9,16 +9,16 @@ knows everyone and more people aren't likely to appear).
|
||||
In format label (shown as source of the message), proper name and address.
|
||||
IRC labels begin with IRC for easier ignoring by bots.
|
||||
|
||||
* ircErgo - ErgoChat - ircs://irc.ergo.chat:6697
|
||||
* ircEtro - IRC@Etro - ircs://etro.mikaela.info:6697
|
||||
* ircIn - IRCnet - irc://open.ircnet.net:6667
|
||||
* ircLc - LiberaChat - ircs://irc.libera.chat:6697
|
||||
* ircLca - LibertaCasa - ircs://irc.liberta.casa:6697
|
||||
* `[m]` - Matrix - https://matrix.org
|
||||
* ircPirate - PirateIRC - ircs://irc.pirateirc.net:6697
|
||||
* Tg - Telegram - https://telegram.org
|
||||
* Twitch - Twitch - https://twitch.tv
|
||||
* XMPP - XMPP - https://xmpp.org
|
||||
- ircErgo - ErgoChat - ircs://irc.ergo.chat:6697
|
||||
- ircEtro - IRC@Etro - ircs://etro.mikaela.info:6697
|
||||
- ircIn - IRCnet - irc://open.ircnet.net:6667
|
||||
- ircLc - LiberaChat - ircs://irc.libera.chat:6697
|
||||
- ircLca - LibertaCasa - ircs://irc.liberta.casa:6697
|
||||
- `[m]` - Matrix - https://matrix.org
|
||||
- ircPirate - PirateIRC - ircs://irc.pirateirc.net:6697
|
||||
- Tg - Telegram - https://telegram.org
|
||||
- Twitch - Twitch - https://twitch.tv
|
||||
- XMPP - XMPP - https://xmpp.org
|
||||
|
||||
## Gateways
|
||||
|
||||
@ -26,37 +26,37 @@ Sorted in order of popularity or likeliness to be asked about.
|
||||
|
||||
### Mikaela.info
|
||||
|
||||
* ircEtro
|
||||
* ircLc
|
||||
* ircLca
|
||||
* `[m]`
|
||||
* ircPirate
|
||||
* Tg
|
||||
* Twitch
|
||||
* XMPP
|
||||
- ircEtro
|
||||
- ircLc
|
||||
- ircLca
|
||||
- `[m]`
|
||||
- ircPirate
|
||||
- Tg
|
||||
- Twitch
|
||||
- XMPP
|
||||
|
||||
### Tanukis (or "Pillow Fortress")
|
||||
|
||||
* ircEtro
|
||||
* ircLc
|
||||
* ircLca
|
||||
* `[m]`
|
||||
* ircPirate
|
||||
* Tg
|
||||
* XMPP
|
||||
- ircEtro
|
||||
- ircLc
|
||||
- ircLca
|
||||
- `[m]`
|
||||
- ircPirate
|
||||
- Tg
|
||||
- XMPP
|
||||
|
||||
### ABGILPQT+
|
||||
|
||||
* ircEtro
|
||||
* ircLc
|
||||
* `[m]`
|
||||
- ircEtro
|
||||
- ircLc
|
||||
- `[m]`
|
||||
|
||||
### Test
|
||||
|
||||
Handled by different instance, please see its csv's
|
||||
|
||||
* https://git.piraattipuolue.fi/Pikaviestimet/Pikaviestimet/src/branch/master/kanavat.csv
|
||||
* mirror https://gitea.blesmrt.net/mikaela/public-ppfi-im/src/branch/master/kanavat.csv
|
||||
- https://git.piraattipuolue.fi/Pikaviestimet/Pikaviestimet/src/branch/master/kanavat.csv
|
||||
- mirror https://gitea.blesmrt.net/mikaela/public-ppfi-im/src/branch/master/kanavat.csv
|
||||
|
||||
### Antikupla
|
||||
|
||||
@ -72,5 +72,5 @@ TBD
|
||||
|
||||
## borni
|
||||
|
||||
* ircEtro
|
||||
* ircIn
|
||||
- ircEtro
|
||||
- ircIn
|
||||
|
@ -2,17 +2,17 @@
|
||||
|
||||
Upstream: https://palaverapp.com/guides/commands/set.html
|
||||
|
||||
* `/set ui.time_format YY-'W'w-e HH.mm.ss`
|
||||
* e.g. 21-W50-2 14.59.12 (on 2021, week 50, the second day (Tuesday) of the week)
|
||||
* `/set ui.nick_show_mode on`
|
||||
* makes prefixes visible
|
||||
* `/set ui.nick_prefix <`
|
||||
* `/set ui.nick_suffix >`
|
||||
* `/set ui.browser system_default`
|
||||
- `/set ui.time_format YY-'W'w-e HH.mm.ss`
|
||||
- e.g. 21-W50-2 14.59.12 (on 2021, week 50, the second day (Tuesday) of the week)
|
||||
- `/set ui.nick_show_mode on`
|
||||
- makes prefixes visible
|
||||
- `/set ui.nick_prefix <`
|
||||
- `/set ui.nick_suffix >`
|
||||
- `/set ui.browser system_default`
|
||||
|
||||
## Other timestamp formats
|
||||
|
||||
Detailed spec: https://www.unicode.org/reports/tr35/tr35-dates.html#Date_Format_Patterns
|
||||
|
||||
* `/set ui.time_format yy-D HH.mm.ss`
|
||||
* e.g. 21-173 19.51.30 (on 2021-06-22, 173th day of 2021)
|
||||
- `/set ui.time_format yy-D HH.mm.ss`
|
||||
- e.g. 21-173 19.51.30 (on 2021-06-22, 173th day of 2021)
|
||||
|
@ -7,16 +7,16 @@ other directories around them and
|
||||
I won't promise to keep this up-to-date, but I think it might be better
|
||||
than nothing.
|
||||
|
||||
***READ ALSO https://wiki.piraattipuolue.fi/K%C3%A4ytt%C3%A4j%C3%A4:Mikaela !***
|
||||
**_READ ALSO https://wiki.piraattipuolue.fi/K%C3%A4ytt%C3%A4j%C3%A4:Mikaela !_**
|
||||
|
||||
Notes:
|
||||
|
||||
* teleirc.service is not used by the PirateIRC instance that I run. It has
|
||||
- teleirc.service is not used by the PirateIRC instance that I run. It has
|
||||
to be started manually as I don't have root on Kapsi and they don't have
|
||||
systemd or user services at the time of writing and without lithing that
|
||||
would require logging in once after every reboot for it to start doing
|
||||
anything
|
||||
* discord-irc assumes that you have cloned the git repo and installed using
|
||||
- discord-irc assumes that you have cloned the git repo and installed using
|
||||
npm there.
|
||||
* offtopic, but remember to enable Discord developer mode in settings
|
||||
- offtopic, but remember to enable Discord developer mode in settings
|
||||
for being able to right click channel name to copy ID.
|
||||
|
@ -8,9 +8,7 @@
|
||||
["NICKSERV", "REGAIN D6 CENSORED"],
|
||||
["MODE", "D6", "-i"]
|
||||
],
|
||||
"webhooks": {
|
||||
|
||||
},
|
||||
"webhooks": {},
|
||||
"channelMapping": {
|
||||
"374659905983873025": "#piraattinuoret",
|
||||
"374867585868496897": "#pinu_hallitus",
|
||||
|
@ -9,4 +9,3 @@ User=discord-irc
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
||||
|
@ -15,4 +15,3 @@ User=teleirc-freenode
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
||||
|
@ -1 +1,44 @@
|
||||
{"Antikupla":"-1001235442861","Global Pirates":"-1001057453853","Helsinki":-1001116081415,"Mediaseuranta":-1001106763853,"Mikaela - supergroup":"-1001149130394","PPFI - Aaltopiraatit":"-1001090737719","PPFI - Grafiikka":"-1001133635073","PPFI - Helsingin Hallituskokoukset":"-1001122135183","PPFI - Helsinki":"-1001116081415","PPFI - Keski-Suomi":"-1001121256763","PPFI - Mediaseuranta":"-1001106763853","PPFI - Messi":"-1001137586553","PPFI - Sivusto":"-1001379936008","PPFI - Toiminta":"-1001103875498","PPFI - Uusimaa":"-1001096588605","PPFI - Varsinais-Suomi":"-1001139315365","PPFI - Verkkopalvelut":"-1001115432082","PPFI - Yleiskeskustelu (EI EDUSTA PUOLUEEN LINJAA!)":-1001128288801,"PiNu hallitus":"-1001142160911","Piraatit":"-1001102075786","Piraattinuoret":"-1001117962134","Pirate Party Finland":"-1001136883228","Sateenkaaripiraatit":"-1001125413651","Syötteet":"-1001116457229","TEST":"-1001228320159","Toiminta":-1001103875498,"Uusimaa":-1001096588605,"Likakaivo":"-1001128288801","PPFI - Häme":"-1001374071099","Akateemiset Piraatit":"-1001185661848","PIR - Hallituksen kokoukset":"-1001172132698","PPFI - Puoluetoimisto":"-1001193123558","silta.piraatit.fi":"-1001198260672","SPAM-TELEIRC-PRIVAT":"-1001249769430","PPFI - Suomiareena":"-1001184954189","[READ-ONLY] PirateIRC #opers":"-1001173866260","PirateIRC Telegram Opers":"-1001176463928","PIR - Satakunta":"-1001159836952","##Mikaela":"-1001149130394","PPFI - Viestintä ja Markkinointi":"-1001298673578","Tech Pirates":"-1001166389528","PirateIRC Telegram Opers/Staff":"-1001176463928"}
|
||||
{
|
||||
"Antikupla": "-1001235442861",
|
||||
"Global Pirates": "-1001057453853",
|
||||
"Helsinki": -1001116081415,
|
||||
"Mediaseuranta": -1001106763853,
|
||||
"Mikaela - supergroup": "-1001149130394",
|
||||
"PPFI - Aaltopiraatit": "-1001090737719",
|
||||
"PPFI - Grafiikka": "-1001133635073",
|
||||
"PPFI - Helsingin Hallituskokoukset": "-1001122135183",
|
||||
"PPFI - Helsinki": "-1001116081415",
|
||||
"PPFI - Keski-Suomi": "-1001121256763",
|
||||
"PPFI - Mediaseuranta": "-1001106763853",
|
||||
"PPFI - Messi": "-1001137586553",
|
||||
"PPFI - Sivusto": "-1001379936008",
|
||||
"PPFI - Toiminta": "-1001103875498",
|
||||
"PPFI - Uusimaa": "-1001096588605",
|
||||
"PPFI - Varsinais-Suomi": "-1001139315365",
|
||||
"PPFI - Verkkopalvelut": "-1001115432082",
|
||||
"PPFI - Yleiskeskustelu (EI EDUSTA PUOLUEEN LINJAA!)": -1001128288801,
|
||||
"PiNu hallitus": "-1001142160911",
|
||||
"Piraatit": "-1001102075786",
|
||||
"Piraattinuoret": "-1001117962134",
|
||||
"Pirate Party Finland": "-1001136883228",
|
||||
"Sateenkaaripiraatit": "-1001125413651",
|
||||
"Syötteet": "-1001116457229",
|
||||
"TEST": "-1001228320159",
|
||||
"Toiminta": -1001103875498,
|
||||
"Uusimaa": -1001096588605,
|
||||
"Likakaivo": "-1001128288801",
|
||||
"PPFI - Häme": "-1001374071099",
|
||||
"Akateemiset Piraatit": "-1001185661848",
|
||||
"PIR - Hallituksen kokoukset": "-1001172132698",
|
||||
"PPFI - Puoluetoimisto": "-1001193123558",
|
||||
"silta.piraatit.fi": "-1001198260672",
|
||||
"SPAM-TELEIRC-PRIVAT": "-1001249769430",
|
||||
"PPFI - Suomiareena": "-1001184954189",
|
||||
"[READ-ONLY] PirateIRC #opers": "-1001173866260",
|
||||
"PirateIRC Telegram Opers": "-1001176463928",
|
||||
"PIR - Satakunta": "-1001159836952",
|
||||
"##Mikaela": "-1001149130394",
|
||||
"PPFI - Viestintä ja Markkinointi": "-1001298673578",
|
||||
"Tech Pirates": "-1001166389528",
|
||||
"PirateIRC Telegram Opers/Staff": "-1001176463928"
|
||||
}
|
||||
|
@ -6,12 +6,12 @@ module.exports = config;
|
||||
/////////////////////
|
||||
|
||||
// paste the bot API token you got from BotFather here:
|
||||
config.tgToken = 'CENSORED';
|
||||
config.tgToken = "CENSORED";
|
||||
|
||||
// only relay IRC events present in array
|
||||
// possible values include:
|
||||
// message, notice, action, topic, join, part, kick, quit
|
||||
config.relayIRCEvents = ['message', 'notice', 'action', 'kick', 'topic'];
|
||||
config.relayIRCEvents = ["message", "notice", "action", "kick", "topic"];
|
||||
|
||||
// enable HTTP server which hosts sent media files, links to files are
|
||||
// forwarded to IRC
|
||||
@ -21,7 +21,7 @@ config.showMedia = true;
|
||||
config.httpPort = 61825;
|
||||
|
||||
// HTTP server location, URLs are generated from this
|
||||
config.httpLocation = 'http://silta.piraatit.fi' + ':' + config.httpPort;
|
||||
config.httpLocation = "http://silta.piraatit.fi" + ":" + config.httpPort;
|
||||
//config.httpLocation = 'https://t4.mikaela.info';
|
||||
|
||||
//////////////////
|
||||
@ -34,189 +34,195 @@ config.httpLocation = 'http://silta.piraatit.fi' + ':' + config.httpPort;
|
||||
// - %firstName% (first name of sender)
|
||||
// - %lastName% (last name of sender)
|
||||
// - %username% (optional Telegram username of sender)
|
||||
config.nameFormat = '%username%';
|
||||
config.nameFormat = "%username%";
|
||||
|
||||
// fallback format string for %username% if sender lacks username
|
||||
config.usernameFallbackFormat = '%firstName% (MISSING @USERNAME! telegram.org/faq#usernames-and-t-me)';
|
||||
config.usernameFallbackFormat =
|
||||
"%firstName% (MISSING @USERNAME! telegram.org/faq#usernames-and-t-me)";
|
||||
|
||||
config.ircNick = 'T4';
|
||||
config.ircNick = "T4";
|
||||
//config.ircServer = 'fi.pirateirc.net';
|
||||
// Yggdrasil
|
||||
config.ircServer = '201:677d:1809:c5eb:202a:d39:e598:305';
|
||||
config.ircServer = "201:677d:1809:c5eb:202a:d39:e598:305";
|
||||
|
||||
// array of commands to send to IRC server as soon as we're connected,
|
||||
// example: config.ircPerformCmds = [
|
||||
// 'PRIVMSG Q@CServe.quakenet.org :AUTH <username> <password>'
|
||||
// ]
|
||||
|
||||
config.ircPerformCmds = ['NICKSERV identify T4 CENSORED', 'NICKSERV regain T4', 'mode T4 -i+RQ', 'CHANSERV invite #messi', 'JOIN #messi'];
|
||||
config.ircPerformCmds = [
|
||||
"NICKSERV identify T4 CENSORED",
|
||||
"NICKSERV regain T4",
|
||||
"mode T4 -i+RQ",
|
||||
"CHANSERV invite #messi",
|
||||
"JOIN #messi",
|
||||
];
|
||||
//config.ircPerformCmds = [];
|
||||
|
||||
config.channels = [
|
||||
|
||||
{
|
||||
ircChan: '#piraattinuoret',
|
||||
tgGroup: 'Piraattinuoret'
|
||||
ircChan: "#piraattinuoret",
|
||||
tgGroup: "Piraattinuoret",
|
||||
},
|
||||
|
||||
{
|
||||
ircChan: '#piraatit',
|
||||
tgGroup: 'Piraatit'
|
||||
ircChan: "#piraatit",
|
||||
tgGroup: "Piraatit",
|
||||
},
|
||||
|
||||
{
|
||||
ircChan: '#mediaseuranta',
|
||||
tgGroup: 'PPFI - Mediaseuranta'
|
||||
ircChan: "#mediaseuranta",
|
||||
tgGroup: "PPFI - Mediaseuranta",
|
||||
},
|
||||
|
||||
{
|
||||
ircChan: '#helsinki',
|
||||
tgGroup: 'PPFI - Helsinki'
|
||||
ircChan: "#helsinki",
|
||||
tgGroup: "PPFI - Helsinki",
|
||||
},
|
||||
|
||||
{
|
||||
ircChan: '#uusimaa',
|
||||
tgGroup: 'PPFI - Uusimaa'
|
||||
ircChan: "#uusimaa",
|
||||
tgGroup: "PPFI - Uusimaa",
|
||||
},
|
||||
|
||||
{
|
||||
ircChan: '#toiminta',
|
||||
tgGroup: 'PPFI - Toiminta'
|
||||
ircChan: "#toiminta",
|
||||
tgGroup: "PPFI - Toiminta",
|
||||
},
|
||||
|
||||
{
|
||||
ircChan: '#puoluetoimisto',
|
||||
tgGroup: 'PPFI - Puoluetoimisto'
|
||||
ircChan: "#puoluetoimisto",
|
||||
tgGroup: "PPFI - Puoluetoimisto",
|
||||
},
|
||||
|
||||
{
|
||||
ircChan: '#verkkopalvelut',
|
||||
tgGroup: 'PPFI - Verkkopalvelut'
|
||||
ircChan: "#verkkopalvelut",
|
||||
tgGroup: "PPFI - Verkkopalvelut",
|
||||
},
|
||||
|
||||
{
|
||||
ircChan: '#pinu_hallitus',
|
||||
tgGroup: 'PiNu hallitus'
|
||||
ircChan: "#pinu_hallitus",
|
||||
tgGroup: "PiNu hallitus",
|
||||
},
|
||||
|
||||
{
|
||||
ircChan: '#keski-suomi',
|
||||
tgGroup: 'PPFI - Keski-Suomi'
|
||||
ircChan: "#keski-suomi",
|
||||
tgGroup: "PPFI - Keski-Suomi",
|
||||
},
|
||||
|
||||
{
|
||||
ircChan: '#sateenkaaripiraatit',
|
||||
tgGroup: 'Sateenkaaripiraatit'
|
||||
ircChan: "#sateenkaaripiraatit",
|
||||
tgGroup: "Sateenkaaripiraatit",
|
||||
},
|
||||
|
||||
{
|
||||
ircChan: '#suomiareena',
|
||||
tgGroup: 'PPFI - Suomiareena'
|
||||
ircChan: "#suomiareena",
|
||||
tgGroup: "PPFI - Suomiareena",
|
||||
},
|
||||
|
||||
{
|
||||
ircChan: '#Mikaela',
|
||||
ircChan: "#Mikaela",
|
||||
ircChanReadOnly: true,
|
||||
ircChanOverrideReadOnly: true,
|
||||
tgGroup: '##Mikaela',
|
||||
tgGroup: "##Mikaela",
|
||||
tgGroupReadOnly: true,
|
||||
tgGroupOverrideReadOnly: true,
|
||||
},
|
||||
|
||||
{
|
||||
ircChan: '#aaltopiraatit',
|
||||
tgGroup: 'PPFI - Aaltopiraatit'
|
||||
ircChan: "#aaltopiraatit",
|
||||
tgGroup: "PPFI - Aaltopiraatit",
|
||||
},
|
||||
|
||||
{
|
||||
ircChan: '#ppfi',
|
||||
tgGroup: 'Pirate Party Finland'
|
||||
ircChan: "#ppfi",
|
||||
tgGroup: "Pirate Party Finland",
|
||||
},
|
||||
|
||||
{
|
||||
ircChan: '#grafiikka',
|
||||
tgGroup: 'PPFI - Grafiikka'
|
||||
ircChan: "#grafiikka",
|
||||
tgGroup: "PPFI - Grafiikka",
|
||||
},
|
||||
|
||||
{
|
||||
ircChan: '#messi',
|
||||
tgGroup: 'PPFI - Messi'
|
||||
ircChan: "#messi",
|
||||
tgGroup: "PPFI - Messi",
|
||||
},
|
||||
|
||||
{
|
||||
ircChan: '#varsinais-suomi',
|
||||
tgGroup: 'PPFI - Varsinais-Suomi'
|
||||
ircChan: "#varsinais-suomi",
|
||||
tgGroup: "PPFI - Varsinais-Suomi",
|
||||
},
|
||||
|
||||
{
|
||||
ircChan: '#syotteet',
|
||||
tgGroup: 'Syötteet'
|
||||
ircChan: "#syotteet",
|
||||
tgGroup: "Syötteet",
|
||||
},
|
||||
|
||||
{
|
||||
ircChan: '#sivusto',
|
||||
tgGroup: 'PPFI - Sivusto'
|
||||
ircChan: "#sivusto",
|
||||
tgGroup: "PPFI - Sivusto",
|
||||
},
|
||||
|
||||
{
|
||||
ircChan: '#globalPirates',
|
||||
tgGroup: 'Global Pirates'
|
||||
ircChan: "#globalPirates",
|
||||
tgGroup: "Global Pirates",
|
||||
},
|
||||
|
||||
{
|
||||
ircChan: '#antikupla',
|
||||
tgGroup: 'Antikupla'
|
||||
ircChan: "#antikupla",
|
||||
tgGroup: "Antikupla",
|
||||
},
|
||||
|
||||
{
|
||||
ircChan: '#hame',
|
||||
tgGroup: 'PPFI - Häme'
|
||||
ircChan: "#hame",
|
||||
tgGroup: "PPFI - Häme",
|
||||
},
|
||||
|
||||
{
|
||||
ircChan: '#akateemisetpiraatit',
|
||||
tgGroup: 'Akateemiset Piraatit'
|
||||
ircChan: "#akateemisetpiraatit",
|
||||
tgGroup: "Akateemiset Piraatit",
|
||||
},
|
||||
|
||||
{
|
||||
ircChan: '#hallituskokous',
|
||||
tgGroup: 'PIR - Hallituksen kokoukset'
|
||||
ircChan: "#hallituskokous",
|
||||
tgGroup: "PIR - Hallituksen kokoukset",
|
||||
},
|
||||
|
||||
{
|
||||
ircChan: 'T4',
|
||||
tgGroup: 'SPAM-TELEIRC-PRIVAT',
|
||||
tgGroupReadOnly: true
|
||||
},
|
||||
|
||||
{
|
||||
ircChan: '*',
|
||||
tgGroup: 'SPAM-TELEIRC-PRIVAT',
|
||||
tgGroupReadOnly: true
|
||||
},
|
||||
|
||||
{
|
||||
ircChan: '#opers',
|
||||
tgGroup: 'PirateIRC Telegram Opers/Staff',
|
||||
ircChan: "T4",
|
||||
tgGroup: "SPAM-TELEIRC-PRIVAT",
|
||||
tgGroupReadOnly: true,
|
||||
tgGroupOverrideReadOnly: true
|
||||
},
|
||||
|
||||
{
|
||||
ircChan: '#satakunta',
|
||||
tgGroup: 'PIR - Satakunta'
|
||||
ircChan: "*",
|
||||
tgGroup: "SPAM-TELEIRC-PRIVAT",
|
||||
tgGroupReadOnly: true,
|
||||
},
|
||||
|
||||
{
|
||||
ircChan: '#viestinta_markkinointi',
|
||||
chanPwd: 'CENSORED',
|
||||
tgGroup: 'PPFI - Viestintä ja Markkinointi'
|
||||
ircChan: "#opers",
|
||||
tgGroup: "PirateIRC Telegram Opers/Staff",
|
||||
tgGroupReadOnly: true,
|
||||
tgGroupOverrideReadOnly: true,
|
||||
},
|
||||
|
||||
{
|
||||
ircChan: '#TechPirates',
|
||||
tgGroup: 'Tech Pirates'
|
||||
}
|
||||
ircChan: "#satakunta",
|
||||
tgGroup: "PIR - Satakunta",
|
||||
},
|
||||
|
||||
{
|
||||
ircChan: "#viestinta_markkinointi",
|
||||
chanPwd: "CENSORED",
|
||||
tgGroup: "PPFI - Viestintä ja Markkinointi",
|
||||
},
|
||||
|
||||
{
|
||||
ircChan: "#TechPirates",
|
||||
tgGroup: "Tech Pirates",
|
||||
},
|
||||
|
||||
//{
|
||||
// ircChan: '#teleirc',
|
||||
@ -242,8 +248,8 @@ config.channels = [
|
||||
// see https://node-irc.readthedocs.org/en/latest/API.html#client for
|
||||
// documentation
|
||||
config.ircOptions = {
|
||||
userName: 'Telegram',
|
||||
realName: 'mailto:pikaviestimet+PircTGRelay@piraattipuolue.fi',
|
||||
userName: "Telegram",
|
||||
realName: "mailto:pikaviestimet+PircTGRelay@piraattipuolue.fi",
|
||||
port: 6697,
|
||||
localAddress: null,
|
||||
debug: false,
|
||||
@ -263,11 +269,11 @@ config.ircOptions = {
|
||||
sasl: true,
|
||||
//sasl: false,
|
||||
stripColors: true,
|
||||
channelPrefixes: '&#!',
|
||||
channelPrefixes: "&#!",
|
||||
messageSplit: 512,
|
||||
encoding: '',
|
||||
encoding: "",
|
||||
//password: ''
|
||||
password: 'CENSORED'
|
||||
password: "CENSORED",
|
||||
};
|
||||
|
||||
// if you wish to relay every irc message to telegram, set this to true.
|
||||
@ -276,8 +282,8 @@ config.ircRelayAll = true;
|
||||
|
||||
// the default hilight regexp will match lines containing the bot nick, or
|
||||
// lines starting with '! '
|
||||
var regex = '^ *(?:' + config.ircNick + '[:,]?|!) +(.*\\S.*)$';
|
||||
config.hlRegexp = new RegExp(regex, 'i');
|
||||
var regex = "^ *(?:" + config.ircNick + "[:,]?|!) +(.*\\S.*)$";
|
||||
config.hlRegexp = new RegExp(regex, "i");
|
||||
|
||||
// automatically added by config upgrade:
|
||||
config.logLevel = "error";
|
||||
@ -285,7 +291,22 @@ config.mediaRandomLength = 10;
|
||||
config.maxMsgAge = 60;
|
||||
config.allowCommands = true;
|
||||
config.nickcolor = false;
|
||||
config.palette = ["white","silver","navy","green","red","brown","purple","olive","yellow","lime","teal","cyan","pink","blue"];
|
||||
config.palette = [
|
||||
"white",
|
||||
"silver",
|
||||
"navy",
|
||||
"green",
|
||||
"red",
|
||||
"brown",
|
||||
"purple",
|
||||
"olive",
|
||||
"yellow",
|
||||
"lime",
|
||||
"teal",
|
||||
"cyan",
|
||||
"pink",
|
||||
"blue",
|
||||
];
|
||||
config.soloUse = false;
|
||||
config.replaceNewlines = " … ";
|
||||
config.hlOnlyShowMatch = false;
|
||||
@ -298,7 +319,7 @@ config.imgurClientId = "CENSORED";
|
||||
// automatically added by config upgrade:
|
||||
config.replySnippetLength = 46;
|
||||
config.mediaConversions = {
|
||||
'webp': 'png'
|
||||
webp: "png",
|
||||
};
|
||||
config.emphasizeAction = true;
|
||||
config.relayEdited = true;
|
||||
|
@ -1 +1,15 @@
|
||||
{"#sailfishos-porters":"-156634556","Mer-meeting":"-1001100500036","Mikaela - group":-1001149130394,"Mikaela - supergroup":"-1001149130394","NemoMobile":"-1001100341174","Sailfish Hackclub Helsinki":"-146527899","Sailfish OS Fan Club":"-1001094603738","akunapu":"-1001067264661","##castellano":"-1001121244297","SPAM-TELEIRC-PRIVAT":"-1001249769430","Akun apu ja #akubuntu":"-1001067264661","Sailfish OS Porters":"-1001173638408","##Mikaela":"-1001149130394"}
|
||||
{
|
||||
"#sailfishos-porters": "-156634556",
|
||||
"Mer-meeting": "-1001100500036",
|
||||
"Mikaela - group": -1001149130394,
|
||||
"Mikaela - supergroup": "-1001149130394",
|
||||
"NemoMobile": "-1001100341174",
|
||||
"Sailfish Hackclub Helsinki": "-146527899",
|
||||
"Sailfish OS Fan Club": "-1001094603738",
|
||||
"akunapu": "-1001067264661",
|
||||
"##castellano": "-1001121244297",
|
||||
"SPAM-TELEIRC-PRIVAT": "-1001249769430",
|
||||
"Akun apu ja #akubuntu": "-1001067264661",
|
||||
"Sailfish OS Porters": "-1001173638408",
|
||||
"##Mikaela": "-1001149130394"
|
||||
}
|
||||
|
@ -8,15 +8,15 @@ module.exports = config;
|
||||
// verbosity of console output
|
||||
// possible options from most to least verbose:
|
||||
// silly, debug, verbose, info, warn, error
|
||||
config.logLevel = 'error';
|
||||
config.logLevel = "error";
|
||||
|
||||
// paste the bot API token you got from BotFather here:
|
||||
config.tgToken = 'CENSORED';
|
||||
config.tgToken = "CENSORED";
|
||||
|
||||
// only relay IRC events present in array
|
||||
// possible values include:
|
||||
// message, notice, action, topic, join, part, kick, quit
|
||||
config.relayIRCEvents = ['message', 'notice', 'action', 'kick'];
|
||||
config.relayIRCEvents = ["message", "notice", "action", "kick"];
|
||||
|
||||
// enable HTTP server which hosts sent media files, links to files are
|
||||
// forwarded to IRC
|
||||
@ -43,14 +43,14 @@ config.httpPort = 9090;
|
||||
// HTTP server location, URLs are generated from this
|
||||
//config.httpLocation = 'http://149.202.119.142' + ':' + config.httpPort;
|
||||
//config.httpLocation = 'https://3das7vpgt73yxclb6agz4sz2a2bt7bqqfjucjhhbb5jnndxcd4o4lfid.onion';
|
||||
config.httpLocation = 'https://af42kgggd3mfqvgy.tor2web.io';
|
||||
config.httpLocation = "https://af42kgggd3mfqvgy.tor2web.io";
|
||||
|
||||
// Upload sent photos to Imgur, links to Imgur uploads are
|
||||
// forwared to IRC
|
||||
config.uploadToImgur = false;
|
||||
|
||||
// Imgur client id required for uploading photos to Imgur
|
||||
config.imgurClientId = 'YOUR-CLIENT-ID';
|
||||
config.imgurClientId = "YOUR-CLIENT-ID";
|
||||
|
||||
// Whether to allow sending messages to IRC without nick prefix
|
||||
config.allowCommands = true;
|
||||
@ -64,11 +64,20 @@ config.nickcolor = false;
|
||||
|
||||
// Nick color palette
|
||||
config.palette = [
|
||||
'white', 'silver', 'navy',
|
||||
'green', 'red', 'brown',
|
||||
'purple', 'olive', 'yellow',
|
||||
'lime', 'teal', 'cyan',
|
||||
'pink', 'blue'
|
||||
"white",
|
||||
"silver",
|
||||
"navy",
|
||||
"green",
|
||||
"red",
|
||||
"brown",
|
||||
"purple",
|
||||
"olive",
|
||||
"yellow",
|
||||
"lime",
|
||||
"teal",
|
||||
"cyan",
|
||||
"pink",
|
||||
"blue",
|
||||
];
|
||||
|
||||
// If soloUse is true, send all messages without username preview, intented
|
||||
@ -81,39 +90,40 @@ config.soloUse = false;
|
||||
// - %firstName% (first name of sender)
|
||||
// - %lastName% (last name of sender)
|
||||
// - %username% (optional Telegram username of sender)
|
||||
config.nameFormat = '%username%';
|
||||
config.nameFormat = "%username%";
|
||||
|
||||
// fallback format string for %username% if sender lacks username
|
||||
config.usernameFallbackFormat = '%firstName% (MISSING @USERNAME! telegram.org/faq#usernames-and-t-me)';
|
||||
config.usernameFallbackFormat =
|
||||
"%firstName% (MISSING @USERNAME! telegram.org/faq#usernames-and-t-me)";
|
||||
|
||||
// Replace newline characters in Telegram messages with this string before
|
||||
// relaying them to IRC, prevents flood from long messages.
|
||||
//
|
||||
// Tip: you can set this to \n if you want them as separate messages on IRC
|
||||
config.replaceNewlines = ' … ';
|
||||
config.replaceNewlines = " … ";
|
||||
|
||||
config.ircNick = 'T4';
|
||||
config.ircNick = "T4";
|
||||
//config.ircServer = 'chat.freenode.net';
|
||||
config.ircServer = '127.0.0.1';
|
||||
config.ircServer = "127.0.0.1";
|
||||
|
||||
// array of commands to send to IRC server as soon as we're connected,
|
||||
// example: config.ircPerformCmds = [
|
||||
// 'PRIVMSG Q@CServe.quakenet.org :AUTH <username> <password>'
|
||||
// ]
|
||||
//config.ircPerformCmds = ['NICKSERV identify T4 CENSORED', 'NICKSERV regain T4', 'mode T4 -i+RQ'];
|
||||
config.ircPerformCmds = ['ZNC *perform execute'];
|
||||
config.ircPerformCmds = ["ZNC *perform execute"];
|
||||
|
||||
config.channels = [
|
||||
// example of a barebones IRC channel:
|
||||
// '#channel1' will be bridged to a Telegram group called 'Tg_Group_1'
|
||||
{
|
||||
ircChan: '##Mikaela',
|
||||
tgGroup: '##Mikaela'
|
||||
ircChan: "##Mikaela",
|
||||
tgGroup: "##Mikaela",
|
||||
},
|
||||
|
||||
{
|
||||
ircChan: '#nemomobile',
|
||||
tgGroup: 'NemoMobile'
|
||||
ircChan: "#nemomobile",
|
||||
tgGroup: "NemoMobile",
|
||||
},
|
||||
|
||||
//{
|
||||
@ -123,44 +133,43 @@ config.channels = [
|
||||
// },
|
||||
|
||||
{
|
||||
ircChan: '#mer-meeting',
|
||||
tgGroup: 'Mer-meeting',
|
||||
tgGroupReadOnly: true
|
||||
ircChan: "#mer-meeting",
|
||||
tgGroup: "Mer-meeting",
|
||||
tgGroupReadOnly: true,
|
||||
},
|
||||
|
||||
{
|
||||
ircChan: '#jollafanclub',
|
||||
tgGroup: 'Sailfish OS Fan Club'
|
||||
ircChan: "#jollafanclub",
|
||||
tgGroup: "Sailfish OS Fan Club",
|
||||
},
|
||||
|
||||
{
|
||||
ircChan: '#sailfishos-porters',
|
||||
tgGroup: 'Sailfish OS Porters'
|
||||
ircChan: "#sailfishos-porters",
|
||||
tgGroup: "Sailfish OS Porters",
|
||||
},
|
||||
|
||||
{
|
||||
ircChan: '#sailfish-hackclub-hki',
|
||||
tgGroup: 'Sailfish Hackclub Helsinki'
|
||||
ircChan: "#sailfish-hackclub-hki",
|
||||
tgGroup: "Sailfish Hackclub Helsinki",
|
||||
},
|
||||
|
||||
{
|
||||
ircChan: '##castellano',
|
||||
tgGroup: '##castellano'
|
||||
ircChan: "##castellano",
|
||||
tgGroup: "##castellano",
|
||||
},
|
||||
|
||||
{
|
||||
ircChan: 'T4',
|
||||
tgGroup: 'SPAM-TELEIRC-PRIVAT',
|
||||
tgGroupReadOnly: true
|
||||
ircChan: "T4",
|
||||
tgGroup: "SPAM-TELEIRC-PRIVAT",
|
||||
tgGroupReadOnly: true,
|
||||
},
|
||||
|
||||
{
|
||||
ircChan: '*',
|
||||
tgGroup: 'SPAM-TELEIRC-PRIVAT',
|
||||
tgGroupReadOnly: true
|
||||
}
|
||||
|
||||
]
|
||||
ircChan: "*",
|
||||
tgGroup: "SPAM-TELEIRC-PRIVAT",
|
||||
tgGroupReadOnly: true,
|
||||
},
|
||||
];
|
||||
|
||||
// example of a readOnly IRC channel and Telegram Group:
|
||||
/* {
|
||||
@ -185,8 +194,8 @@ config.channels = [
|
||||
// see https://node-irc.readthedocs.org/en/latest/API.html#client for
|
||||
// documentation
|
||||
config.ircOptions = {
|
||||
userName: 'T4',
|
||||
realName: 'mailto:pikaviestimet+FreTGRelay@piraattipuolue.fi',
|
||||
userName: "T4",
|
||||
realName: "mailto:pikaviestimet+FreTGRelay@piraattipuolue.fi",
|
||||
port: 5621,
|
||||
localAddress: null,
|
||||
showErrors: true,
|
||||
@ -200,17 +209,17 @@ config.ircOptions = {
|
||||
floodProtectionDelay: 1000,
|
||||
sasl: false,
|
||||
stripColors: true,
|
||||
channelPrefixes: '&#!',
|
||||
channelPrefixes: "&#!",
|
||||
messageSplit: 512,
|
||||
encoding: '',
|
||||
encoding: "",
|
||||
//password: 'CENSORED'
|
||||
password: 'CENSORED'
|
||||
password: "CENSORED",
|
||||
};
|
||||
|
||||
// the default hilight regexp will match lines containing the bot nick, or
|
||||
// lines starting with '! '
|
||||
var regex = '^ *(?:' + config.ircNick + '[:,]?|!) +(.*\\S.*)$';
|
||||
config.hlRegexp = new RegExp(regex, 'i');
|
||||
var regex = "^ *(?:" + config.ircNick + "[:,]?|!) +(.*\\S.*)$";
|
||||
config.hlRegexp = new RegExp(regex, "i");
|
||||
|
||||
// if there was a match, should we only show the parenthesized substring match?
|
||||
// with the default regexp this would hide the bot nickname in messages when
|
||||
|
@ -1,6 +1,6 @@
|
||||
I use `/set irc.look.nick_color_hash djb2` (*"hash algorithm used to find
|
||||
I use `/set irc.look.nick_color_hash djb2` (_"hash algorithm used to find
|
||||
the color for a nick: djb2 = variant of djb2 (position of letters matters:
|
||||
anagrams of a nick have different color), sum = sum of letters"*)
|
||||
anagrams of a nick have different color), sum = sum of letters"_)
|
||||
|
||||
## WeeChat colours for dark background
|
||||
|
||||
@ -33,7 +33,7 @@ This is copied from @tracphil's gist which you can find at https://gist.github.c
|
||||
/set buffers.color.hotlist_message_fg 7
|
||||
```
|
||||
|
||||
* * * * *
|
||||
---
|
||||
|
||||
2022-04-15: I am using Selenized Dark and highlights are a bit difficult to see
|
||||
considering they are yellow on magenta;
|
||||
|
@ -1,7 +1,7 @@
|
||||
# WeeChat Triggers
|
||||
|
||||
* [WeeChat Trigger plugin documentation](https://weechat.org/files/doc/stable/weechat_user.en.html#trigger)
|
||||
* [Triggers at WeeChat GitHub Wiki](https://github.com/weechat/weechat/wiki/Triggers)
|
||||
- [WeeChat Trigger plugin documentation](https://weechat.org/files/doc/stable/weechat_user.en.html#trigger)
|
||||
- [Triggers at WeeChat GitHub Wiki](https://github.com/weechat/weechat/wiki/Triggers)
|
||||
|
||||
## msgid visibility
|
||||
|
||||
|
@ -3,6 +3,6 @@
|
||||
I never remember these and then I take ages to find my notes, so in hopes
|
||||
of finding these faster the next time, I am git committing it.
|
||||
|
||||
* Bedsheets & other bed things, 60 C (cotton)
|
||||
* Day cover (big blue) 40 C, (cotton)
|
||||
* Clothes: 40 C (mixed)
|
||||
- Bedsheets & other bed things, 60 C (cotton)
|
||||
- Day cover (big blue) 40 C, (cotton)
|
||||
- Clothes: 40 C (mixed)
|
||||
|
@ -5,12 +5,13 @@ Initially copied from https://develop.element.io/config.json, but modified.
|
||||
Placement:
|
||||
|
||||
Flatpak: `~/.var/app/im.riot.Riot/config/Riot/config.json`
|
||||
* or `~/.var/app/im.riot.Riot/config/Element-PROFILENAMEHERE/config.json`
|
||||
* Linux: `~/.config/Element/config.json` or `~/.config/Element-PROFILENAMEHERE/config.json`
|
||||
* failing that it appears to read `~/.config/Riot/*` should that exist.
|
||||
* Windows: `%APPDATA%\Element\config.json`
|
||||
|
||||
- or `~/.var/app/im.riot.Riot/config/Element-PROFILENAMEHERE/config.json`
|
||||
- Linux: `~/.config/Element/config.json` or `~/.config/Element-PROFILENAMEHERE/config.json`
|
||||
- failing that it appears to read `~/.config/Riot/*` should that exist.
|
||||
- Windows: `%APPDATA%\Element\config.json`
|
||||
|
||||
Labs features:
|
||||
|
||||
* https://github.com/vector-im/element-web/blob/develop/docs/labs.md
|
||||
* https://github.com/matrix-org/matrix-react-sdk/blob/develop/src/settings/Settings.tsx
|
||||
- https://github.com/vector-im/element-web/blob/develop/docs/labs.md
|
||||
- https://github.com/matrix-org/matrix-react-sdk/blob/develop/src/settings/Settings.tsx
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
{
|
||||
"showLabsSettings": true,
|
||||
"defaultDeviceDisplayName": "HostnameOS-Client-YYYY-WXX-D",
|
||||
|
@ -22,8 +22,10 @@ once space is pressed after the prefix char.
|
||||
6. Search for and select `im.fluffychat.account_bundles`
|
||||
7. Above (or below, doesn't matter) the `"bundles": [` line, add `"prefix": "M",` where `M` is your
|
||||
prefix to quickly switch to this account.
|
||||
* If this is confusing, see the example of finalized event in the bottom
|
||||
|
||||
- If this is confusing, see the example of finalized event in the bottom
|
||||
of this file.
|
||||
|
||||
8. Optionally if you wish to sort your account, add a `,` to the line where
|
||||
your bundle is named and to the next line: `"priority": 0`
|
||||
9. Start/restart FluffyChat
|
||||
@ -32,13 +34,13 @@ once space is pressed after the prefix char.
|
||||
|
||||
General notes:
|
||||
|
||||
* 0.4.1 had a bug where using automatic server discovery through well-known
|
||||
- 0.4.1 had a bug where using automatic server discovery through well-known
|
||||
causes all accounts to get logged out. Use server name instead, e.g. `https://matrix-client.matrix.org` (discovered from https://matrix.org/.well-known/matrix/client)
|
||||
* This is fixed in 0.4.2.
|
||||
* Quick account switching will only work within a bundle, which by default is implied to be the MXID, so by default it's disabled
|
||||
* Note the avatar next to the input bar showing which account you are using. It can also be used for switching accounts.
|
||||
* Tapping it to change account will also change which account will send any other events like media/reaction etc.
|
||||
* Long tapping a message and editing a message send as another account will
|
||||
- This is fixed in 0.4.2.
|
||||
- Quick account switching will only work within a bundle, which by default is implied to be the MXID, so by default it's disabled
|
||||
- Note the avatar next to the input bar showing which account you are using. It can also be used for switching accounts.
|
||||
- Tapping it to change account will also change which account will send any other events like media/reaction etc.
|
||||
- Long tapping a message and editing a message send as another account will
|
||||
auto-set the indicator and action-sender as your roleplay character.
|
||||
|
||||
Big thank you to FluffyChat contributors who made this feature and Sorunome
|
||||
|
@ -12,8 +12,8 @@ on terminal. `account-data` is an exception for appearing that way in `/devtools
|
||||
|
||||
### Account migration
|
||||
|
||||
* [EMS Matrix account migration tool](https://ems.element.io/tools/matrix-migration)
|
||||
* Centralized, propietary, service, works less well since Synapse 1.11.0rc1
|
||||
- [EMS Matrix account migration tool](https://ems.element.io/tools/matrix-migration)
|
||||
- Centralized, propietary, service, works less well since Synapse 1.11.0rc1
|
||||
made PL50 requirement for inviting users to new rooms.
|
||||
* [Variate](https://github.com/ShadowJonathan/variate) is planning to be
|
||||
a tool for *migrating between different Matrix server implementations*.
|
||||
- [Variate](https://github.com/ShadowJonathan/variate) is planning to be
|
||||
a tool for _migrating between different Matrix server implementations_.
|
||||
|
@ -106,17 +106,17 @@ Practically the same, but requires room version 10 and new `join_rule` known as
|
||||
|
||||
## Note to self
|
||||
|
||||
* `!fGtopoZuCySnTsSdsU:matrix.org` - eu.aminda.space v10
|
||||
* `!ruWhXaXgrPjaSSecvb:matrix.org` - aminda.eu v10
|
||||
* `!IVRSynLjDUQRVOHnbE:pikaviestin.fi` - Nova Fervoro v10
|
||||
* `!watercooler-v10:maunium.net` - WaterDuck v10
|
||||
* `!etDMqntYVqugEClPcE:artemislena.eu` - Community Moderation Effort v9
|
||||
* `!KMbEUhVQHLwZHmwzKX:matrix.org` - Matrix Haters v9
|
||||
* `!rCWNvpCTZHQkiRYUDE:matrix.org` - Matrix.fi v5
|
||||
* `!AUKUBkWpbVaNhXJhuD:vi.fi` - Olohuone v6
|
||||
* `!MHqztrxnQriEOyNLjW:pirateriot.net` - GlobalPirates v10
|
||||
* `!WDaMZSVinTZRLOTajM:hacklab.fi` - Matrix Suomi (Space) v6
|
||||
* `!IwPxifXSjBLghpVEMh:matrix.org` - FluffyChat (room) v5
|
||||
* `!iQaStEQNwaqxQfyhZi:sorunome.de` - FluffyChat Space v6
|
||||
* `!ESKEvwumMpSRZTnJOI:pikaviestin.fi` - Piraattipuolue v10
|
||||
* `!azROMLeGEMPdbdWnbk:matrix.org` - Piraattipuolueen työrauha v9
|
||||
- `!fGtopoZuCySnTsSdsU:matrix.org` - eu.aminda.space v10
|
||||
- `!ruWhXaXgrPjaSSecvb:matrix.org` - aminda.eu v10
|
||||
- `!IVRSynLjDUQRVOHnbE:pikaviestin.fi` - Nova Fervoro v10
|
||||
- `!watercooler-v10:maunium.net` - WaterDuck v10
|
||||
- `!etDMqntYVqugEClPcE:artemislena.eu` - Community Moderation Effort v9
|
||||
- `!KMbEUhVQHLwZHmwzKX:matrix.org` - Matrix Haters v9
|
||||
- `!rCWNvpCTZHQkiRYUDE:matrix.org` - Matrix.fi v5
|
||||
- `!AUKUBkWpbVaNhXJhuD:vi.fi` - Olohuone v6
|
||||
- `!MHqztrxnQriEOyNLjW:pirateriot.net` - GlobalPirates v10
|
||||
- `!WDaMZSVinTZRLOTajM:hacklab.fi` - Matrix Suomi (Space) v6
|
||||
- `!IwPxifXSjBLghpVEMh:matrix.org` - FluffyChat (room) v5
|
||||
- `!iQaStEQNwaqxQfyhZi:sorunome.de` - FluffyChat Space v6
|
||||
- `!ESKEvwumMpSRZTnJOI:pikaviestin.fi` - Piraattipuolue v10
|
||||
- `!azROMLeGEMPdbdWnbk:matrix.org` - Piraattipuolueen työrauha v9
|
||||
|
@ -36,10 +36,10 @@ This has the rest event in two forms, but doesn't duplicate the above.
|
||||
|
||||
Generic notes:
|
||||
|
||||
* Don't have anything in `events {}` as `0` or otherwise users will be
|
||||
- Don't have anything in `events {}` as `0` or otherwise users will be
|
||||
able to send state events with that name including gigabytes of
|
||||
data breaking the room.
|
||||
* Refer to security considerations of MSC 3779.
|
||||
- Refer to security considerations of MSC 3779.
|
||||
|
||||
### Reasonable version
|
||||
|
||||
@ -47,8 +47,8 @@ This is not the Element/Synapse default as that would be pointless to list.
|
||||
|
||||
```json5
|
||||
{
|
||||
"ban": 50,
|
||||
"events": {
|
||||
ban: 50,
|
||||
events: {
|
||||
"im.vector.modular.widgets": 50,
|
||||
"m.room.avatar": 50,
|
||||
"m.room.canonical_alias": 13,
|
||||
@ -62,38 +62,38 @@ This is not the Element/Synapse default as that would be pointless to list.
|
||||
"m.room.server_acl": 100,
|
||||
"m.room.tombstone": 100,
|
||||
"m.room.topic": 25,
|
||||
"m.space.child": 50
|
||||
"m.space.child": 50,
|
||||
},
|
||||
"events_default": 0,
|
||||
"historical": 100,
|
||||
"invite": 0,
|
||||
"kick": 25,
|
||||
"redact": 25,
|
||||
"state_default": 50,
|
||||
"users": {
|
||||
events_default: 0,
|
||||
historical: 100,
|
||||
invite: 0,
|
||||
kick: 25,
|
||||
redact: 25,
|
||||
state_default: 50,
|
||||
users: {
|
||||
// READ THE BEGINNING OF THE FILE FOR THIS SECTION AND PROPER FORMAT! OR SEE YOUR CURRENT EVENT!
|
||||
},
|
||||
"users_default": 0
|
||||
users_default: 0,
|
||||
}
|
||||
```
|
||||
|
||||
* `m.room.history_visibility` is lowered to 99 as it's a less permanent action than
|
||||
- `m.room.history_visibility` is lowered to 99 as it's a less permanent action than
|
||||
many of the others. I am not sure on my initial logic, but it's documented in
|
||||
PPFI repo as PL100 vs PL99.
|
||||
* `m.room.power_levels` is set to `50` so moderators can raise others to moderators
|
||||
- `m.room.power_levels` is set to `50` so moderators can raise others to moderators
|
||||
for example matrix-appservice-irc, which I would then give PL51 for ops syncing.
|
||||
On matrix side immune mods, could be PL52.
|
||||
* invite commonly defaults to `50`, but I haven't seen abuse through it
|
||||
* PL25, half-moderator is introduced (inspired from Ergo/IRC halfop), with powers to:
|
||||
- invite commonly defaults to `50`, but I haven't seen abuse through it
|
||||
- PL25, half-moderator is introduced (inspired from Ergo/IRC halfop), with powers to:
|
||||
change room topic, pinned messages, remove messages and kick users (but not ban).
|
||||
* Maybe this could be used e.g. in an association where a secretary/someone
|
||||
- Maybe this could be used e.g. in an association where a secretary/someone
|
||||
unwilling to be a full moderator wants to update room topic for next
|
||||
meeting time or update a version number? :shrug:
|
||||
Alternatively someone not wanting full moderator responsibility could remove
|
||||
spam while not participating in banning discussions.
|
||||
* PL13 gets access to change main alias and add/remove published room aliases alongside
|
||||
- PL13 gets access to change main alias and add/remove published room aliases alongside
|
||||
(at least on Synapse) [un/publish the room in the room directory](https://github.com/vector-im/element-web/issues/13835).
|
||||
* This can be used with e.g. [altalias maubot plugin](https://matrix.org/blog/2020/06/19/this-week-in-matrix-2020-06-19#alt-alias-maubot-plugin).
|
||||
- This can be used with e.g. [altalias maubot plugin](https://matrix.org/blog/2020/06/19/this-week-in-matrix-2020-06-19#alt-alias-maubot-plugin).
|
||||
I don't care about room directory or the main alias as it doesn't affect ctrl-k that much anyway,
|
||||
rooms are generally discovered through Spaces and I use Matrix URI scheme
|
||||
which takes room internal ID and servers to find it from instead of caring about
|
||||
@ -103,8 +103,8 @@ This is not the Element/Synapse default as that would be pointless to list.
|
||||
|
||||
```json5
|
||||
{
|
||||
"ban": 50,
|
||||
"events": {
|
||||
ban: 50,
|
||||
events: {
|
||||
"im.vector.modular.widgets": 50,
|
||||
"m.room.avatar": 50,
|
||||
"m.room.canonical_alias": 13,
|
||||
@ -118,30 +118,30 @@ This is not the Element/Synapse default as that would be pointless to list.
|
||||
"m.room.server_acl": 100,
|
||||
"m.room.tombstone": 100,
|
||||
"m.room.topic": 25,
|
||||
"m.space.child": 50
|
||||
"m.space.child": 50,
|
||||
},
|
||||
"events_default": 0,
|
||||
"historical": 100,
|
||||
"invite": 50,
|
||||
"kick": 25,
|
||||
"redact": 25,
|
||||
"state_default": 50,
|
||||
"users": {
|
||||
events_default: 0,
|
||||
historical: 100,
|
||||
invite: 50,
|
||||
kick: 25,
|
||||
redact: 25,
|
||||
state_default: 50,
|
||||
users: {
|
||||
// READ THE BEGINNING OF THE FILE FOR THIS SECTION AND PROPER FORMAT! OR SEE YOUR CURRENT EVENT!
|
||||
},
|
||||
"users_default": 0
|
||||
users_default: 0,
|
||||
}
|
||||
```
|
||||
|
||||
* Otherwise "Reasonable version", but
|
||||
* Only moderators can invite
|
||||
- Otherwise "Reasonable version", but
|
||||
- Only moderators can invite
|
||||
|
||||
### Paranoid version
|
||||
|
||||
```json5
|
||||
{
|
||||
"ban": 50,
|
||||
"events": {
|
||||
ban: 50,
|
||||
events: {
|
||||
"im.vector.modular.widgets": 100,
|
||||
"m.room.avatar": 100,
|
||||
"m.room.canonical_alias": 100,
|
||||
@ -155,17 +155,17 @@ This is not the Element/Synapse default as that would be pointless to list.
|
||||
"m.room.server_acl": 100,
|
||||
"m.room.tombstone": 100,
|
||||
"m.room.topic": 100,
|
||||
"m.space.child": 100
|
||||
"m.space.child": 100,
|
||||
},
|
||||
"events_default": 0,
|
||||
"historical": 100,
|
||||
"invite": 100,
|
||||
"kick": 50,
|
||||
"redact": 50,
|
||||
"state_default": 100,
|
||||
"users": {
|
||||
events_default: 0,
|
||||
historical: 100,
|
||||
invite: 100,
|
||||
kick: 50,
|
||||
redact: 50,
|
||||
state_default: 100,
|
||||
users: {
|
||||
// READ THE BEGINNING OF THE FILE FOR THIS SECTION AND PROPER FORMAT! OR SEE YOUR CURRENT EVENT!
|
||||
},
|
||||
"users_default": 0
|
||||
users_default: 0,
|
||||
}
|
||||
```
|
||||
|
@ -3,7 +3,7 @@
|
||||
This event type controls which servers can access the room at all. Be very careful
|
||||
adjusting this.
|
||||
|
||||
* https://matrix.org/docs/guides/moderation#banning-servers-from-rooms-server-acls
|
||||
- https://matrix.org/docs/guides/moderation#banning-servers-from-rooms-server-acls
|
||||
|
||||
Note: when sending the custom event via `/devtools` for the first time, click
|
||||
the `Event` so it says `State Event` and asks for `State key` in addition to `type`,
|
||||
@ -11,9 +11,7 @@ which can/is left empty as usual.
|
||||
|
||||
```json
|
||||
{
|
||||
"allow": [
|
||||
"*"
|
||||
],
|
||||
"allow": ["*"],
|
||||
"allow_ip_literals": false,
|
||||
"deny": [
|
||||
"disroot.org",
|
||||
@ -40,11 +38,11 @@ which can/is left empty as usual.
|
||||
|
||||
Explanations:
|
||||
|
||||
* Legacy servers that have discontinued, are in progress of discontinuing or
|
||||
- Legacy servers that have discontinued, are in progress of discontinuing or
|
||||
are just closed for public, that have PL100 in my rooms. They don't need subdomains
|
||||
to be denylisted as the subdomain MXIDs wouldn't have power.
|
||||
* `disroot.org`, `privacyguides.io`, `feneas.org`.
|
||||
* The rest are connected to abusive raids on communities that I am a part of,
|
||||
- `disroot.org`, `privacyguides.io`, `feneas.org`.
|
||||
- The rest are connected to abusive raids on communities that I am a part of,
|
||||
sometimes even moderate.
|
||||
|
||||
## Allowlist
|
||||
@ -70,4 +68,3 @@ This configuration only lets servers I have accounts on in.
|
||||
"deny": []
|
||||
}
|
||||
```
|
||||
|
||||
|
@ -8,8 +8,8 @@ Synapse versions before [1.11.0 (2020-02-21), technically 1.11.0rc1 (2020-02-19)
|
||||
allowed power level 50 to set tombstones and thus hijack rooms. Thus this is
|
||||
dependent on the Synapse version used at the time of room creation.
|
||||
|
||||
* [PR](https://github.com/matrix-org/synapse/pull/6834)
|
||||
* [commit](https://github.com/matrix-org/synapse/commit/3404ad289b1d2e5bc5c7f277f519b9698dbdaa15)
|
||||
- [PR](https://github.com/matrix-org/synapse/pull/6834)
|
||||
- [commit](https://github.com/matrix-org/synapse/commit/3404ad289b1d2e5bc5c7f277f519b9698dbdaa15)
|
||||
|
||||
In the same context invites were changed to require PL50 by default, and ACL
|
||||
also got the requirement for PL100.
|
||||
|
@ -1,14 +1,14 @@
|
||||
# Room history retention settings / state event `m.room.retention`
|
||||
|
||||
* https://brendan.abolivier.bzh/matrix-retention-policies/
|
||||
- https://brendan.abolivier.bzh/matrix-retention-policies/
|
||||
|
||||
Read that, it explains what is actually done etc.
|
||||
|
||||
## Notes
|
||||
|
||||
* Not part of spec. https://github.com/matrix-org/matrix-spec-proposals/pull/1763
|
||||
* Matrix uses milliseconds, keep that in mind!
|
||||
* Everything requires every server involved to have rention support enabled,
|
||||
- Not part of spec. https://github.com/matrix-org/matrix-spec-proposals/pull/1763
|
||||
- Matrix uses milliseconds, keep that in mind!
|
||||
- Everything requires every server involved to have rention support enabled,
|
||||
otherwise the messages go nowhere and are fetchable upon request.
|
||||
* 86400000 = 1 day (seen in min lifetimes)
|
||||
* Helpful: https://unitchefs.com/milliseconds/days/ / https://unitchefs.com/days/milliseconds/
|
||||
- 86400000 = 1 day (seen in min lifetimes)
|
||||
- Helpful: https://unitchefs.com/milliseconds/days/ / https://unitchefs.com/days/milliseconds/
|
||||
|
@ -1,34 +1,34 @@
|
||||
# Potentially useful progressive web apps
|
||||
|
||||
Method for distinguishing PWAs from normal websites: adding them to
|
||||
iOS homescreen and seeing which open as "their own apps" *or* having
|
||||
iOS homescreen and seeing which open as "their own apps" _or_ having
|
||||
Chromium suggest "installing" them without manually "installing" them.
|
||||
|
||||
Proper identification: `view-source` (`CTRL - U`) and `CTRL - F` for
|
||||
`manifest` e.g. `<link rel="manifest" href="/manifest.webmanifest">` in `<head>`.
|
||||
|
||||
* https://caniuse.com/web-app-manifest
|
||||
* https://developer.mozilla.org/docs/Web/Manifest
|
||||
- https://caniuse.com/web-app-manifest
|
||||
- https://developer.mozilla.org/docs/Web/Manifest
|
||||
|
||||
It looks like `about:apps` on Edge (or all Chromiums?) has a
|
||||
`Show applications menu on toolbar` button which then when pressed on a tab
|
||||
has more details for PWAs. "App whatever is available" with logo and "Publisher:"
|
||||
fields.
|
||||
|
||||
***TODO: Some of these may be miscategorized while not fullfilling the criteria of PWA.***
|
||||
**_TODO: Some of these may be miscategorized while not fullfilling the criteria of PWA._**
|
||||
|
||||
## Events
|
||||
|
||||
* Mobilizon - all instances of the federated event & group site function as
|
||||
- Mobilizon - all instances of the federated event & group site function as
|
||||
PWAs.
|
||||
* https://events.nixnet.services/ - the only still alive instance I registered on
|
||||
* https://calendar.google.com/ - Google's Calendar app
|
||||
- https://events.nixnet.services/ - the only still alive instance I registered on
|
||||
- https://calendar.google.com/ - Google's Calendar app
|
||||
|
||||
## Food
|
||||
|
||||
* https://menu.unicafe.fi/ - menu for UniCafes
|
||||
* https://resq-club.com/app/ - waste food pickup ordering app
|
||||
* https://www.fiksuruoka.fi/ - Finnish waste/expiring grocery store
|
||||
- https://menu.unicafe.fi/ - menu for UniCafes
|
||||
- https://resq-club.com/app/ - waste food pickup ordering app
|
||||
- https://www.fiksuruoka.fi/ - Finnish waste/expiring grocery store
|
||||
|
||||
## Instant messaging
|
||||
|
||||
@ -36,61 +36,61 @@ fields.
|
||||
|
||||
#### Instant messaging
|
||||
|
||||
* https://fluffychat.im/web/ - Matrix client with multiaccount support
|
||||
* https://hydrogen.element.io/ - very basic Matrix client for lowend devices
|
||||
* Element Web - Matrix web client with most features such as /devtools, essential for modding
|
||||
* https://app.element.io/ - stable
|
||||
* https://staging.element.io/ - rc/beta?
|
||||
* https://develop.element.io/ - bleeding edge
|
||||
* https://app.cinny.in/ - yet another Matrix client (very discordy)
|
||||
- https://fluffychat.im/web/ - Matrix client with multiaccount support
|
||||
- https://hydrogen.element.io/ - very basic Matrix client for lowend devices
|
||||
- Element Web - Matrix web client with most features such as /devtools, essential for modding
|
||||
- https://app.element.io/ - stable
|
||||
- https://staging.element.io/ - rc/beta?
|
||||
- https://develop.element.io/ - bleeding edge
|
||||
- https://app.cinny.in/ - yet another Matrix client (very discordy)
|
||||
|
||||
#### Social media
|
||||
|
||||
* https://app.minestrix.henri2h.fr/ - social media based on Matrix
|
||||
- https://app.minestrix.henri2h.fr/ - social media based on Matrix
|
||||
|
||||
### Telegram
|
||||
|
||||
* https://web.telegram.org/z/
|
||||
* https://web.telegram.org/k/
|
||||
- https://web.telegram.org/z/
|
||||
- https://web.telegram.org/k/
|
||||
|
||||
### Misc
|
||||
|
||||
* https://latest.glowing-bear.org/ - WeeChat Relay (protocol) client
|
||||
- https://latest.glowing-bear.org/ - WeeChat Relay (protocol) client
|
||||
|
||||
## Learning
|
||||
|
||||
* https://www.duolingo.com/ - language learning website
|
||||
- https://www.duolingo.com/ - language learning website
|
||||
|
||||
## Localization
|
||||
|
||||
* https://hosted.weblate.org/ - Translation platform popular amongst FOSS projects
|
||||
- https://hosted.weblate.org/ - Translation platform popular amongst FOSS projects
|
||||
|
||||
## Music
|
||||
|
||||
* https://music.youtube.com/ - YouTube Music (Player)
|
||||
- https://music.youtube.com/ - YouTube Music (Player)
|
||||
|
||||
## Shopping
|
||||
|
||||
* https://www.verkkokauppa.com/ - Finnish online retailer
|
||||
- https://www.verkkokauppa.com/ - Finnish online retailer
|
||||
|
||||
## Social media
|
||||
|
||||
* Lemmy - federated social news aggregator (Reddit clone)
|
||||
* https://lemmy.tedomum.net/ - the instance my account is on.
|
||||
- Lemmy - federated social news aggregator (Reddit clone)
|
||||
- https://lemmy.tedomum.net/ - the instance my account is on.
|
||||
|
||||
## Travel
|
||||
|
||||
* https://guide.suomenlinna.fi/ - mobile guide for Suomenlinna (UNESCO World Heritage site),
|
||||
- https://guide.suomenlinna.fi/ - mobile guide for Suomenlinna (UNESCO World Heritage site),
|
||||
which is also a neighbourhood in Helsinki, Finland.
|
||||
|
||||
## Not PWAs but still possibly useful for homescreens
|
||||
|
||||
Continuing the previous method, these open in Safari.
|
||||
|
||||
* http://http.badssl.com - essential captive portal trigger
|
||||
* https://1.1.1.1/help - Cloudflare DNS debug
|
||||
* https://mullvad.net/check - Mullvad leak test
|
||||
* https://www.junat.net/ - Finnish train staton information displays (including arrivals)
|
||||
* https://perille.fi - Finnish long distance transport comparison site
|
||||
* https://pikavuorot.fi - Finnish long distance transport comparison site
|
||||
* https://sanakirja.org - Finnish dictionary for translating languages
|
||||
- http://http.badssl.com - essential captive portal trigger
|
||||
- https://1.1.1.1/help - Cloudflare DNS debug
|
||||
- https://mullvad.net/check - Mullvad leak test
|
||||
- https://www.junat.net/ - Finnish train staton information displays (including arrivals)
|
||||
- https://perille.fi - Finnish long distance transport comparison site
|
||||
- https://pikavuorot.fi - Finnish long distance transport comparison site
|
||||
- https://sanakirja.org - Finnish dictionary for translating languages
|
||||
|
@ -1,5 +1,5 @@
|
||||
Finnish or webradios that I listen
|
||||
|
||||
* `~/.local/share/radiotray/bookmarks.xml`
|
||||
- `~/.local/share/radiotray/bookmarks.xml`
|
||||
|
||||
NOTE: Yle doesn't work and selecting their station seems to freeze the app.
|
||||
|
@ -1,11 +1,23 @@
|
||||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta charset="utf-8" />
|
||||
<title>etro.mikaela.info</title>
|
||||
</head>
|
||||
<body>
|
||||
<p><em>Come, pity poor Etro, she was left all alone. Her blood pouring forth, in Chaos to atone. Queen of nothing, goddess of death—so let her be known.</em></p>
|
||||
<p><em><a href="https://finalfantasy.fandom.com/wiki/Etro">Etro on Final Fantasy Wiki</a></em></p>
|
||||
<p>
|
||||
<em
|
||||
>Come, pity poor Etro, she was left all alone. Her blood pouring forth,
|
||||
in Chaos to atone. Queen of nothing, goddess of death—so let her be
|
||||
known.</em
|
||||
>
|
||||
</p>
|
||||
<p>
|
||||
<em
|
||||
><a href="https://finalfantasy.fandom.com/wiki/Etro"
|
||||
>Etro on Final Fantasy Wiki</a
|
||||
></em
|
||||
>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -4,24 +4,24 @@ I am considering getting a 5G (mobile network) capable one, but as none
|
||||
satisfies my requirements, I might as well write them here for reference
|
||||
when looking at options.
|
||||
|
||||
* WPA3 support as certification began in 2018 already.
|
||||
* WPA2/WPA3 Transitional mode
|
||||
* WiFi Enhanced Open (OWE) transition mode would be nice
|
||||
* Multiple SSIDs (including OWE/transition)
|
||||
* Option to have lower priority for the guest network
|
||||
* Transmit power control to set it to low
|
||||
* 2.4 GHz / 5 GHz dualband (should be obvious in 2022)
|
||||
* ***Ability to set same SSID for both*** (looking at you Huawei)
|
||||
* If the SSIDs differ, devices won't be able to decide between frequency
|
||||
- WPA3 support as certification began in 2018 already.
|
||||
- WPA2/WPA3 Transitional mode
|
||||
- WiFi Enhanced Open (OWE) transition mode would be nice
|
||||
- Multiple SSIDs (including OWE/transition)
|
||||
- Option to have lower priority for the guest network
|
||||
- Transmit power control to set it to low
|
||||
- 2.4 GHz / 5 GHz dualband (should be obvious in 2022)
|
||||
- **_Ability to set same SSID for both_** (looking at you Huawei)
|
||||
- If the SSIDs differ, devices won't be able to decide between frequency
|
||||
and either 2.4 or 5 GHz must be chosen. 5 GHz is mostly subject to
|
||||
*Dynamic Frequency Selection* which means no WiFi for 10 minutes
|
||||
_Dynamic Frequency Selection_ which means no WiFi for 10 minutes
|
||||
on boot.
|
||||
* Quality of Service (QoS)
|
||||
- Quality of Service (QoS)
|
||||
|
||||
## See also
|
||||
|
||||
* [Apple: Recommended settings for Wi-Fi routers and access points](https://support.apple.com/HT202068)
|
||||
* [EFF: Open Wireless Movement](https://openwireless.org/)
|
||||
* [Metis: 8 reasons to turn down the transmit power of your Wi-Fi](https://metis.fi/en/2017/10/txpower/)
|
||||
* [Metis: Increase your cell phone battery life with a small change in the Wi-Fi network](https://metis.fi/en/2018/05/dtim-en/)
|
||||
* > Buried deep in the advanced settings of the Wi-Fi access point there is a setting with a friendly title like DTIM Interval or DTIM Period. The default setting is typically one. Change it to three, five or slightly larger, but don’t go over ten. Often you can set it separately for 2.4GHz and 5GHz, but use the same value for both. This is the short answer. Read on to find out what this is all about.
|
||||
- [Apple: Recommended settings for Wi-Fi routers and access points](https://support.apple.com/HT202068)
|
||||
- [EFF: Open Wireless Movement](https://openwireless.org/)
|
||||
- [Metis: 8 reasons to turn down the transmit power of your Wi-Fi](https://metis.fi/en/2017/10/txpower/)
|
||||
- [Metis: Increase your cell phone battery life with a small change in the Wi-Fi network](https://metis.fi/en/2018/05/dtim-en/)
|
||||
- > Buried deep in the advanced settings of the Wi-Fi access point there is a setting with a friendly title like DTIM Interval or DTIM Period. The default setting is typically one. Change it to three, five or slightly larger, but don’t go over ten. Often you can set it separately for 2.4GHz and 5GHz, but use the same value for both. This is the short answer. Read on to find out what this is all about.
|
||||
|
@ -1,4 +1,5 @@
|
||||
{ "name": "y.etro.mikaela.info",
|
||||
{
|
||||
"name": "y.etro.mikaela.info",
|
||||
"type": "server",
|
||||
"location": "Hetzner, Tuusula, Finland",
|
||||
"peering": "Ask me? I don't know yet",
|
||||
@ -6,5 +7,6 @@
|
||||
"name": "Aminda Suomalainen",
|
||||
"xmpp": "mikaela@blesmrt.net",
|
||||
"email-deltachat": "delta@aminda.eu",
|
||||
"public keys": "https://www.aminda.eu/keys/"}
|
||||
"public keys": "https://www.aminda.eu/keys/"
|
||||
}
|
||||
}
|
||||
|
@ -1,8 +1,10 @@
|
||||
{ "name": "y.jitsi.piraattipuolue.fi",
|
||||
{
|
||||
"name": "y.jitsi.piraattipuolue.fi",
|
||||
"type": "server",
|
||||
"location": "OVH, Roubaix, France",
|
||||
"peering": "Please contact us, if you are a Pirate Party activist",
|
||||
"contact": {
|
||||
"email": "pikaviestimet+JitsiYggdrasil@piraattipuolue.fi",
|
||||
"irc": "ircs://y.irc.pirateirc.net:6697/#verkkopalvelut"}
|
||||
"irc": "ircs://y.irc.pirateirc.net:6697/#verkkopalvelut"
|
||||
}
|
||||
}
|
||||
|
@ -1,8 +1,10 @@
|
||||
{ "name": "y.jolly-roger.hel.piraattipuolue.internal",
|
||||
{
|
||||
"name": "y.jolly-roger.hel.piraattipuolue.internal",
|
||||
"type": "desktop",
|
||||
"contact": {
|
||||
"name": "Aminda Suomalainen",
|
||||
"xmpp": "mikaela@blesmrt.net",
|
||||
"email-deltachat": "delta@aminda.eu",
|
||||
"public keys": "https://www.aminda.eu/keys/"}
|
||||
"public keys": "https://www.aminda.eu/keys/"
|
||||
}
|
||||
}
|
||||
|
@ -1,8 +1,10 @@
|
||||
{ "name": "y.lumina.aminda.eu",
|
||||
{
|
||||
"name": "y.lumina.aminda.eu",
|
||||
"type": "laptop",
|
||||
"contact": {
|
||||
"name": "Aminda Suomalainen",
|
||||
"xmpp": "mikaela@blesmrt.net",
|
||||
"email-deltachat": "delta@aminda.eu",
|
||||
"public keys": "https://www.aminda.eu/keys/"}
|
||||
"public keys": "https://www.aminda.eu/keys/"
|
||||
}
|
||||
}
|
||||
|
@ -1,8 +1,10 @@
|
||||
{ "name": "y.rbtpzn.mikaela.info",
|
||||
{
|
||||
"name": "y.rbtpzn.mikaela.info",
|
||||
"type": "desktop",
|
||||
"contact": {
|
||||
"name": "Aminda Suomalainen",
|
||||
"xmpp": "mikaela@blesmrt.net",
|
||||
"email-deltachat": "delta@aminda.eu",
|
||||
"public keys": "https://www.aminda.eu/keys/"}
|
||||
"public keys": "https://www.aminda.eu/keys/"
|
||||
}
|
||||
}
|
||||
|
@ -1,8 +1,10 @@
|
||||
{ "name": "y.sedric.mikaela.info",
|
||||
{
|
||||
"name": "y.sedric.mikaela.info",
|
||||
"type": "laptop",
|
||||
"contact": {
|
||||
"name": "Aminda Suomalainen",
|
||||
"xmpp": "mikaela@blesmrt.net",
|
||||
"email-deltachat": "delta@aminda.eu",
|
||||
"public keys": "https://www.aminda.eu/keys/"}
|
||||
"public keys": "https://www.aminda.eu/keys/"
|
||||
}
|
||||
}
|
||||
|
@ -1,9 +1,11 @@
|
||||
{ "name": "y.silta.piraatit.fi",
|
||||
{
|
||||
"name": "y.silta.piraatit.fi",
|
||||
"type": "server",
|
||||
"location": "OVH, Roubaix, France",
|
||||
"peering": "Please contact us, if you are a Pirate Party activist and a PirateIRC user",
|
||||
"IRC port": "6697, TLS required",
|
||||
"contact": {
|
||||
"email": "pikaviestimet+SiltaYggdrasil@piraattipuolue.fi",
|
||||
"irc": "ircs://y.irc.pirateirc.net:6697/#verkkopalvelut"}
|
||||
"irc": "ircs://y.irc.pirateirc.net:6697/#verkkopalvelut"
|
||||
}
|
||||
}
|
||||
|
@ -1,8 +1,10 @@
|
||||
{ "name": "y.zaldaryn.mikaela.info",
|
||||
{
|
||||
"name": "y.zaldaryn.mikaela.info",
|
||||
"type": "desktop",
|
||||
"contact": {
|
||||
"name": "Aminda Suomalainen",
|
||||
"xmpp": "mikaela@blesmrt.net",
|
||||
"email-deltachat": "delta@aminda.eu",
|
||||
"public keys": "https://www.aminda.eu/keys/"}
|
||||
"public keys": "https://www.aminda.eu/keys/"
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,9 @@
|
||||
{ "name": "y.itwjyg.mikaela.info",
|
||||
{
|
||||
"name": "y.itwjyg.mikaela.info",
|
||||
"type": "laptop",
|
||||
"contact": {
|
||||
"name": "Mikaela Suomalainen",
|
||||
"xmpp": "mikaela@blesmrt.net",
|
||||
"public keys": "https://mikaela.info/keys/"}
|
||||
"public keys": "https://mikaela.info/keys/"
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,9 @@
|
||||
{ "name": "y.kincarron.mikaela.info",
|
||||
{
|
||||
"name": "y.kincarron.mikaela.info",
|
||||
"type": "laptop",
|
||||
"contact": {
|
||||
"name": "Mikaela Suomalainen",
|
||||
"xmpp": "mikaela@blesmrt.net",
|
||||
"public keys": "https://mikaela.info/keys/"}
|
||||
"public keys": "https://mikaela.info/keys/"
|
||||
}
|
||||
}
|
||||
|
@ -1,9 +1,11 @@
|
||||
{ "name": "y.relpda.mikaela.info",
|
||||
{
|
||||
"name": "y.relpda.mikaela.info",
|
||||
"type": "server",
|
||||
"location": "i-83.net, Gravelines, France",
|
||||
"peering": "Ask me, AllowedEncryptionPublicKeys is set",
|
||||
"contact": {
|
||||
"name": "Mikaela Suomalainen",
|
||||
"xmpp": "mikaela@blesmrt.net",
|
||||
"public keys": "https://mikaela.info/keys/"}
|
||||
"public keys": "https://mikaela.info/keys/"
|
||||
}
|
||||
}
|
||||
|
@ -1,9 +1,11 @@
|
||||
{ "name": "y.roubaix-fr.pirateirc.net",
|
||||
{
|
||||
"name": "y.roubaix-fr.pirateirc.net",
|
||||
"type": "server",
|
||||
"location": "OVH, Roubaix, France",
|
||||
"peering": "Please contact us, if you are a Pirate Party activist and a PirateIRC user",
|
||||
"IRC port": "6697, TLS required",
|
||||
"contact": {
|
||||
"email": "pikaviestimet+RoubaixFRYggdrasil@piraattipuolue.fi",
|
||||
"channel": "ircs://y.irc.pirateirc.net:6697/#opers,#verkkopalvelut"}
|
||||
"channel": "ircs://y.irc.pirateirc.net:6697/#opers,#verkkopalvelut"
|
||||
}
|
||||
}
|
||||
|
@ -1,4 +1,5 @@
|
||||
{ "name": "y.tezagm.mikaela.info",
|
||||
{
|
||||
"name": "y.tezagm.mikaela.info",
|
||||
"type": "RaspberryPiB+",
|
||||
"location": "Kotka, Finland",
|
||||
"peering": "socks://127.0.0.1:9050/xvkw4rj7wzy7t75kkanr54zftudlbtpjbavxcsri5irkavclynaw3xqd.onion:1234",
|
||||
@ -6,5 +7,6 @@
|
||||
"contact": {
|
||||
"name": "Mikaela Suomalainen",
|
||||
"xmpp": "mikaela@blesmrt.net",
|
||||
"public keys": "https://mikaela.info/keys/"}
|
||||
"public keys": "https://mikaela.info/keys/"
|
||||
}
|
||||
}
|
@ -1,7 +1,9 @@
|
||||
{ "name": "y.vietnam.hel.piraattipuolue.internal",
|
||||
{
|
||||
"name": "y.vietnam.hel.piraattipuolue.internal",
|
||||
"type": "laptop",
|
||||
"contact": {
|
||||
"name": "Mikaela Suomalainen",
|
||||
"xmpp": "mikaela@blesmrt.net",
|
||||
"public keys": "https://mikaela.info/keys/"}
|
||||
"public keys": "https://mikaela.info/keys/"
|
||||
}
|
||||
}
|
||||
|
@ -1,4 +1,5 @@
|
||||
{ "name": "y.wtop.mikaela.info",
|
||||
{
|
||||
"name": "y.wtop.mikaela.info",
|
||||
"type": "laptop",
|
||||
"usage": "work try-out practice"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user