Commit Graph

2117 Commits

Author SHA1 Message Date
default
df266ecfb0 Updated RELEASE_NOTES. 2024-01-10 19:35:49 +01:00
default
cc535e9958 Added more webfinger checks, just to be sure. 2024-01-10 19:23:34 +01:00
default
7f6a793146 Fixed minor collision in webfinger caching. 2024-01-10 19:16:05 +01:00
default
f0d185192b Call srv_archive_error() on input q_item errors. 2024-01-10 18:04:44 +01:00
default
1d3157f496 Version 2.44 RELEASED. 2024-01-10 15:11:03 +01:00
default
4f9252999f Updated RELEASE_NOTES. 2024-01-10 09:19:52 +01:00
default
06302c6451 Minor code cleaning. 2024-01-10 09:16:40 +01:00
default
472ade7b4a Updated RELEASE_NOTES. 2024-01-10 09:11:38 +01:00
default
5172dc1e8f Webfinger queries are cached, as they should. 2024-01-08 17:26:33 +01:00
default
d05399986d New state variable top_job_fifo_size. 2024-01-08 09:17:38 +01:00
default
62b2c2838c Renamed some thread states. 2024-01-08 08:50:40 +01:00
default
80de92d6b8 Updated RELEASE_NOTES. 2024-01-08 08:49:58 +01:00
default
b401cd23ff Added some state flags for threads. 2024-01-08 08:38:25 +01:00
default
0289860d04 Non-important variable renaming. 2024-01-08 08:21:22 +01:00
default
93e7138e53 Rewritten part of the job threads to be leaner and faster. 2024-01-08 08:10:57 +01:00
grunfink
22cb139d5b Merge pull request 'Added compatibility with NetBSD' (#99) from draga79/snac2:master into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/99
2024-01-07 21:06:01 +00:00
Stefano Marinelli
4d9a19f3bf Addes NetBSD rc script example 2024-01-07 19:41:43 +00:00
Stefano Marinelli
c6fa103b40 Updated README.md for NetBSD compiling instructions 2024-01-07 17:21:55 +00:00
Stefano Marinelli
0414dfae20 Added Makefile.NetBSD to compile on NetBSD
To compile on NetBSD, just use "make -f Makefile.NetBSD" and "make -f Makefile.NetBSD install"
2024-01-07 17:17:02 +00:00
default
ec7de1759b Updated RELEASE_NOTES. 2024-01-07 13:48:03 +01:00
default
aa1524be71 Better behaviour on broken queue items. 2024-01-07 11:13:59 +01:00
default
3d1f6049e2 Backport from xs. 2024-01-07 11:13:29 +01:00
default
f5f4979389 Merge branch 'master' of grunfink-codeberg:grunfink/snac2 2024-01-06 07:17:21 +01:00
grunfink
e25a99c711 Merge pull request 'improvement(nginx): Adjust nginx template to proper SSL/TLS cipher & protocols' (#98) from gyptazy/snac2:feature/adjust-nginx-ssl-tls-config into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/98
2024-01-06 06:16:58 +00:00
Florian Paul Azim Hoberg
f86f688a10 improvement(nginx): Adjust nginx template to proper SSL/TLS cipher & protocols
Fixes: #97
2024-01-05 21:31:11 +01:00
default
8800ed3892 More tweaks regarding shared inboxes. 2024-01-05 17:37:36 +01:00
default
5e2f4e9902 dequeue() unlinks the file, even if it's been unable to parse it. 2024-01-04 16:27:07 +01:00
default
2218889b43 In the people page, followers and following lists are foldable. 2024-01-04 10:35:27 +01:00
default
755d997fb1 Updated copyright year. 2024-01-04 09:22:03 +01:00
default
26d277a8c5 Updated RELEASE_NOTES. 2024-01-03 16:16:45 +01:00
grunfink
f299731bb7 Merge pull request 'Added FreeBSD documentation and rc script' (#96) from draga79/snac2:master into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/96
2024-01-03 15:15:00 +00:00
draga79
746db4047d Update doc/snac.8
Added FreeBSD
2024-01-03 13:55:53 +00:00
draga79
edd1e0abe4 Updated README.md for FreeBSD instructions 2024-01-03 13:54:23 +00:00
draga79
f94cfcc5d2 Addes FreeBSD rc script example 2024-01-03 13:51:36 +00:00
default
6fe31dd725 Added example configuration for the Apache2 server. 2024-01-03 12:48:57 +01:00
default
e003f87c2d Moved most server state to a structure. 2024-01-03 11:01:25 +01:00
default
607335aa74 Try to avoid host header misconfigurations in check_signature(). 2024-01-03 09:22:07 +01:00
default
6bd8aed25d Made check_signature() a bit clearer. 2024-01-03 08:56:17 +01:00
default
556c72fec3 Updated RELEASE_NOTES. 2024-01-02 17:52:23 +01:00
default
12123fe176 Updated documentation. 2023-12-29 17:33:48 +01:00
default
b31abde6bd Minor tweaks to /.well-known/nodeinfo returned data. 2023-12-29 10:58:21 +01:00
default
3414ab48c6 In 'Follow', ensure the actor object to be followed is here.
Due to the routing change made for the shared inboxes, local users
are not in the data storage, so this fixes it.
2023-12-28 09:26:08 +01:00
default
ecdb5aced8 In xs_fcgi_response(), don't add the b_size to the total size if body is NULL. 2023-12-27 23:14:43 +01:00
default
7c2e2902cc The actor link is now an anchored link to the people page for connected users. 2023-12-27 13:18:35 +01:00
default
bf435af788 Backport from xs. 2023-12-27 12:54:38 +01:00
default
94a6274a46 Also log the job_fifo len in status.txt. 2023-12-26 18:28:43 +01:00
default
ae8f5560e4 Really do what is described in previous commit. 2023-12-26 18:14:13 +01:00
default
4fe99ed722 Don't create a link to the people page from the public one. 2023-12-26 18:05:49 +01:00
default
92c27a3038 The "boosted" link in html_entry() points to the user in the people page.
This way, it's easier to do something on someone whom we follow,
like MUTE them, limit, etc.
2023-12-26 14:04:13 +01:00
default
e8b94c1773 New page status.txt.
It just return an empty page as a query, but some status logging is done.
2023-12-26 10:41:55 +01:00