Commit graph

366 commits

Author SHA1 Message Date
LDA
f19ff2274b Merge branch 'master' of https://git.kappach.at/lda/Parsee 2025-03-09 11:06:42 +00:00
LDA
7454c8c597 [FIX] Fix a few bugs about edits and XEP-393 formatting 2025-03-09 11:05:55 +00:00
lda
e21ebed134 [META/ADD] Add Guix to the CHANGELOG
quick und dirty
2025-02-23 22:38:38 +00:00
lda
4eaec4687e [MERGE] Add Guix support (see #18)
Reviewed-on: https://git.kappach.at/lda/Parsee/pulls/18
2025-02-23 22:36:36 +00:00
Hank
680b4261c2 [ADD] small documentation paragraph 2025-02-23 21:48:15 +01:00
Hank
44473878d0 [ADD] add parsee guix package 2025-02-23 21:48:15 +01:00
Hank
b50b9bd615 [FIX] pin cytoplasm to the latest commit 2025-02-23 21:48:13 +01:00
Hank
a2c1de52dc [ADD] new guix.scm with cytoplasm 2025-02-23 21:33:42 +01:00
Hank
6762d1c1ce [FIX/WIP] remove .guix from gitignore 2025-02-23 21:33:42 +01:00
lda
40e3242465 [ADD] Try to renegociate an XMPP stream on failure 2025-02-19 16:14:30 +00:00
lda
b78f7b6ab3 [ADD/TOOL] Add -j flag for parsee-config 2025-02-19 15:38:22 +00:00
lda
fd1b3499b6 [ADD] Allow the main component to be used to issue commands 2025-02-19 15:32:52 +00:00
lda
fb44ad4bf6 [FIX] Go back to using room IDs
I already gave up on urandom anyways.
2025-02-18 22:52:44 +00:00
lda
0a4aa45de5 [FIX] Add proper includes 2025-02-17 20:24:06 +00:00
lda
cdbdc9345a [MOD] Don't always add two newlines 2025-02-17 17:44:09 +00:00
lda
c96f0486ff [FIX/WIP] Chrck URI before doing anything funny 2025-02-17 08:30:18 +00:00
lda
e2b014d000 [FIX/WIP] Fix replies and try fixing a bug with MUCs 2025-02-15 08:44:25 +00:00
lda
d12255b226 [FIX/WIP] Do not use room ID for plumbing 2025-02-14 21:58:42 +00:00
lda
43175e32e5 [FIX/WIP] Log out error info on ASSend 2025-02-14 20:28:49 +00:00
lda
3bef6afa5d [FIX/WIP] Try escaping room IDs
First attempt at dealing with #20
2025-02-14 19:10:26 +00:00
lda
71f3836ee1 [ADD] Use actual OS as information 2025-02-12 16:47:48 +00:00
lda
9a2d4188e2 [FIX] Do not put version in the OS field 2025-02-12 16:43:43 +00:00
lda
7f396a0379 [FIX] Write config to the proper field! 2025-02-12 08:33:05 +00:00
lda
1c51d57355 [ADD] Add accept_pings parameters
This is off by default, but highly encouraged for Synapse deployments
2025-02-12 08:24:18 +00:00
lda
176f390c4b [FIX] Use the puppet's name when pinged if possible 2025-02-11 17:18:01 +00:00
lda
f94db460ac [FIX/WIP] Fix annoying formatting bug
Fixes #16
2025-02-09 21:51:38 +00:00
lda
1936be0078 [FIX] Fix minor DB fuckup with tools
Used to open a flatfile database whenever it couldn't find an LMDB one,
which obviously caused *problems*
2025-02-08 08:45:21 +00:00
lda
c2536c2e84 [FIX] Log out some MUC information 2025-02-07 18:52:58 +00:00
lda
4f694129fc [FIX] Fix silly SEGV
Thanks, EP
2025-02-07 18:34:45 +00:00
LDA
110a1b695f [FIX] Fix the indenting 2025-02-05 08:58:25 +01:00
LDA
1e7d71f9f6 [ADD] Allow people to see component errors 2025-02-05 08:54:45 +01:00
LDA
b485298fbc [FIX] Log error if the config was not parsed 2025-01-29 19:15:23 +01:00
lda
f9de7f1750 [MOD/FIX] Be a bit more specific with component errors 2025-01-28 15:01:57 +00:00
lda
389870c5d3 [FIX] Ignore unavailable statuses
They aren't that useful, especially in MUCs.
2025-01-25 12:20:47 +00:00
lda
0facbaa5e5 [ADD/FIX/WIP] Allow reverting noflys, ignore MUC DMs (for now) 2025-01-07 15:14:47 +00:00
lda
5e1931a19f [MOD] Change media path, connect to component through another address 2025-01-06 17:09:36 +00:00
LDA
c433e31461 [DEL] Please enter a valid command
Please enter a valid command
2025-01-03 16:00:24 +01:00
LDA
c365681fcb [MOD] Notify MUCs about errors 2025-01-03 15:01:35 +01:00
LDA
86deab29af [FIX] Properly handle new contents with Matrix
No more ugly asterisks. It annoyed me enough.
2024-12-28 20:17:03 +01:00
LDA
5ddc5d3e5c [WIP/ADD] Try to separate discovery, make links nicer 2024-12-19 20:59:12 +01:00
LDA
2e566c73fc [MOD] Start not hardcoding discovery features
The eventual goal here is to have different disco replies for specific
kinds of JID, effectively allowing us to have MUCs. Yeah.
2024-11-29 13:58:49 +01:00
LDA
5ff92dda3d [ADD] Basic header check in configure
It doesn't exactly conform to C99 standards, but it is good enough for
Parsee as a whole.
2024-11-20 22:05:54 +01:00
LDA
56433fc69c [DEL] Remove 64KB avatar hardlimit 2024-11-18 21:46:59 +01:00
LDA
5d13410ac4 [ADD] Ping homeserver to see if Parsee works 2024-11-17 16:22:10 +01:00
LDA
7f41a85a8a [FIX] Oh, and set the version 2024-11-11 11:23:10 +01:00
LDA
954c588310 [FIX] Don't check for upgrades on start. 2024-11-11 11:00:26 +01:00
LDA
dddf1680a0 [RELEASE/FIX] Fix ban-unlinks, actually get 0.2. 2024-11-08 17:43:41 +01:00
LDA
960599d983 [FIX/ADD/WIP] Fix very silly printf, media flags 2024-10-30 09:21:20 +01:00
LDA
033dba6840 [META] Fix typo 2024-10-29 16:58:48 +01:00
LDA
cf3bb5260b [CI/FIX] Fix potentially uninitialised key-values 2024-10-29 14:51:58 +01:00