Evilham evilham
evilham commented on pull request LiberaForms/server#2 2024-01-09 14:41:54 +01:00
migrations: fix some code paths breaking in certain weird situations

Fixed! it was a syntax error >,<... Anywho, you'll probably know better if the default values I added make sense :-D in the worst case, it will behave very similarly to the way it behaves now,…

evilham pushed to migrations-fixes at LiberaForms/server 2024-01-09 14:39:22 +01:00
5f44f19f99 migrations: fix some code paths breaking in certain weird situations
5973473da5 fixes users csv export with unvalid language
0ce7aa8548 Merge branch 'develop' of gitlab.com:liberaforms/liberaforms into develop
ff71b04c65 fixes for auth relationship
b8a4382199 displays fediverse connection name at fediverse publish
Compare 32 commits »
evilham commented on pull request LiberaForms/server#2 2024-01-09 14:35:30 +01:00
migrations: fix some code paths breaking in certain weird situations

heh :-D maybe I made a mistake, truly didn't even have the chance to test it yet >,<

evilham created pull request LiberaForms/server#2 2024-01-08 16:13:15 +01:00
migrations: fix some code paths breaking in certain weird situations
evilham created branch migrations-fixes in LiberaForms/server 2024-01-08 16:12:15 +01:00
evilham pushed to migrations-fixes at LiberaForms/server 2024-01-08 16:12:15 +01:00
7c7fe93833 migrations: fix some code paths breaking in certain weird situations
evilham pushed to main at exo/prometheus-adlermanager 2023-12-11 19:59:36 +01:00
9b45194dce Adapt mypy checks so they catch issues like that in past commit
af90f06046 Fix issues introduced in __main__
Compare 2 commits »
evilham pushed to main at exo/prometheus-adlermanager 2023-12-11 19:50:59 +01:00
56fdef377d Release management: add release management bits
evilham pushed to main at exo/prometheus-adlermanager 2023-12-11 19:08:18 +01:00
23134fa2d6 Config: add new settings replacing hard-coded values
45ed9bbed7 Rework logging and execution
1a44337ded Relocate motd for future module publishing
4b8f336371 Minor data loading and structure rework for easier reloading
e0415f50d9 SSH list_sites: show current site configuration
Compare 5 commits »
evilham commented on issue exo/prometheus-adlermanager#4 2023-12-10 21:42:28 +01:00
encoding text problem on message

Update: emojis work too :-) image

evilham pushed to main at exo/prometheus-adlermanager 2023-12-10 20:12:21 +01:00
491e13fd09 black: fix formatting from previous change
evilham closed issue exo/prometheus-adlermanager#14 2023-12-10 19:02:24 +01:00
SSH access prints rubbish on login
evilham commented on issue exo/prometheus-adlermanager#4 2023-12-10 19:01:33 +01:00
encoding text problem on message

FTR:

  • deployed on status.eXO.cat
  • Non-interactive session was tested:
> ssh -p 2222 evilham@localhost set_site_config localhost   <a
force_state: true

message: Això és…
evilham pushed to main at exo/prometheus-adlermanager 2023-12-10 18:56:39 +01:00
513dbff6e9 Add unicode support to our RecvLine subclass
evilham closed issue exo/prometheus-adlermanager#4 2023-12-10 18:56:39 +01:00
encoding text problem on message
evilham commented on issue exo/prometheus-adlermanager#4 2023-12-10 16:57:29 +01:00
encoding text problem on message

While checking #14, noticed following in the server logs:

2023-12-10T16:48:37+0100 [adlermanager.AdlerManagerSSHProtocol.AdlerManagerSSHProtocol#warn] Received unhandled keyID: b'\xa8'

In an…

evilham commented on issue exo/prometheus-adlermanager#14 2023-12-10 16:53:24 +01:00
SSH access prints rubbish on login

Solved in: ad0866211411e0f73dceebac3465de8d1745960a

> echo -n 
evilham pushed to main at exo/prometheus-adlermanager 2023-12-10 16:53:06 +01:00
ad08662114 Avoid strange bytes on SSH login, improve non-interactive detection
evilham commented on issue exo/prometheus-adlermanager#14 2023-12-10 16:22:16 +01:00
SSH access prints rubbish on login

These bytes seem to come from setMode in: 7697871b4d/src/twisted/conch/insults/insults.py (L726-L729)

    def…
evilham opened issue exo/prometheus-adlermanager#14 2023-12-10 15:57:12 +01:00
SSH access prints rubbish on login