summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated RELEASE_NOTES.Gravatar default2024-01-101-0/+2
|
* Updated documentation.Gravatar default2024-01-101-0/+22
|
* New command-line option 'state'.Gravatar default2024-01-102-6/+100
|
* Updated RELEASE_NOTES.Gravatar default2024-01-101-0/+4
|
* Added more webfinger checks, just to be sure.Gravatar default2024-01-102-3/+4
|
* Fixed minor collision in webfinger caching.Gravatar default2024-01-102-4/+8
|
* Call srv_archive_error() on input q_item errors.Gravatar default2024-01-101-0/+2
|
* Version 2.44 RELEASED.2.44Gravatar default2024-01-101-1/+1
|
* Updated RELEASE_NOTES.Gravatar default2024-01-101-1/+1
|
* Minor code cleaning.Gravatar default2024-01-102-13/+3
|
* Updated RELEASE_NOTES.Gravatar default2024-01-101-1/+1
|
* Webfinger queries are cached, as they should.Gravatar default2024-01-081-2/+12
|
* New state variable top_job_fifo_size.Gravatar default2024-01-082-0/+4
|
* Renamed some thread states.Gravatar default2024-01-082-3/+3
|
* Updated RELEASE_NOTES.Gravatar default2024-01-081-1/+1
|
* Added some state flags for threads.Gravatar default2024-01-082-2/+15
|
* Non-important variable renaming.Gravatar default2024-01-082-35/+40
|
* Rewritten part of the job threads to be leaner and faster.Gravatar default2024-01-083-41/+46
|
* Merge pull request 'Added compatibility with NetBSD' (#99) from ↵Gravatar grunfink2024-01-073-1/+102
|\ | | | | | | | | | | draga79/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/99
| * Addes NetBSD rc script exampleGravatar Stefano Marinelli2024-01-071-0/+34
| |
| * Updated README.md for NetBSD compiling instructionsGravatar Stefano Marinelli2024-01-071-1/+9
| |
| * Added Makefile.NetBSD to compile on NetBSDGravatar Stefano Marinelli2024-01-071-0/+59
|/ | | | To compile on NetBSD, just use "make -f Makefile.NetBSD" and "make -f Makefile.NetBSD install"
* Updated RELEASE_NOTES.Gravatar default2024-01-071-0/+2
|
* Better behaviour on broken queue items.Gravatar default2024-01-072-8/+14
|
* Backport from xs.Gravatar default2024-01-071-24/+29
|
* Merge branch 'master' of grunfink-codeberg:grunfink/snac2Gravatar default2024-01-063-0/+39
|\
| * Merge pull request 'improvement(nginx): Adjust nginx template to proper ↵Gravatar grunfink2024-01-063-0/+39
| |\ | | | | | | | | | | | | | | | 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
| | * improvement(nginx): Adjust nginx template to proper SSL/TLS cipher & protocolsGravatar Florian Paul Azim Hoberg2024-01-053-0/+39
| |/ | | | | | | Fixes: #97
* / More tweaks regarding shared inboxes.Gravatar default2024-01-051-1/+6
|/
* dequeue() unlinks the file, even if it's been unable to parse it.Gravatar default2024-01-042-5/+2
|
* In the people page, followers and following lists are foldable.Gravatar default2024-01-041-2/+6
|
* Updated copyright year.Gravatar default2024-01-0434-35/+35
|
* Updated RELEASE_NOTES.Gravatar default2024-01-031-0/+4
|
* Merge pull request 'Added FreeBSD documentation and rc script' (#96) from ↵Gravatar grunfink2024-01-033-1/+26
|\ | | | | | | | | | | draga79/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/96
| * Update doc/snac.8Gravatar draga792024-01-031-1/+1
| | | | | | | | Added FreeBSD
| * Updated README.md for FreeBSD instructionsGravatar draga792024-01-031-0/+6
| |
| * Addes FreeBSD rc script exampleGravatar draga792024-01-031-0/+19
|/
* Added example configuration for the Apache2 server.Gravatar default2024-01-031-0/+40
|
* Moved most server state to a structure.Gravatar default2024-01-033-56/+69
|
* Try to avoid host header misconfigurations in check_signature().Gravatar default2024-01-031-0/+13
|
* Made check_signature() a bit clearer.Gravatar default2024-01-031-12/+19
|
* Updated RELEASE_NOTES.Gravatar default2024-01-021-0/+2
|
* Updated documentation.Gravatar default2023-12-291-0/+4
|
* Minor tweaks to /.well-known/nodeinfo returned data.Gravatar default2023-12-291-4/+4
|
* In 'Follow', ensure the actor object to be followed is here.Gravatar default2023-12-281-0/+7
| | | | | Due to the routing change made for the shared inboxes, local users are not in the data storage, so this fixes it.
* In xs_fcgi_response(), don't add the b_size to the total size if body is NULL.Gravatar default2023-12-271-2/+3
|
* The actor link is now an anchored link to the people page for connected users.Gravatar default2023-12-271-8/+23
|
* Backport from xs.Gravatar default2023-12-274-128/+247
|
* Also log the job_fifo len in status.txt.Gravatar default2023-12-261-12/+17
|
* Really do what is described in previous commit.Gravatar default2023-12-261-1/+1
|